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

📄 main.dfm

📁 《C++ Builder实用技术与典型案例》一书中所有的实例
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -