lazarus/designer/menueditorform.lfm
dmitry fd3fbf3d4a ide: added splitter for the menu editor
git-svn-id: trunk@24214 -
2010-03-25 20:19:57 +00:00

85 lines
1.9 KiB
Plaintext

object MainMenuEditorForm: TMainMenuEditorForm
Left = 397
Height = 220
Top = 505
Width = 600
Caption = 'MainMenuEditorForm'
ClientHeight = 220
ClientWidth = 600
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '0.9.29'
object MenuScrollBox: TScrollBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = List_menus
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 220
Top = 0
Width = 382
Align = alClient
ClientHeight = 220
ClientWidth = 382
TabOrder = 0
object Panel: TPanel
AnchorSideLeft.Control = MenuScrollBox
AnchorSideTop.Control = MenuScrollBox
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 212
Top = 0
Width = 200
BevelOuter = bvNone
TabOrder = 0
end
end
object Panel_MenuList: TPanel
Left = 387
Height = 220
Top = 0
Width = 213
Align = alRight
ClientHeight = 220
ClientWidth = 213
TabOrder = 1
object Label_menus: TLabel
AnchorSideLeft.Control = List_menus
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = List_menus
Left = 8
Height = 18
Top = 8
Width = 84
Anchors = [akLeft, akBottom]
Caption = 'Label_menus'
ParentColor = False
end
object List_menus: TListBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel_MenuList
AnchorSideBottom.Side = asrBottom
Left = 8
Height = 182
Top = 32
Width = 194
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
OnClick = List_menusClick
TabOrder = 0
end
end
object Splitter_BoxPanel: TSplitter
Left = 382
Height = 220
Top = 0
Width = 5
Align = alRight
ResizeAnchor = akRight
end
end