unit1.dfm
来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 61 行
DFM
61 行
object Form1: TForm1
Left = 316
Top = 180
Width = 355
Height = 407
Caption = 'MultiThread'
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 Image1: TImage
Left = 16
Top = 16
Width = 313
Height = 260
end
object CheckBox1: TCheckBox
Left = 64
Top = 288
Width = 73
Height = 25
Caption = #32418#33394#23567#29699
Enabled = False
TabOrder = 0
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 216
Top = 288
Width = 73
Height = 25
Caption = #34013#33394#23567#29699
Enabled = False
TabOrder = 1
OnClick = CheckBox2Click
end
object Button1: TButton
Left = 128
Top = 328
Width = 89
Height = 33
Caption = #24320#22987
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 232
Top = 328
Width = 89
Height = 33
Caption = #36864#20986
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?