lazarus/designer/menueditorform.lfm
2009-07-24 02:15:59 +00:00

69 lines
1.6 KiB
Plaintext

object MainMenuEditorForm: TMainMenuEditorForm
Left = 302
Height = 220
Top = 155
Width = 600
Caption = 'MainMenuEditorForm'
ClientHeight = 220
ClientWidth = 600
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '0.9.27'
object Label_menus: TLabel
AnchorSideLeft.Control = List_menus
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = List_menus
Left = 414
Height = 14
Top = 10
Width = 63
Anchors = [akLeft, akBottom]
Caption = 'Label_menus'
ParentColor = False
end
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 = 408
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Right = 6
ClientHeight = 216
ClientWidth = 404
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 List_menus: TListBox
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 414
Height = 184
Top = 30
Width = 180
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
OnClick = List_menusClick
TabOrder = 1
end
end