📄 formsetting.~dfm
字号:
object SettingForm: TSettingForm
Left = 204
Top = 178
BorderStyle = bsDialog
Caption = #31995#32479#35774#32622
ClientHeight = 219
ClientWidth = 500
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 7
Top = 8
Width = 381
Height = 193
ActivePage = TabSheet1
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = #36890#35759#35774#32622
object Label1: TLabel
Left = 16
Top = 28
Width = 80
Height = 13
Caption = #26412#26426'IP'#22320#22336#65306
end
object Label2: TLabel
Left = 16
Top = 56
Width = 42
Height = 13
Caption = #31471#21475#65306
end
object Label3: TLabel
Left = 16
Top = 83
Width = 64
Height = 13
Caption = #26356#26032'URL'#65306
end
object Label4: TLabel
Left = 16
Top = 107
Width = 84
Height = 13
Caption = #20195#29702#26381#21153#22120#65306
end
object Ed_LocalIP: TEdit
Left = 95
Top = 24
Width = 268
Height = 21
ReadOnly = True
TabOrder = 0
end
object Ed_Port: TEdit
Left = 95
Top = 52
Width = 268
Height = 21
TabOrder = 1
Text = '7756'
end
object Chk_AutoUpdate: TCheckBox
Left = 16
Top = 136
Width = 97
Height = 17
Caption = #33258#21160#21319#32423
Checked = True
State = cbChecked
TabOrder = 2
end
object Ed_UpdateURL: TEdit
Left = 95
Top = 80
Width = 268
Height = 21
TabOrder = 3
Text = 'http://www.icesharp.net/communication/Update.htm'
end
object Ed_ServerIP: TEdit
Left = 95
Top = 104
Width = 268
Height = 21
TabOrder = 4
Text = '218.242.236.136'
end
end
end
object Button1: TButton
Left = 406
Top = 64
Width = 75
Height = 25
Caption = #20445#23384'(&S)'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 406
Top = 112
Width = 75
Height = 25
Caption = #20851#38381'(&C)'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -