You've already forked lazarus-ccr
* Moved current geckoport version to version1 branch
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2347 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
50
components/geckoport/version1/SampleApps/gec10.dfm
Executable file
50
components/geckoport/version1/SampleApps/gec10.dfm
Executable file
@ -0,0 +1,50 @@
|
||||
object Form1: TForm1
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 674
|
||||
Height = 461
|
||||
Caption = 'Form1'
|
||||
Color = clBtnFace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -11
|
||||
Font.Name = 'Tahoma'
|
||||
Font.Style = []
|
||||
OldCreateOrder = False
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
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
|
Reference in New Issue
Block a user