mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 08:23:58 +02:00
212 lines
5.3 KiB
Plaintext
212 lines
5.3 KiB
Plaintext
object FormLazExam: TFormLazExam
|
|
Left = 88
|
|
Height = 400
|
|
Top = 155
|
|
Width = 781
|
|
Caption = 'Prototype Lazarus Examples Window'
|
|
ClientHeight = 400
|
|
ClientWidth = 781
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnShow = FormShow
|
|
LCLVersion = '2.3.0.0'
|
|
object Memo1: TMemo
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Splitter2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CheckGroupCategory
|
|
Left = 5
|
|
Height = 151
|
|
Top = 157
|
|
Width = 771
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Right = 5
|
|
BorderSpacing.Bottom = 5
|
|
Lines.Strings = (
|
|
'Memo1'
|
|
)
|
|
ParentShowHint = False
|
|
ReadOnly = True
|
|
ScrollBars = ssAutoVertical
|
|
TabOrder = 1
|
|
TabStop = False
|
|
end
|
|
object ListView1: TListView
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Splitter2
|
|
Left = 5
|
|
Height = 110
|
|
Hint = 'Click for Info, Double Click to download'
|
|
Top = 37
|
|
Width = 771
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 5
|
|
Columns = <
|
|
item
|
|
Width = 8
|
|
end
|
|
item
|
|
Width = 8
|
|
end
|
|
item
|
|
Width = 740
|
|
end>
|
|
ParentShowHint = False
|
|
ReadOnly = True
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
OnClick = ListView1Click
|
|
OnDblClick = ListView1DblClick
|
|
OnKeyDown = ListView1KeyDown
|
|
OnSelectItem = ListView1SelectItem
|
|
end
|
|
object CheckGroupCategory: TCheckGroup
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonOpen
|
|
Left = 5
|
|
Height = 23
|
|
Top = 313
|
|
Width = 771
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
AutoFill = True
|
|
AutoSize = True
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Right = 5
|
|
BorderSpacing.Bottom = 5
|
|
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
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
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 = 5
|
|
Top = 152
|
|
Width = 781
|
|
Align = alNone
|
|
Anchors = [akLeft, akRight]
|
|
ResizeAnchor = akTop
|
|
end
|
|
object StatusBar1: TStatusBar
|
|
Left = 0
|
|
Height = 23
|
|
Top = 377
|
|
Width = 781
|
|
Panels = <>
|
|
end
|
|
object ButtonDownload: TButton
|
|
AnchorSideLeft.Control = ButtonOpen
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonOpen
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 64
|
|
Height = 31
|
|
Top = 341
|
|
Width = 89
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 5
|
|
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 = 266
|
|
Height = 31
|
|
Top = 341
|
|
Width = 54
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 5
|
|
Caption = 'Close'
|
|
OnClick = ButtonCloseClick
|
|
TabOrder = 6
|
|
end
|
|
object ButtonOpen: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = StatusBar1
|
|
Left = 5
|
|
Height = 31
|
|
Top = 341
|
|
Width = 54
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Bottom = 5
|
|
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 = 158
|
|
Height = 31
|
|
Top = 341
|
|
Width = 103
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 5
|
|
Caption = 'ButtonView'
|
|
OnClick = ButtonViewClick
|
|
TabOrder = 8
|
|
end
|
|
object EditSearch: TEdit
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 5
|
|
Height = 29
|
|
Hint = 'Searches for Keywords'
|
|
Top = 5
|
|
Width = 771
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Right = 5
|
|
OnChange = EditSearchChange
|
|
OnExit = EditSearchExit
|
|
OnKeyUp = EditSearchKeyUp
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 9
|
|
Text = 'EditSearch'
|
|
end
|
|
end
|