lazarus/ide/condef.lfm

246 lines
5.8 KiB
Plaintext

object CondForm: TCondForm
Left = 305
Height = 326
Top = 265
Width = 356
HorzScrollBar.Page = 355
HorzScrollBar.Range = 186
VertScrollBar.Page = 325
VertScrollBar.Range = 157
ActiveControl = FirstTest
BorderIcons = [biSystemMenu]
Caption = 'Conditional Defines'
ClientHeight = 326
ClientWidth = 356
OnClose = CondFormCLOSE
OnCreate = CondFormCREATE
OnShow = FormShow
Position = poScreenCenter
object NewTestGroupBox: TGroupBox
Left = 6
Height = 142
Top = 6
Width = 344
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'NewTestGroupBox'
ClientHeight = 123
ClientWidth = 340
TabOrder = 0
object FirstLabel: TLabel
Left = 6
Height = 20
Top = 6
Width = 328
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = '&First test'
ParentColor = False
end
object SecondLabel: TLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 53
Width = 328
Align = alTop
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = '&Second test'
ParentColor = False
end
object FirstTest: TComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 26
Width = 328
Align = alTop
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemIndex = 0
Items.Strings = (
'MSWINDOWS'
'UNIX'
'LINUX'
'WIN32'
'CLX_'
'LCL_'
'VCL_'
'FPC'
'KYLIX'
'VER1_0'
)
MaxLength = 0
ParentCtl3D = False
TabOrder = 0
Text = 'MSWINDOWS'
end
object SecondTest: TComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 73
Width = 328
Align = alTop
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemIndex = 0
Items.Strings = (
'NONE'
'ELSE'
)
MaxLength = 0
ParentCtl3D = False
TabOrder = 1
Text = 'NONE'
end
object AddBtn: TBitBtn
AnchorSideLeft.Control = NewTestGroupBox
AnchorSideTop.Control = SecondTest
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AddInverse
Left = 85
Height = 29
Top = 100
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Add'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
NumGlyphs = 0
OnClick = AddBtnClick
TabOrder = 2
end
object AddInverse: TButton
AnchorSideLeft.Control = AddBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SecondTest
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = RemoveBtn
Left = 166
Height = 29
Top = 100
Width = 87
HelpType = htKeyword
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Add Inverse'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
OnClick = AddInverseCLICK
TabOrder = 3
end
object RemoveBtn: TBitBtn
AnchorSideLeft.Control = AddInverse
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SecondTest
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = NewTestGroupBox
AnchorSideRight.Side = asrBottom
Left = 259
Height = 29
Top = 100
Width = 75
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Remove'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
NumGlyphs = 0
OnClick = RemoveBtnClick
TabOrder = 4
end
end
object ListBox: TListBox
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = OkBtn
Left = 6
Height = 124
Top = 154
Width = 344
Align = alTop
Anchors = [akTop, akBottom]
BorderSpacing.Around = 6
ItemHeight = 18
OnDblClick = ListBoxDblClick
OnKeyDown = ListBoxKeyDown
TabOrder = 1
TopIndex = -1
end
object OkBtn: TBitBtn
AnchorSideTop.Control = ListBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 191
Height = 36
Top = 284
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Insert'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = True
Kind = bkOK
ModalResult = 1
NumGlyphs = 0
TabOrder = 2
end
object CancelButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 272
Height = 32
Top = 288
Width = 78
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkCancel
ModalResult = 2
NumGlyphs = 0
TabOrder = 3
end
object HelpButton: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 36
Top = 284
Width = 75
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Help'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Kind = bkHelp
NumGlyphs = 0
OnClick = HelpButtonClick
TabOrder = 4
end
end