📄 unit1.dfm
字号:
object Form1: TForm1
Left = 293
Top = 114
Width = 696
Height = 480
Caption = 'Form1'
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 Button1: TButton
Left = 416
Top = 112
Width = 193
Height = 41
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object ProgressBar1: TProgressBar
Left = 48
Top = 160
Width = 545
Height = 17
TabOrder = 1
end
object Button2: TButton
Left = 416
Top = 56
Width = 193
Height = 33
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 424
Top = 184
Width = 177
Height = 33
Caption = 'Button3'
TabOrder = 3
OnClick = Button3Click
end
object Memo1: TMemo
Left = 48
Top = 184
Width = 289
Height = 241
TabOrder = 4
end
object Button4: TButton
Left = 424
Top = 232
Width = 177
Height = 49
Caption = 'Button4'
TabOrder = 5
OnClick = Button4Click
end
object Button5: TButton
Left = 424
Top = 288
Width = 177
Height = 57
Caption = 'Button5'
TabOrder = 6
OnClick = Button5Click
end
object Button6: TButton
Left = 424
Top = 360
Width = 177
Height = 57
Caption = 'Button6'
TabOrder = 7
OnClick = Button6Click
end
object Button7: TButton
Left = 56
Top = 104
Width = 129
Height = 41
Caption = 'Button7'
TabOrder = 8
OnClick = Button7Click
end
object XPManifest1: TXPManifest
Left = 80
Top = 56
end
object OpenDialog1: TOpenDialog
Filter = 'Exe File|*.exe'
Left = 120
Top = 56
end
object IdFTP1: TIdFTP
OnStatus = IdFTP1Status
MaxLineAction = maException
ReadTimeout = 0
RecvBufferSize = 8196
SendBufferSize = 4096
Host = '61.139.77.219'
Passive = True
Password = 'zjmlj7852'
TransferType = ftASCII
Username = 'Anonymous'
ProxySettings.ProxyType = fpcmHttpProxyWithFtp
ProxySettings.Host = '192.168.168.163'
ProxySettings.Port = 8080
Left = 168
Top = 56
end
object IdHTTP1: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentType = 'text/html'
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 208
Top = 56
end
object IdSSLIOHandlerSocket1: TIdSSLIOHandlerSocket
SSLOptions.Method = sslvSSLv2
SSLOptions.Mode = sslmClient
SSLOptions.VerifyMode = []
SSLOptions.VerifyDepth = 0
Left = 240
Top = 56
end
object IdHTTP2: TIdHTTP
IOHandler = IdSSLIOHandlerSocket1
MaxLineAction = maException
ReadTimeout = 0
AllowCookies = True
ProxyParams.BasicAuthentication = False
ProxyParams.ProxyPort = 0
Request.ContentLength = -1
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ContentType = 'text/html'
Request.Accept = 'text/html, */*'
Request.BasicAuthentication = False
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
HTTPOptions = [hoForceEncodeParams]
Left = 272
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -