2009-11-15 23:34:54 +00:00
|
|
|
object GeckoChromeForm: TGeckoChromeForm
|
|
|
|
Left = 192
|
2010-05-28 21:53:08 +00:00
|
|
|
Height = 600
|
2009-11-15 23:34:54 +00:00
|
|
|
Top = 107
|
2009-12-01 03:04:02 +00:00
|
|
|
Width = 800
|
2009-11-15 23:34:54 +00:00
|
|
|
Font.Height = -12
|
2009-12-01 03:04:02 +00:00
|
|
|
Font.Name = 'Tahoma'
|
2009-11-15 23:34:54 +00:00
|
|
|
OnClose = FormClose
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnResize = FormResize
|
2010-05-28 21:53:08 +00:00
|
|
|
LCLVersion = '0.9.29'
|
2009-11-15 23:34:54 +00:00
|
|
|
end
|