mainform.dfm
来自「C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分」· DFM 代码 · 共 74 行
DFM
74 行
object Form1: TForm1
Left = 192
Top = 107
Width = 330
Height = 195
BorderIcons = [biSystemMenu, biMinimize]
Caption = #36755#20837#27861#35774#32622
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 GroupBox1: TGroupBox
Left = 24
Top = 16
Width = 273
Height = 129
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 56
Width = 81
Height = 13
Caption = #29992#25143#20013#25991#21517#65306' '
end
object Label2: TLabel
Left = 16
Top = 24
Width = 78
Height = 13
Caption = #29992#25143#33521#25991#21517#65306' '
end
object Label3: TLabel
Left = 16
Top = 88
Width = 81
Height = 13
Caption = #36523#20221#35777#21495#30721#65306' '
end
object Edit1: TEdit
Left = 96
Top = 24
Width = 161
Height = 21
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 96
Top = 56
Width = 161
Height = 21
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 1
Text = 'Edit2'
end
object Edit3: TEdit
Left = 96
Top = 88
Width = 161
Height = 21
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 2
Text = 'Edit3'
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?