📄 unit1.dfm
字号:
object Form1: TForm1
Left = 269
Top = 152
Width = 330
Height = 138
BorderStyle = bsSizeToolWin
Caption = 'Socks4 Server Editer v1.0'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 8
Top = 8
Width = 217
Height = 21
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object Button1: TButton
Left = 232
Top = 8
Width = 25
Height = 21
Caption = '...'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
object GroupBox1: TGroupBox
Left = 8
Top = 32
Width = 121
Height = 65
Caption = 'Socks4 Server Port:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 2
object SpinEdit1: TSpinEdit
Left = 24
Top = 24
Width = 73
Height = 22
MaxLength = 5
MaxValue = 99999
MinValue = 0
TabOrder = 0
Value = 10001
end
end
object GroupBox2: TGroupBox
Left = 136
Top = 32
Width = 177
Height = 65
Caption = 'About'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 3
object Label1: TLabel
Left = 8
Top = 24
Width = 133
Height = 13
Caption = 'Cold Fusion v1.1 Plugin'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 40
Width = 80
Height = 13
Caption = 'Thx to Aphex!'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
end
object Button2: TButton
Left = 264
Top = 8
Width = 49
Height = 21
Caption = 'Save'
TabOrder = 4
OnClick = Button2Click
end
object OpenDialog1: TOpenDialog
Left = 288
Top = 64
end
object SaveDialog1: TSaveDialog
Left = 288
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -