📄 unit1.dfm
字号:
object MainForm: TMainForm
Left = 289
Top = 211
Width = 526
Height = 343
Caption = 'MainForm'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object lblDownload: TLabel
Left = 24
Top = 240
Width = 66
Height = 12
Caption = 'lblDownload'
end
object Label1: TLabel
Left = 228
Top = 16
Width = 48
Height = 12
Caption = 'ProxyIP:'
end
object Label2: TLabel
Left = 216
Top = 40
Width = 60
Height = 12
Caption = 'ProxyPort:'
end
object Label3: TLabel
Left = 224
Top = 64
Width = 54
Height = 12
Caption = 'Username:'
end
object Label4: TLabel
Left = 224
Top = 88
Width = 54
Height = 12
Caption = 'Password:'
end
object Button1: TButton
Left = 16
Top = 60
Width = 185
Height = 25
Caption = 'Check New Version'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 88
Width = 185
Height = 25
Caption = 'Update New Files'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 16
Top = 32
Width = 185
Height = 25
Caption = 'Initialize Dll'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 16
Top = 116
Width = 185
Height = 25
Caption = 'Get Old Versions'
TabOrder = 3
OnClick = Button4Click
end
object pbDownload: TProgressBar
Left = 20
Top = 264
Width = 485
Height = 17
TabOrder = 4
end
object chkProxy: TCheckBox
Left = 20
Top = 12
Width = 97
Height = 17
Caption = #21551#29992#20195#29702
TabOrder = 5
end
object edtProxyIP: TEdit
Left = 276
Top = 12
Width = 113
Height = 20
TabOrder = 6
end
object edtProxyPort: TEdit
Left = 276
Top = 36
Width = 113
Height = 20
TabOrder = 7
end
object edtUsername: TEdit
Left = 276
Top = 60
Width = 113
Height = 20
TabOrder = 8
end
object edtPassword: TEdit
Left = 276
Top = 84
Width = 113
Height = 20
TabOrder = 9
end
object Button5: TButton
Left = 16
Top = 144
Width = 185
Height = 25
Caption = 'Get New Versions'
TabOrder = 10
OnClick = Button5Click
end
object vlVersions: TValueListEditor
Left = 220
Top = 108
Width = 281
Height = 145
TabOrder = 11
ColWidths = (
150
125)
end
object Notebook1: TNotebook
Left = 408
Top = 12
Width = 93
Height = 81
TabOrder = 12
object TPage
Left = 0
Top = 0
Caption = 'first'
object Label5: TLabel
Left = 12
Top = 44
Width = 24
Height = 12
Caption = #20013#22269
end
object Edit1: TEdit
Left = 12
Top = 12
Width = 65
Height = 20
TabOrder = 0
Text = 'Edit1'
end
end
object TPage
Left = 0
Top = 0
Caption = 'next'
object Label6: TLabel
Left = 12
Top = 8
Width = 84
Height = 12
Caption = #20013#21326#20154#27665#20849#21644#22269
end
object Button6: TButton
Left = 8
Top = 24
Width = 75
Height = 25
Caption = 'Button6'
TabOrder = 0
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -