📄 unit2.dfm
字号:
object Form2: TForm2
Left = 323
Top = 142
Width = 445
Height = 435
Caption = '新增会员'
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 Label1: TLabel
Left = 192
Top = 16
Width = 60
Height = 17
Caption = '会员编号:'
end
object Label2: TLabel
Left = 192
Top = 40
Width = 57
Height = 13
Caption = '会员姓名: '
end
object Label3: TLabel
Left = 176
Top = 80
Width = 72
Height = 13
Caption = '身份证号码:'
end
object Image1: TImage
Left = 256
Top = 136
Width = 161
Height = 193
end
object Label4: TLabel
Left = 24
Top = 160
Width = 36
Height = 13
Caption = '住址:'
end
object Label5: TLabel
Left = 24
Top = 184
Width = 36
Height = 13
Caption = '电话:'
end
object Label6: TLabel
Left = 24
Top = 208
Width = 36
Height = 13
Caption = '分机:'
end
object Label7: TLabel
Left = 0
Top = 232
Width = 60
Height = 13
Caption = '移动电话:'
end
object Label8: TLabel
Left = 0
Top = 256
Width = 60
Height = 13
Caption = '有效期限:'
end
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 121
Height = 121
Caption = '会员类型'
TabOrder = 0
object RadioButton1: TRadioButton
Left = 16
Top = 24
Width = 89
Height = 17
Caption = '高级会员'
TabOrder = 0
end
object RadioButton2: TRadioButton
Left = 16
Top = 48
Width = 81
Height = 17
Caption = '中级会员'
TabOrder = 1
end
object RadioButton3: TRadioButton
Left = 16
Top = 72
Width = 73
Height = 17
Caption = '低级会员'
TabOrder = 2
end
end
object Edit1: TEdit
Left = 248
Top = 16
Width = 161
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object Edit2: TEdit
Left = 248
Top = 40
Width = 161
Height = 21
TabOrder = 2
Text = 'Edit2'
end
object Edit3: TEdit
Left = 248
Top = 80
Width = 161
Height = 21
TabOrder = 3
Text = 'Edit3'
end
object Edit4: TEdit
Left = 56
Top = 160
Width = 193
Height = 21
TabOrder = 4
Text = 'Edit4'
end
object Edit5: TEdit
Left = 56
Top = 184
Width = 193
Height = 21
TabOrder = 5
Text = 'Edit5'
end
object Edit6: TEdit
Left = 56
Top = 208
Width = 193
Height = 21
TabOrder = 6
Text = 'Edit6'
end
object Edit7: TEdit
Left = 56
Top = 232
Width = 193
Height = 21
TabOrder = 7
Text = 'Edit7'
end
object Edit8: TEdit
Left = 56
Top = 256
Width = 193
Height = 21
TabOrder = 8
Text = 'Edit8'
end
object Edit9: TEdit
Left = 56
Top = 280
Width = 193
Height = 21
TabOrder = 9
Text = 'Edit9'
end
object Panel1: TPanel
Left = 0
Top = 360
Width = 437
Height = 41
Align = alBottom
BevelOuter = bvLowered
Caption = ' '
TabOrder = 10
object Button1: TButton
Left = 40
Top = 8
Width = 75
Height = 25
Caption = '插入纪录'
TabOrder = 0
end
object Button2: TButton
Left = 152
Top = 8
Width = 75
Height = 25
Caption = '插入相片 '
TabOrder = 1
end
object Button3: TButton
Left = 264
Top = 8
Width = 75
Height = 25
Caption = '退出'
TabOrder = 2
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -