lazarus-ccr/components/richview/demo/backstyl.lfm
jesusr 99f838537c added: richview 0.5.2.3 component
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@73 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-02-20 22:47:04 +00:00

61 lines
1.4 KiB
Plaintext

object frmBackStyle: TfrmBackStyle
Left = 129
Height = 147
Top = 130
Width = 350
HorzScrollBar.Page = 349
VertScrollBar.Page = 146
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Background Styles'
Font.Height = -11
Font.Name = 'MS Sans Serif'
object RadioGroup1: TRadioGroup
Left = 8
Height = 106
Top = 4
Width = 335
AutoFill = True
Caption = 'Background Style'
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 = 0
Items.Strings = (
'No bitmap'
'Stretched bitmap'
'Tiled bitmap'
'Scrolled and tiled bitmap'
)
TabOrder = 0
end
object btnOk: TButton
Left = 186
Height = 25
Top = 115
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Okay'
Default = True
ModalResult = 1
OnClick = btnOkClick
TabOrder = 1
end
object btnCancel: TButton
Left = 266
Height = 25
Top = 115
Width = 75
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end