lazarus/ide/condef.lfm
darius 984c9d5167 implemented TButtonPanel
git-svn-id: trunk@17011 -
2008-10-15 20:38:10 +00:00

416 lines
10 KiB
Plaintext

object CondForm: TCondForm
Left = 305
Height = 326
Top = 265
Width = 356
HelpContext = 0
ActiveControl = FirstTest
Align = alNone
AllowDropFiles = False
AutoScroll = True
AutoSize = False
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeable
Caption = 'Conditional Defines'
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 326
ClientWidth = 356
DockSite = False
DragKind = dkDrag
DragMode = dmManual
Enabled = True
Font.Height = 0
Font.Style = []
FormStyle = fsNormal
OnClose = CondFormCLOSE
OnCreate = CondFormCREATE
OnShow = FormShow
ParentBiDiMode = True
ParentFont = False
Position = poScreenCenter
ShowInTaskBar = stDefault
UseDockManager = False
LCLVersion = '0.9.27'
WindowState = wsNormal
object NewTestGroupBox: TGroupBox
Left = 6
Height = 166
Top = 6
Width = 344
HelpContext = 0
Align = alTop
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = 'NewTestGroupBox'
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
ClientHeight = 147
ClientWidth = 340
Ctl3D = False
DockSite = False
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
Enabled = True
ParentBidiMode = True
ParentColor = True
ParentCtl3D = True
ParentFont = True
ParentShowHint = True
TabOrder = 0
TabStop = False
Visible = True
object FirstLabel: TLabel
Left = 6
Height = 18
Top = 6
Width = 328
HelpContext = 0
Align = alTop
Alignment = taLeftJustify
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 0
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = '&First test'
DragCursor = crDrag
DragMode = dmManual
Enabled = True
Layout = tlTop
ParentBidiMode = True
ParentColor = False
ParentFont = True
ParentShowHint = True
ShowAccelChar = True
Transparent = True
Visible = True
WordWrap = False
OptimalFill = False
end
object SecondLabel: TLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 18
Top = 59
Width = 328
HelpContext = 0
Align = alTop
Alignment = taLeftJustify
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BorderSpacing.Bottom = 0
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Caption = '&Second test'
DragCursor = crDrag
DragMode = dmManual
Enabled = True
Layout = tlTop
ParentBidiMode = True
ParentColor = False
ParentFont = True
ParentShowHint = True
ShowAccelChar = True
Transparent = True
Visible = True
WordWrap = False
OptimalFill = False
end
object FirstTest: TComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 29
Top = 24
Width = 328
HelpContext = 0
TabStop = True
Align = alTop
ArrowKeysTraverseList = True
AutoComplete = False
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
AutoDropDown = False
AutoSelect = False
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 0
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
CharCase = ecNormal
Ctl3D = False
DragCursor = crDrag
DragMode = dmManual
DropDownCount = 8
Enabled = True
ItemHeight = 0
ItemIndex = 0
Items.Strings = (
'MSWINDOWS'
'UNIX'
'LINUX'
'WIN32'
'CLX_'
'LCL_'
'VCL_'
'FPC'
'KYLIX'
'VER1_0'
)
ItemWidth = 0
MaxLength = 0
ParentBidiMode = True
ParentColor = False
ParentCtl3D = False
ParentFont = True
ParentShowHint = True
Sorted = False
Style = csDropDown
TabOrder = 0
Text = 'MSWINDOWS'
Visible = True
end
object SecondTest: TComboBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 29
Top = 77
Width = 328
HelpContext = 0
TabStop = True
Align = alTop
ArrowKeysTraverseList = True
AutoComplete = False
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
AutoDropDown = False
AutoSelect = False
AutoSize = True
BorderSpacing.Left = 6
BorderSpacing.Top = 0
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
BorderSpacing.Around = 0
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
CharCase = ecNormal
Ctl3D = False
DragCursor = crDrag
DragMode = dmManual
DropDownCount = 8
Enabled = True
ItemHeight = 0
ItemIndex = 0
Items.Strings = (
'NONE'
'ELSE'
)
ItemWidth = 0
MaxLength = 0
ParentBidiMode = True
ParentColor = False
ParentCtl3D = False
ParentFont = True
ParentShowHint = True
Sorted = False
Style = csDropDown
TabOrder = 1
Text = 'NONE'
Visible = True
end
object AddBtn: TBitBtn
AnchorSideLeft.Control = NewTestGroupBox
AnchorSideTop.Control = SecondTest
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AddInverse
Left = 85
Height = 29
Top = 112
Width = 75
HelpContext = 0
Align = alNone
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Cancel = False
Caption = '&Add'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = False
Enabled = True
Kind = bkCustom
Layout = blGlyphLeft
Margin = -1
ModalResult = 0
NumGlyphs = 0
OnClick = AddBtnClick
ParentFont = True
ParentShowHint = True
Spacing = 3
TabOrder = 2
TabStop = True
Visible = True
end
object AddInverse: TButton
AnchorSideLeft.Control = AddBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = SecondTest
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = RemoveBtn
Left = 166
Height = 29
Top = 112
Width = 87
HelpType = htKeyword
HelpContext = 0
Align = alNone
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Cancel = False
Caption = 'Add Inverse'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = False
DragCursor = crDrag
DragMode = dmManual
Enabled = True
ParentBidiMode = True
ModalResult = 0
OnClick = AddInverseCLICK
ParentFont = True
ParentShowHint = True
TabOrder = 3
TabStop = True
Visible = True
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 = 112
Width = 75
HelpContext = 0
Align = alNone
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
Cancel = False
Caption = '&Remove'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Default = False
Enabled = True
Kind = bkCustom
Layout = blGlyphLeft
Margin = -1
ModalResult = 0
NumGlyphs = 0
OnClick = RemoveBtnClick
ParentFont = True
ParentShowHint = True
Spacing = 3
TabOrder = 4
TabStop = True
Visible = True
end
end
object ListBox: TListBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 94
Top = 178
Width = 344
HelpContext = 0
Align = alClient
Anchors = [akTop, akBottom]
BorderSpacing.Left = 0
BorderSpacing.Top = 0
BorderSpacing.Right = 0
BorderSpacing.Bottom = 0
BorderSpacing.Around = 6
BorderSpacing.CellAlignHorizontal = ccaFill
BorderSpacing.CellAlignVertical = ccaFill
BorderStyle = bsSingle
ClickOnSelChange = True
Columns = 0
DragCursor = crDrag
DragKind = dkDrag
DragMode = dmManual
ExtendedSelect = True
Enabled = True
IntegralHeight = False
ItemHeight = 0
MultiSelect = False
OnDblClick = ListBoxDblClick
OnKeyDown = ListBoxKeyDown
ParentBidiMode = True
ParentShowHint = True
ParentFont = True
Sorted = False
Style = lbStandard
TabOrder = 1
TabStop = True
TopIndex = -1
Visible = True
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 48
Top = 278
Width = 344
HelpContext = 0
Align = alBottom
AutoSize = True
ButtonOrder = boDefault
TabOrder = 2
DefaultButton = pbOK
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowGlyphs = [pbOK, pbCancel, pbClose, pbHelp]
Visible = True
end
end