mainform.dfm
来自「C++ BUILDER精彩编程实例集锦(源码)3 第五部分 系统编程 第六部」· DFM 代码 · 共 74 行
DFM
74 行
object Form1: TForm1
Left = 192
Top = 114
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #33719#21462#31995#32479#20803#32032#39068#33394#20449#24687
ClientHeight = 224
ClientWidth = 368
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 104
Top = 40
Width = 169
Height = 22
Caption = #33719#21462#31383#21475#32972#26223#39068#33394
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 104
Top = 60
Width = 169
Height = 22
Caption = #33719#21462#26700#38754#32972#26223#39068#33394
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 104
Top = 81
Width = 169
Height = 22
Caption = #33719#21462#27963#21160#31383#21475#26631#39064#39068#33394
TabOrder = 2
OnClick = BitBtn3Click
end
object BitBtn4: TBitBtn
Left = 104
Top = 102
Width = 169
Height = 22
Caption = #33719#21462#38750#27963#21160#31383#21475#26631#39064#39068#33394
TabOrder = 3
OnClick = BitBtn4Click
end
object BitBtn5: TBitBtn
Left = 104
Top = 123
Width = 169
Height = 22
Caption = #33719#21462#33756#21333#39068#33394
TabOrder = 4
OnClick = BitBtn5Click
end
object BitBtn6: TBitBtn
Left = 104
Top = 144
Width = 169
Height = 22
Caption = #33719#21462'3D'#25353#38062#38452#24433#39068#33394
TabOrder = 5
OnClick = BitBtn6Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?