unit1.dfm
来自「DELPHI经典程序」· DFM 代码 · 共 58 行
DFM
58 行
object Form1: TForm1
Left = 192
Top = 573
Width = 233
Height = 166
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 110
Width = 107
Height = 21
Alignment = taCenter
AutoSize = False
Caption = #20320#26368#21916#27426#30340#26159#65306
Color = clAqua
ParentColor = False
Layout = tlCenter
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 6
Width = 209
Height = 97
Caption = #20320#26368#21916#27426#30340#28216#25103#31867#22411
Columns = 2
ItemIndex = 3
Items.Strings = (
'RPG '#28216#25103
'SLG '#28216#25103
#20859#25104#28216#25103
#25112#30053#28216#25103
#24651#29233#28216#25103
#30410#26234#28216#25103
#23556#20987#28216#25103
#20882#38505#28216#25103)
TabOrder = 0
OnClick = RadioGroup1Click
end
object Edit1: TEdit
Left = 114
Top = 110
Width = 103
Height = 21
TabOrder = 1
Text = 'Edit1'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?