lazarus/designer/designermenu.lfm
2009-06-13 09:17:32 +00:00

99 lines
2.5 KiB
Plaintext

object TemplateMenuForm: TTemplateMenuForm
Left = 537
Height = 244
Top = 199
Width = 520
Caption = 'TemplateMenuForm'
ClientHeight = 244
ClientWidth = 520
Constraints.MinHeight = 100
Constraints.MinWidth = 350
OnCreate = FormCreate
OnResize = FormResize
Position = poScreenCenter
LCLVersion = '0.9.27'
object Label_template_description: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 14
Top = 6
Width = 132
BorderSpacing.Left = 6
BorderSpacing.Top = 6
Caption = 'Label_template_description'
ParentColor = False
end
object Label_template_view: TLabel
AnchorSideLeft.Control = ListBoxView
AnchorSideTop.Control = Owner
Left = 262
Height = 14
Top = 6
Width = 102
BorderSpacing.Top = 6
Caption = 'Label_template_view'
ParentColor = False
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 26
Top = 212
Width = 508
TabOrder = 3
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
object TemplatesListBox: TListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Label_template_description
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = ListBoxView
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 180
Top = 26
Width = 244
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
ItemHeight = 0
OnClick = TemplatesListBoxClick
TabOrder = 0
end
object ListBoxView: TListBox
AnchorSideLeft.Control = TemplatesListBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label_template_view
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel1
Left = 262
Height = 180
Top = 26
Width = 252
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 1
end
object Edit_template_description: TEdit
AnchorSideLeft.Control = TemplatesListBox
AnchorSideTop.Control = TemplatesListBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = TemplatesListBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 212
Width = 244
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
TabOrder = 2
Text = 'Edit_template_description'
Visible = False
end
end