lazarus/components/tachart/tasubcomponentseditor.lfm
2010-04-05 08:26:32 +00:00

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