📄 generalconfig.dfm
字号:
object frmGeneralConfig: TfrmGeneralConfig
Left = 301
Top = 245
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #22522#26412#35774#32622
ClientHeight = 164
ClientWidth = 363
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object GroupBoxNet: TGroupBox
Left = 10
Top = 10
Width = 183
Height = 119
Caption = #32593#32476#35774#32622
TabOrder = 0
object LabelGateIPaddr: TLabel
Left = 10
Top = 17
Width = 54
Height = 12
Caption = #32593#20851#22320#22336':'
end
object LabelGatePort: TLabel
Left = 10
Top = 39
Width = 54
Height = 12
Caption = #32593#20851#31471#21475':'
end
object LabelServerPort: TLabel
Left = 10
Top = 83
Width = 66
Height = 12
Caption = #26381#21153#22120#31471#21475':'
end
object LabelServerIPaddr: TLabel
Left = 10
Top = 61
Width = 66
Height = 12
Caption = #26381#21153#22120#22320#22336':'
end
object EditGateIPaddr: TEdit
Left = 76
Top = 12
Width = 101
Height = 20
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = '0.0.0.0'
end
object EditGatePort: TEdit
Left = 76
Top = 34
Width = 51
Height = 20
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = '7200'
end
object EditServerPort: TEdit
Left = 76
Top = 78
Width = 51
Height = 20
ParentShowHint = False
ShowHint = True
TabOrder = 2
Text = '5000'
end
object EditServerIPaddr: TEdit
Left = 76
Top = 56
Width = 101
Height = 20
ParentShowHint = False
ShowHint = True
TabOrder = 3
Text = '127.0.0.1'
end
end
object GroupBoxInfo: TGroupBox
Left = 194
Top = 10
Width = 167
Height = 119
Caption = #22522#26412#21442#25968
TabOrder = 1
object Label1: TLabel
Left = 10
Top = 17
Width = 30
Height = 12
Caption = #26631#39064':'
end
object LabelShowLogLevel: TLabel
Left = 10
Top = 39
Width = 78
Height = 12
Caption = #26174#31034#26085#24535#31561#32423':'
end
object LabelShowBite: TLabel
Left = 10
Top = 91
Width = 78
Height = 12
Caption = #27969#37327#26174#31034#21333#20301':'
end
object EditTitle: TEdit
Left = 42
Top = 12
Width = 87
Height = 20
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = 'ktest'
end
object TrackBarLogLevel: TTrackBar
Left = 10
Top = 54
Width = 151
Height = 31
ParentShowHint = False
Position = 3
ShowHint = True
TabOrder = 1
end
object ComboBoxShowBite: TComboBox
Left = 86
Top = 86
Width = 71
Height = 20
Style = csDropDownList
ItemHeight = 12
ParentShowHint = False
ShowHint = True
TabOrder = 2
Items.Strings = (
'KB'
'B')
end
end
object ButtonOK: TButton
Left = 290
Top = 136
Width = 71
Height = 25
Caption = #30830#23450'(&O)'
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = ButtonOKClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -