📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
Caption = '用户调查表'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 24
object Label1: TLabel
Left = 56
Top = 48
Width = 51
Height = 24
Caption = '姓 名'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 40
Top = 96
Width = 72
Height = 24
Caption = '身份证号'
end
object Edit1: TEdit
Left = 128
Top = 40
Width = 201
Height = 24
MaxLength = 5
TabOrder = 0
end
object Edit2: TEdit
Left = 128
Top = 88
Width = 201
Height = 25
MaxLength = 18
TabOrder = 1
end
object Button1: TButton
Left = 392
Top = 80
Width = 89
Height = 41
Caption = '确定'
TabOrder = 2
OnClick = Button1Click
end
object RadioGroup1: TRadioGroup
Left = 48
Top = 144
Width = 249
Height = 193
Caption = '最喜欢的软件产品'
ItemIndex = 0
Items.Strings = (
'DELPHI'
'VB'
'VF'
'VC'
'PB')
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -