mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-02 23:43:40 +02:00
45 lines
939 B
Plaintext
45 lines
939 B
Plaintext
object ComponentListEditorForm: TComponentListEditorForm
|
|
Left = 346
|
|
Height = 240
|
|
Top = 283
|
|
Width = 320
|
|
Caption = 'ComponentListEditorForm'
|
|
ClientHeight = 221
|
|
ClientWidth = 320
|
|
Menu = MainMenu1
|
|
OnClose = FormClose
|
|
OnDestroy = FormDestroy
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object ChildrenListBox: TListBox
|
|
Left = 0
|
|
Height = 221
|
|
Top = 0
|
|
Width = 320
|
|
Align = alClient
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnClick = ChildrenListBoxClick
|
|
TabOrder = 0
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
left = 88
|
|
top = 160
|
|
object miAdd: TMenuItem
|
|
Caption = 'Add'
|
|
end
|
|
object miDelete: TMenuItem
|
|
Caption = 'Delete'
|
|
OnClick = miDeleteClick
|
|
end
|
|
object miMoveUp: TMenuItem
|
|
Caption = 'Move up'
|
|
OnClick = miMoveUpClick
|
|
end
|
|
object miMoveDown: TMenuItem
|
|
Caption = 'Move down'
|
|
OnClick = miMoveDownClick
|
|
end
|
|
end
|
|
end
|