main.dfm

来自「C++ builder 完全攻略 学习C++ Builder 不可缺少」· DFM 代码 · 共 95 行

DFM
95
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 493
  Height = 417
  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 ValueListEditor1: TValueListEditor
    Left = 56
    Top = 80
    Width = 417
    Height = 225
    TabOrder = 0
    ColWidths = (
      150
      261)
  end
  object LabeledEdit1: TLabeledEdit
    Left = 56
    Top = 16
    Width = 129
    Height = 21
    EditLabel.Width = 30
    EditLabel.Height = 13
    EditLabel.Caption = 'Key'#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 1
  end
  object LabeledEdit2: TLabeledEdit
    Left = 56
    Top = 48
    Width = 417
    Height = 21
    EditLabel.Width = 39
    EditLabel.Height = 13
    EditLabel.Caption = 'Value'#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 2
  end
  object LabeledEdit3: TLabeledEdit
    Left = 56
    Top = 320
    Width = 129
    Height = 21
    EditLabel.Width = 30
    EditLabel.Height = 13
    EditLabel.Caption = 'Key'#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 3
  end
  object LabeledEdit4: TLabeledEdit
    Left = 56
    Top = 352
    Width = 417
    Height = 21
    Color = clScrollBar
    EditLabel.Width = 39
    EditLabel.Height = 13
    EditLabel.Caption = 'Value'#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    ReadOnly = True
    TabOrder = 4
  end
  object BitBtn1: TBitBtn
    Left = 392
    Top = 16
    Width = 75
    Height = 25
    Caption = #25554#20837
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 392
    Top = 320
    Width = 75
    Height = 25
    Caption = #25628#23563
    TabOrder = 6
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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