52 lines
1009 B
Plaintext

object Form1: TForm1
Left = 517
Height = 427
Top = 245
Width = 666
Caption = 'Form1'
ClientHeight = 427
ClientWidth = 666
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnShow = FormShow
LCLVersion = '1.2.6.0'
object lblProg: TLabel
Left = 296
Height = 13
Top = 400
Width = 32
Caption = 'lblProg'
ParentColor = False
end
object lblProgMax: TLabel
Left = 352
Height = 13
Top = 400
Width = 52
Caption = 'lblProgMax'
ParentColor = False
end
object GeckoBrowser1: TGeckoBrowser
Left = 0
Height = 257
Top = 16
Width = 665
TabOrder = 0
TabStop = False
OnLocationChange = GeckoBrowser1LocationChange
OnProgressChange = GeckoBrowser1ProgressChange
OnStatusChange = GeckoBrowser1StatusChange
DisableJavaScript = False
end
object ListBox1: TListBox
Left = 0
Height = 113
Top = 280
Width = 665
ItemHeight = 0
TabOrder = 1
end
end