main.dfm

来自「《C++ Builder实用技术与典型案例》一书中所有的实例」· DFM 代码 · 共 94 行

DFM
94
字号
object MainForm: TMainForm
  Left = 56
  Top = 75
  Width = 356
  Height = 436
  Caption = 'MainForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 296
    Width = 48
    Height = 16
    Caption = #21477#26564#21495#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 40
    Top = 344
    Width = 91
    Height = 13
    Caption = #26816#23519#26102#38388#38388#38548#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object CheckBox1: TCheckBox
    Left = 48
    Top = 24
    Width = 281
    Height = 17
    Caption = #19979#19968#27425#36816#34892#26102#33258#21160#38544#34255#24182#31105#27490#20197#21069#25429#25417#30340#31383#21475#36816#34892
    TabOrder = 0
  end
  object Button1: TButton
    Left = 48
    Top = 56
    Width = 105
    Height = 25
    Caption = #28165#38500#31383#21475#21015#34920
    TabOrder = 1
    OnClick = Button1Click
  end
  object ListBoxCptureInfo: TListBox
    Left = 48
    Top = 112
    Width = 233
    Height = 169
    ItemHeight = 13
    TabOrder = 2
  end
  object Button2: TButton
    Left = 176
    Top = 56
    Width = 113
    Height = 25
    Caption = #20851#38381#21518#21488#26816#27979#31243#24207
    TabOrder = 3
    OnClick = Button2Click
  end
  object EdtHwn: TEdit
    Left = 128
    Top = 296
    Width = 121
    Height = 21
    Enabled = False
    TabOrder = 4
  end
  object EdtInterval: TEdit
    Left = 128
    Top = 336
    Width = 121
    Height = 21
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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