📄 unit1.dfm
字号:
object Form1: TForm1
Left = 83
Top = 132
Width = 544
Height = 375
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 ProgressBar1: TProgressBar
Left = 24
Top = 136
Width = 249
Height = 17
TabOrder = 0
end
object Button1: TButton
Left = 312
Top = 152
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
object Edit1: TEdit
Left = 40
Top = 184
Width = 121
Height = 21
TabOrder = 2
end
object Edit2: TEdit
Left = 40
Top = 216
Width = 121
Height = 21
TabOrder = 3
end
object Edit3: TEdit
Left = 40
Top = 248
Width = 121
Height = 21
TabOrder = 4
end
object Edit4: TEdit
Left = 40
Top = 280
Width = 121
Height = 21
TabOrder = 5
end
object Edit5: TEdit
Left = 40
Top = 312
Width = 121
Height = 21
TabOrder = 6
end
object Button2: TButton
Left = 312
Top = 192
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 7
OnClick = Button2Click
end
object Button3: TButton
Left = 312
Top = 232
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 8
OnClick = Button3Click
end
object Button4: TButton
Left = 312
Top = 272
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 9
OnClick = Button4Click
end
object Memo1: TMemo
Left = 288
Top = 8
Width = 193
Height = 129
Lines.Strings = (
'Memo1')
TabOrder = 10
end
object IdHTTP1: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
OnWork = IdHTTP1Work
OnWorkBegin = IdHTTP1WorkBegin
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 = 40
Top = 32
end
object IdAntiFreeze1: TIdAntiFreeze
Left = 96
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -