generalconfig.~dfm
来自「2009最新 传奇汉化0599代码 传奇汉化」· ~DFM 代码 · 共 135 行
~DFM
135 行
object frmGeneralConfig: TfrmGeneralConfig
Left = 260
Top = 174
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Config'
ClientHeight = 165
ClientWidth = 365
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 = 185
Height = 119
Caption = #32593#32476#35774#32622
TabOrder = 0
object LabelGateIPaddr: TLabel
Left = 10
Top = 25
Width = 54
Height = 12
Caption = #32593#20851#22320#22336':'
end
object LabelGatePort: TLabel
Left = 10
Top = 47
Width = 54
Height = 12
Caption = #32593#20851#31471#21475':'
end
object LabelServerPort: TLabel
Left = 10
Top = 91
Width = 66
Height = 12
Caption = #26381#21153#22120#31471#21475':'
end
object LabelServerIPaddr: TLabel
Left = 10
Top = 69
Width = 66
Height = 12
Caption = #26381#21153#22120#22320#22336':'
end
object EditGateIPaddr: TEdit
Left = 76
Top = 20
Width = 97
Height = 20
TabOrder = 0
Text = '0.0.0.0'
end
object EditGatePort: TEdit
Left = 76
Top = 42
Width = 41
Height = 20
TabOrder = 1
Text = '7200'
end
object EditServerPort: TEdit
Left = 76
Top = 86
Width = 41
Height = 20
TabOrder = 2
Text = '5000'
end
object EditServerIPaddr: TEdit
Left = 76
Top = 64
Width = 97
Height = 20
TabOrder = 3
Text = '127.0.0.1'
end
end
object GroupBoxInfo: TGroupBox
Left = 202
Top = 10
Width = 161
Height = 119
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 = 55
Width = 78
Height = 12
Caption = #26174#31034#26085#24535#31561#32423':'
end
object EditTitle: TEdit
Left = 42
Top = 20
Width = 105
Height = 20
TabOrder = 0
Text = #34013#40479#32593#32476
end
object TrackBarLogLevel: TTrackBar
Left = 10
Top = 70
Width = 143
Height = 27
Position = 3
TabOrder = 1
end
end
object ButtonOK: TButton
Left = 290
Top = 136
Width = 71
Height = 25
Caption = #30830#23450'(&O)'
TabOrder = 2
OnClick = ButtonOKClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?