📄 u_add_custom.dfm
字号:
object F_add_custom: TF_add_custom
Left = 277
Top = 247
BorderStyle = bsSingle
Caption = '添加客户信息'
ClientHeight = 301
ClientWidth = 433
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 60
Height = 13
AutoSize = False
Caption = '证件编号:'
end
object Label2: TLabel
Left = 16
Top = 40
Width = 60
Height = 13
AutoSize = False
Caption = '证件类型:'
end
object Label3: TLabel
Left = 256
Top = 56
Width = 36
Height = 13
Caption = '姓名:'
end
object i_id_copy: TImage
Left = 224
Top = 144
Width = 201
Height = 153
Stretch = True
OnDblClick = i_id_copyDblClick
end
object Label4: TLabel
Left = 16
Top = 152
Width = 60
Height = 13
AutoSize = False
Caption = '来源地区:'
end
object Label5: TLabel
Left = 16
Top = 176
Width = 60
Height = 13
AutoSize = False
Caption = '联系方法:'
end
object Label6: TLabel
Left = 16
Top = 232
Width = 60
Height = 13
AutoSize = False
Caption = '备注信息:'
end
object Label7: TLabel
Left = 224
Top = 128
Width = 89
Height = 13
AutoSize = False
Caption = '证件复印件:'
end
object i_id_type: TListBox
Left = 16
Top = 56
Width = 185
Height = 89
ItemHeight = 13
TabOrder = 0
end
object i_sex: TRadioGroup
Left = 256
Top = 80
Width = 145
Height = 41
Caption = '性别'
Columns = 2
ItemIndex = 0
Items.Strings = (
'男'
'女')
TabOrder = 1
end
object i_name: TEdit
Left = 304
Top = 52
Width = 97
Height = 21
TabOrder = 2
end
object i_from: TEdit
Left = 80
Top = 148
Width = 121
Height = 21
TabOrder = 3
end
object i_id: TEdit
Left = 80
Top = 12
Width = 121
Height = 21
TabOrder = 4
OnChange = i_idChange
end
object i_addr: TMemo
Left = 16
Top = 192
Width = 185
Height = 33
TabOrder = 5
end
object i_remark: TMemo
Left = 16
Top = 248
Width = 185
Height = 49
TabOrder = 6
end
object B_add: TButton
Left = 232
Top = 10
Width = 75
Height = 25
Caption = '添加'
Enabled = False
TabOrder = 7
OnClick = B_addClick
end
object OpenPictureDialog1: TOpenPictureDialog
Filter = 'Bitmaps (*.bmp)|*.bmp'
Left = 344
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -