lazarus/ide/codemacroselect.lfm
mattias 488b1ad6e4 added parameter edit to code macro selection
git-svn-id: trunk@8132 -
2005-11-11 15:31:06 +00:00

102 lines
2.2 KiB
Plaintext

object CodeMacroSelectDlg: TCodeMacroSelectDlg
ActiveControl = MacrosListBox
Caption = 'CodeMacroSelectDlg'
ClientHeight = 319
ClientWidth = 560
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 112
HorzScrollBar.Page = 559
VertScrollBar.Page = 318
Left = 318
Height = 319
Top = 200
Width = 560
object MacrosGroupBox: TGroupBox
Anchors = [akTop, akLeft, akBottom]
Caption = 'MacrosGroupBox'
ClientHeight = 193
ClientWidth = 166
TabOrder = 0
Left = 10
Height = 210
Top = 10
Width = 170
object MacrosListBox: TListBox
Align = alClient
OnSelectionChange = MacrosListBoxSelectionChange
TabOrder = 0
TopIndex = -1
Height = 193
Width = 166
end
end
object DescriptionGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'DescriptionGroupBox'
ClientHeight = 193
ClientWidth = 356
TabOrder = 1
Left = 190
Height = 210
Top = 10
Width = 360
object DescriptionMemo: TMemo
Align = alClient
Lines.Strings = (
'Memo1'
)
ReadOnly = True
TabOrder = 0
Height = 193
Width = 356
end
end
object OkButton: TButton
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 10
BorderSpacing.InnerBorder = 2
Caption = 'OkButton'
ModalResult = 1
TabOrder = 2
AnchorSideTop.Control = CancelButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CancelButton
Left = 394
Height = 26
Top = 284
Width = 61
end
object CancelButton: TButton
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.InnerBorder = 2
Caption = 'CancelButton'
ModalResult = 2
TabOrder = 3
Left = 465
Height = 26
Top = 284
Width = 85
end
object ParameterGroupBox: TGroupBox
Anchors = [akLeft, akBottom]
Caption = 'ParameterGroupBox'
ClientHeight = 32
ClientWidth = 536
TabOrder = 4
Left = 10
Height = 49
Top = 225
Width = 540
object ParameterEdit: TEdit
Align = alTop
TabOrder = 0
Text = 'ParameterEdit'
Height = 23
Width = 536
end
end
end