lazarus/ide/buildlazdialog.lfm

239 lines
5.7 KiB
Plaintext

object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
Left = 459
Height = 500
Top = 300
Width = 500
HorzScrollBar.Page = 499
VertScrollBar.Page = 499
ActiveControl = BuildAllButton
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSizeToolWin
Caption = 'ConfigureBuildLazarusDlg'
ClientHeight = 500
ClientWidth = 500
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
object OptionsLabel: TLabel
AnchorSideTop.Control = OptionsEdit
AnchorSideTop.Side = asrCenter
Left = 10
Height = 14
Top = 284
Width = 42
Caption = 'Options:'
Color = clNone
ParentColor = False
end
object TargetOSLabel: TLabel
AnchorSideTop.Control = TargetOSEdit
AnchorSideTop.Side = asrCenter
Left = 10
Height = 14
Top = 314
Width = 54
Caption = 'Target OS:'
Color = clNone
ParentColor = False
end
object TargetDirectoryLabel: TLabel
AnchorSideTop.Control = TargetDirectoryComboBox
AnchorSideTop.Side = asrCenter
Left = 10
Height = 14
Top = 345
Width = 84
Caption = 'Target Directory:'
Color = clNone
ParentColor = False
end
object TargetCPULabel: TLabel
AnchorSideTop.Control = TargetCPUComboBox
AnchorSideTop.Side = asrCenter
Left = 10
Height = 14
Top = 375
Width = 56
Caption = 'Target CPU'
Color = clNone
ParentColor = False
end
object BuildAllButton: TButton
Left = 10
Height = 25
Top = 12
Width = 194
BorderSpacing.InnerBorder = 4
Caption = 'Set to "Build All"'
OnClick = BuildAllButtonClick
TabOrder = 0
end
object CleanAllCheckBox: TCheckBox
AnchorSideLeft.Control = LCLInterfaceRadioGroup
Left = 338
Height = 13
Top = 12
Width = 61
Caption = 'Clean All'
TabOrder = 1
end
object OptionsEdit: TEdit
Left = 156
Height = 23
Top = 280
Width = 331
Anchors = [akLeft, akRight, akBottom]
TabOrder = 5
end
object TargetOSEdit: TEdit
Left = 156
Height = 24
Top = 309
Width = 331
Anchors = [akLeft, akRight, akBottom]
TabOrder = 6
end
object TargetDirectoryComboBox: TComboBox
AnchorSideTop.Side = asrBottom
Left = 156
Height = 21
Top = 342
Width = 307
Anchors = [akLeft, akRight, akBottom]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
MaxLength = 0
TabOrder = 7
end
object TargetDirectoryButton: TButton
Left = 465
Height = 19
Top = 342
Width = 22
Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = TargetDirectoryButtonClick
TabOrder = 8
end
object LCLInterfaceRadioGroup: TRadioGroup
Left = 338
Height = 188
Top = 42
Width = 149
Anchors = [akTop, akRight, akBottom]
AutoFill = True
Caption = 'LCLInterfaceRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
TabOrder = 3
end
object WithStaticPackagesCheckBox: TCheckBox
AnchorSideLeft.Control = LCLInterfaceRadioGroup
Left = 338
Height = 13
Top = 248
Width = 166
Anchors = [akLeft, akBottom]
Caption = 'WithStaticPackagesCheckBox'
TabOrder = 4
end
object RestartAfterBuildCheckBox: TCheckBox
Left = 10
Height = 13
Top = 416
Width = 148
Anchors = [akLeft, akBottom]
Caption = 'RestartAfterBuildCheckBox'
TabOrder = 10
end
object ConfirmBuildCheckBox: TCheckBox
Left = 10
Height = 13
Top = 442
Width = 127
Anchors = [akLeft, akBottom]
Caption = 'ConfirmBuildCheckBox'
TabOrder = 11
end
object SaveSettingsButton: TButton
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = CancelButton
AnchorSideBottom.Side = asrBottom
Left = 324
Height = 25
Top = 464
Width = 92
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 10
BorderSpacing.InnerBorder = 4
Caption = 'Save settings'
Default = True
OnClick = SaveSettingsButtonClick
TabOrder = 12
end
object CancelButton: TButton
Left = 426
Height = 25
Top = 464
Width = 61
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'Cancel'
OnClick = CancelButtonClick
TabOrder = 13
end
object ItemsListBox: TListBox
Left = 10
Height = 229
Top = 42
Width = 319
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 25
OnDrawItem = ItemsListBoxDrawItem
OnMouseDown = ItemsListBoxMouseDown
OnShowHint = ItemsListBoxShowHint
ParentShowHint = False
ShowHint = True
Style = lbOwnerDrawFixed
TabOrder = 2
end
object TargetCPUComboBox: TComboBox
Left = 156
Height = 21
Top = 372
Width = 307
Anchors = [akLeft, akRight, akBottom]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 13
MaxLength = 0
TabOrder = 9
end
object CompileButton: TButton
AnchorSideRight.Control = SaveSettingsButton
AnchorSideBottom.Control = SaveSettingsButton
AnchorSideBottom.Side = asrBottom
Left = 249
Height = 25
Top = 464
Width = 65
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Right = 10
BorderSpacing.InnerBorder = 4
Caption = 'Compile'
OnClick = CompileButtonClick
TabOrder = 14
end
end