mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 20:58:32 +02:00
135 lines
3.2 KiB
Plaintext
135 lines
3.2 KiB
Plaintext
object TTextConvListEditor: TTTextConvListEditor
|
|
Left = 290
|
|
Height = 316
|
|
Top = 202
|
|
Width = 519
|
|
HorzScrollBar.Page = 518
|
|
VertScrollBar.Page = 315
|
|
ActiveControl = ToolsListBox
|
|
Caption = 'TTextConvListEditor'
|
|
Constraints.MinHeight = 200
|
|
Constraints.MinWidth = 400
|
|
OnCreate = FormCreate
|
|
object ToolsLabel: TLabel
|
|
Left = 12
|
|
Height = 13
|
|
Top = 9
|
|
Width = 62
|
|
Caption = 'ToolsLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object ToolsListBox: TListBox
|
|
AnchorSideTop.Control = ToolsLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ToolsSplitter
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = UpDownSplitter
|
|
AnchorSideBottom.Side = asrBottom
|
|
Height = 125
|
|
Top = 24
|
|
Width = 236
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 2
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
object UpDownSplitter: TSplitter
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Cursor = crVSplit
|
|
Height = 5
|
|
Top = 144
|
|
Width = 519
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Beveled = True
|
|
ResizeAnchor = akBottom
|
|
end
|
|
object ToolsPanel: TPanel
|
|
AnchorSideLeft.Control = ToolsSplitter
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = UpDownSplitter
|
|
Left = 236
|
|
Height = 144
|
|
Width = 283
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BevelOuter = bvNone
|
|
Caption = 'ToolsPanel'
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
TabOrder = 1
|
|
object AddToolButton: TButton
|
|
Height = 26
|
|
Width = 120
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'AddToolButton'
|
|
TabOrder = 0
|
|
end
|
|
object DeleteToolButton: TButton
|
|
Left = 120
|
|
Height = 26
|
|
Width = 137
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'DeleteToolButton'
|
|
TabOrder = 1
|
|
end
|
|
object MoveToolUpButton: TButton
|
|
Height = 26
|
|
Top = 26
|
|
Width = 120
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'MoveToolUpButton'
|
|
TabOrder = 2
|
|
end
|
|
object MoveToolDownButton: TButton
|
|
Left = 120
|
|
Height = 26
|
|
Top = 26
|
|
Width = 137
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'MoveToolDownButton'
|
|
TabOrder = 3
|
|
end
|
|
object CopyToolButton: TButton
|
|
Height = 26
|
|
Top = 52
|
|
Width = 120
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'CopyToolButton'
|
|
TabOrder = 4
|
|
end
|
|
object PasteButton: TButton
|
|
Left = 120
|
|
Height = 26
|
|
Top = 52
|
|
Width = 137
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'PasteButton'
|
|
TabOrder = 5
|
|
end
|
|
object CloneButton: TButton
|
|
Height = 26
|
|
Top = 78
|
|
Width = 120
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'CloneButton'
|
|
TabOrder = 6
|
|
end
|
|
end
|
|
object ToolsSplitter: TSplitter
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = UpDownSplitter
|
|
Left = 232
|
|
Height = 144
|
|
Width = 4
|
|
Align = alNone
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
Beveled = True
|
|
end
|
|
end
|