?? friendformimpl.dfm
字號:
object FriendFormX: TFriendFormX
Left = 192
Top = 107
Width = 301
Height = 133
Caption = 'Friend'
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 = 8
Top = 12
Width = 31
Height = 13
Caption = 'Name:'
end
object Label2: TLabel
Left = 8
Top = 36
Width = 29
Height = 13
Caption = 'EMail:'
end
object ecName: TEdit
Left = 56
Top = 8
Width = 121
Height = 21
TabOrder = 0
end
object ecEMail: TEdit
Left = 56
Top = 32
Width = 225
Height = 21
TabOrder = 1
end
object btnSave: TButton
Left = 208
Top = 72
Width = 75
Height = 25
Caption = '&Save'
TabOrder = 2
OnClick = btnSaveClick
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -