⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit2.dfm

📁 delphi控件的使用
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -