?? settingunit.dfm
字號(hào):
object SettingForm: TSettingForm
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = '參數(shù)設(shè)置-Client 1.0'
ClientHeight = 160
ClientWidth = 334
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 31
Top = 16
Width = 271
Height = 93
Caption = '參數(shù)設(shè)置'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
object Label1: TLabel
Left = 25
Top = 28
Width = 60
Height = 12
Caption = '服務(wù)器名:'
end
object Label2: TLabel
Left = 25
Top = 56
Width = 48
Height = 12
Caption = '用戶名:'
end
object HostEdit: TEdit
Left = 87
Top = 24
Width = 160
Height = 20
TabOrder = 0
end
object NickNameEdit: TEdit
Left = 87
Top = 51
Width = 160
Height = 20
TabOrder = 1
end
end
object OkBtn: TButton
Left = 73
Top = 121
Width = 75
Height = 25
Caption = '確定(&O)'
Default = True
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
end
object CancelBtn: TButton
Left = 176
Top = 121
Width = 75
Height = 25
Caption = '取消(&C)'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -