📄 generalconfig.dfm
字号:
object frmGeneralConfig: TfrmGeneralConfig
Left = 265
Top = 246
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #22522#26412#35774#32622
ClientHeight = 158
ClientWidth = 406
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 = 111
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 = 93
Height = 20
TabOrder = 0
Text = '127.0.0.1'
end
object EditGatePort: TEdit
Left = 76
Top = 34
Width = 51
Height = 20
TabOrder = 1
Text = '7200'
end
object EditServerPort: TEdit
Left = 76
Top = 78
Width = 51
Height = 20
TabOrder = 2
Text = '5000'
end
object EditServerIPaddr: TEdit
Left = 76
Top = 56
Width = 93
Height = 20
TabOrder = 3
Text = '127.0.0.1'
end
end
object GroupBoxInfo: TGroupBox
Left = 202
Top = 10
Width = 201
Height = 111
Caption = #22522#26412#21442#25968
TabOrder = 1
object Label1: TLabel
Left = 10
Top = 25
Width = 30
Height = 12
Caption = #26631#39064':'
end
object LabelShowLogLevel: TLabel
Left = 10
Top = 47
Width = 78
Height = 12
Caption = #26174#31034#26085#24535#31561#32423':'
end
object EditTitle: TEdit
Left = 50
Top = 20
Width = 131
Height = 20
TabOrder = 0
Text = 'ktest'
end
object TrackBarLogLevel: TTrackBar
Left = 10
Top = 62
Width = 183
Height = 35
TabOrder = 1
end
end
object ButtonOK: TButton
Left = 330
Top = 128
Width = 71
Height = 25
Caption = #30830#23450'(&O)'
TabOrder = 2
OnClick = ButtonOKClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -