unit2.dfm

来自「delphi控件的使用」· DFM 代码 · 共 90 行

DFM
90
字号
object Form2: TForm2
  Left = 219
  Top = 110
  Width = 544
  Height = 375
  Caption = 'Form2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClick = FormClick
  PixelsPerInch = 96
  TextHeight = 13
  object WzGrid1: TWzGrid
    Left = 20
    Top = 32
    Width = 320
    Height = 120
    DefaultRowHeight = 17
    RowCount = 3
    TabOrder = 0
    Columns = <
      item
        Width = 6
        OrgIndex = 0
      end
      item
        Width = 6
        OrgIndex = 1
      end
      item
        OrgIndex = 2
      end
      item
        OrgIndex = 3
      end>
    OnGoNext = WzGrid1GoNext
  end
  object MyGrid1: TMyGrid
    Left = 12
    Top = 164
    Width = 415
    Height = 120
    Columns = <
      item
        OrgIndex = 0
      end
      item
        OrgIndex = 1
      end
      item
        OrgIndex = 2
      end
      item
        OrgIndex = 3
      end
      item
        OrgIndex = 4
      end>
    RecordCount = 3
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    TopRow = 1
  end
  object Edit1: TEdit
    Left = 28
    Top = 6
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object ComboBox1: TComboBox
    Left = 372
    Top = 50
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Text = 'ComboBox1'
  end
end

⌨️ 快捷键说明

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