📄 fcontact.dfm
字号:
Top = 104
Width = 306
Height = 21
MaxLength = 128
TabOrder = 5
end
object txtWorkFax: TEdit
Left = 144
Top = 128
Width = 306
Height = 21
MaxLength = 128
TabOrder = 6
end
object txtWorkPager: TEdit
Left = 144
Top = 152
Width = 306
Height = 21
MaxLength = 128
TabOrder = 7
end
object txtWorkZIP: TEdit
Left = 144
Top = 224
Width = 306
Height = 21
MaxLength = 128
TabOrder = 9
end
object txtWorkState: TEdit
Left = 144
Top = 248
Width = 306
Height = 21
MaxLength = 128
TabOrder = 10
end
object txtWorkCountry: TEdit
Left = 144
Top = 272
Width = 306
Height = 21
MaxLength = 128
TabOrder = 11
end
object txtWorkHomepage: TEdit
Left = 144
Top = 296
Width = 306
Height = 21
MaxLength = 256
TabOrder = 12
end
object txtWorkStreet: TMemo
Left = 144
Top = 176
Width = 306
Height = 46
MaxLength = 256
TabOrder = 8
end
end
object TabSheet4: TTabSheet
Caption = 'Home'
ImageIndex = 3
object Label2: TLabel
Left = 8
Top = 12
Width = 54
Height = 13
Caption = '&Telephone:'
FocusControl = txtHomeTelephone
Transparent = True
end
object Label3: TLabel
Left = 8
Top = 36
Width = 56
Height = 13
Caption = '&Mobile/Cell:'
FocusControl = txtHomeMobile
Transparent = True
end
object Label7: TLabel
Left = 8
Top = 60
Width = 20
Height = 13
Caption = '&Fax:'
FocusControl = txtHomeFax
Transparent = True
end
object Label6: TLabel
Left = 8
Top = 84
Width = 51
Height = 13
Caption = '&Pager No.:'
FocusControl = txtHomePager
Transparent = True
end
object Label9: TLabel
Left = 8
Top = 108
Width = 71
Height = 13
Caption = 'Street &address:'
FocusControl = txtHomeStreet
Transparent = True
end
object Label11: TLabel
Left = 8
Top = 156
Width = 20
Height = 13
Caption = '&ZIP:'
FocusControl = txtHomeZIP
Transparent = True
end
object Label12: TLabel
Left = 8
Top = 180
Width = 75
Height = 13
Caption = '&State/Province:'
FocusControl = txtHomeState
Transparent = True
end
object Label5: TLabel
Left = 8
Top = 228
Width = 55
Height = 13
Caption = '&Homepage:'
FocusControl = txtHomeHomepage
Transparent = True
end
object Label28: TLabel
Left = 8
Top = 202
Width = 39
Height = 13
Caption = '&Country:'
FocusControl = txtHomeCountry
Transparent = True
end
object Label34: TLabel
Left = 456
Top = 12
Width = 21
Height = 13
Caption = '&Ext.:'
Transparent = True
end
object txtHomeTelephone: TEdit
Left = 144
Top = 8
Width = 306
Height = 21
MaxLength = 128
TabOrder = 0
end
object txtHomeMobile: TEdit
Left = 144
Top = 32
Width = 306
Height = 21
MaxLength = 128
TabOrder = 2
end
object txtHomeFax: TEdit
Left = 144
Top = 56
Width = 306
Height = 21
MaxLength = 128
TabOrder = 3
end
object txtHomePager: TEdit
Left = 144
Top = 80
Width = 306
Height = 21
MaxLength = 128
TabOrder = 4
end
object txtHomeZIP: TEdit
Left = 144
Top = 152
Width = 306
Height = 21
MaxLength = 128
TabOrder = 6
end
object txtHomeState: TEdit
Left = 144
Top = 176
Width = 306
Height = 21
MaxLength = 128
TabOrder = 7
end
object txtHomeHomepage: TEdit
Left = 144
Top = 224
Width = 306
Height = 21
MaxLength = 256
TabOrder = 9
end
object txtHomeCountry: TEdit
Left = 144
Top = 200
Width = 306
Height = 21
MaxLength = 128
TabOrder = 8
end
object txtHomeExtension: TEdit
Left = 504
Top = 8
Width = 105
Height = 21
MaxLength = 16
TabOrder = 1
end
object txtHomeStreet: TMemo
Left = 144
Top = 104
Width = 306
Height = 46
MaxLength = 256
TabOrder = 5
end
end
object TabSheet6: TTabSheet
Caption = 'Notes'
ImageIndex = 5
object Label15: TLabel
Left = 8
Top = 12
Width = 31
Height = 13
Caption = '&Notes:'
FocusControl = txtNotes
Transparent = True
end
object txtNotes: TMemo
Left = 8
Top = 32
Width = 449
Height = 285
MaxLength = 2048
TabOrder = 0
end
end
end
object Panel1: TPanel
Left = 0
Top = 353
Width = 622
Height = 40
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object cmdOK: TButton
Left = 16
Top = 8
Width = 75
Height = 25
Hint = 'Close window and save changes'
Caption = '&OK'
TabOrder = 0
OnClick = cmdOKClick
end
object cmdCancel: TButton
Left = 120
Top = 8
Width = 75
Height = 25
Hint = 'Cancel all'
Caption = '&Cancel'
TabOrder = 1
OnClick = cmdCancelClick
end
end
object diOpenPicture: TOpenPictureDialog
Filter =
'All (*.png;*.jpg;*.jpeg;*.bmp)|*.png;*.jpg;*.jpeg;*.bmp|Portable' +
' Network Graphics (*.png)|*.png|JPEG Image File (*.jpg)|*.jpg|JP' +
'EG Image File (*.jpeg)|*.jpeg|Bitmaps (*.bmp)|*.bmp'
Left = 304
Top = 360
end
object diOpen: TOpenDialog
Left = 336
Top = 360
end
object ActionList1: TActionList
Left = 368
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -