lazarus/ide/codemacroselect.lfm
2006-05-22 08:10:49 +00:00

102 lines
2.1 KiB
Plaintext

object CodeMacroSelectDlg: TCodeMacroSelectDlg
ActiveControl = MacrosListBox
Caption = 'CodeMacroSelectDlg'
ClientHeight = 319
ClientWidth = 561
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 112
HorzScrollBar.Page = 560
VertScrollBar.Page = 318
Left = 318
Height = 319
Top = 200
Width = 561
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 = 357
TabOrder = 1
Left = 190
Height = 210
Top = 10
Width = 361
object DescriptionMemo: TMemo
Align = alClient
Lines.Strings = (
'Memo1'
)
ReadOnly = True
TabOrder = 0
Height = 193
Width = 357
end
end
object OkButton: TButton
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 10
Caption = 'OkButton'
ModalResult = 1
TabOrder = 2
AnchorSideTop.Control = CancelButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CancelButton
Left = 395
Height = 26
Top = 284
Width = 61
end
object CancelButton: TButton
Anchors = [akRight, akBottom]
AutoSize = True
Caption = 'CancelButton'
ModalResult = 2
TabOrder = 3
Left = 466
Height = 26
Top = 284
Width = 85
end
object ParameterGroupBox: TGroupBox
Anchors = [akLeft, akRight, akBottom]
Caption = 'ParameterGroupBox'
ClientHeight = 32
ClientWidth = 537
TabOrder = 4
Left = 10
Height = 49
Top = 225
Width = 541
object ParameterEdit: TEdit
Align = alTop
TabOrder = 0
Text = 'ParameterEdit'
Height = 23
Width = 537
end
end
end