unit2.dfm.bak

来自「delphi控件的使用」· BAK 代码 · 共 87 行

BAK
87
字号
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
  PixelsPerInch = 96
  TextHeight = 13
  object WzGrid1: TWzGrid
    Left = 50
    Top = 12
    Width = 320
    Height = 120
    ColCount = 4
    DefaultRowHeight = 17
    RowCount = 3
    TabOrder = 0
    Columns = <
      item
        Width = 6
        OrgIndex = 0
      end
      item
        Width = 6
        OrgIndex = 1
      end
      item
        OrgIndex = 2
      end>
    ColWidths = (
      14
      40
      40
      64)
  end
  object MyGrid1: TMyGrid
    Left = 64
    Top = 158
    Width = 320
    Height = 120
    Columns = <
      item
        OrgIndex = 0
      end
      item
        OrgIndex = 1
      end
      item
        OrgIndex = 2
      end
      item
        OrgIndex = 3
      end
      item
        OrgIndex = 4
      end>
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    TopRow = 1
  end
  object StringGrid1: TStringGrid
    Left = 14
    Top = 138
    Width = 320
    Height = 120
    TabOrder = 2
  end
  object DrawGrid1: TDrawGrid
    Left = 92
    Top = 216
    Width = 320
    Height = 120
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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