lazarus/ide/frames/options_compiler_buildmodes.lfm
mattias 940989a1ae IDE: started frame for editing build modes
git-svn-id: trunk@17992 -
2008-12-30 10:40:24 +00:00

164 lines
3.8 KiB
Plaintext

object CompOptBuildModesFrame: TCompOptBuildModesFrame
Left = 0
Height = 233
Top = 0
Width = 492
ClientHeight = 229
ClientWidth = 488
Ctl3D = False
TabOrder = 0
Visible = False
DesignLeft = 294
DesignTop = 256
object ModesGroupBox: TGroupBox
Left = 0
Height = 229
Top = 0
Width = 186
Align = alLeft
Caption = 'ModesGroupBox'
ClientHeight = 210
ClientWidth = 182
Ctl3D = False
TabOrder = 0
object NewSpeedButton: TSpeedButton
AnchorSideLeft.Control = ModesGroupBox
AnchorSideBottom.Control = ModesGroupBox
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 22
Top = 188
Width = 23
Anchors = [akLeft, akBottom]
Color = clBtnFace
NumGlyphs = 0
end
object DeleteSpeedButton: TSpeedButton
AnchorSideLeft.Control = NewSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = NewSpeedButton
Left = 23
Height = 22
Top = 188
Width = 23
Color = clBtnFace
NumGlyphs = 0
end
object MoveDownSpeedButton: TSpeedButton
AnchorSideLeft.Control = DeleteSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = NewSpeedButton
Left = 46
Height = 22
Top = 188
Width = 23
Color = clBtnFace
NumGlyphs = 0
end
object MoveUpSpeedButton: TSpeedButton
AnchorSideLeft.Control = MoveDownSpeedButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = NewSpeedButton
Left = 69
Height = 22
Top = 188
Width = 23
Color = clBtnFace
NumGlyphs = 0
end
object ModesListBox: TListBox
AnchorSideBottom.Control = NewSpeedButton
Left = 0
Height = 188
Top = 0
Width = 182
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0
TabOrder = 0
TopIndex = -1
end
end
object ValuesGroupBox: TGroupBox
Left = 191
Height = 229
Top = 0
Width = 297
Align = alClient
Caption = 'ValuesGroupBox'
ClientHeight = 210
ClientWidth = 293
Ctl3D = False
TabOrder = 1
object ValuesStringGrid: TStringGrid
Left = 0
Height = 95
Top = 0
Width = 293
Align = alClient
ColCount = 2
FixedCols = 0
TabOrder = 0
end
object DefaultValueGroupBox: TGroupBox
Left = 0
Height = 109
Top = 101
Width = 293
Align = alBottom
Caption = 'DefaultValueGroupBox'
ClientHeight = 90
ClientWidth = 289
Ctl3D = False
TabOrder = 1
inline CompOptsConditionalsFrame1: TCompOptsConditionalsFrame
Height = 90
Width = 289
Align = alClient
ClientHeight = 86
ClientWidth = 285
Visible = True
inherited COCTreeView: TTreeView
Height = 86
Width = 285
end
inherited COCPopupMenu: TPopupMenu
inherited InsertAboveMenuItem: TMenuItem
end
inherited InsertBelowMenuItem: TMenuItem
end
inherited InsertChildMenuItem: TMenuItem
end
inherited DeleteMenuItem: TMenuItem
end
inherited MoveUpMenuItem: TMenuItem
end
inherited MoveDownMenuItem: TMenuItem
end
inherited MoveLvlUpMenuItem: TMenuItem
end
inherited MoveLvlDownMenuItem: TMenuItem
end
inherited PropertiesMenuItem: TMenuItem
end
end
end
end
object ValuesSplitter: TSplitter
Cursor = crVSplit
Left = 0
Height = 6
Top = 95
Width = 293
Align = alBottom
ResizeAnchor = akBottom
end
end
object MainSplitter: TSplitter
Left = 186
Height = 229
Top = 0
Width = 5
end
end