📄 unitsocks4.dfm
字号:
object Socks4: TSocks4
Left = 1273
Top = 448
Width = 176
Height = 126
Caption = 'Socks4 Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDeactivate = FormDeactivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 61
Height = 13
Caption = 'Service Port:'
end
object Label2: TLabel
Left = 88
Top = 8
Width = 39
Height = 13
Caption = 'User ID:'
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 73
Height = 21
TabOrder = 0
end
object CheckBox1: TCheckBox
Left = 8
Top = 56
Width = 65
Height = 17
Caption = 'Enabled'
Enabled = False
TabOrder = 1
OnClick = CheckBox1Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 80
Width = 168
Height = 19
Panels = <
item
Text = ' Waiting for connection...'
Width = 50
end>
end
object Edit2: TEdit
Left = 88
Top = 24
Width = 73
Height = 21
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -