lazarus/examples/openbrowser/mainunit.lfm
2006-05-22 08:10:49 +00:00

51 lines
1.1 KiB
Plaintext

object Form1: TForm1
Caption = 'Form1'
ClientHeight = 300
ClientWidth = 439
OnCreate = FormCreate
PixelsPerInch = 112
HorzScrollBar.Page = 438
VertScrollBar.Page = 299
Left = 290
Height = 300
Top = 163
Width = 439
object OpenLazarusButton: TButton
AutoSize = True
Caption = 'Open www.lazarus.freepascal.org'
OnClick = OpenLazarusButtonClick
TabOrder = 0
Left = 190
Height = 26
Top = 80
Width = 197
end
object BrowserRadioGroup: TRadioGroup
AutoFill = True
Caption = 'Browser'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ItemIndex = 3
Items.Strings = (
'Firefox'
'Galeon'
'Konqueror'
'Mozilla'
'Netscape'
'Opera'
)
TabOrder = 1
Left = 25
Height = 267
Top = 10
Width = 150
end
end