lazarus/components/exampleswindow/ulaz_examples.lfm

207 lines
5.2 KiB
Plaintext

object FormLazExam: TFormLazExam
Left = 55
Height = 500
Top = 143
Width = 976
Caption = 'Prototype Lazarus Examples Window'
ClientHeight = 500
ClientWidth = 976
DesignTimePPI = 120
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
object Memo1: TMemo
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Splitter2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CheckGroupCategory
Left = 6
Height = 202
Top = 197
Width = 964
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Lines.Strings = (
'Memo1'
)
ParentShowHint = False
ReadOnly = True
ScrollBars = ssAutoVertical
TabOrder = 1
end
object ListView1: TListView
AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Splitter2
Left = 6
Height = 139
Hint = 'Click for Info, Double Click to download'
Top = 46
Width = 964
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Columns = <
item
Width = 10
end
item
Width = 10
end
item
Width = 10
end>
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 0
OnClick = ListView1Click
OnDblClick = ListView1DblClick
OnSelectItem = ListView1SelectItem
end
object CheckGroupCategory: TCheckGroup
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonOpen
Left = 6
Height = 24
Top = 405
Width = 964
Anchors = [akLeft, akRight, akBottom]
AutoFill = True
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Caption = 'Category'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
Columns = 2
OnDblClick = CheckGroupCategoryDblClick
OnItemClick = CheckGroupCategoryItemClick
TabOrder = 2
end
object Splitter2: TSplitter
AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Memo1
Cursor = crVSplit
Left = 0
Height = 6
Top = 191
Width = 976
Align = alNone
Anchors = [akLeft, akRight]
ResizeAnchor = akTop
end
object StatusBar1: TStatusBar
Left = 0
Height = 29
Top = 471
Width = 976
Panels = <>
end
object ButtonDownload: TButton
AnchorSideLeft.Control = ButtonOpen
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonOpen
AnchorSideBottom.Side = asrBottom
Left = 74
Height = 30
Top = 435
Width = 95
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'Download'
OnClick = ButtonDownloadClick
TabOrder = 5
end
object ButtonClose: TButton
AnchorSideLeft.Control = ButtonView
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonOpen
AnchorSideBottom.Side = asrBottom
Left = 283
Height = 30
Top = 435
Width = 62
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'Close'
OnClick = ButtonCloseClick
TabOrder = 6
end
object ButtonOpen: TButton
AnchorSideLeft.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = StatusBar1
Left = 6
Height = 30
Top = 435
Width = 62
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Bottom = 6
Caption = 'Open'
OnClick = ButtonOpenClick
TabOrder = 7
end
object ButtonView: TButton
AnchorSideLeft.Control = ButtonDownload
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonOpen
AnchorSideBottom.Side = asrBottom
Left = 175
Height = 30
Top = 435
Width = 102
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 6
Caption = 'ButtonView'
OnClick = ButtonViewClick
TabOrder = 8
end
object EditSearch: TEdit
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 6
Height = 28
Hint = 'Searches for Keywords'
Top = 6
Width = 964
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
OnExit = EditSearchExit
OnKeyUp = EditSearchKeyUp
ParentShowHint = False
ShowHint = True
TabOrder = 9
Text = 'EditSearch'
end
end