lazarus/ide/environmentopts.lfm
2006-06-04 12:15:38 +00:00

1362 lines
37 KiB
Plaintext

object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
ActiveControl = CancelButton
Caption = 'EnvironmentOptionsDialog'
ClientHeight = 520
ClientWidth = 540
OnResize = FormResize
PixelsPerInch = 112
Position = poScreenCenter
HorzScrollBar.Page = 539
VertScrollBar.Page = 519
Left = 314
Height = 520
Top = 124
Width = 540
object Notebook: TNotebook
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
PageIndex = 1
Height = 477
Width = 540
object FilesPage: TPage
Caption = 'FilesPage'
ClientWidth = 536
ClientHeight = 447
Left = 2
Height = 447
Top = 28
Width = 536
object MaxRecentOpenFilesLabel: TLabel
Caption = 'MaxRecentOpenFilesLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 10
Width = 127
end
object MaxRecentProjectFilesLabel: TLabel
Caption = 'MaxRecentProjectFilesLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 58
Width = 135
end
object MaxRecentOpenFilesComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
Items.Strings = (
'5'
'10'
'15'
'20'
'25'
'30'
)
MaxLength = 0
TabOrder = 0
Left = 6
Height = 21
Top = 26
Width = 524
end
object MaxRecentProjectFilesComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
Items.Strings = (
'5'
'10'
'15'
'20'
'25'
'30'
)
MaxLength = 0
TabOrder = 1
Left = 6
Height = 21
Top = 74
Width = 524
end
object OpenLastProjectAtStartCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'OpenLastProjectAtStartCheckBox'
TabOrder = 2
Left = 6
Height = 20
Top = 106
Width = 524
end
object LazarusDirGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'LazarusDirGroupBox'
ClientHeight = 37
ClientWidth = 520
TabOrder = 3
Left = 6
Height = 54
Top = 142
Width = 524
object LazarusDirComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 0
Text = 'LazarusDirComboBox'
Left = 6
Height = 21
Top = 3
Width = 472
end
object LazarusDirButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = DirectoriesButtonClick
TabOrder = 1
Left = 486
Height = 21
Top = 3
Width = 20
end
end
object CompilerPathGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'CompilerPathGroupBox'
ClientHeight = 37
ClientWidth = 520
TabOrder = 4
Left = 6
Height = 54
Top = 197
Width = 524
object CompilerPathComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 0
Text = 'CompilerPathComboBox'
Left = 6
Height = 21
Top = 3
Width = 472
end
object CompilerPathButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = FilesButtonClick
TabOrder = 1
Left = 486
Height = 21
Top = 2
Width = 20
end
end
object FPCSourceDirGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'FPCSourceDirGroupBox'
ClientHeight = 37
ClientWidth = 520
TabOrder = 5
Left = 6
Height = 54
Top = 252
Width = 524
object FPCSourceDirComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 0
Text = 'FPCSourceDirComboBox'
Left = 6
Height = 21
Top = 2
Width = 472
end
object FPCSourceDirButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = DirectoriesButtonClick
TabOrder = 1
Left = 486
Height = 21
Top = 3
Width = 20
end
end
object MakePathGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'MakePathGroupBox'
ClientHeight = 37
ClientWidth = 520
TabOrder = 6
Left = 6
Height = 54
Top = 307
Width = 524
object MakePathComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 0
Text = 'MakePathComboBox'
Left = 6
Height = 21
Top = 3
Width = 472
end
object MakePathButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = FilesButtonClick
TabOrder = 1
Left = 486
Height = 21
Top = 3
Width = 20
end
end
object TestBuildDirGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'TestBuildDirGroupBox'
ClientHeight = 37
ClientWidth = 520
TabOrder = 7
Left = 6
Height = 54
Top = 362
Width = 524
object TestBuildDirComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 0
Text = 'TestBuildDirComboBox'
Left = 6
Height = 21
Top = 3
Width = 472
end
object TestBuildDirButton: TButton
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = DirectoriesButtonClick
TabOrder = 1
Left = 486
Height = 21
Top = 2
Width = 20
end
end
end
object DesktopPage: TPage
Caption = 'DesktopPage'
ClientWidth = 536
ClientHeight = 447
Left = 2
Height = 447
Top = 28
Width = 536
object LanguageGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'LanguageGroupBox'
ClientHeight = 39
ClientWidth = 520
TabOrder = 0
Left = 4
Height = 56
Top = 10
Width = 524
object LanguageComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
Style = csDropDownList
TabOrder = 0
Left = 6
Height = 21
Top = 8
Width = 484
end
end
object CheckDiskChangesWithLoadingCheckBox: TCheckBox
Caption = 'CheckDiskChangesWithLoadingCheckBox'
TabOrder = 1
Left = 6
Height = 13
Top = 320
Width = 223
end
object ShowHintsForComponentPaletteCheckBox: TCheckBox
Caption = 'ShowHintsForComponentPaletteCheckBox'
TabOrder = 2
Left = 6
Height = 13
Top = 342
Width = 222
end
object AutoSaveGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'AutoSaveGroupBox'
ClientHeight = 119
ClientWidth = 520
TabOrder = 6
Left = 4
Height = 136
Top = 74
Width = 524
object AutoSaveIntervalInSecsLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'AutoSaveIntervalInSecsLabel'
Color = clNone
Enabled = False
ParentColor = False
Left = 6
Height = 14
Top = 67
Width = 476
end
object AutoSaveEditorFilesCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'AutoSaveEditorFilesCheckBox'
Enabled = False
TabOrder = 0
Left = 6
Height = 20
Top = 4
Width = 484
end
object AutoSaveProjectCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'AutoSaveProjectCheckBox'
Enabled = False
TabOrder = 1
Left = 6
Height = 20
Top = 30
Width = 484
end
object AutoSaveIntervalInSecsComboBox: TComboBox
Anchors = [akTop, akLeft, akRight]
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
Enabled = False
Items.Strings = (
'1200'
'600'
'300'
'120'
)
MaxLength = 0
TabOrder = 2
Left = 6
Height = 21
Top = 87
Width = 484
end
end
object DesktopFilesGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'DesktopFilesGroupBox'
ClientHeight = 80
ClientWidth = 520
TabOrder = 3
Left = 4
Height = 97
Top = 218
Width = 524
object SaveDesktopSettingsToFileButton: TButton
Anchors = [akTop, akLeft, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'SaveDesktopSettingsToFileButton'
OnClick = SaveDesktopSettingsToFileButtonClick
TabOrder = 0
Left = 6
Height = 25
Top = 8
Width = 484
end
object LoadDesktopSettingsFromFileButton: TButton
Anchors = [akTop, akLeft, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'LoadDesktopSettingsFromFileButton'
OnClick = LoadDesktopSettingsFromFileButtonClick
TabOrder = 1
Left = 6
Height = 25
Top = 43
Width = 484
end
end
object ShowHintsForMainSpeedButtonsCheckBox: TCheckBox
Caption = 'ShowHintsForMainSpeedButtonsCheckBox'
TabOrder = 4
Left = 6
Height = 13
Top = 362
Width = 225
end
object MsgViewDblClickJumpsCheckBox: TCheckBox
Caption = 'MsgViewDblClickJumpsCheckBox'
TabOrder = 5
Left = 6
Height = 13
Top = 382
Width = 181
end
end
object WindowsPage: TPage
Caption = 'WindowsPage'
ClientWidth = 536
ClientHeight = 447
Left = 2
Height = 447
Top = 28
Width = 536
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'MinimizeAllOnMinimizeMainCheckBox'
Enabled = False
TabOrder = 0
Left = 6
Height = 20
Top = 10
Width = 524
end
object HideIDEOnRunCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'HideIDEOnRunCheckBox'
TabOrder = 1
Left = 6
Height = 20
Top = 34
Width = 524
end
object WindowPositionsGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'WindowPositionsGroupBox'
ClientHeight = 324
ClientWidth = 524
TabOrder = 2
Left = 6
Height = 324
Top = 68
Width = 524
object WindowPositionsListBox: TListBox
Anchors = [akTop, akLeft, akRight]
OnMouseUp = WindowPositionsListBoxMouseUp
TabOrder = 0
TopIndex = -1
Left = 6
Height = 100
Top = 6
Width = 492
end
end
end
object FormEditorPage: TPage
Caption = 'FormEditorPage'
ClientWidth = 536
ClientHeight = 447
OnResize = FormEditorPageResize
Left = 2
Height = 447
Top = 28
Width = 536
object GridGroupBox: TGroupBox
BorderSpacing.Around = 6
Caption = 'GridGroupBox'
ClientHeight = 171
ClientWidth = 337
TabOrder = 0
Left = 6
Height = 171
Top = 6
Width = 337
object GridColorLabel: TLabel
Caption = 'GridColorLabel'
Color = clNone
ParentColor = False
Left = 70
Height = 14
Top = 131
Width = 70
end
object GridSizeXLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'GridSizeXLabel'
Color = clNone
ParentColor = False
Left = 117
Height = 14
Top = 60
Width = 190
end
object GridSizeYLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'GridSizeYLabel'
Color = clNone
ParentColor = False
Left = 117
Height = 14
Top = 96
Width = 190
end
object GridColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 126
Width = 50
end
object SnapToGridCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'SnapToGridCheckBox'
TabOrder = 1
Left = 6
Height = 13
Top = 26
Width = 301
end
object ShowGridCheckBox: TCheckBox
Caption = 'ShowGridCheckBox'
TabOrder = 0
Left = 6
Height = 13
Width = 115
end
object GridSizeXComboBox: TComboBox
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
Items.Strings = (
'2'
'5'
'8'
'10'
'12'
'15'
'20'
'25'
'30'
)
MaxLength = 0
ParentShowHint = False
ShowHint = True
TabOrder = 2
Left = 6
Height = 21
Top = 58
Width = 100
end
object GridSizeYComboBox: TComboBox
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
Items.Strings = (
'2'
'5'
'8'
'10'
'12'
'15'
'20'
'25'
'30'
)
MaxLength = 0
ParentShowHint = False
ShowHint = True
TabOrder = 3
Left = 6
Height = 21
Top = 91
Width = 100
end
object ShowBorderSpaceCheckBox: TCheckBox
BorderSpacing.Left = 10
Caption = 'ShowBorderSpaceCheckBox'
TabOrder = 4
AnchorSideLeft.Control = ShowGridCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ShowGridCheckBox
AnchorSideTop.Side = asrCenter
Left = 131
Height = 13
Width = 158
end
end
object GuideLinesGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
Caption = 'GuideLinesGroupBox'
ClientHeight = 255
ClientWidth = 176
TabOrder = 1
AnchorSideLeft.Control = FormEditMiscGroupBox
AnchorSideLeft.Side = asrBottom
Left = 353
Height = 255
Top = 187
Width = 176
object GuideLineColorLeftTopButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 70
Width = 50
end
object GuideLineColorRightBottomButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 118
Width = 50
end
object GuideLineColorLeftTopLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'GuideLineColorLeftTopLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 57
Width = 142
end
object GuideLineColorRightBottomLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'GuideLineColorRightBottomLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 102
Width = 142
end
object ShowGuideLinesCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'ShowGuideLinesCheckBox'
TabOrder = 0
Left = 6
Height = 20
Width = 142
end
object SnapToGuideLinesCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'SnapToGuideLinesCheckBox'
TabOrder = 1
Left = 6
Height = 20
Top = 19
Width = 142
end
end
object FormEditMiscGroupBox: TGroupBox
BorderSpacing.Around = 6
Caption = 'FormEditMiscGroupBox'
ClientHeight = 255
ClientWidth = 337
TabOrder = 2
AnchorSideRight.Control = FormEditorPage
AnchorSideRight.Side = asrBottom
Left = 6
Height = 255
Top = 187
Width = 337
object GrabberColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 130
Width = 50
end
object MarkerColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 180
Width = 50
end
object GrabberColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'GrabberColorLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 110
Width = 316
end
object MarkerColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'MarkerColorLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 160
Width = 316
end
object ShowComponentCaptionsCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'ShowComponentCaptionsCheckBox'
TabOrder = 0
Left = 6
Height = 13
Width = 316
end
object ShowEditorHintsCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'ShowEditorHintsCheckBox'
TabOrder = 1
Left = 6
Height = 13
Top = 25
Width = 316
end
object AutoCreateFormsOnOpenCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'AutoCreateFormsOnOpenCheckBox'
TabOrder = 2
Left = 6
Height = 13
Top = 50
Width = 316
end
object RightClickSelectsCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'RightClickSelectsCheckBox'
TabOrder = 3
Left = 6
Height = 13
Top = 75
Width = 316
end
object DesignerPaintLazyCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'DesignerPaintLazyCheckBox'
ParentShowHint = False
ShowHint = True
TabOrder = 4
Left = 6
Height = 13
Top = 205
Width = 316
end
end
object RubberbandGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 10
Caption = 'RubberbandGroupBox'
ClientHeight = 170
ClientWidth = 176
TabOrder = 3
AnchorSideLeft.Control = GridGroupBox
AnchorSideLeft.Side = asrBottom
Left = 353
Height = 170
Top = 6
Width = 176
object RubberbandSelectColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 19
Width = 50
end
object RubberbandCreateColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 70
Width = 50
end
object RubberbandSelectColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'RubberbandSelectColorLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 3
Width = 155
end
object RubberbandCreateColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'RubberbandCreateColorLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 54
Width = 155
end
object RubberbandSelectsGrandChildsCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'RubberbandSelectsGrandChildsCheckBox'
TabOrder = 0
Left = 6
Height = 20
Top = 102
Width = 161
end
end
end
object ObjectInspectorPage: TPage
Caption = 'ObjectInspectorPage'
ClientWidth = 536
ClientHeight = 447
Left = 2
Height = 447
Top = 28
Width = 536
object ObjectInspectorColorsGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 5
BorderSpacing.Right = 5
Caption = 'ObjectInspectorColorsGroupBox'
ClientHeight = 173
ClientWidth = 524
TabOrder = 0
Left = 6
Height = 173
Top = 7
Width = 524
object OIBackgroundColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 5
Width = 50
end
object OISubPropsColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 29
Width = 50
end
object OIReferencesColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 53
Width = 50
end
object OIValueColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 77
Width = 50
end
object OIDefaultValueColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 101
Width = 50
end
object OIPropNameColorButton: TColorButton
BorderWidth = 2
Left = 6
Height = 23
Top = 125
Width = 50
end
object OIBackgroundColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'OIBackgroundColorLabel'
Color = clNone
ParentColor = False
Left = 65
Height = 14
Top = 11
Width = 425
end
object OISubPropsColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'OISubPropsColorLabel'
Color = clNone
ParentColor = False
Left = 65
Height = 14
Top = 35
Width = 425
end
object OIReferencesColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'OIReferencesColorLabel'
Color = clNone
ParentColor = False
Left = 65
Height = 14
Top = 59
Width = 425
end
object OIValueColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'OIValueColorLabel'
Color = clNone
ParentColor = False
Left = 65
Height = 14
Top = 83
Width = 425
end
object OIDefaultValueColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'OIDefaultValueColorLabel'
Color = clNone
ParentColor = False
Left = 65
Height = 14
Top = 107
Width = 425
end
object OIPropNameColorLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'OIPropNameColorLabel'
Color = clNone
ParentColor = False
Left = 65
Height = 14
Top = 131
Width = 425
end
end
object OIMiscGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'OIMiscGroupBox'
ClientHeight = 105
ClientWidth = 524
TabOrder = 1
Left = 6
Height = 105
Top = 186
Width = 524
object OIDefaultItemHeightLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'OIDefaultItemHeightLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 6
Width = 484
end
object OIShowHintCheckBox: TCheckBox
Anchors = [akTop, akLeft, akRight]
Caption = 'OIShowHintCheckBox'
TabOrder = 0
Left = 6
Height = 20
Top = 55
Width = 484
end
object OIDefaultItemHeightSpinEdit: TSpinEdit
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Value = 1
Left = 6
Height = 20
Top = 24
Width = 504
end
end
end
object BackupPage: TPage
Caption = 'BackupPage'
ClientWidth = 536
ClientHeight = 447
Left = 2
Height = 447
Top = 28
Width = 536
object BackupHelpLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'BackupHelpLabel'
Color = clNone
ParentColor = False
Left = 6
Height = 14
Top = 7
Width = 524
end
object BackupProjectGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'BackupProjectGroupBox'
ClientHeight = 201
ClientWidth = 524
TabOrder = 0
Left = 6
Height = 201
Top = 34
Width = 524
object BakProjAddExtLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'BakProjAddExtLabel'
Color = clNone
ParentColor = False
Left = 118
Height = 14
Top = 100
Width = 396
end
object BakProjMaxCounterLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'BakProjMaxCounterLabel'
Color = clNone
ParentColor = False
Left = 118
Height = 14
Top = 125
Width = 396
end
object BakProjSubDirLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'BakProjSubDirLabel'
Color = clNone
ParentColor = False
Left = 118
Height = 14
Top = 154
Width = 396
end
object BakProjTypeRadioGroup: TRadioGroup
Anchors = [akTop, akLeft, akRight]
AutoFill = True
Caption = 'BakProjTypeRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
Columns = 2
OnClick = BakTypeRadioGroupClick
TabOrder = 0
Left = 6
Height = 88
Width = 508
end
object BakProjAddExtComboBox: TComboBox
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 1
Text = 'BakProjAddExtComboBox'
Left = 6
Height = 21
Top = 98
Width = 100
end
object BakProjMaxCounterComboBox: TComboBox
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 2
Text = 'BakProjMaxCounterComboBox'
Left = 6
Height = 21
Top = 125
Width = 100
end
object BakProjSubDirComboBox: TComboBox
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 3
Text = 'BakProjSubDirComboBox'
Left = 6
Height = 21
Top = 152
Width = 100
end
end
object BackupOtherGroupBox: TGroupBox
Anchors = [akTop, akLeft, akRight]
Caption = 'BackupOtherGroupBox'
ClientHeight = 196
ClientWidth = 524
TabOrder = 1
Left = 6
Height = 196
Top = 242
Width = 524
object BakOtherAddExtLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'BakOtherAddExtLabel'
Color = clNone
ParentColor = False
Left = 118
Height = 14
Top = 97
Width = 396
end
object BakOtherMaxCounterLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'BakOtherMaxCounterLabel'
Color = clNone
ParentColor = False
Left = 118
Height = 14
Top = 124
Width = 396
end
object BakOtherSubDirLabel: TLabel
Anchors = [akTop, akLeft, akRight]
Caption = 'BakOtherSubDirLabel'
Color = clNone
ParentColor = False
Left = 118
Height = 14
Top = 151
Width = 396
end
object BakOtherTypeRadioGroup: TRadioGroup
Anchors = [akTop, akLeft, akRight]
AutoFill = True
Caption = 'BakOtherTypeRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
Columns = 2
OnClick = BakTypeRadioGroupClick
TabOrder = 0
Left = 6
Height = 84
Width = 508
end
object BakOtherAddExtComboBox: TComboBox
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 1
Text = 'BakOtherAddExtComboBox'
Left = 6
Height = 21
Top = 95
Width = 100
end
object BakOtherMaxCounterComboBox: TComboBox
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 2
Text = 'BakOtherMaxCounterComboBox'
Left = 6
Height = 21
Top = 122
Width = 100
end
object BakOtherSubDirComboBox: TComboBox
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
MaxLength = 0
TabOrder = 3
Text = 'BakOtherSubDirComboBox'
Left = 6
Height = 21
Top = 149
Width = 100
end
end
end
object NamingPage: TPage
Caption = 'NamingPage'
ClientWidth = 536
ClientHeight = 447
Left = 2
Height = 447
Top = 28
Width = 536
object PascalFileExtRadiogroup: TRadioGroup
Align = alTop
Anchors = [akTop, akLeft]
AutoFill = True
BorderSpacing.Around = 6
Caption = 'PascalFileExtRadiogroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
Columns = 2
TabOrder = 0
Left = 6
Height = 47
Top = 6
Width = 524
end
object CharcaseFileActionRadioGroup: TRadioGroup
Align = alTop
AutoFill = True
BorderSpacing.Around = 6
Caption = 'CharcaseFileActionRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
Columns = 2
TabOrder = 1
Left = 6
Height = 85
Top = 165
Width = 524
end
object AmbiguousFileActionRadioGroup: TRadioGroup
Align = alTop
AutoFill = True
BorderSpacing.Around = 6
Caption = 'AmbiguousFileActionRadioGroup'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
Columns = 2
TabOrder = 2
Left = 6
Height = 100
Top = 59
Width = 524
end
end
object LazDocPage: TPage
Caption = 'LazDocPage'
ClientWidth = 536
ClientHeight = 447
Left = 2
Height = 447
Top = 28
Width = 536
object Label1: TLabel
Caption = 'NOTE: only absolute paths are supported now'
Color = clNone
ParentColor = False
Left = 8
Height = 13
Top = 226
Width = 259
end
object LazDocPathsGroupBox: TGroupBox
Align = alTop
BorderSpacing.Around = 6
Caption = 'LazDocPathsGroupBox'
ClientHeight = 210
ClientWidth = 524
TabOrder = 0
Left = 6
Height = 210
Top = 6
Width = 524
object LazDocListBox: TListBox
Align = alTop
BorderSpacing.Around = 6
TabOrder = 0
TopIndex = -1
Left = 6
Height = 108
Top = 6
Width = 512
end
object LazDocAddPathButton: TButton
AutoSize = True
BorderSpacing.InnerBorder = 4
Caption = 'LazDocAddPathButton'
OnClick = LazDocAddPathButtonClick
TabOrder = 1
Left = 6
Height = 26
Top = 122
Width = 136
end
object LazDocDeletePathButton: TButton
AutoSize = True
BorderSpacing.Left = 10
BorderSpacing.InnerBorder = 4
Caption = 'LazDocDeletePathButton'
OnClick = LazDocDeletePathButtonClick
TabOrder = 2
AnchorSideLeft.Control = LazDocAddPathButton
AnchorSideLeft.Side = asrBottom
Left = 152
Height = 26
Top = 122
Width = 149
end
object LazDocPathEdit: TEdit
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
TabOrder = 3
Text = 'LazDocPathEdit'
AnchorSideTop.Control = LazDocAddPathButton
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 154
Width = 488
end
object LazDocBrowseButton: TButton
BorderSpacing.Left = 6
BorderSpacing.InnerBorder = 4
Caption = '...'
OnClick = LazDocBrowseButtonClick
TabOrder = 4
AnchorSideLeft.Control = LazDocPathEdit
AnchorSideLeft.Side = asrBottom
Left = 500
Height = 23
Top = 156
Width = 19
end
end
end
end
object CancelButton: TButton
Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4
Cancel = True
Caption = 'CancelButton'
OnClick = CancelButtonClick
TabOrder = 1
Left = 457
Height = 25
Top = 485
Width = 75
end
object OkButton: TButton
Anchors = [akRight, akBottom]
BorderSpacing.InnerBorder = 4
Caption = 'Ok'
Default = True
OnClick = OkButtonClick
TabOrder = 2
Left = 375
Height = 25
Top = 485
Width = 75
end
object SelectDirectoryDialog: TSelectDirectoryDialog
Title = 'Select Directory'
FilterIndex = 0
Title = 'Select Directory'
left = 488
top = 8
end
end