mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 00:52:41 +02:00
465 lines
12 KiB
Plaintext
465 lines
12 KiB
Plaintext
object ProjectOptionsDialog: TProjectOptionsDialog
|
|
ActiveControl = TitleEdit
|
|
Caption = 'ProjectOptionsDialog'
|
|
ClientHeight = 375
|
|
ClientWidth = 443
|
|
OnClose = ProjectOptionsClose
|
|
OnResize = ProjectOptionsResize
|
|
PixelsPerInch = 112
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 442
|
|
VertScrollBar.Page = 374
|
|
Left = 738
|
|
Height = 375
|
|
Top = 236
|
|
Width = 443
|
|
object Notebook: TNotebook
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
PageIndex = 1
|
|
Height = 338
|
|
Width = 443
|
|
object ApplicationPage: TPage
|
|
Caption = 'ApplicationPage'
|
|
ClientWidth = 439
|
|
ClientHeight = 308
|
|
Left = 2
|
|
Height = 308
|
|
Top = 28
|
|
Width = 439
|
|
object AppSettingsGroupBox: TGroupBox
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AppSettingsGroupBox'
|
|
ClientHeight = 56
|
|
ClientWidth = 423
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 73
|
|
Top = 6
|
|
Width = 427
|
|
object TitleLabel: TLabel
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'TitleLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 6
|
|
Height = 13
|
|
Top = 6
|
|
Width = 411
|
|
end
|
|
object TitleEdit: TEdit
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 0
|
|
Text = 'TitleEdit'
|
|
Left = 6
|
|
Height = 23
|
|
Top = 19
|
|
Width = 411
|
|
end
|
|
end
|
|
object OutputSettingsGroupBox: TGroupBox
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'OutputSettingsGroupBox'
|
|
ClientHeight = 56
|
|
ClientWidth = 423
|
|
TabOrder = 1
|
|
Left = 6
|
|
Height = 73
|
|
Top = 85
|
|
Width = 427
|
|
object TargetFileLabel: TLabel
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'TargetFileLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 6
|
|
Height = 13
|
|
Top = 6
|
|
Width = 411
|
|
end
|
|
object TargetFileEdit: TEdit
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 0
|
|
Text = 'TargetFileEdit'
|
|
Left = 6
|
|
Height = 23
|
|
Top = 19
|
|
Width = 411
|
|
end
|
|
end
|
|
end
|
|
object FormsPage: TPage
|
|
Caption = 'FormsPage'
|
|
ClientWidth = 439
|
|
ClientHeight = 308
|
|
OnResize = FormsPageResize
|
|
Left = 2
|
|
Height = 308
|
|
Top = 28
|
|
Width = 439
|
|
object FormsAutoCreatedLabel: TLabel
|
|
Caption = 'FormsAutoCreatedLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Left = 36
|
|
Height = 13
|
|
Top = 10
|
|
Width = 136
|
|
end
|
|
object FormsAvailFormsLabel: TLabel
|
|
Caption = 'FormsAvailFormsLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
AnchorSideLeft.Control = FormsAvailFormsListBox
|
|
Left = 240
|
|
Height = 13
|
|
Top = 10
|
|
Width = 129
|
|
end
|
|
object FormsAutoCreatedListBox: TListBox
|
|
Anchors = [akTop, akLeft, akBottom]
|
|
BorderSpacing.Around = 6
|
|
MultiSelect = True
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
AnchorSideLeft.Control = FormsMoveAutoCreatedFormUpBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
|
Left = 36
|
|
Height = 240
|
|
Top = 32
|
|
Width = 168
|
|
end
|
|
object FormsAvailFormsListBox: TListBox
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
MultiSelect = True
|
|
TabOrder = 1
|
|
TopIndex = -1
|
|
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
|
|
Left = 240
|
|
Height = 240
|
|
Top = 32
|
|
Width = 185
|
|
end
|
|
object FormsMoveAutoCreatedFormUpBtn: TArrow
|
|
ArrowType = atUp
|
|
OnClick = FormsMoveAutoCreatedFormUpBtnClick
|
|
Left = 6
|
|
Height = 24
|
|
Top = 32
|
|
Width = 24
|
|
end
|
|
object FormsMoveAutoCreatedFormsDownBtn: TArrow
|
|
ArrowType = atDown
|
|
OnClick = FormsMoveAutoCreatedFormDownBtnClick
|
|
Left = 6
|
|
Height = 24
|
|
Top = 60
|
|
Width = 24
|
|
end
|
|
object FormsRemoveFromAutoCreatedFormsBtn: TArrow
|
|
ArrowType = atRight
|
|
BorderSpacing.Around = 6
|
|
OnClick = FormsRemoveFromAutoCreatedFormsBtnClick
|
|
AnchorSideLeft.Control = FormsAutoCreatedListBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 210
|
|
Height = 24
|
|
Top = 32
|
|
Width = 24
|
|
end
|
|
object FormsAddToAutoCreatedFormsBtn: TArrow
|
|
OnClick = FormsAddToAutoCreatedFormsBtnClick
|
|
AnchorSideLeft.Control = FormsRemoveFromAutoCreatedFormsBtn
|
|
Left = 210
|
|
Height = 24
|
|
Top = 60
|
|
Width = 24
|
|
end
|
|
object FormsAutoCreateNewFormsCheckBox: TCheckBox
|
|
Align = alBottom
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FormsAutoCreateNewFormsCheckBox'
|
|
TabOrder = 2
|
|
Left = 6
|
|
Height = 24
|
|
Top = 278
|
|
Width = 427
|
|
end
|
|
end
|
|
object MiscPage: TPage
|
|
Caption = 'MiscPage'
|
|
ClientWidth = 439
|
|
ClientHeight = 308
|
|
Left = 2
|
|
Height = 308
|
|
Top = 28
|
|
Width = 439
|
|
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
|
|
TabOrder = 0
|
|
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 36
|
|
Width = 427
|
|
end
|
|
object MainUnitHasCreateFormStatementsCheckBox: TCheckBox
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
|
|
TabOrder = 1
|
|
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 62
|
|
Width = 427
|
|
end
|
|
object MainUnitIsPascalSourceCheckBox: TCheckBox
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 10
|
|
BorderSpacing.Right = 6
|
|
Caption = 'MainUnitIsPascalSourceCheckBox'
|
|
TabOrder = 2
|
|
Left = 6
|
|
Height = 24
|
|
Top = 10
|
|
Width = 427
|
|
end
|
|
object MainUnitHasTitleStatementCheckBox: TCheckBox
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
Caption = 'MainUnitHasTitleStatementCheckBox'
|
|
TabOrder = 5
|
|
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 88
|
|
Width = 427
|
|
end
|
|
object RunnableCheckBox: TCheckBox
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 10
|
|
BorderSpacing.Right = 6
|
|
Caption = 'RunnableCheckBox'
|
|
TabOrder = 3
|
|
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 122
|
|
Width = 427
|
|
end
|
|
object AlwaysBuildCheckBox: TCheckBox
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
Caption = 'AlwaysBuildCheckBox'
|
|
TabOrder = 4
|
|
AnchorSideTop.Control = RunnableCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 148
|
|
Width = 427
|
|
end
|
|
end
|
|
object LazDocPage: TPage
|
|
Caption = 'LazDocPage'
|
|
ClientWidth = 439
|
|
ClientHeight = 308
|
|
Left = 2
|
|
Height = 308
|
|
Top = 28
|
|
Width = 439
|
|
object Label2: TLabel
|
|
Align = alTop
|
|
Caption = 'NOTE: only absolute paths are supported now'
|
|
Color = clNone
|
|
ParentColor = False
|
|
Height = 13
|
|
Top = 222
|
|
Width = 439
|
|
end
|
|
object LazDocPathsGroupBox: TGroupBox
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'LazDocPathsGroupBox'
|
|
ClientHeight = 210
|
|
ClientWidth = 427
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 210
|
|
Top = 6
|
|
Width = 427
|
|
object LazDocListBox: TListBox
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
Left = 6
|
|
Height = 108
|
|
Top = 6
|
|
Width = 415
|
|
end
|
|
object LazDocAddPathButton: TButton
|
|
|
|
Caption = 'LazDocAddPathButton'
|
|
OnClick = LazDocAddPathButtonClick
|
|
TabOrder = 1
|
|
Left = 6
|
|
Height = 25
|
|
Top = 122
|
|
Width = 75
|
|
end
|
|
object LazDocDeletePathButton: TButton
|
|
|
|
Caption = 'LazDocDeletePathButton'
|
|
OnClick = LazDocDeletePathButtonClick
|
|
TabOrder = 2
|
|
Left = 90
|
|
Height = 25
|
|
Top = 122
|
|
Width = 75
|
|
end
|
|
object LazDocPathEdit: TEdit
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 3
|
|
Text = 'LazDocPathEdit'
|
|
Left = 6
|
|
Height = 23
|
|
Top = 154
|
|
Width = 371
|
|
end
|
|
object LazDocBrowseButton: TButton
|
|
Anchors = [akTop, akRight]
|
|
|
|
Caption = '...'
|
|
OnClick = LazDocBrowseButtonClick
|
|
TabOrder = 4
|
|
Left = 382
|
|
Height = 23
|
|
Top = 154
|
|
Width = 23
|
|
end
|
|
end
|
|
end
|
|
object SavePage: TPage
|
|
Caption = 'SavePage'
|
|
ClientWidth = 439
|
|
ClientHeight = 308
|
|
Left = 2
|
|
Height = 308
|
|
Top = 28
|
|
Width = 439
|
|
object SaveClosedUnitInfoCheckBox: TCheckBox
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 6
|
|
Caption = 'SaveClosedUnitInfoCheckBox'
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 24
|
|
Top = 6
|
|
Width = 427
|
|
end
|
|
object SaveOnlyProjectUnitInfoCheckBox: TCheckBox
|
|
Align = alTop
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
Caption = 'SaveOnlyProjectUnitInfoCheckBox'
|
|
TabOrder = 1
|
|
AnchorSideTop.Control = SaveClosedUnitInfoCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 24
|
|
Top = 32
|
|
Width = 427
|
|
end
|
|
object SaveSessionLocationRadioGroup: TRadioGroup
|
|
AutoFill = True
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Around = 6
|
|
Caption = 'SaveSessionLocationRadioGroup'
|
|
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 = 2
|
|
AnchorSideTop.Control = SaveOnlyProjectUnitInfoCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 7
|
|
Height = 117
|
|
Top = 67
|
|
Width = 413
|
|
end
|
|
end
|
|
end
|
|
object CancelButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
Left = 357
|
|
Height = 25
|
|
Top = 344
|
|
Width = 75
|
|
end
|
|
object OKButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 2
|
|
Left = 269
|
|
Height = 25
|
|
Top = 344
|
|
Width = 75
|
|
end
|
|
object SelectDirectoryDialog: TSelectDirectoryDialog
|
|
Title = 'Select Directory'
|
|
FilterIndex = 0
|
|
Title = 'Select Directory'
|
|
left = 344
|
|
top = 8
|
|
end
|
|
end
|