zcgridpropertyfrm.dfm

来自「delphi表格控件源码,修改垂直方向滚动表格时, 可以滚动得只剩下一行的问题.」· DFM 代码 · 共 97 行

DFM
97
字号
object ZcGridPropertyDialog: TZcGridPropertyDialog
  Left = 274
  Top = 181
  BorderStyle = bsDialog
  Caption = #34920#26684#23646#24615
  ClientHeight = 353
  ClientWidth = 554
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 554
    Height = 312
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #22522#26412#35774#32622
      object Label1: TLabel
        Left = 32
        Top = 32
        Width = 42
        Height = 13
        Caption = #34892#25968#65306
      end
      object Label2: TLabel
        Left = 32
        Top = 64
        Width = 42
        Height = 13
        Caption = #21015#25968#65306
      end
      object edRowCount: TEdit
        Left = 72
        Top = 29
        Width = 121
        Height = 21
        TabOrder = 0
      end
      object edColCount: TEdit
        Left = 72
        Top = 60
        Width = 121
        Height = 21
        TabOrder = 1
      end
      object rgPageOrientation: TRadioGroup
        Left = 32
        Top = 104
        Width = 209
        Height = 49
        Caption = #25171#21360#26041#21521
        Columns = 2
        Items.Strings = (
          #32437#21521
          #27178#21521)
        TabOrder = 2
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 312
    Width = 554
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object btnOK: TButton
      Left = 184
      Top = 8
      Width = 73
      Height = 23
      Caption = #30830#23450
      ModalResult = 1
      TabOrder = 0
    end
    object btnCancel: TButton
      Left = 288
      Top = 8
      Width = 73
      Height = 23
      Caption = #21462#28040
      ModalResult = 2
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?