unit1.dfm
来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 139 行
DFM
139 行
object Form1: TForm1
Left = 311
Top = 211
BorderStyle = bsDialog
Caption = #21319#32423#31934#28789#28436#31034
ClientHeight = 347
ClientWidth = 429
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 8
Top = 16
Width = 84
Height = 12
Caption = #21319#32423#25991#20214#21015#34920#65306
end
object Label2: TLabel
Left = 8
Top = 200
Width = 84
Height = 12
Caption = #24403#21069#19979#36733#36827#24230#65306
end
object Label3: TLabel
Left = 8
Top = 240
Width = 84
Height = 12
Caption = #24635#20307#19979#36733#36827#24230#65306
end
object Button1: TButton
Left = 24
Top = 288
Width = 75
Height = 25
Caption = #26816#27979'(&C)'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 120
Top = 288
Width = 75
Height = 25
Caption = #19979#36733'(&D)'
Enabled = False
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 328
Top = 288
Width = 75
Height = 25
Caption = #20851#38381'(&X)'
TabOrder = 2
OnClick = Button3Click
end
object ProgressBar1: TProgressBar
Left = 8
Top = 216
Width = 409
Height = 16
TabOrder = 3
end
object ProgressBar2: TProgressBar
Left = 8
Top = 256
Width = 409
Height = 16
TabOrder = 4
end
object StatusBar1: TStatusBar
Left = 0
Top = 328
Width = 429
Height = 19
Panels = <>
SimplePanel = True
SimpleText = #23601#32490'...'
end
object ListView1: TListView
Left = 8
Top = 32
Width = 409
Height = 161
Checkboxes = True
Columns = <
item
Caption = #25991#20214#21517
Width = 88
end
item
Caption = #22823#23567
end
item
Caption = #26085#26399
Width = 72
end
item
AutoSize = True
Caption = #22320#22336
end
item
Caption = #29366#24577
end>
RowSelect = True
TabOrder = 6
ViewStyle = vsReport
end
object IdHTTP1: TIdHTTP
MaxLineAction = maException
ReadTimeout = 0
OnWork = IdHTTP1Work
OnWorkBegin = IdHTTP1WorkBegin
OnWorkEnd = IdHTTP1WorkEnd
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 = 32
Top = 64
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?