* Added version2 branch of Geckoport, branched from version 1

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2348 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
loesje_
2012-03-16 11:32:18 +00:00
parent 35a067e943
commit 50aaeec1c9
83 changed files with 40766 additions and 0 deletions

View File

@ -0,0 +1,48 @@
object Form1: TForm1
Left = 0
Top = 0
Width = 666
Height = 427
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OnShow = FormShow
PixelsPerInch = 96
object lblProg: TLabel
Left = 296
Top = 400
Width = 32
Height = 13
Caption = 'lblProg'
end
object lblProgMax: TLabel
Left = 352
Top = 400
Width = 52
Height = 13
Caption = 'lblProgMax'
end
object GeckoBrowser1: TGeckoBrowser
Left = 0
Top = 16
Width = 665
Height = 257
TabOrder = 0
TabStop = False
OnStatusChange = GeckoBrowser1StatusChange
OnProgressChange = GeckoBrowser1ProgressChange
OnLocationChange = GeckoBrowser1LocationChange
end
object ListBox1: TListBox
Left = 0
Top = 280
Width = 665
Height = 113
ItemHeight = 13
TabOrder = 1
end
end