lazarus/ide/projectopts.lfm
mattias dd4e9f87a1 IDE: added macro ProjOutDir and Project(OutputDir)
IDE: added project option to put .lrs files of .lfm files into output directory

git-svn-id: trunk@17857 -
2008-12-18 13:24:52 +00:00

1031 lines
30 KiB
Plaintext

object ProjectOptionsDialog: TProjectOptionsDialog
Left = 500
Height = 460
Top = 307
Width = 473
ActiveControl = Notebook
BorderIcons = [biSystemMenu]
Caption = 'ProjectOptionsDialog'
ClientHeight = 460
ClientWidth = 473
Constraints.MinHeight = 450
Constraints.MinWidth = 400
OnClose = ProjectOptionsClose
Position = poScreenCenter
LCLVersion = '0.9.27'
object Notebook: TNotebook
Left = 0
Height = 404
Top = 0
Width = 473
Align = alClient
BorderSpacing.Bottom = 6
PageIndex = 2
TabOrder = 0
object ApplicationPage: TPage
Caption = 'ApplicationPage'
ClientWidth = 471
ClientHeight = 377
object AppSettingsGroupBox: TGroupBox
Left = 6
Height = 252
Top = 6
Width = 459
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'AppSettingsGroupBox'
ClientHeight = 233
ClientWidth = 455
Ctl3D = False
TabOrder = 0
object TitleLabel: TLabel
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = TitleEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 18
Top = 8
Width = 61
BorderSpacing.Left = 6
Caption = 'TitleLabel'
ParentColor = False
end
object IconLabel: TLabel
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = IconPanel
Left = 6
Height = 18
Top = 35
Width = 61
BorderSpacing.Left = 6
Caption = 'IconLabel'
ParentColor = False
end
object IconTrackLabel: TLabel
AnchorSideLeft.Control = IconTrack
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IconTrack
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = IconTrack
Left = 212
Height = 18
Top = 144
Width = 93
BorderSpacing.Left = 6
BorderSpacing.Right = 6
Caption = 'IconTrackLabel'
ParentColor = False
end
object TitleEdit: TEdit
AnchorSideLeft.Side = asrBottom
Left = 106
Height = 23
Top = 6
Width = 343
Align = alTop
BorderSpacing.Left = 100
BorderSpacing.Around = 6
TabOrder = 0
Text = 'TitleEdit'
end
object UseAppBundleCheckBox: TCheckBox
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = IconTrack
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 177
Width = 181
BorderSpacing.Around = 6
Caption = 'UseAppBundleCheckBox'
TabOrder = 1
end
object UseXPManifestCheckBox: TCheckBox
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = UseAppBundleCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 205
Width = 182
BorderSpacing.Around = 6
Caption = 'UseXPManifestCheckBox'
TabOrder = 2
end
object IconPanel: TPanel
AnchorSideLeft.Control = AppSettingsGroupBox
AnchorSideTop.Control = TitleEdit
AnchorSideTop.Side = asrBottom
Left = 106
Height = 100
Top = 35
Width = 100
BorderSpacing.Left = 106
BorderSpacing.Top = 6
BorderSpacing.Right = 6
BevelOuter = bvNone
BorderWidth = 1
BorderStyle = bsSingle
ClientHeight = 100
ClientWidth = 100
TabOrder = 3
object IconImage: TImage
Left = 1
Height = 98
Top = 1
Width = 98
Align = alClient
Center = True
OnPictureChanged = IconImagePictureChanged
end
end
object LoadIconButton: TBitBtn
AnchorSideLeft.Control = IconPanel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IconPanel
AnchorSideBottom.Control = IconPanel
AnchorSideBottom.Side = asrBottom
Left = 212
Height = 29
Top = 35
Width = 115
AutoSize = True
BorderSpacing.Left = 6
Caption = 'LoadIconButton'
NumGlyphs = 0
OnClick = LoadIconButtonClick
TabOrder = 4
end
object SaveIconButton: TBitBtn
AnchorSideLeft.Control = LoadIconButton
AnchorSideTop.Control = LoadIconButton
AnchorSideTop.Side = asrBottom
Left = 212
Height = 29
Top = 70
Width = 116
AutoSize = True
BorderSpacing.Top = 6
Caption = 'SaveIconButton'
NumGlyphs = 0
OnClick = SaveIconButtonClick
TabOrder = 5
end
object ClearIconButton: TBitBtn
AnchorSideLeft.Control = SaveIconButton
AnchorSideTop.Control = SaveIconButton
AnchorSideTop.Side = asrBottom
Left = 212
Height = 29
Top = 105
Width = 117
AutoSize = True
BorderSpacing.Top = 6
Caption = 'ClearIconButton'
NumGlyphs = 0
OnClick = ClearIconButtonClick
TabOrder = 6
end
object IconTrack: TTrackBar
AnchorSideLeft.Control = IconPanel
AnchorSideTop.Control = IconPanel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IconPanel
AnchorSideRight.Side = asrBottom
Left = 106
Height = 36
Top = 135
Width = 100
Max = 0
OnChange = IconTrackChange
Position = 0
Anchors = [akTop, akLeft, akRight]
Ctl3D = False
TabOrder = 7
end
end
object OutputSettingsGroupBox: TGroupBox
Left = 6
Height = 78
Top = 264
Width = 459
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'OutputSettingsGroupBox'
ClientHeight = 59
ClientWidth = 455
Ctl3D = False
TabOrder = 1
object TargetFileLabel: TLabel
AnchorSideLeft.Control = OutputSettingsGroupBox
AnchorSideTop.Control = OutputSettingsGroupBox
Left = 6
Height = 18
Top = 6
Width = 94
BorderSpacing.Around = 6
Caption = 'TargetFileLabel'
ParentColor = False
end
object TargetFileEdit: TEdit
AnchorSideLeft.Control = OutputSettingsGroupBox
AnchorSideTop.Control = TargetFileLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OutputSettingsGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 23
Top = 30
Width = 443
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
Text = 'TargetFileEdit'
end
end
object CreateAppBundleButton: TBitBtn
AnchorSideLeft.Control = ApplicationPage
AnchorSideTop.Control = OutputSettingsGroupBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 29
Top = 348
Width = 170
AutoSize = True
BorderSpacing.Around = 6
Caption = 'CreateAppBundleButton'
NumGlyphs = 0
OnClick = CreateAppBundleButtonClick
TabOrder = 2
end
end
object FormsPage: TPage
Caption = 'FormsPage'
ClientWidth = 471
ClientHeight = 377
OnContextPopup = FormsPageContextPopup
OnResize = FormsPageResize
object FormsAutoCreatedLabel: TLabel
Left = 36
Height = 14
Top = 10
Width = 117
Caption = 'FormsAutoCreatedLabel'
ParentColor = False
end
object FormsAvailFormsLabel: TLabel
AnchorSideLeft.Control = FormsAvailFormsListBox
Left = 266
Height = 14
Top = 10
Width = 107
Caption = 'FormsAvailFormsLabel'
ParentColor = False
end
object FormsMoveAutoCreatedFormUpBtn: TSpeedButton
AnchorSideLeft.Control = FormsPage
AnchorSideTop.Control = FormsAutoCreatedListBox
Left = 6
Height = 24
Top = 36
Width = 24
BorderSpacing.Around = 6
Color = clBtnFace
NumGlyphs = 0
OnClick = FormsMoveAutoCreatedFormUpBtnClick
end
object FormsMoveAutoCreatedFormsDownBtn: TSpeedButton
AnchorSideLeft.Control = FormsMoveAutoCreatedFormUpBtn
AnchorSideTop.Control = FormsMoveAutoCreatedFormUpBtn
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 66
Width = 24
Color = clBtnFace
NumGlyphs = 0
OnClick = FormsMoveAutoCreatedFormDownBtnClick
end
object FormsRemoveFromAutoCreatedFormsBtn: TSpeedButton
AnchorSideLeft.Control = FormsAutoCreatedListBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FormsAutoCreatedListBox
Left = 236
Height = 24
Top = 36
Width = 24
BorderSpacing.Around = 6
Color = clBtnFace
NumGlyphs = 0
OnClick = FormsRemoveFromAutoCreatedFormsBtnClick
end
object FormsAddToAutoCreatedFormsBtn: TSpeedButton
AnchorSideLeft.Control = FormsAutoCreatedListBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FormsRemoveFromAutoCreatedFormsBtn
AnchorSideTop.Side = asrBottom
Left = 236
Height = 24
Top = 66
Width = 24
Color = clBtnFace
NumGlyphs = 0
OnClick = FormsAddToAutoCreatedFormsBtnClick
end
object FormsAutoCreatedListBox: TListBox
AnchorSideLeft.Control = FormsMoveAutoCreatedFormsDownBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FormsAutoCreatedLabel
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
Left = 36
Height = 316
Top = 30
Width = 194
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
MultiSelect = True
TabOrder = 0
TopIndex = -1
end
object FormsAvailFormsListBox: TListBox
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FormsAvailFormsLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = FormsPage
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = FormsAutoCreateNewFormsCheckBox
Left = 266
Height = 316
Top = 30
Width = 199
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
ItemHeight = 0
MultiSelect = True
TabOrder = 1
TopIndex = -1
end
object FormsAutoCreateNewFormsCheckBox: TCheckBox
AnchorSideLeft.Control = FormsAddToAutoCreatedFormsBtn
AnchorSideTop.Control = FormsAutoCreatedListBox
Left = 6
Height = 19
Top = 352
Width = 459
Align = alBottom
BorderSpacing.Around = 6
Caption = 'FormsAutoCreateNewFormsCheckBox'
TabOrder = 2
end
end
object MiscPage: TPage
Caption = 'MiscPage'
ClientWidth = 471
ClientHeight = 377
object Bevel1: TBevel
AnchorSideLeft.Control = MiscPage
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = MiscPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 3
Top = 118
Width = 459
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
end
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
AnchorSideLeft.Control = MiscPage
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 34
Width = 316
BorderSpacing.Around = 6
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
TabOrder = 0
end
object MainUnitHasCreateFormStatementsCheckBox: TCheckBox
AnchorSideLeft.Control = MiscPage
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 62
Width = 320
BorderSpacing.Around = 6
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
TabOrder = 1
end
object MainUnitIsPascalSourceCheckBox: TCheckBox
AnchorSideLeft.Control = MiscPage
AnchorSideTop.Control = MiscPage
Left = 6
Height = 22
Top = 6
Width = 238
BorderSpacing.Around = 6
Caption = 'MainUnitIsPascalSourceCheckBox'
TabOrder = 2
end
object MainUnitHasTitleStatementCheckBox: TCheckBox
AnchorSideLeft.Control = MiscPage
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 90
Width = 263
BorderSpacing.Around = 6
Caption = 'MainUnitHasTitleStatementCheckBox'
TabOrder = 5
end
object RunnableCheckBox: TCheckBox
AnchorSideLeft.Control = MiscPage
AnchorSideTop.Control = Bevel1
Left = 6
Height = 22
Top = 124
Width = 145
BorderSpacing.Around = 6
Caption = 'RunnableCheckBox'
TabOrder = 3
end
object AlwaysBuildCheckBox: TCheckBox
AnchorSideLeft.Control = MiscPage
AnchorSideTop.Control = RunnableCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 152
Width = 161
BorderSpacing.Around = 6
Caption = 'AlwaysBuildCheckBox'
TabOrder = 4
end
object LRSInOutputDirCheckBox: TCheckBox
AnchorSideLeft.Control = MiscPage
AnchorSideTop.Control = AlwaysBuildCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 180
Width = 184
BorderSpacing.Around = 6
Caption = 'LRSInOutputDirCheckBox'
TabOrder = 6
end
end
object LazDocPage: TPage
Caption = 'LazDocPage'
ClientWidth = 471
ClientHeight = 377
object LazDocPathsGroupBox: TGroupBox
Left = 6
Height = 203
Top = 6
Width = 459
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'LazDocPathsGroupBox'
ClientHeight = 184
ClientWidth = 455
Ctl3D = False
TabOrder = 0
object LazDocListBox: TListBox
AnchorSideLeft.Control = LazDocPathsGroupBox
AnchorSideTop.Control = LazDocPathEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = LazDocPathsGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 108
Top = 35
Width = 443
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ItemHeight = 0
TabOrder = 0
TopIndex = -1
end
object LazDocPathEdit: TEdit
AnchorSideLeft.Control = LazDocPathsGroupBox
AnchorSideTop.Control = LazDocPathsGroupBox
AnchorSideRight.Control = LazDocBrowseButton
Left = 6
Height = 23
Top = 6
Width = 413
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 1
Text = 'LazDocPathEdit'
end
object LazDocBrowseButton: TButton
AnchorSideLeft.Control = LazDocPathEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LazDocPathsGroupBox
AnchorSideRight.Control = LazDocPathsGroupBox
AnchorSideRight.Side = asrBottom
Left = 425
Height = 23
Top = 6
Width = 24
Anchors = [akTop, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
Caption = '...'
OnClick = LazDocBrowseButtonClick
TabOrder = 2
end
object LazDocAddPathButton: TBitBtn
AnchorSideLeft.Control = LazDocPathsGroupBox
AnchorSideTop.Control = LazDocListBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 29
Top = 149
Width = 158
AutoSize = True
BorderSpacing.Around = 6
Caption = 'LazDocAddPathButton'
NumGlyphs = 0
OnClick = LazDocAddPathButtonClick
TabOrder = 3
end
object LazDocDeletePathButton: TBitBtn
AnchorSideLeft.Control = LazDocAddPathButton
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LazDocListBox
AnchorSideTop.Side = asrBottom
Left = 170
Height = 29
Top = 149
Width = 175
AutoSize = True
BorderSpacing.Around = 6
Caption = 'LazDocDeletePathButton'
NumGlyphs = 0
OnClick = LazDocDeletePathButtonClick
TabOrder = 4
end
end
end
object SavePage: TPage
Caption = 'SavePage'
ClientWidth = 471
ClientHeight = 377
object SaveClosedUnitInfoCheckBox: TCheckBox
Left = 6
Height = 22
Top = 6
Width = 459
Align = alTop
BorderSpacing.Around = 6
Caption = 'SaveClosedUnitInfoCheckBox'
TabOrder = 0
end
object SaveOnlyProjectUnitInfoCheckBox: TCheckBox
AnchorSideTop.Control = SaveClosedUnitInfoCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 22
Top = 34
Width = 459
Align = alTop
BorderSpacing.Around = 6
Caption = 'SaveOnlyProjectUnitInfoCheckBox'
TabOrder = 1
end
object SaveSessionLocationRadioGroup: TRadioGroup
AnchorSideTop.Control = SaveOnlyProjectUnitInfoCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = SavePage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 4
Top = 68
Width = 459
Align = alTop
AutoFill = True
AutoSize = True
BorderSpacing.Top = 6
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
Ctl3D = False
TabOrder = 2
end
end
object VersionInfoPage: TPage
Caption = 'VersionInfoPage'
ClientWidth = 471
ClientHeight = 377
object VersionInfoGroupBox: TGroupBox
AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 101
Top = 31
Width = 459
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Version Numbering'
ClientHeight = 82
ClientWidth = 455
Ctl3D = False
TabOrder = 0
object VersionLabel: TLabel
AnchorSideLeft.Control = VersionInfoGroupBox
AnchorSideTop.Control = VersionInfoGroupBox
Left = 6
Height = 14
Top = 6
Width = 40
BorderSpacing.Around = 6
Caption = 'Version:'
ParentColor = False
end
object MajorRevisionLabel: TLabel
AnchorSideLeft.Control = VersionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 106
Height = 14
Top = 6
Width = 75
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'Major Revision:'
ParentColor = False
end
object MinorRevisionLabel: TLabel
AnchorSideLeft.Control = MajorRevisionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 206
Height = 14
Top = 6
Width = 74
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'Minor Revision:'
ParentColor = False
end
object BuildLabel: TLabel
AnchorSideLeft.Control = MinorRevisionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 306
Height = 14
Top = 6
Width = 27
BorderSpacing.Left = 24
BorderSpacing.Around = 6
Caption = 'Build:'
ParentColor = False
end
object BuildEdit: TEdit
AnchorSideLeft.Control = BuildLabel
AnchorSideTop.Control = BuildLabel
AnchorSideTop.Side = asrBottom
Left = 306
Height = 20
Top = 26
Width = 70
TabOrder = 0
Text = '0'
end
object VersionSpinEdit: TSpinEdit
AnchorSideLeft.Control = VersionLabel
AnchorSideTop.Control = VersionLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 26
Width = 70
TabOrder = 1
end
object MajorRevisionSpinEdit: TSpinEdit
AnchorSideLeft.Control = MajorRevisionLabel
AnchorSideTop.Control = MajorRevisionLabel
AnchorSideTop.Side = asrBottom
Left = 106
Height = 20
Top = 26
Width = 70
TabOrder = 2
end
object MinorRevisionSpinEdit: TSpinEdit
AnchorSideLeft.Control = MinorRevisionLabel
AnchorSideTop.Control = MinorRevisionLabel
AnchorSideTop.Side = asrBottom
Left = 206
Height = 20
Top = 26
Width = 70
TabOrder = 3
end
object AutomaticallyIncreaseBuildCheckBox: TCheckBox
AnchorSideLeft.Control = VersionInfoGroupBox
AnchorSideTop.Control = VersionSpinEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 58
Width = 158
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'Automatically increase Build'
TabOrder = 4
end
end
object UseVersionInfoCheckBox: TCheckBox
Left = 6
Height = 19
Top = 6
Width = 459
Align = alTop
BorderSpacing.Around = 6
Caption = 'Include Version Info in executable'
OnChange = UseVersionInfoCheckBoxChange
TabOrder = 1
end
object LanguageSettingsGroupBox: TGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 71
Top = 138
Width = 459
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Language Options'
ClientHeight = 52
ClientWidth = 455
Ctl3D = False
TabOrder = 2
object LanguageSelectionLabel: TLabel
AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 6
Height = 14
Top = 6
Width = 98
BorderSpacing.Around = 6
Caption = 'Language Selection:'
ParentColor = False
end
object CharacterSetLabel: TLabel
AnchorSideLeft.Control = LanguageSelectionComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 260
Height = 14
Top = 6
Width = 72
BorderSpacing.Around = 6
Caption = 'Character Set:'
ParentColor = False
end
object LanguageSelectionComboBox: TComboBox
AnchorSideLeft.Control = LanguageSelectionLabel
AnchorSideTop.Control = LanguageSelectionLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 21
Top = 26
Width = 248
AutoComplete = False
BorderSpacing.Top = 2
BorderSpacing.Bottom = 6
Ctl3D = False
ItemHeight = 0
ItemWidth = 0
TabOrder = 0
Text = 'U.S. English'
end
object CharacterSetComboBox: TComboBox
AnchorSideLeft.Control = CharacterSetLabel
AnchorSideTop.Control = LanguageSelectionComboBox
AnchorSideRight.Control = LanguageSettingsGroupBox
AnchorSideRight.Side = asrBottom
Left = 260
Height = 21
Top = 26
Width = 189
Anchors = [akTop, akLeft, akRight]
AutoComplete = False
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Ctl3D = False
ItemHeight = 0
ItemWidth = 0
TabOrder = 1
Text = 'Multilingual'
end
end
object OtherInfoGroupBox: TGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6
Height = 101
Top = 215
Width = 459
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Other Info'
ClientHeight = 82
ClientWidth = 455
Ctl3D = False
TabOrder = 3
object DescriptionLabel: TLabel
AnchorSideTop.Control = DescriptionEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 3
Width = 58
BorderSpacing.Left = 6
Caption = 'Description:'
ParentColor = False
end
object CopyrightLabel: TLabel
AnchorSideLeft.Control = DescriptionLabel
AnchorSideTop.Control = CopyrightEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 14
Top = 30
Width = 52
Caption = 'Copyright:'
ParentColor = False
end
object DescriptionEdit: TEdit
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 70
Height = 21
Top = 0
Width = 379
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Right = 6
TabOrder = 0
end
object CopyrightEdit: TEdit
AnchorSideLeft.Control = DescriptionEdit
AnchorSideTop.Control = DescriptionEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 70
Height = 21
Top = 27
Width = 379
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
TabOrder = 1
end
object AdditionalInfoButton: TBitBtn
AnchorSideTop.Control = CopyrightEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 353
Height = 23
Top = 54
Width = 96
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Additional Info'
NumGlyphs = 0
OnClick = AdditionalInfoButtonClick
TabOrder = 2
end
end
end
object i18nPage: TPage
Caption = 'i18n'
ClientWidth = 471
ClientHeight = 377
object I18NGroupBox: TGroupBox
AnchorSideLeft.Control = OtherInfoGroupBox
AnchorSideTop.Control = VersionInfoGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = OtherInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 6
Height = 78
Top = 34
Width = 459
Align = alTop
AutoSize = True
BorderSpacing.Around = 6
Caption = 'i18n Options'
ClientHeight = 59
ClientWidth = 455
Ctl3D = False
TabOrder = 0
object PoOutDirLabel: TLabel
Left = 6
Height = 18
Top = 6
Width = 132
BorderSpacing.Around = 6
Caption = 'PO Output Directory:'
ParentColor = False
end
object POOutDirEdit: TEdit
AnchorSideLeft.Control = I18NGroupBox
AnchorSideTop.Control = PoOutDirLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = POOutDirButton
Left = 6
Height = 23
Top = 30
Width = 413
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 0
Text = 'POOutDirEdit'
end
object POOutDirButton: TButton
AnchorSideTop.Control = PoOutDirLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = I18NGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 425
Height = 23
Top = 30
Width = 24
Anchors = [akTop, akRight]
BorderSpacing.Around = 6
Caption = '...'
OnClick = POOutDirButtonClick
TabOrder = 1
end
end
object EnableI18NCheckBox: TCheckBox
Left = 6
Height = 22
Top = 6
Width = 459
Align = alTop
BorderSpacing.Around = 6
Caption = 'Enable i18n'
OnChange = EnableI18NCheckBoxChange
TabOrder = 1
end
end
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 50
Top = 410
Width = 461
Align = alBottom
AutoSize = True
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object SelectDirectoryDialog: TSelectDirectoryDialog
FilterIndex = 0
left = 88
top = 368
end
object OpenPictureDialog1: TOpenPictureDialog
left = 117
top = 368
end
object SavePictureDialog1: TSavePictureDialog
Title = 'Save file as'
left = 146
top = 368
end
end