lazarus/ide/abstractsmethodsdlg.lfm
laurent 1968691a17 Load glyph form resource
git-svn-id: trunk@16652 -
2008-09-19 16:16:24 +00:00

129 lines
2.9 KiB
Plaintext

object AbstractMethodsDialog: TAbstractMethodsDialog
Left = 350
Height = 344
Top = 291
Width = 581
ActiveControl = MethodsCheckListBox
Caption = 'AbstractMethodsDialog'
ClientHeight = 344
ClientWidth = 581
OnCreate = FormCreate
OnDestroy = FormDestroy
ParentFont = False
LCLVersion = '0.9.25'
object NoteLabel: TLabel
Height = 14
Width = 581
Align = alTop
Caption = 'NoteLabel'
ParentColor = False
WordWrap = True
end
object MethodsGroupBox: TGroupBox
Height = 280
Top = 14
Width = 581
Align = alClient
Caption = 'MethodsGroupBox'
ClientHeight = 262
ClientWidth = 577
TabOrder = 0
object MethodsCheckListBox: TCheckListBox
AnchorSideBottom.Control = SelectAllButton
Height = 227
Width = 577
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
OnClickCheck = MethodsCheckListBoxClickCheck
TabOrder = 0
end
object SelectAllButton: TButton
AnchorSideLeft.Control = MethodsGroupBox
AnchorSideBottom.Control = MethodsGroupBox
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 233
Width = 98
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'SelectAllButton'
OnClick = SelectAllButtonClick
TabOrder = 1
end
object SelectNoneButton: TButton
AnchorSideLeft.Control = SelectAllButton
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = MethodsGroupBox
AnchorSideBottom.Side = asrBottom
Left = 110
Height = 23
Top = 233
Width = 112
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'SelectNoneButton'
OnClick = SelectNoneButtonClick
TabOrder = 2
end
end
object BtnPanel: TPanel
Height = 50
Top = 294
Width = 581
Align = alBottom
BevelOuter = bvNone
ClientHeight = 50
ClientWidth = 581
TabOrder = 1
object CancelBitBtn: TBitBtn
Left = 517
Height = 38
Top = 6
Width = 58
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 0
end
object AddFirstBitBtn: TBitBtn
Left = 392
Height = 38
Top = 6
Width = 43
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Yes'
Default = True
Kind = bkYes
ModalResult = 6
NumGlyphs = 0
OnClick = AddFirstBitBtnClick
TabOrder = 1
end
object AddAllBitBtn: TBitBtn
Left = 441
Height = 38
Top = 6
Width = 70
Align = alRight
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Yes to &All'
Kind = bkYesToAll
ModalResult = 10
NumGlyphs = 0
OnClick = AddAllBitBtnClick
TabOrder = 2
end
end
end