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

📄 main.dfm

📁 C++ builder 完全攻略 学习C++ Builder 不可缺少
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 616
  Height = 480
  Caption = 'Form1'
  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 GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 608
    Height = 105
    Align = alTop
    Caption = #35373#23450#21312
    TabOrder = 0
    object LabeledEdit1: TLabeledEdit
      Left = 16
      Top = 32
      Width = 121
      Height = 21
      EditLabel.Width = 63
      EditLabel.Height = 13
      EditLabel.Caption = 'ColunmCount'
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 0
    end
    object LabeledEdit2: TLabeledEdit
      Left = 16
      Top = 72
      Width = 121
      Height = 21
      EditLabel.Width = 50
      EditLabel.Height = 13
      EditLabel.Caption = 'RowCount'
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 1
    end
    object LabeledEdit3: TLabeledEdit
      Left = 176
      Top = 32
      Width = 121
      Height = 21
      EditLabel.Width = 34
      EditLabel.Height = 13
      EditLabel.Caption = 'FixdCol'
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 2
    end
    object LabeledEdit4: TLabeledEdit
      Left = 176
      Top = 72
      Width = 121
      Height = 21
      EditLabel.Width = 41
      EditLabel.Height = 13
      EditLabel.Caption = 'FixdRow'
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 3
    end
    object BitBtn1: TBitBtn
      Left = 312
      Top = 32
      Width = 75
      Height = 25
      Caption = #24314#31435
      TabOrder = 4
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 392
      Top = 32
      Width = 75
      Height = 25
      Caption = #28165#38500
      TabOrder = 5
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 472
      Top = 32
      Width = 75
      Height = 25
      Caption = #21034#38500
      TabOrder = 6
      OnClick = BitBtn3Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 105
    Width = 608
    Height = 348
    Align = alClient
    Caption = 'StringGrid'
    TabOrder = 1
    object GroupBox3: TGroupBox
      Left = 2
      Top = 241
      Width = 604
      Height = 105
      Align = alBottom
      Caption = #36039#26009#36664#20837#21312
      TabOrder = 0
      object LabeledEdit5: TLabeledEdit
        Left = 24
        Top = 32
        Width = 121
        Height = 21
        EditLabel.Width = 35
        EditLabel.Height = 13
        EditLabel.Caption = 'Column'
        LabelPosition = lpAbove
        LabelSpacing = 3
        TabOrder = 0
      end
      object LabeledEdit6: TLabeledEdit
        Left = 168
        Top = 32
        Width = 121
        Height = 21
        EditLabel.Width = 22
        EditLabel.Height = 13
        EditLabel.Caption = 'Row'
        LabelPosition = lpAbove
        LabelSpacing = 3
        TabOrder = 1
      end
      object LabeledEdit7: TLabeledEdit
        Left = 64
        Top = 72
        Width = 441
        Height = 21
        EditLabel.Width = 39
        EditLabel.Height = 13
        EditLabel.Caption = 'String'#65306
        LabelPosition = lpLeft
        LabelSpacing = 3
        TabOrder = 2
      end
      object BitBtn4: TBitBtn
        Left = 512
        Top = 72
        Width = 75
        Height = 25
        Caption = #23531#20837
        TabOrder = 3
        OnClick = BitBtn4Click
      end
    end
  end
end

⌨️ 快捷键说明

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