From 6402b88dda4962a67c2064eef91223aa3bf156c3 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 4 Jun 2006 12:15:38 +0000 Subject: [PATCH] fixed getting ItemIndex in TComboBox.DestroyWnd git-svn-id: trunk@9397 - --- ide/environmentopts.lfm | 1009 +++++++++++++++++--------------- ide/environmentopts.lrs | 800 ++++++++++++------------- ide/environmentopts.pp | 3 +- lcl/include/customcombobox.inc | 5 +- 4 files changed, 933 insertions(+), 884 deletions(-) diff --git a/ide/environmentopts.lfm b/ide/environmentopts.lfm index e9464c709d..436e7a338a 100644 --- a/ide/environmentopts.lfm +++ b/ide/environmentopts.lfm @@ -1,50 +1,50 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog - Left = 314 - Height = 520 - Top = 124 - Width = 540 - HorzScrollBar.Page = 539 - VertScrollBar.Page = 519 ActiveControl = CancelButton Caption = 'EnvironmentOptionsDialog' ClientHeight = 520 ClientWidth = 540 OnResize = FormResize - PixelsPerInch = 96 + PixelsPerInch = 112 Position = poScreenCenter + HorzScrollBar.Page = 539 + VertScrollBar.Page = 519 + Left = 314 + Height = 520 + Top = 124 + Width = 540 object Notebook: TNotebook - Height = 477 - Width = 540 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] - PageIndex = 4 + PageIndex = 1 + Height = 477 + Width = 540 object FilesPage: TPage Caption = 'FilesPage' - ClientWidth = 532 - ClientHeight = 451 + 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 - Caption = 'MaxRecentOpenFilesLabel' - Color = clNone - ParentColor = False end object MaxRecentProjectFilesLabel: TLabel + Caption = 'MaxRecentProjectFilesLabel' + Color = clNone + ParentColor = False Left = 6 Height = 14 Top = 58 Width = 135 - Caption = 'MaxRecentProjectFilesLabel' - Color = clNone - ParentColor = False end object MaxRecentOpenFilesComboBox: TComboBox - Left = 6 - Height = 21 - Top = 26 - Width = 520 Anchors = [akTop, akLeft, akRight] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( @@ -57,12 +57,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog ) MaxLength = 0 TabOrder = 0 - end - object MaxRecentProjectFilesComboBox: TComboBox Left = 6 Height = 21 - Top = 74 - Width = 520 + Top = 26 + Width = 524 + end + object MaxRecentProjectFilesComboBox: TComboBox Anchors = [akTop, akLeft, akRight] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( @@ -75,270 +75,274 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog ) MaxLength = 0 TabOrder = 1 + Left = 6 + Height = 21 + Top = 74 + Width = 524 end object OpenLastProjectAtStartCheckBox: TCheckBox - Left = 6 - Height = 13 - Top = 106 - Width = 520 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 = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'LazarusDirGroupBox' - ClientHeight = 36 - ClientWidth = 516 - TabOrder = 3 + Width = 524 object LazarusDirComboBox: TComboBox - Left = 6 - Height = 21 - Top = 3 - Width = 468 Anchors = [akTop, akLeft, akRight] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] MaxLength = 0 TabOrder = 0 Text = 'LazarusDirComboBox' - end - object LazarusDirButton: TButton - Left = 482 - Height = 21 - Top = 3 - Width = 20 - Anchors = [akTop, akRight] - - Caption = '...' - OnClick = DirectoriesButtonClick - TabOrder = 1 - end - end - object CompilerPathGroupBox: TGroupBox - Left = 6 - Height = 54 - Top = 197 - Width = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'CompilerPathGroupBox' - ClientHeight = 36 - ClientWidth = 516 - TabOrder = 4 - object CompilerPathComboBox: TComboBox Left = 6 Height = 21 Top = 3 - Width = 468 + 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 - Left = 482 - Height = 21 - Top = 2 - Width = 20 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 = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'FPCSourceDirGroupBox' - ClientHeight = 36 - ClientWidth = 516 - TabOrder = 5 + Width = 524 object FPCSourceDirComboBox: TComboBox - Left = 6 - Height = 21 - Top = 2 - Width = 468 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 - Left = 482 - Height = 21 - Top = 3 - Width = 20 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 = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'MakePathGroupBox' - ClientHeight = 36 - ClientWidth = 516 - TabOrder = 6 + Width = 524 object MakePathComboBox: TComboBox - Left = 6 - Height = 21 - Top = 3 - Width = 468 Anchors = [akTop, akLeft, akRight] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] MaxLength = 0 TabOrder = 0 Text = 'MakePathComboBox' - end - object MakePathButton: TButton - Left = 482 - Height = 21 - Top = 3 - Width = 20 - Anchors = [akTop, akRight] - - Caption = '...' - OnClick = FilesButtonClick - TabOrder = 1 - end - end - object TestBuildDirGroupBox: TGroupBox - Left = 6 - Height = 54 - Top = 362 - Width = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'TestBuildDirGroupBox' - ClientHeight = 36 - ClientWidth = 516 - TabOrder = 7 - object TestBuildDirComboBox: TComboBox Left = 6 Height = 21 Top = 3 - Width = 468 + 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 - Left = 482 - Height = 21 - Top = 2 - Width = 20 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 = 532 - ClientHeight = 451 + 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 = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'LanguageGroupBox' - ClientHeight = 56 - ClientWidth = 520 - TabOrder = 0 + Width = 524 object LanguageComboBox: TComboBox - Left = 6 - Height = 21 - Top = 8 - Width = 484 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 - Caption = 'CheckDiskChangesWithLoadingCheckBox' - TabOrder = 1 end object ShowHintsForComponentPaletteCheckBox: TCheckBox + Caption = 'ShowHintsForComponentPaletteCheckBox' + TabOrder = 2 Left = 6 Height = 13 Top = 342 Width = 222 - Caption = 'ShowHintsForComponentPaletteCheckBox' - TabOrder = 2 end object AutoSaveGroupBox: TGroupBox + Anchors = [akTop, akLeft, akRight] + Caption = 'AutoSaveGroupBox' + ClientHeight = 119 + ClientWidth = 520 + TabOrder = 6 Left = 4 Height = 136 Top = 74 - Width = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'AutoSaveGroupBox' - ClientHeight = 136 - ClientWidth = 520 - TabOrder = 6 + Width = 524 object AutoSaveIntervalInSecsLabel: TLabel - Left = 6 - Height = 14 - Top = 67 - Width = 476 Anchors = [akTop, akLeft, akRight] Caption = 'AutoSaveIntervalInSecsLabel' Color = clNone Enabled = False ParentColor = False + Left = 6 + Height = 14 + Top = 67 + Width = 476 end object AutoSaveEditorFilesCheckBox: TCheckBox - Left = 6 - Height = 13 - Top = 4 - Width = 484 Anchors = [akTop, akLeft, akRight] Caption = 'AutoSaveEditorFilesCheckBox' Enabled = False TabOrder = 0 + Left = 6 + Height = 20 + Top = 4 + Width = 484 end object AutoSaveProjectCheckBox: TCheckBox - Left = 6 - Height = 13 - Top = 30 - Width = 484 Anchors = [akTop, akLeft, akRight] Caption = 'AutoSaveProjectCheckBox' Enabled = False TabOrder = 1 + Left = 6 + Height = 20 + Top = 30 + Width = 484 end object AutoSaveIntervalInSecsComboBox: TComboBox - Left = 6 - Height = 21 - Top = 87 - Width = 484 Anchors = [akTop, akLeft, akRight] AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Enabled = False @@ -350,174 +354,183 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog ) 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 = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'DesktopFilesGroupBox' - ClientHeight = 97 - ClientWidth = 520 - TabOrder = 3 + 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 - Anchors = [akTop, akLeft, akRight] - - Caption = 'SaveDesktopSettingsToFileButton' - OnClick = SaveDesktopSettingsToFileButtonClick - TabOrder = 0 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 - Anchors = [akTop, akLeft, akRight] - - Caption = 'LoadDesktopSettingsFromFileButton' - OnClick = LoadDesktopSettingsFromFileButtonClick - TabOrder = 1 end end object ShowHintsForMainSpeedButtonsCheckBox: TCheckBox + Caption = 'ShowHintsForMainSpeedButtonsCheckBox' + TabOrder = 4 Left = 6 Height = 13 Top = 362 Width = 225 - Caption = 'ShowHintsForMainSpeedButtonsCheckBox' - TabOrder = 4 end object MsgViewDblClickJumpsCheckBox: TCheckBox + Caption = 'MsgViewDblClickJumpsCheckBox' + TabOrder = 5 Left = 6 Height = 13 Top = 382 Width = 181 - Caption = 'MsgViewDblClickJumpsCheckBox' - TabOrder = 5 end end object WindowsPage: TPage Caption = 'WindowsPage' - ClientWidth = 532 - ClientHeight = 451 + ClientWidth = 536 + ClientHeight = 447 + Left = 2 + Height = 447 + Top = 28 + Width = 536 object MinimizeAllOnMinimizeMainCheckBox: TCheckBox - Left = 6 - Height = 13 - Top = 10 - Width = 520 Anchors = [akTop, akLeft, akRight] Caption = 'MinimizeAllOnMinimizeMainCheckBox' Enabled = False TabOrder = 0 + Left = 6 + Height = 20 + Top = 10 + Width = 524 end object HideIDEOnRunCheckBox: TCheckBox - Left = 6 - Height = 13 - Top = 34 - Width = 520 Anchors = [akTop, akLeft, akRight] Caption = 'HideIDEOnRunCheckBox' TabOrder = 1 + Left = 6 + Height = 20 + Top = 34 + Width = 524 end object WindowPositionsGroupBox: TGroupBox - Left = 6 - Height = 328 - Top = 68 - Width = 520 Anchors = [akTop, akLeft, akRight, akBottom] Caption = 'WindowPositionsGroupBox' - ClientHeight = 310 - ClientWidth = 516 + ClientHeight = 324 + ClientWidth = 524 TabOrder = 2 + Left = 6 + Height = 324 + Top = 68 + Width = 524 object WindowPositionsListBox: TListBox - Left = 6 - Height = 100 - Top = 6 - Width = 484 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 = 532 - ClientHeight = 451 + ClientWidth = 536 + ClientHeight = 447 OnResize = FormEditorPageResize + Left = 2 + Height = 447 + Top = 28 + Width = 536 object GridGroupBox: TGroupBox - Left = 6 - Height = 171 - Top = 6 - Width = 337 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 - Caption = 'GridColorLabel' - Color = clNone - ParentColor = False end object GridSizeXLabel: TLabel - Left = 117 - Height = 14 - Top = 60 - Width = 190 Anchors = [akTop, akLeft, akRight] Caption = 'GridSizeXLabel' Color = clNone ParentColor = False - end - object GridSizeYLabel: TLabel Left = 117 Height = 14 - Top = 96 + 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 - BorderWidth = 2 end object SnapToGridCheckBox: TCheckBox + Anchors = [akTop, akLeft, akRight] + Caption = 'SnapToGridCheckBox' + TabOrder = 1 Left = 6 Height = 13 Top = 26 Width = 301 - Anchors = [akTop, akLeft, akRight] - Caption = 'SnapToGridCheckBox' - TabOrder = 1 end object ShowGridCheckBox: TCheckBox + Caption = 'ShowGridCheckBox' + TabOrder = 0 Left = 6 Height = 13 Width = 115 - Caption = 'ShowGridCheckBox' - TabOrder = 0 end object GridSizeXComboBox: TComboBox - Left = 6 - Height = 21 - Top = 58 - Width = 100 AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( '2' @@ -534,12 +547,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog ParentShowHint = False ShowHint = True TabOrder = 2 - end - object GridSizeYComboBox: TComboBox Left = 6 Height = 21 - Top = 91 + Top = 58 Width = 100 + end + object GridSizeYComboBox: TComboBox AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] Items.Strings = ( '2' @@ -556,8 +569,15 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog 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 @@ -565,444 +585,447 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Left = 131 Height = 13 Width = 158 - BorderSpacing.Left = 10 - Caption = 'ShowBorderSpaceCheckBox' - TabOrder = 4 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 = 172 - Anchors = [akTop, akLeft, akRight] - BorderSpacing.Left = 10 - Caption = 'GuideLinesGroupBox' - ClientHeight = 255 - ClientWidth = 172 - TabOrder = 1 + Width = 176 object GuideLineColorLeftTopButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 70 Width = 50 - BorderWidth = 2 end object GuideLineColorRightBottomButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 118 Width = 50 - BorderWidth = 2 end object GuideLineColorLeftTopLabel: TLabel - Left = 6 - Height = 14 - Top = 57 - Width = 138 Anchors = [akTop, akLeft, akRight] Caption = 'GuideLineColorLeftTopLabel' Color = clNone ParentColor = False - end - object GuideLineColorRightBottomLabel: TLabel Left = 6 Height = 14 - Top = 102 - Width = 138 + 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 - Left = 6 - Height = 13 - Width = 138 Anchors = [akTop, akLeft, akRight] Caption = 'ShowGuideLinesCheckBox' TabOrder = 0 + Left = 6 + Height = 20 + Width = 142 end object SnapToGuideLinesCheckBox: TCheckBox - Left = 6 - Height = 13 - Top = 19 - Width = 138 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 - BorderSpacing.Around = 6 - Caption = 'FormEditMiscGroupBox' - ClientHeight = 255 - ClientWidth = 337 - TabOrder = 2 object GrabberColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 130 Width = 50 - BorderWidth = 2 end object MarkerColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 180 Width = 50 - BorderWidth = 2 end object GrabberColorLabel: TLabel - Left = 6 - Height = 14 - Top = 110 - Width = 316 Anchors = [akTop, akLeft, akRight] Caption = 'GrabberColorLabel' Color = clNone ParentColor = False - end - object MarkerColorLabel: TLabel Left = 6 Height = 14 - Top = 160 + 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 - Left = 6 - Height = 13 - Width = 316 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 - Anchors = [akTop, akLeft, akRight] - Caption = 'ShowEditorHintsCheckBox' - TabOrder = 1 end object AutoCreateFormsOnOpenCheckBox: TCheckBox + Anchors = [akTop, akLeft, akRight] + Caption = 'AutoCreateFormsOnOpenCheckBox' + TabOrder = 2 Left = 6 Height = 13 Top = 50 Width = 316 - Anchors = [akTop, akLeft, akRight] - Caption = 'AutoCreateFormsOnOpenCheckBox' - TabOrder = 2 end object RightClickSelectsCheckBox: TCheckBox + Anchors = [akTop, akLeft, akRight] + Caption = 'RightClickSelectsCheckBox' + TabOrder = 3 Left = 6 Height = 13 Top = 75 Width = 316 - Anchors = [akTop, akLeft, akRight] - Caption = 'RightClickSelectsCheckBox' - TabOrder = 3 end object DesignerPaintLazyCheckBox: TCheckBox - Left = 6 - Height = 13 - Top = 205 - Width = 316 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 = 172 - Anchors = [akTop, akLeft, akRight] - BorderSpacing.Left = 10 - Caption = 'RubberbandGroupBox' - ClientHeight = 170 - ClientWidth = 172 - TabOrder = 3 + Width = 176 object RubberbandSelectColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 19 Width = 50 - BorderWidth = 2 end object RubberbandCreateColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 70 Width = 50 - BorderWidth = 2 end object RubberbandSelectColorLabel: TLabel - Left = 6 - Height = 14 - Top = 3 - Width = 151 Anchors = [akTop, akLeft, akRight] Caption = 'RubberbandSelectColorLabel' Color = clNone ParentColor = False - end - object RubberbandCreateColorLabel: TLabel Left = 6 Height = 14 - Top = 54 - Width = 151 + 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 - Left = 6 - Height = 13 - Top = 102 - Width = 157 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 = 532 - ClientHeight = 451 + ClientWidth = 536 + ClientHeight = 447 + Left = 2 + Height = 447 + Top = 28 + Width = 536 object ObjectInspectorColorsGroupBox: TGroupBox - Left = 6 - Height = 173 - Top = 7 - Width = 520 Anchors = [akTop, akLeft, akRight] BorderSpacing.Left = 5 BorderSpacing.Top = 5 BorderSpacing.Right = 5 Caption = 'ObjectInspectorColorsGroupBox' - ClientHeight = 155 - ClientWidth = 516 + 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 - BorderWidth = 2 end object OISubPropsColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 29 Width = 50 - BorderWidth = 2 end object OIReferencesColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 53 Width = 50 - BorderWidth = 2 end object OIValueColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 77 Width = 50 - BorderWidth = 2 end object OIDefaultValueColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 101 Width = 50 - BorderWidth = 2 end object OIPropNameColorButton: TColorButton + BorderWidth = 2 Left = 6 Height = 23 Top = 125 Width = 50 - BorderWidth = 2 end object OIBackgroundColorLabel: TLabel - Left = 65 - Height = 14 - Top = 11 - Width = 417 Anchors = [akTop, akLeft, akRight] Caption = 'OIBackgroundColorLabel' Color = clNone ParentColor = False - end - object OISubPropsColorLabel: TLabel Left = 65 Height = 14 - Top = 35 - Width = 417 + Top = 11 + Width = 425 + end + object OISubPropsColorLabel: TLabel Anchors = [akTop, akLeft, akRight] Caption = 'OISubPropsColorLabel' Color = clNone ParentColor = False - end - object OIReferencesColorLabel: TLabel Left = 65 Height = 14 - Top = 59 - Width = 417 + Top = 35 + Width = 425 + end + object OIReferencesColorLabel: TLabel Anchors = [akTop, akLeft, akRight] Caption = 'OIReferencesColorLabel' Color = clNone ParentColor = False - end - object OIValueColorLabel: TLabel Left = 65 Height = 14 - Top = 83 - Width = 417 + Top = 59 + Width = 425 + end + object OIValueColorLabel: TLabel Anchors = [akTop, akLeft, akRight] Caption = 'OIValueColorLabel' Color = clNone ParentColor = False - end - object OIDefaultValueColorLabel: TLabel Left = 65 Height = 14 - Top = 107 - Width = 417 + Top = 83 + Width = 425 + end + object OIDefaultValueColorLabel: TLabel Anchors = [akTop, akLeft, akRight] Caption = 'OIDefaultValueColorLabel' Color = clNone ParentColor = False - end - object OIPropNameColorLabel: TLabel Left = 65 Height = 14 - Top = 131 - Width = 417 + 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 = 520 - Anchors = [akTop, akLeft, akRight] - Caption = 'OIMiscGroupBox' - ClientHeight = 87 - ClientWidth = 516 - TabOrder = 1 + Width = 524 object OIDefaultItemHeightLabel: TLabel - Left = 6 - Height = 14 - Top = 6 - Width = 476 Anchors = [akTop, akLeft, akRight] Caption = 'OIDefaultItemHeightLabel' Color = clNone ParentColor = False + Left = 6 + Height = 14 + Top = 6 + Width = 484 end object OIShowHintCheckBox: TCheckBox - Left = 6 - Height = 13 - Top = 55 - Width = 476 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 = 496 - Anchors = [akTop, akLeft, akRight] - TabOrder = 1 + Width = 504 end end end object BackupPage: TPage Caption = 'BackupPage' - ClientWidth = 532 - ClientHeight = 451 + ClientWidth = 536 + ClientHeight = 447 + Left = 2 + Height = 447 + Top = 28 + Width = 536 object BackupHelpLabel: TLabel - Left = 6 - Height = 14 - Top = 7 - Width = 520 Anchors = [akTop, akLeft, akRight] Caption = 'BackupHelpLabel' Color = clNone ParentColor = False + Left = 6 + Height = 14 + Top = 7 + Width = 524 end object BackupProjectGroupBox: TGroupBox - Left = 6 - Height = 201 - Top = 34 - Width = 520 Anchors = [akTop, akLeft, akRight] Caption = 'BackupProjectGroupBox' ClientHeight = 201 - ClientWidth = 520 + ClientWidth = 524 TabOrder = 0 + Left = 6 + Height = 201 + Top = 34 + Width = 524 object BakProjAddExtLabel: TLabel - Left = 118 - Height = 14 - Top = 100 - Width = 392 Anchors = [akTop, akLeft, akRight] Caption = 'BakProjAddExtLabel' Color = clNone ParentColor = False - end - object BakProjMaxCounterLabel: TLabel Left = 118 Height = 14 - Top = 125 - Width = 392 + Top = 100 + Width = 396 + end + object BakProjMaxCounterLabel: TLabel Anchors = [akTop, akLeft, akRight] Caption = 'BakProjMaxCounterLabel' Color = clNone ParentColor = False - end - object BakProjSubDirLabel: TLabel Left = 118 Height = 14 - Top = 154 - Width = 392 + 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 - Left = 6 - Height = 88 - Width = 504 Anchors = [akTop, akLeft, akRight] AutoFill = True Caption = 'BakProjTypeRadioGroup' @@ -1017,82 +1040,82 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Columns = 2 OnClick = BakTypeRadioGroupClick TabOrder = 0 + Left = 6 + Height = 88 + Width = 508 end object BakProjAddExtComboBox: TComboBox - Left = 6 - Height = 21 - Top = 98 - Width = 100 AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] MaxLength = 0 TabOrder = 1 Text = 'BakProjAddExtComboBox' - end - object BakProjMaxCounterComboBox: TComboBox Left = 6 Height = 21 - Top = 125 + Top = 98 Width = 100 + end + object BakProjMaxCounterComboBox: TComboBox AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] MaxLength = 0 TabOrder = 2 Text = 'BakProjMaxCounterComboBox' - end - object BakProjSubDirComboBox: TComboBox Left = 6 Height = 21 - Top = 152 + 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 - Left = 6 - Height = 196 - Top = 242 - Width = 520 Anchors = [akTop, akLeft, akRight] Caption = 'BackupOtherGroupBox' ClientHeight = 196 - ClientWidth = 520 + ClientWidth = 524 TabOrder = 1 + Left = 6 + Height = 196 + Top = 242 + Width = 524 object BakOtherAddExtLabel: TLabel - Left = 118 - Height = 14 - Top = 97 - Width = 392 Anchors = [akTop, akLeft, akRight] Caption = 'BakOtherAddExtLabel' Color = clNone ParentColor = False - end - object BakOtherMaxCounterLabel: TLabel Left = 118 Height = 14 - Top = 124 - Width = 392 + Top = 97 + Width = 396 + end + object BakOtherMaxCounterLabel: TLabel Anchors = [akTop, akLeft, akRight] Caption = 'BakOtherMaxCounterLabel' Color = clNone ParentColor = False - end - object BakOtherSubDirLabel: TLabel Left = 118 Height = 14 - Top = 151 - Width = 392 + 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 - Left = 6 - Height = 84 - Width = 504 Anchors = [akTop, akLeft, akRight] AutoFill = True Caption = 'BakOtherTypeRadioGroup' @@ -1107,48 +1130,51 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog Columns = 2 OnClick = BakTypeRadioGroupClick TabOrder = 0 + Left = 6 + Height = 84 + Width = 508 end object BakOtherAddExtComboBox: TComboBox - Left = 6 - Height = 21 - Top = 95 - Width = 100 AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] MaxLength = 0 TabOrder = 1 Text = 'BakOtherAddExtComboBox' - end - object BakOtherMaxCounterComboBox: TComboBox Left = 6 Height = 21 - Top = 122 + Top = 95 Width = 100 + end + object BakOtherMaxCounterComboBox: TComboBox AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending] MaxLength = 0 TabOrder = 2 Text = 'BakOtherMaxCounterComboBox' - end - object BakOtherSubDirComboBox: TComboBox Left = 6 Height = 21 - Top = 149 + 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 = 532 - ClientHeight = 451 + ClientWidth = 536 + ClientHeight = 447 + Left = 2 + Height = 447 + Top = 28 + Width = 536 object PascalFileExtRadiogroup: TRadioGroup - Left = 6 - Height = 47 - Top = 6 - Width = 524 Align = alTop Anchors = [akTop, akLeft] AutoFill = True @@ -1164,12 +1190,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog ChildSizing.ControlsPerLine = 2 Columns = 2 TabOrder = 0 + Left = 6 + Height = 47 + Top = 6 + Width = 524 end object CharcaseFileActionRadioGroup: TRadioGroup - Left = 6 - Height = 85 - Top = 165 - Width = 524 Align = alTop AutoFill = True BorderSpacing.Around = 6 @@ -1184,12 +1210,12 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog ChildSizing.ControlsPerLine = 2 Columns = 2 TabOrder = 1 + Left = 6 + Height = 85 + Top = 165 + Width = 524 end object AmbiguousFileActionRadioGroup: TRadioGroup - Left = 6 - Height = 100 - Top = 59 - Width = 524 Align = alTop AutoFill = True BorderSpacing.Around = 6 @@ -1204,122 +1230,131 @@ object EnvironmentOptionsDialog: TEnvironmentOptionsDialog ChildSizing.ControlsPerLine = 2 Columns = 2 TabOrder = 2 + Left = 6 + Height = 100 + Top = 59 + Width = 524 end end object LazDocPage: TPage Caption = 'LazDocPage' - ClientWidth = 532 - ClientHeight = 451 + 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 - Caption = 'NOTE: only absolute paths are supported now' - Color = clNone - ParentColor = False end object LazDocPathsGroupBox: TGroupBox - Left = 6 - Height = 210 - Top = 6 - Width = 524 Align = alTop BorderSpacing.Around = 6 Caption = 'LazDocPathsGroupBox' ClientHeight = 210 ClientWidth = 524 TabOrder = 0 + Left = 6 + Height = 210 + Top = 6 + Width = 524 object LazDocListBox: TListBox - Left = 6 - Height = 108 - Top = 6 - Width = 512 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 - AutoSize = True - - Caption = 'LazDocAddPathButton' - OnClick = LazDocAddPathButtonClick - TabOrder = 1 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 - AutoSize = True - BorderSpacing.Left = 10 - - Caption = 'LazDocDeletePathButton' - OnClick = LazDocDeletePathButtonClick - TabOrder = 2 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 - Anchors = [akTop, akLeft, akRight] - BorderSpacing.Top = 6 - TabOrder = 3 - Text = 'LazDocPathEdit' 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 - BorderSpacing.Left = 6 - - Caption = '...' - OnClick = LazDocBrowseButtonClick - TabOrder = 4 end end end end object CancelButton: TButton - Left = 457 - Height = 25 - Top = 485 - Width = 75 Anchors = [akRight, akBottom] - + BorderSpacing.InnerBorder = 4 Cancel = True Caption = 'CancelButton' OnClick = CancelButtonClick TabOrder = 1 - end - object OkButton: TButton - Left = 375 + 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 diff --git a/ide/environmentopts.lrs b/ide/environmentopts.lrs index 17bbf531e5..a1bbcbff05 100644 --- a/ide/environmentopts.lrs +++ b/ide/environmentopts.lrs @@ -1,398 +1,412 @@ +{ This is an automatically generated lazarus resource file } + LazarusResources.Add('TEnvironmentOptionsDialog','FORMDATA',[ - 'TPF0'#25'TEnvironmentOptionsDialog'#24'EnvironmentOptionsDialog'#4'Left'#3':' - +#1#6'Height'#3#8#2#3'Top'#2'|'#5'Width'#3#28#2#18'HorzScrollBar.Page'#3#27#2 - +#18'VertScrollBar.Page'#3#7#2#13'ActiveControl'#7#12'CancelButton'#7'Caption' - +#6#24'EnvironmentOptionsDialog'#12'ClientHeight'#3#8#2#11'ClientWidth'#3#28#2 - +#8'OnResize'#7#10'FormResize'#13'PixelsPerInch'#2'`'#8'Position'#7#14'poScre' - +'enCenter'#0#9'TNotebook'#8'Notebook'#6'Height'#3#221#1#5'Width'#3#28#2#5'Al' - +'ign'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9 - +'PageIndex'#2#4#0#5'TPage'#9'FilesPage'#7'Caption'#6#9'FilesPage'#11'ClientW' - +'idth'#3#20#2#12'ClientHeight'#3#195#1#0#6'TLabel'#23'MaxRecentOpenFilesLabe' - +'l'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#10#5'Width'#2''#7'Caption'#6#23'Max' - +'RecentOpenFilesLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel' - +#26'MaxRecentProjectFilesLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2':'#5'Wid' - +'th'#3#135#0#7'Caption'#6#26'MaxRecentProjectFilesLabel'#5'Color'#7#6'clNone' - +#11'ParentColor'#8#0#0#9'TComboBox'#26'MaxRecentOpenFilesComboBox'#4'Left'#2 - +#6#6'Height'#2#21#3'Top'#2#26#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSea' - +'rchAscending'#0#13'Items.Strings'#1#6#1'5'#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6 - +#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#0#0#9'TComboBox'#29'MaxRecentProje' - +'ctFilesComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'J'#5'Width'#3#8#2#7'An' - +'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactE' - +'ndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'5'#6#2 - +'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#0#0#9 - +'TCheckBox'#30'OpenLastProjectAtStartCheckBox'#4'Left'#2#6#6'Height'#2#13#3 - +'Top'#2'j'#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Ca' - +'ption'#6#30'OpenLastProjectAtStartCheckBox'#8'TabOrder'#2#2#0#0#9'TGroupBox' - +#18'LazarusDirGroupBox'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#142#0#5'Width'#3 - +#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'LazarusDi' - +'rGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#4#2#8'TabOrder'#2#3#0#9 - +'TComboBox'#18'LazarusDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'W' - +'idth'#3#212#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoComplete' - +'Text'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength' - +#2#0#8'TabOrder'#2#0#4'Text'#6#18'LazarusDirComboBox'#0#0#7'TButton'#16'Laza' - +'rusDirButton'#4'Left'#3#226#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anc' - +'hors'#11#5'akTop'#7'akRight'#0#7'Caption'#6#3'...'#7'OnClick'#7#22'Director' - +'iesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'CompilerPathGroupBox' - +#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#197#0#5'Width'#3#8#2#7'Anchors'#11#5'ak' - +'Top'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'CompilerPathGroupBox'#12'Client' - +'Height'#2'$'#11'ClientWidth'#3#4#2#8'TabOrder'#2#4#0#9'TComboBox'#20'Compil' - +'erPathComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#212#1#7'An' - +'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactE' - +'ndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2 - +#0#4'Text'#6#20'CompilerPathComboBox'#0#0#7'TButton'#18'CompilerPathButton'#4 - +'Left'#3#226#1#6'Height'#2#21#3'Top'#2#2#5'Width'#2#20#7'Anchors'#11#5'akTop' - +#7'akRight'#0#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrd' - +'er'#2#1#0#0#0#9'TGroupBox'#20'FPCSourceDirGroupBox'#4'Left'#2#6#6'Height'#2 - +'6'#3'Top'#3#252#0#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' - +#0#7'Caption'#6#20'FPCSourceDirGroupBox'#12'ClientHeight'#2'$'#11'ClientWidt' - +'h'#3#4#2#8'TabOrder'#2#5#0#9'TComboBox'#20'FPCSourceDirComboBox'#4'Left'#2#6 - +#6'Height'#2#21#3'Top'#2#2#5'Width'#3#212#1#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSea' - +'rchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'FPCSourceDirC' - +'omboBox'#0#0#7'TButton'#18'FPCSourceDirButton'#4'Left'#3#226#1#6'Height'#2 - +#21#3'Top'#2#3#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#7'Caption'#6 - +#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#0#0#0#9'TGro' - +'upBox'#16'MakePathGroupBox'#4'Left'#2#6#6'Height'#2'6'#3'Top'#3'3'#1#5'Widt' - +'h'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'Make' - +'PathGroupBox'#12'ClientHeight'#2'$'#11'ClientWidth'#3#4#2#8'TabOrder'#2#6#0 - +#9'TComboBox'#16'MakePathComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'W' - +'idth'#3#212#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoComplete' - +'Text'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength' - +#2#0#8'TabOrder'#2#0#4'Text'#6#16'MakePathComboBox'#0#0#7'TButton'#14'MakePa' - +'thButton'#4'Left'#3#226#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#7'Anchors' - +#11#5'akTop'#7'akRight'#0#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonCli' - +'ck'#8'TabOrder'#2#1#0#0#0#9'TGroupBox'#20'TestBuildDirGroupBox'#4'Left'#2#6 - ,#6'Height'#2'6'#3'Top'#3'j'#1#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#7'Caption'#6#20'TestBuildDirGroupBox'#12'ClientHeight'#2'$'#11 - +'ClientWidth'#3#4#2#8'TabOrder'#2#7#0#9'TComboBox'#20'TestBuildDirComboBox'#4 - +'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#212#1#7'Anchors'#11#5'akTop' - +#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20 + 'TPF0'#25'TEnvironmentOptionsDialog'#24'EnvironmentOptionsDialog'#13'ActiveCo' + +'ntrol'#7#12'CancelButton'#7'Caption'#6#24'EnvironmentOptionsDialog'#12'Clie' + +'ntHeight'#3#8#2#11'ClientWidth'#3#28#2#8'OnResize'#7#10'FormResize'#13'Pixe' + +'lsPerInch'#2'p'#8'Position'#7#14'poScreenCenter'#18'HorzScrollBar.Page'#3#27 + +#2#18'VertScrollBar.Page'#3#7#2#4'Left'#3':'#1#6'Height'#3#8#2#3'Top'#2'|'#5 + +'Width'#3#28#2#0#9'TNotebook'#8'Notebook'#5'Align'#7#5'alTop'#7'Anchors'#11#5 + +'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#9'PageIndex'#2#1#6'Height'#3#221#1 + +#5'Width'#3#28#2#0#5'TPage'#9'FilesPage'#7'Caption'#6#9'FilesPage'#11'Client' + +'Width'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Height'#3#191#1#3'Top' + +#2#28#5'Width'#3#24#2#0#6'TLabel'#23'MaxRecentOpenFilesLabel'#7'Caption'#6#23 + +'MaxRecentOpenFilesLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6 + +#6'Height'#2#14#3'Top'#2#10#5'Width'#2''#0#0#6'TLabel'#26'MaxRecentProjectF' + +'ilesLabel'#7'Caption'#6#26'MaxRecentProjectFilesLabel'#5'Color'#7#6'clNone' + +#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2':'#5'Width'#3#135#0#0 + +#0#9'TComboBox'#26'MaxRecentOpenFilesComboBox'#7'Anchors'#11#5'akTop'#6'akLe' + +'ft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac' + +'tSearchAscending'#0#13'Items.Strings'#1#6#1'5'#6#2'10'#6#2'15'#6#2'20'#6#2 + +'25'#6#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#21#3 + +'Top'#2#26#5'Width'#3#12#2#0#0#9'TComboBox'#29'MaxRecentProjectFilesComboBox' + +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cb' + +'actEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'5' + +#6#2'10'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4 + +'Left'#2#6#6'Height'#2#21#3'Top'#2'J'#5'Width'#3#12#2#0#0#9'TCheckBox'#30'Op' + +'enLastProjectAtStartCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 + +#7'Caption'#6#30'OpenLastProjectAtStartCheckBox'#8'TabOrder'#2#2#4'Left'#2#6 + +#6'Height'#2#20#3'Top'#2'j'#5'Width'#3#12#2#0#0#9'TGroupBox'#18'LazarusDirGr' + +'oupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'Lazar' + +'usDirGroupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3#8#2#8'TabOrder'#2#3#4 + +'Left'#2#6#6'Height'#2'6'#3'Top'#3#142#0#5'Width'#3#12#2#0#9'TComboBox'#18'L' + +'azarusDirComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCom' + +'pleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLe' + +'ngth'#2#0#8'TabOrder'#2#0#4'Text'#6#18'LazarusDirComboBox'#4'Left'#2#6#6'He' + +'ight'#2#21#3'Top'#2#3#5'Width'#3#216#1#0#0#7'TButton'#16'LazarusDirButton'#7 + +'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerBorder'#2#4#7'Capti' + +'on'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#4'Left' + +#3#230#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#0#0#0#9'TGroupBox'#20'Compi' + +'lerPathGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6 + +#20'CompilerPathGroupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3#8#2#8'TabO' + +'rder'#2#4#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#197#0#5'Width'#3#12#2#0#9'TCo' + +'mboBox'#20'CompilerPathComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' + +#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscendin' + +'g'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'CompilerPathComboBox'#4 + +'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#216#1#0#0#7'TButton'#18'Comp' + +'ilerPathButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing.InnerB' + +'order'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'TabOrder' + +#2#1#4'Left'#3#230#1#6'Height'#2#21#3'Top'#2#2#5'Width'#2#20#0#0#0#9'TGroupB' + +'ox'#20'FPCSourceDirGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7 + +'Caption'#6#20'FPCSourceDirGroupBox'#12'ClientHeight'#2'%'#11'ClientWidth'#3 + +#8#2#8'TabOrder'#2#5#4'Left'#2#6#6'Height'#2'6'#3'Top'#3#252#0#5'Width'#3#12 + +#2#0#9'TComboBox'#20'FPCSourceDirComboBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearc' + +'hAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'FPCSourceDirCom' + +'boBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#2#5'Width'#3#216#1#0#0#7'TButton' + +#18'FPCSourceDirButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing' + +'.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClic' + +'k'#8'TabOrder'#2#1#4'Left'#3#230#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#0 + +#0#0#9'TGroupBox'#16'MakePathGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'ak' + +'Right'#0#7'Caption'#6#16'MakePathGroupBox'#12'ClientHeight'#2'%'#11'ClientW' + +'idth'#3#8#2#8'TabOrder'#2#6#4'Left'#2#6#6'Height'#2'6'#3'Top'#3'3'#1#5'Widt' + +'h'#3#12#2#0#9'TComboBox'#16'MakePathComboBox'#7'Anchors'#11#5'akTop'#6'akLe' + +'ft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac' + +'tSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#16'MakePathC' + +'omboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#216#1#0#0#7'TButt' + +'on'#14'MakePathButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#25'BorderSpacing' + ,'.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#16'FilesButtonClick'#8'T' + +'abOrder'#2#1#4'Left'#3#230#1#6'Height'#2#21#3'Top'#2#3#5'Width'#2#20#0#0#0#9 + +'TGroupBox'#20'TestBuildDirGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi' + +'ght'#0#7'Caption'#6#20'TestBuildDirGroupBox'#12'ClientHeight'#2'%'#11'Clien' + +'tWidth'#3#8#2#8'TabOrder'#2#7#4'Left'#2#6#6'Height'#2'6'#3'Top'#3'j'#1#5'Wi' + +'dth'#3#12#2#0#9'TComboBox'#20'TestBuildDirComboBox'#7'Anchors'#11#5'akTop'#6 + +'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20 +'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#0#4'Text'#6#20'TestB' - +'uildDirComboBox'#0#0#7'TButton'#18'TestBuildDirButton'#4'Left'#3#226#1#6'He' - +'ight'#2#21#3'Top'#2#2#5'Width'#2#20#7'Anchors'#11#5'akTop'#7'akRight'#0#7'C' - +'aption'#6#3'...'#7'OnClick'#7#22'DirectoriesButtonClick'#8'TabOrder'#2#1#0#0 - +#0#0#5'TPage'#11'DesktopPage'#7'Caption'#6#11'DesktopPage'#11'ClientWidth'#3 - +#20#2#12'ClientHeight'#3#195#1#0#9'TGroupBox'#16'LanguageGroupBox'#4'Left'#2 - +#4#6'Height'#2'8'#3'Top'#2#10#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#7'Caption'#6#16'LanguageGroupBox'#12'ClientHeight'#2'8'#11'Cli' - +'entWidth'#3#8#2#8'TabOrder'#2#0#0#9'TComboBox'#16'LanguageComboBox'#4'Left' - +#2#6#6'Height'#2#21#3'Top'#2#8#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akL' - +'eft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cba' - +'ctSearchAscending'#0#9'MaxLength'#2#0#5'Style'#7#14'csDropDownList'#8'TabOr' - +'der'#2#0#0#0#0#9'TCheckBox#CheckDiskChangesWithLoadingCheckBox'#4'Left'#2#6 - +#6'Height'#2#13#3'Top'#3'@'#1#5'Width'#3#223#0#7'Caption'#6'#CheckDiskChange' - +'sWithLoadingCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox$ShowHintsForComponent' - +'PaletteCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#3'V'#1#5'Width'#3#222#0#7 - +'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrder'#2#2#0#0#9'TGr' - +'oupBox'#16'AutoSaveGroupBox'#4'Left'#2#4#6'Height'#3#136#0#3'Top'#2'J'#5'Wi' - +'dth'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'Au' - +'toSaveGroupBox'#12'ClientHeight'#3#136#0#11'ClientWidth'#3#8#2#8'TabOrder'#2 - +#6#0#6'TLabel'#27'AutoSaveIntervalInSecsLabel'#4'Left'#2#6#6'Height'#2#14#3 - +'Top'#2'C'#5'Width'#3#220#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7 - +'Caption'#6#27'AutoSaveIntervalInSecsLabel'#5'Color'#7#6'clNone'#7'Enabled'#8 - +#11'ParentColor'#8#0#0#9'TCheckBox'#27'AutoSaveEditorFilesCheckBox'#4'Left'#2 - +#6#6'Height'#2#13#3'Top'#2#4#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akLef' - +'t'#7'akRight'#0#7'Caption'#6#27'AutoSaveEditorFilesCheckBox'#7'Enabled'#8#8 - +'TabOrder'#2#0#0#0#9'TCheckBox'#23'AutoSaveProjectCheckBox'#4'Left'#2#6#6'He' - +'ight'#2#13#3'Top'#2#30#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akLeft'#7 - +'akRight'#0#7'Caption'#6#23'AutoSaveProjectCheckBox'#7'Enabled'#8#8'TabOrder' - +#2#1#0#0#9'TComboBox'#30'AutoSaveIntervalInSecsComboBox'#4'Left'#2#6#6'Heigh' - +'t'#2#21#3'Top'#2'W'#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR' - +'ight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAs' - +'cending'#0#7'Enabled'#8#13'Items.Strings'#1#6#4'1200'#6#3'600'#6#3'300'#6#3 - +'120'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#0#0#0#9'TGroupBox'#20'DesktopFilesG' - +'roupBox'#4'Left'#2#4#6'Height'#2'a'#3'Top'#3#218#0#5'Width'#3#8#2#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'DesktopFilesGroupBox'#12 - +'ClientHeight'#2'a'#11'ClientWidth'#3#8#2#8'TabOrder'#2#3#0#7'TButton'#31'Sa' - +'veDesktopSettingsToFileButton'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5'Widt' - +'h'#3#228#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#31'Sa' - +'veDesktopSettingsToFileButton'#7'OnClick'#7'$SaveDesktopSettingsToFileButto' - +'nClick'#8'TabOrder'#2#0#0#0#7'TButton!LoadDesktopSettingsFromFileButton'#4 - +'Left'#2#6#6'Height'#2#25#3'Top'#2'+'#5'Width'#3#228#1#7'Anchors'#11#5'akTop' - +#6'akLeft'#7'akRight'#0#7'Caption'#6'!LoadDesktopSettingsFromFileButton'#7'O' - +'nClick'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1#0#0#0#9 - +'TCheckBox$ShowHintsForMainSpeedButtonsCheckBox'#4'Left'#2#6#6'Height'#2#13#3 - +'Top'#3'j'#1#5'Width'#3#225#0#7'Caption'#6'$ShowHintsForMainSpeedButtonsChec' - +'kBox'#8'TabOrder'#2#4#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#4'L' - +'eft'#2#6#6'Height'#2#13#3'Top'#3'~'#1#5'Width'#3#181#0#7'Caption'#6#28'MsgV' - +'iewDblClickJumpsCheckBox'#8'TabOrder'#2#5#0#0#0#5'TPage'#11'WindowsPage'#7 - +'Caption'#6#11'WindowsPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#0 - +#9'TCheckBox!MinimizeAllOnMinimizeMainCheckBox'#4'Left'#2#6#6'Height'#2#13#3 - +'Top'#2#10#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Ca' - +'ption'#6'!MinimizeAllOnMinimizeMainCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#0 - +#0#9'TCheckBox'#20'HideIDEOnRunCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2 - +'"'#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6 - +#20'HideIDEOnRunCheckBox'#8'TabOrder'#2#1#0#0#9'TGroupBox'#23'WindowPosition' - +'sGroupBox'#4'Left'#2#6#6'Height'#3'H'#1#3'Top'#2'D'#5'Width'#3#8#2#7'Anchor' - +'s'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#23'WindowPos' - +'itionsGroupBox'#12'ClientHeight'#3'6'#1#11'ClientWidth'#3#4#2#8'TabOrder'#2 - ,#2#0#8'TListBox'#22'WindowPositionsListBox'#4'Left'#2#6#6'Height'#2'd'#3'Top' - +#2#6#5'Width'#3#228#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'OnMous' - +'eUp'#7#29'WindowPositionsListBoxMouseUp'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#14 - +'FormEditorPage'#7'Caption'#6#14'FormEditorPage'#11'ClientWidth'#3#20#2#12'C' - +'lientHeight'#3#195#1#8'OnResize'#7#20'FormEditorPageResize'#0#9'TGroupBox' - +#12'GridGroupBox'#4'Left'#2#6#6'Height'#3#171#0#3'Top'#2#6#5'Width'#3'Q'#1#20 - +'BorderSpacing.Around'#2#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#3 - +#171#0#11'ClientWidth'#3'Q'#1#8'TabOrder'#2#0#0#6'TLabel'#14'GridColorLabel' - +#4'Left'#2'F'#6'Height'#2#14#3'Top'#3#131#0#5'Width'#2'F'#7'Caption'#6#14'Gr' - +'idColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#14'GridS' - +'izeXLabel'#4'Left'#2'u'#6'Height'#2#14#3'Top'#2'<'#5'Width'#3#190#0#7'Ancho' - +'rs'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'GridSizeXLabel'#5'Co' - +'lor'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#14'GridSizeYLabel'#4'Left' - +#2'u'#6'Height'#2#14#3'Top'#2'`'#5'Width'#3#190#0#7'Anchors'#11#5'akTop'#6'a' - +'kLeft'#7'akRight'#0#7'Caption'#6#14'GridSizeYLabel'#5'Color'#7#6'clNone'#11 - +'ParentColor'#8#0#0#12'TColorButton'#15'GridColorButton'#4'Left'#2#6#6'Heigh' - +'t'#2#23#3'Top'#2'~'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#9'TCheckBox'#18'S' - +'napToGridCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#26#5'Width'#3'-'#1#7 - +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'SnapToGridCheck' - +'Box'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'ShowGridCheckBox'#4'Left'#2#6#6'He' - +'ight'#2#13#5'Width'#2's'#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder'#2#0#0 - +#0#9'TComboBox'#17'GridSizeXComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2':' - +#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSe' - +'archAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6 - +#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'Sho' - +'wHint'#9#8'TabOrder'#2#2#0#0#9'TComboBox'#17'GridSizeYComboBox'#4'Left'#2#6 - +#6'Height'#2#21#3'Top'#2'['#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEn' - +'dOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1 - +'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0 - +#14'ParentShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#0#0#9'TCheckBox'#23'Show' - +'BorderSpaceCheckBox'#22'AnchorSideLeft.Control'#7#16'ShowGridCheckBox'#19'A' - +'nchorSideLeft.Side'#7#9'asrBottom'#21'AnchorSideTop.Control'#7#16'ShowGridC' - +'heckBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#3#131#0#6'Height'#2 - +#13#5'Width'#3#158#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#23'ShowBorderS' - +'paceCheckBox'#8'TabOrder'#2#4#0#0#0#9'TGroupBox'#18'GuideLinesGroupBox'#22 - +'AnchorSideLeft.Control'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7 - +#9'asrBottom'#4'Left'#3'a'#1#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3#172 - +#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacing.Left'#2#10 - +#7'Caption'#6#18'GuideLinesGroupBox'#12'ClientHeight'#3#255#0#11'ClientWidth' - +#3#172#0#8'TabOrder'#2#1#0#12'TColorButton'#27'GuideLineColorLeftTopButton'#4 - +'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0 - +#12'TColorButton'#31'GuideLineColorRightBottomButton'#4'Left'#2#6#6'Height'#2 - +#23#3'Top'#2'v'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'TLabel'#26'GuideLine' - +'ColorLeftTopLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'9'#5'Width'#3#138#0#7 - +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'GuideLineColorL' - +'eftTopLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#30'GuideL' - +'ineColorRightBottomLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'f'#5'Width'#3 - +#138#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#30'GuideLi' - +'neColorRightBottomLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TChec' - +'kBox'#22'ShowGuideLinesCheckBox'#4'Left'#2#6#6'Height'#2#13#5'Width'#3#138#0 - +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'ShowGuideLine' - +'sCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#24'SnapToGuideLinesCheckBox'#4 - +'Left'#2#6#6'Height'#2#13#3'Top'#2#19#5'Width'#3#138#0#7'Anchors'#11#5'akTop' - +#6'akLeft'#7'akRight'#0#7'Caption'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder' - +#2#1#0#0#0#9'TGroupBox'#20'FormEditMiscGroupBox'#23'AnchorSideRight.Control' - +#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#2#6#6 - +'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3'Q'#1#20'BorderSpacing.Around'#2#6 - +#7'Caption'#6#20'FormEditMiscGroupBox'#12'ClientHeight'#3#255#0#11'ClientWid' - +'th'#3'Q'#1#8'TabOrder'#2#2#0#12'TColorButton'#18'GrabberColorButton'#4'Left' - +#2#6#6'Height'#2#23#3'Top'#3#130#0#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12 - +'TColorButton'#17'MarkerColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#3#180 - +#0#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#6'TLabel'#17'GrabberColorLabel'#4'L' - +'eft'#2#6#6'Height'#2#14#3'Top'#2'n'#5'Width'#3'<'#1#7'Anchors'#11#5'akTop'#6 - +'akLeft'#7'akRight'#0#7'Caption'#6#17'GrabberColorLabel'#5'Color'#7#6'clNone' - ,#11'ParentColor'#8#0#0#6'TLabel'#16'MarkerColorLabel'#4'Left'#2#6#6'Height'#2 - +#14#3'Top'#3#160#0#5'Width'#3'<'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' - +'t'#0#7'Caption'#6#16'MarkerColorLabel'#5'Color'#7#6'clNone'#11'ParentColor' - +#8#0#0#9'TCheckBox'#29'ShowComponentCaptionsCheckBox'#4'Left'#2#6#6'Height'#2 - +#13#5'Width'#3'<'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption' - +#6#29'ShowComponentCaptionsCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#23'Sho' - +'wEditorHintsCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2#25#5'Width'#3'<'#1 - +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'ShowEditorHin' - +'tsCheckBox'#8'TabOrder'#2#1#0#0#9'TCheckBox'#29'AutoCreateFormsOnOpenCheckB' - +'ox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'2'#5'Width'#3'<'#1#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox' - +#8'TabOrder'#2#2#0#0#9'TCheckBox'#25'RightClickSelectsCheckBox'#4'Left'#2#6#6 - +'Height'#2#13#3'Top'#2'K'#5'Width'#3'<'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7 - +'akRight'#0#7'Caption'#6#25'RightClickSelectsCheckBox'#8'TabOrder'#2#3#0#0#9 - +'TCheckBox'#25'DesignerPaintLazyCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#3 - +#205#0#5'Width'#3'<'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Capti' + +'uildDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2#3#5'Width'#3#216#1#0#0 + +#7'TButton'#18'TestBuildDirButton'#7'Anchors'#11#5'akTop'#7'akRight'#0#25'Bo' + +'rderSpacing.InnerBorder'#2#4#7'Caption'#6#3'...'#7'OnClick'#7#22'Directorie' + +'sButtonClick'#8'TabOrder'#2#1#4'Left'#3#230#1#6'Height'#2#21#3'Top'#2#2#5'W' + +'idth'#2#20#0#0#0#0#5'TPage'#11'DesktopPage'#7'Caption'#6#11'DesktopPage'#11 + +'ClientWidth'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Height'#3#191#1#3 + +'Top'#2#28#5'Width'#3#24#2#0#9'TGroupBox'#16'LanguageGroupBox'#7'Anchors'#11 + +#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#16'LanguageGroupBox'#12'Client' + +'Height'#2''''#11'ClientWidth'#3#8#2#8'TabOrder'#2#0#4'Left'#2#4#6'Height'#2 + +'8'#3'Top'#2#10#5'Width'#3#12#2#0#9'TComboBox'#16'LanguageComboBox'#7'Anchor' + +'s'#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOf' + +'LineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#5'Style'#7#14'csD' + +'ropDownList'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#21#3'Top'#2#8#5'Width' + +#3#228#1#0#0#0#9'TCheckBox#CheckDiskChangesWithLoadingCheckBox'#7'Caption'#6 + +'#CheckDiskChangesWithLoadingCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height' + +#2#13#3'Top'#3'@'#1#5'Width'#3#223#0#0#0#9'TCheckBox$ShowHintsForComponentPa' + +'letteCheckBox'#7'Caption'#6'$ShowHintsForComponentPaletteCheckBox'#8'TabOrd' + +'er'#2#2#4'Left'#2#6#6'Height'#2#13#3'Top'#3'V'#1#5'Width'#3#222#0#0#0#9'TGr' + +'oupBox'#16'AutoSaveGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7 + +'Caption'#6#16'AutoSaveGroupBox'#12'ClientHeight'#2'w'#11'ClientWidth'#3#8#2 + +#8'TabOrder'#2#6#4'Left'#2#4#6'Height'#3#136#0#3'Top'#2'J'#5'Width'#3#12#2#0 + +#6'TLabel'#27'AutoSaveIntervalInSecsLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#7'Caption'#6#27'AutoSaveIntervalInSecsLabel'#5'Color'#7#6'clNone' + +#7'Enabled'#8#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2'C'#5'Wid' + +'th'#3#220#1#0#0#9'TCheckBox'#27'AutoSaveEditorFilesCheckBox'#7'Anchors'#11#5 + +'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#27'AutoSaveEditorFilesCheckBox'#7 + +'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#20#3'Top'#2#4#5'Width'#3 + +#228#1#0#0#9'TCheckBox'#23'AutoSaveProjectCheckBox'#7'Anchors'#11#5'akTop'#6 + +'akLeft'#7'akRight'#0#7'Caption'#6#23'AutoSaveProjectCheckBox'#7'Enabled'#8#8 + +'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#20#3'Top'#2#30#5'Width'#3#228#1#0#0#9 + +'TComboBox'#30'AutoSaveIntervalInSecsComboBox'#7'Anchors'#11#5'akTop'#6'akLe' + +'ft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbac' + +'tSearchAscending'#0#7'Enabled'#8#13'Items.Strings'#1#6#4'1200'#6#3'600'#6#3 + +'300'#6#3'120'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#21 + +#3'Top'#2'W'#5'Width'#3#228#1#0#0#0#9'TGroupBox'#20'DesktopFilesGroupBox'#7 + +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'DesktopFilesGro' + +'upBox'#12'ClientHeight'#2'P'#11'ClientWidth'#3#8#2#8'TabOrder'#2#3#4'Left'#2 + +#4#6'Height'#2'a'#3'Top'#3#218#0#5'Width'#3#12#2#0#7'TButton'#31'SaveDesktop' + +'SettingsToFileButton'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'Bord' + +'erSpacing.InnerBorder'#2#4#7'Caption'#6#31'SaveDesktopSettingsToFileButton' + +#7'OnClick'#7'$SaveDesktopSettingsToFileButtonClick'#8'TabOrder'#2#0#4'Left' + +#2#6#6'Height'#2#25#3'Top'#2#8#5'Width'#3#228#1#0#0#7'TButton!LoadDesktopSet' + +'tingsFromFileButton'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#25'Borde' + +'rSpacing.InnerBorder'#2#4#7'Caption'#6'!LoadDesktopSettingsFromFileButton'#7 + +'OnClick'#7'&LoadDesktopSettingsFromFileButtonClick'#8'TabOrder'#2#1#4'Left' + +#2#6#6'Height'#2#25#3'Top'#2'+'#5'Width'#3#228#1#0#0#0#9'TCheckBox$ShowHints' + +'ForMainSpeedButtonsCheckBox'#7'Caption'#6'$ShowHintsForMainSpeedButtonsChec' + +'kBox'#8'TabOrder'#2#4#4'Left'#2#6#6'Height'#2#13#3'Top'#3'j'#1#5'Width'#3 + +#225#0#0#0#9'TCheckBox'#28'MsgViewDblClickJumpsCheckBox'#7'Caption'#6#28'Msg' + +'ViewDblClickJumpsCheckBox'#8'TabOrder'#2#5#4'Left'#2#6#6'Height'#2#13#3'Top' + +#3'~'#1#5'Width'#3#181#0#0#0#0#5'TPage'#11'WindowsPage'#7'Caption'#6#11'Wind' + +'owsPage'#11'ClientWidth'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Heig' + +'ht'#3#191#1#3'Top'#2#28#5'Width'#3#24#2#0#9'TCheckBox!MinimizeAllOnMinimize' + +'MainCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'!M' + +'inimizeAllOnMinimizeMainCheckBox'#7'Enabled'#8#8'TabOrder'#2#0#4'Left'#2#6#6 + +'Height'#2#20#3'Top'#2#10#5'Width'#3#12#2#0#0#9'TCheckBox'#20'HideIDEOnRunCh' + ,'eckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'HideI' + +'DEOnRunCheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#20#3'Top'#2'"'#5'W' + +'idth'#3#12#2#0#0#9'TGroupBox'#23'WindowPositionsGroupBox'#7'Anchors'#11#5'a' + +'kTop'#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#23'WindowPositionsGro' + +'upBox'#12'ClientHeight'#3'D'#1#11'ClientWidth'#3#12#2#8'TabOrder'#2#2#4'Lef' + +'t'#2#6#6'Height'#3'D'#1#3'Top'#2'D'#5'Width'#3#12#2#0#8'TListBox'#22'Window' + +'PositionsListBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#9'OnMouseUp' + +#7#29'WindowPositionsListBoxMouseUp'#8'TabOrder'#2#0#8'TopIndex'#2#255#4'Lef' + +'t'#2#6#6'Height'#2'd'#3'Top'#2#6#5'Width'#3#236#1#0#0#0#0#5'TPage'#14'FormE' + +'ditorPage'#7'Caption'#6#14'FormEditorPage'#11'ClientWidth'#3#24#2#12'Client' + +'Height'#3#191#1#8'OnResize'#7#20'FormEditorPageResize'#4'Left'#2#2#6'Height' + +#3#191#1#3'Top'#2#28#5'Width'#3#24#2#0#9'TGroupBox'#12'GridGroupBox'#20'Bord' + +'erSpacing.Around'#2#6#7'Caption'#6#12'GridGroupBox'#12'ClientHeight'#3#171#0 + +#11'ClientWidth'#3'Q'#1#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3#171#0#3'Top' + +#2#6#5'Width'#3'Q'#1#0#6'TLabel'#14'GridColorLabel'#7'Caption'#6#14'GridColo' + +'rLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'F'#6'Height'#2#14#3 + +'Top'#3#131#0#5'Width'#2'F'#0#0#6'TLabel'#14'GridSizeXLabel'#7'Anchors'#11#5 + +'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'GridSizeXLabel'#5'Color'#7#6 + +'clNone'#11'ParentColor'#8#4'Left'#2'u'#6'Height'#2#14#3'Top'#2'<'#5'Width'#3 + +#190#0#0#0#6'TLabel'#14'GridSizeYLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'a' + +'kRight'#0#7'Caption'#6#14'GridSizeYLabel'#5'Color'#7#6'clNone'#11'ParentCol' + +'or'#8#4'Left'#2'u'#6'Height'#2#14#3'Top'#2'`'#5'Width'#3#190#0#0#0#12'TColo' + +'rButton'#15'GridColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23 + +#3'Top'#2'~'#5'Width'#2'2'#0#0#9'TCheckBox'#18'SnapToGridCheckBox'#7'Anchors' + +#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'SnapToGridCheckBox'#8'Ta' + +'bOrder'#2#1#4'Left'#2#6#6'Height'#2#13#3'Top'#2#26#5'Width'#3'-'#1#0#0#9'TC' + +'heckBox'#16'ShowGridCheckBox'#7'Caption'#6#16'ShowGridCheckBox'#8'TabOrder' + +#2#0#4'Left'#2#6#6'Height'#2#13#5'Width'#2's'#0#0#9'TComboBox'#17'GridSizeXC' + +'omboBox'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchA' + +'scending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8'#6#2'10'#6#2'12'#6#2'15' + +#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'ParentShowHint'#8#8'ShowHint' + +#9#8'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#21#3'Top'#2':'#5'Width'#2'd'#0#0#9 + +'TComboBox'#17'GridSizeYComboBox'#16'AutoCompleteText'#11#22'cbactEndOfLineC' + +'omplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'2'#6#1'5'#6#1'8' + +#6#2'10'#6#2'12'#6#2'15'#6#2'20'#6#2'25'#6#2'30'#0#9'MaxLength'#2#0#14'Paren' + +'tShowHint'#8#8'ShowHint'#9#8'TabOrder'#2#3#4'Left'#2#6#6'Height'#2#21#3'Top' + +#2'['#5'Width'#2'd'#0#0#9'TCheckBox'#23'ShowBorderSpaceCheckBox'#18'BorderSp' + +'acing.Left'#2#10#7'Caption'#6#23'ShowBorderSpaceCheckBox'#8'TabOrder'#2#4#22 + +'AnchorSideLeft.Control'#7#16'ShowGridCheckBox'#19'AnchorSideLeft.Side'#7#9 + +'asrBottom'#21'AnchorSideTop.Control'#7#16'ShowGridCheckBox'#18'AnchorSideTo' + +'p.Side'#7#9'asrCenter'#4'Left'#3#131#0#6'Height'#2#13#5'Width'#3#158#0#0#0#0 + +#9'TGroupBox'#18'GuideLinesGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi' + +'ght'#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#18'GuideLinesGroupBox'#12'C' + +'lientHeight'#3#255#0#11'ClientWidth'#3#176#0#8'TabOrder'#2#1#22'AnchorSideL' + +'eft.Control'#7#20'FormEditMiscGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBott' + +'om'#4'Left'#3'a'#1#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3#176#0#0#12'T' + +'ColorButton'#27'GuideLineColorLeftTopButton'#11'BorderWidth'#2#2#4'Left'#2#6 + +#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2'#0#0#12'TColorButton'#31'GuideLineC' + +'olorRightBottomButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top' + +#2'v'#5'Width'#2'2'#0#0#6'TLabel'#26'GuideLineColorLeftTopLabel'#7'Anchors' + +#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#26'GuideLineColorLeftTopLab' + +'el'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top' + +#2'9'#5'Width'#3#142#0#0#0#6'TLabel'#30'GuideLineColorRightBottomLabel'#7'An' + +'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#30'GuideLineColorRig' + +'htBottomLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height' + +#2#14#3'Top'#2'f'#5'Width'#3#142#0#0#0#9'TCheckBox'#22'ShowGuideLinesCheckBo' + +'x'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'ShowGuideL' + +'inesCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#20#5'Width'#3#142#0#0 + +#0#9'TCheckBox'#24'SnapToGuideLinesCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft' + +#7'akRight'#0#7'Caption'#6#24'SnapToGuideLinesCheckBox'#8'TabOrder'#2#1#4'Le' + +'ft'#2#6#6'Height'#2#20#3'Top'#2#19#5'Width'#3#142#0#0#0#0#9'TGroupBox'#20'F' + +'ormEditMiscGroupBox'#20'BorderSpacing.Around'#2#6#7'Caption'#6#20'FormEditM' + +'iscGroupBox'#12'ClientHeight'#3#255#0#11'ClientWidth'#3'Q'#1#8'TabOrder'#2#2 + +#23'AnchorSideRight.Control'#7#14'FormEditorPage'#20'AnchorSideRight.Side'#7 + ,#9'asrBottom'#4'Left'#2#6#6'Height'#3#255#0#3'Top'#3#187#0#5'Width'#3'Q'#1#0 + +#12'TColorButton'#18'GrabberColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'H' + +'eight'#2#23#3'Top'#3#130#0#5'Width'#2'2'#0#0#12'TColorButton'#17'MarkerColo' + +'rButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#3#180#0#5'Wi' + +'dth'#2'2'#0#0#6'TLabel'#17'GrabberColorLabel'#7'Anchors'#11#5'akTop'#6'akLe' + +'ft'#7'akRight'#0#7'Caption'#6#17'GrabberColorLabel'#5'Color'#7#6'clNone'#11 + +'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2'n'#5'Width'#3'<'#1#0#0#6 + +'TLabel'#16'MarkerColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7 + +'Caption'#6#16'MarkerColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Le' + +'ft'#2#6#6'Height'#2#14#3'Top'#3#160#0#5'Width'#3'<'#1#0#0#9'TCheckBox'#29'S' + +'howComponentCaptionsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 + +#7'Caption'#6#29'ShowComponentCaptionsCheckBox'#8'TabOrder'#2#0#4'Left'#2#6#6 + +'Height'#2#13#5'Width'#3'<'#1#0#0#9'TCheckBox'#23'ShowEditorHintsCheckBox'#7 + +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#23'ShowEditorHints' + +'CheckBox'#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2#13#3'Top'#2#25#5'Width'#3 + +'<'#1#0#0#9'TCheckBox'#29'AutoCreateFormsOnOpenCheckBox'#7'Anchors'#11#5'akT' + +'op'#6'akLeft'#7'akRight'#0#7'Caption'#6#29'AutoCreateFormsOnOpenCheckBox'#8 + +'TabOrder'#2#2#4'Left'#2#6#6'Height'#2#13#3'Top'#2'2'#5'Width'#3'<'#1#0#0#9 + +'TCheckBox'#25'RightClickSelectsCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#7'Caption'#6#25'RightClickSelectsCheckBox'#8'TabOrder'#2#3#4'Lef' + +'t'#2#6#6'Height'#2#13#3'Top'#2'K'#5'Width'#3'<'#1#0#0#9'TCheckBox'#25'Desig' + +'nerPaintLazyCheckBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Capti' +'on'#6#25'DesignerPaintLazyCheckBox'#14'ParentShowHint'#8#8'ShowHint'#9#8'Ta' - +'bOrder'#2#4#0#0#0#9'TGroupBox'#18'RubberbandGroupBox'#22'AnchorSideLeft.Con' - +'trol'#7#12'GridGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3'a' - +#1#6'Height'#3#170#0#3'Top'#2#6#5'Width'#3#172#0#7'Anchors'#11#5'akTop'#6'ak' - +'Left'#7'akRight'#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#18'RubberbandGr' - +'oupBox'#12'ClientHeight'#3#170#0#11'ClientWidth'#3#172#0#8'TabOrder'#2#3#0 - +#12'TColorButton'#27'RubberbandSelectColorButton'#4'Left'#2#6#6'Height'#2#23 - +#3'Top'#2#19#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#27'Rubbe' - +'rbandCreateColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2'2' - +#11'BorderWidth'#2#2#0#0#6'TLabel'#26'RubberbandSelectColorLabel'#4'Left'#2#6 - +#6'Height'#2#14#3'Top'#2#3#5'Width'#3#151#0#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#7'Caption'#6#26'RubberbandSelectColorLabel'#5'Color'#7#6'clNon' - +'e'#11'ParentColor'#8#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#4'Left'#2 - +#6#6'Height'#2#14#3'Top'#2'6'#5'Width'#3#151#0#7'Anchors'#11#5'akTop'#6'akLe' - +'ft'#7'akRight'#0#7'Caption'#6#26'RubberbandCreateColorLabel'#5'Color'#7#6'c' - +'lNone'#11'ParentColor'#8#0#0#9'TCheckBox$RubberbandSelectsGrandChildsCheckB' - +'ox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'f'#5'Width'#3#157#0#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'$RubberbandSelectsGrandChildsChe' - +'ckBox'#8'TabOrder'#2#0#0#0#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6 - +#19'ObjectInspectorPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#0#9 - +'TGroupBox'#29'ObjectInspectorColorsGroupBox'#4'Left'#2#6#6'Height'#3#173#0#3 - +'Top'#2#7#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'Bo' - +'rderSpacing.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#5 - +#7'Caption'#6#29'ObjectInspectorColorsGroupBox'#12'ClientHeight'#3#155#0#11 - +'ClientWidth'#3#4#2#8'TabOrder'#2#0#0#12'TColorButton'#23'OIBackgroundColorB' - +'utton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2#5#5'Width'#2'2'#11'BorderWidth'#2 - +#2#0#0#12'TColorButton'#21'OISubPropsColorButton'#4'Left'#2#6#6'Height'#2#23 - +#3'Top'#2#29#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#23'OIRef' - +'erencesColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'5'#5'Width'#2'2'#11 - +'BorderWidth'#2#2#0#0#12'TColorButton'#18'OIValueColorButton'#4'Left'#2#6#6 - +'Height'#2#23#3'Top'#2'M'#5'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorBut' - +'ton'#25'OIDefaultValueColorButton'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5 - +'Width'#2'2'#11'BorderWidth'#2#2#0#0#12'TColorButton'#21'OIPropNameColorButt' - +'on'#4'Left'#2#6#6'Height'#2#23#3'Top'#2'}'#5'Width'#2'2'#11'BorderWidth'#2#2 - +#0#0#6'TLabel'#22'OIBackgroundColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top' - +#2#11#5'Width'#3#161#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Capti' - +'on'#6#22'OIBackgroundColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0 - +#6'TLabel'#20'OISubPropsColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2'#'#5 - +'Width'#3#161#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20 - +'OISubPropsColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel' - +#22'OIReferencesColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2';'#5'Width' - +#3#161#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'OIRef' - +'erencesColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#17 - +'OIValueColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2'S'#5'Width'#3#161#1 - +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'OIValueColorL' - +'abel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#24'OIDefaultValu' - +'eColorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#2'k'#5'Width'#3#161#1#7'Anc' - +'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColo' - ,'rLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#20'OIPropNameC' - +'olorLabel'#4'Left'#2'A'#6'Height'#2#14#3'Top'#3#131#0#5'Width'#3#161#1#7'An' - +'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OIPropNameColorLa' - +'bel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#0#9'TGroupBox'#14'OIMiscGro' - +'upBox'#4'Left'#2#6#6'Height'#2'i'#3'Top'#3#186#0#5'Width'#3#8#2#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#14'OIMiscGroupBox'#12'Clien' - +'tHeight'#2'W'#11'ClientWidth'#3#4#2#8'TabOrder'#2#1#0#6'TLabel'#24'OIDefaul' - +'tItemHeightLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5'Width'#3#220#1#7 - +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultItemHe' - +'ightLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TCheckBox'#18'OISho' - +'wHintCheckBox'#4'Left'#2#6#6'Height'#2#13#3'Top'#2'7'#5'Width'#3#220#1#7'An' - +'chors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'OIShowHintCheckBo' - +'x'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#27'OIDefaultItemHeightSpinEdit'#4'Left' - +#2#6#6'Height'#2#20#3'Top'#2#24#5'Width'#3#240#1#7'Anchors'#11#5'akTop'#6'ak' - +'Left'#7'akRight'#0#8'TabOrder'#2#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Captio' - +'n'#6#10'BackupPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#0#6'TLa' - +'bel'#15'BackupHelpLabel'#4'Left'#2#6#6'Height'#2#14#3'Top'#2#7#5'Width'#3#8 - +#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#15'BackupHelpL' - +'abel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#9'TGroupBox'#21'BackupProj' - +'ectGroupBox'#4'Left'#2#6#6'Height'#3#201#0#3'Top'#2'"'#5'Width'#3#8#2#7'Anc' - +'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#21'BackupProjectGroup' - +'Box'#12'ClientHeight'#3#201#0#11'ClientWidth'#3#8#2#8'TabOrder'#2#0#0#6'TLa' - +'bel'#18'BakProjAddExtLabel'#4'Left'#2'v'#6'Height'#2#14#3'Top'#2'd'#5'Width' - +#3#136#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'BakPr' - +'ojAddExtLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#22'BakP' - +'rojMaxCounterLabel'#4'Left'#2'v'#6'Height'#2#14#3'Top'#2'}'#5'Width'#3#136#1 - +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'BakProjMaxCou' - +'nterLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#6'TLabel'#18'BakProjS' - +'ubDirLabel'#4'Left'#2'v'#6'Height'#2#14#3'Top'#3#154#0#5'Width'#3#136#1#7'A' - +'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'BakProjSubDirLab' - +'el'#5'Color'#7#6'clNone'#11'ParentColor'#8#0#0#11'TRadioGroup'#21'BakProjTy' - +'peRadioGroup'#4'Left'#2#6#6'Height'#2'X'#5'Width'#3#248#1#7'Anchors'#11#5'a' - +'kTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7'Caption'#6#21'BakProjTypeRadio' - +'Group'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing' - +#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'Chi' - +'ldSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.Shr' - +'inkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crs' - +'ScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27 - +'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadi' - +'oGroupClick'#8'TabOrder'#2#0#0#0#9'TComboBox'#21'BakProjAddExtComboBox'#4'L' - +'eft'#2#6#6'Height'#2#21#3'Top'#2'b'#5'Width'#2'd'#16'AutoCompleteText'#11#22 - +'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOr' - +'der'#2#1#4'Text'#6#21'BakProjAddExtComboBox'#0#0#9'TComboBox'#25'BakProjMax' - +'CounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'}'#5'Width'#2'd'#16'Au' - +'toCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9 - +'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#25'BakProjMaxCounterComboBox'#0#0#9 - +'TComboBox'#21'BakProjSubDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#152 - +#0#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbact' - +'SearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSub' - +'DirComboBox'#0#0#0#9'TGroupBox'#19'BackupOtherGroupBox'#4'Left'#2#6#6'Heigh' - +'t'#3#196#0#3'Top'#3#242#0#5'Width'#3#8#2#7'Anchors'#11#5'akTop'#6'akLeft'#7 - +'akRight'#0#7'Caption'#6#19'BackupOtherGroupBox'#12'ClientHeight'#3#196#0#11 - +'ClientWidth'#3#8#2#8'TabOrder'#2#1#0#6'TLabel'#19'BakOtherAddExtLabel'#4'Le' - +'ft'#2'v'#6'Height'#2#14#3'Top'#2'a'#5'Width'#3#136#1#7'Anchors'#11#5'akTop' - +#6'akLeft'#7'akRight'#0#7'Caption'#6#19'BakOtherAddExtLabel'#5'Color'#7#6'cl' - +'None'#11'ParentColor'#8#0#0#6'TLabel'#23'BakOtherMaxCounterLabel'#4'Left'#2 - +'v'#6'Height'#2#14#3'Top'#2'|'#5'Width'#3#136#1#7'Anchors'#11#5'akTop'#6'akL' - +'eft'#7'akRight'#0#7'Caption'#6#23'BakOtherMaxCounterLabel'#5'Color'#7#6'clN' - +'one'#11'ParentColor'#8#0#0#6'TLabel'#19'BakOtherSubDirLabel'#4'Left'#2'v'#6 - +'Height'#2#14#3'Top'#3#151#0#5'Width'#3#136#1#7'Anchors'#11#5'akTop'#6'akLef' - +'t'#7'akRight'#0#7'Caption'#6#19'BakOtherSubDirLabel'#5'Color'#7#6'clNone'#11 - +'ParentColor'#8#0#0#11'TRadioGroup'#22'BakOtherTypeRadioGroup'#4'Left'#2#6#6 - +'Height'#2'T'#5'Width'#3#248#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 - +#8'AutoFill'#9#7'Caption'#6#22'BakOtherTypeRadioGroup'#28'ChildSizing.LeftRi' - ,'ghtSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.Enlarge' - +'Horizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7 - +#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScale' - +'Childs'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.' - +'Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine' - +#2#2#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#0 - +#0#9'TComboBox'#22'BakOtherAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top' - +#2'_'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cb' - +'actSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOthe' - +'rAddExtComboBox'#0#0#9'TComboBox'#26'BakOtherMaxCounterComboBox'#4'Left'#2#6 - +#6'Height'#2#21#3'Top'#2'z'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEn' + +'bOrder'#2#4#4'Left'#2#6#6'Height'#2#13#3'Top'#3#205#0#5'Width'#3'<'#1#0#0#0 + +#9'TGroupBox'#18'RubberbandGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRi' + +'ght'#0#18'BorderSpacing.Left'#2#10#7'Caption'#6#18'RubberbandGroupBox'#12'C' + +'lientHeight'#3#170#0#11'ClientWidth'#3#176#0#8'TabOrder'#2#3#22'AnchorSideL' + +'eft.Control'#7#12'GridGroupBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Le' + +'ft'#3'a'#1#6'Height'#3#170#0#3'Top'#2#6#5'Width'#3#176#0#0#12'TColorButton' + +#27'RubberbandSelectColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2 + +#23#3'Top'#2#19#5'Width'#2'2'#0#0#12'TColorButton'#27'RubberbandCreateColorB' + +'utton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'F'#5'Width'#2 + +'2'#0#0#6'TLabel'#26'RubberbandSelectColorLabel'#7'Anchors'#11#5'akTop'#6'ak' + +'Left'#7'akRight'#0#7'Caption'#6#26'RubberbandSelectColorLabel'#5'Color'#7#6 + +'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2#3#5'Width'#3 + +#155#0#0#0#6'TLabel'#26'RubberbandCreateColorLabel'#7'Anchors'#11#5'akTop'#6 + +'akLeft'#7'akRight'#0#7'Caption'#6#26'RubberbandCreateColorLabel'#5'Color'#7 + +#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2'6'#5'Width' + +#3#155#0#0#0#9'TCheckBox$RubberbandSelectsGrandChildsCheckBox'#7'Anchors'#11 + +#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6'$RubberbandSelectsGrandChildsC' + +'heckBox'#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2#20#3'Top'#2'f'#5'Width'#3 + +#161#0#0#0#0#0#5'TPage'#19'ObjectInspectorPage'#7'Caption'#6#19'ObjectInspec' + +'torPage'#11'ClientWidth'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Heig' + +'ht'#3#191#1#3'Top'#2#28#5'Width'#3#24#2#0#9'TGroupBox'#29'ObjectInspectorCo' + +'lorsGroupBox'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#18'BorderSpacin' + +'g.Left'#2#5#17'BorderSpacing.Top'#2#5#19'BorderSpacing.Right'#2#5#7'Caption' + +#6#29'ObjectInspectorColorsGroupBox'#12'ClientHeight'#3#173#0#11'ClientWidth' + +#3#12#2#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3#173#0#3'Top'#2#7#5'Width'#3 + +#12#2#0#12'TColorButton'#23'OIBackgroundColorButton'#11'BorderWidth'#2#2#4'L' + +'eft'#2#6#6'Height'#2#23#3'Top'#2#5#5'Width'#2'2'#0#0#12'TColorButton'#21'OI' + +'SubPropsColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2 + +#29#5'Width'#2'2'#0#0#12'TColorButton'#23'OIReferencesColorButton'#11'Border' + +'Width'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'5'#5'Width'#2'2'#0#0#12'TCol' + +'orButton'#18'OIValueColorButton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2 + +#23#3'Top'#2'M'#5'Width'#2'2'#0#0#12'TColorButton'#25'OIDefaultValueColorBut' + +'ton'#11'BorderWidth'#2#2#4'Left'#2#6#6'Height'#2#23#3'Top'#2'e'#5'Width'#2 + +'2'#0#0#12'TColorButton'#21'OIPropNameColorButton'#11'BorderWidth'#2#2#4'Lef' + +'t'#2#6#6'Height'#2#23#3'Top'#2'}'#5'Width'#2'2'#0#0#6'TLabel'#22'OIBackgrou' + +'ndColorLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22 + +'OIBackgroundColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'A' + +#6'Height'#2#14#3'Top'#2#11#5'Width'#3#169#1#0#0#6'TLabel'#20'OISubPropsColo' + +'rLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OISub' + +'PropsColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'A'#6'Heig' + +'ht'#2#14#3'Top'#2'#'#5'Width'#3#169#1#0#0#6'TLabel'#22'OIReferencesColorLab' + ,'el'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#22'OIReferen' + +'cesColorLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'A'#6'Height' + +#2#14#3'Top'#2';'#5'Width'#3#169#1#0#0#6'TLabel'#17'OIValueColorLabel'#7'Anc' + +'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#17'OIValueColorLabel' + +#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'A'#6'Height'#2#14#3'Top'#2 + +'S'#5'Width'#3#169#1#0#0#6'TLabel'#24'OIDefaultValueColorLabel'#7'Anchors'#11 + +#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultValueColorLabel'#5 + +'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'A'#6'Height'#2#14#3'Top'#2'k' + +#5'Width'#3#169#1#0#0#6'TLabel'#20'OIPropNameColorLabel'#7'Anchors'#11#5'akT' + +'op'#6'akLeft'#7'akRight'#0#7'Caption'#6#20'OIPropNameColorLabel'#5'Color'#7 + +#6'clNone'#11'ParentColor'#8#4'Left'#2'A'#6'Height'#2#14#3'Top'#3#131#0#5'Wi' + +'dth'#3#169#1#0#0#0#9'TGroupBox'#14'OIMiscGroupBox'#7'Anchors'#11#5'akTop'#6 + +'akLeft'#7'akRight'#0#7'Caption'#6#14'OIMiscGroupBox'#12'ClientHeight'#2'i' + +#11'ClientWidth'#3#12#2#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2'i'#3'Top'#3 + +#186#0#5'Width'#3#12#2#0#6'TLabel'#24'OIDefaultItemHeightLabel'#7'Anchors'#11 + +#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#24'OIDefaultItemHeightLabel'#5 + +'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2#6#5 + +'Width'#3#228#1#0#0#9'TCheckBox'#18'OIShowHintCheckBox'#7'Anchors'#11#5'akTo' + +'p'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'OIShowHintCheckBox'#8'TabOrder'#2 + +#0#4'Left'#2#6#6'Height'#2#20#3'Top'#2'7'#5'Width'#3#228#1#0#0#9'TSpinEdit' + +#27'OIDefaultItemHeightSpinEdit'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' + +#0#8'TabOrder'#2#1#5'Value'#2#1#4'Left'#2#6#6'Height'#2#20#3'Top'#2#24#5'Wid' + +'th'#3#248#1#0#0#0#0#5'TPage'#10'BackupPage'#7'Caption'#6#10'BackupPage'#11 + +'ClientWidth'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Height'#3#191#1#3 + +'Top'#2#28#5'Width'#3#24#2#0#6'TLabel'#15'BackupHelpLabel'#7'Anchors'#11#5'a' + +'kTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#15'BackupHelpLabel'#5'Color'#7#6 + +'clNone'#11'ParentColor'#8#4'Left'#2#6#6'Height'#2#14#3'Top'#2#7#5'Width'#3 + +#12#2#0#0#9'TGroupBox'#21'BackupProjectGroupBox'#7'Anchors'#11#5'akTop'#6'ak' + +'Left'#7'akRight'#0#7'Caption'#6#21'BackupProjectGroupBox'#12'ClientHeight'#3 + +#201#0#11'ClientWidth'#3#12#2#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3#201#0#3 + +'Top'#2'"'#5'Width'#3#12#2#0#6'TLabel'#18'BakProjAddExtLabel'#7'Anchors'#11#5 + +'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#18'BakProjAddExtLabel'#5'Color'#7 + +#6'clNone'#11'ParentColor'#8#4'Left'#2'v'#6'Height'#2#14#3'Top'#2'd'#5'Width' + +#3#140#1#0#0#6'TLabel'#22'BakProjMaxCounterLabel'#7'Anchors'#11#5'akTop'#6'a' + +'kLeft'#7'akRight'#0#7'Caption'#6#22'BakProjMaxCounterLabel'#5'Color'#7#6'cl' + +'None'#11'ParentColor'#8#4'Left'#2'v'#6'Height'#2#14#3'Top'#2'}'#5'Width'#3 + +#140#1#0#0#6'TLabel'#18'BakProjSubDirLabel'#7'Anchors'#11#5'akTop'#6'akLeft' + +#7'akRight'#0#7'Caption'#6#18'BakProjSubDirLabel'#5'Color'#7#6'clNone'#11'Pa' + +'rentColor'#8#4'Left'#2'v'#6'Height'#2#14#3'Top'#3#154#0#5'Width'#3#140#1#0#0 + +#11'TRadioGroup'#21'BakProjTypeRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7 + +'akRight'#0#8'AutoFill'#9#7'Caption'#6#21'BakProjTypeRadioGroup'#28'ChildSiz' + +'ing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizi' + +'ng.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enlarge' + +'Vertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7 + +#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C' + +'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr' + +'olsPerLine'#2#2#7'Columns'#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'Ta' + +'bOrder'#2#0#4'Left'#2#6#6'Height'#2'X'#5'Width'#3#252#1#0#0#9'TComboBox'#21 + +'BakProjAddExtComboBox'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20 + +'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#21'BakPr' + +'ojAddExtComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'b'#5'Width'#2'd'#0#0#9 + +'TComboBox'#25'BakProjMaxCounterComboBox'#16'AutoCompleteText'#11#22'cbactEn' +'dOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2 - +#4'Text'#6#26'BakOtherMaxCounterComboBox'#0#0#9'TComboBox'#22'BakOtherSubDir' - +'ComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#149#0#5'Width'#2'd'#16'AutoCo' - +'mpleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxL' - +'ength'#2#0#8'TabOrder'#2#3#4'Text'#6#22'BakOtherSubDirComboBox'#0#0#0#0#5'T' - +'Page'#10'NamingPage'#7'Caption'#6#10'NamingPage'#11'ClientWidth'#3#20#2#12 - +'ClientHeight'#3#195#1#0#11'TRadioGroup'#23'PascalFileExtRadiogroup'#4'Left' - +#2#6#6'Height'#2'/'#3'Top'#2#6#5'Width'#3#12#2#5'Align'#7#5'alTop'#7'Anchors' - +#11#5'akTop'#6'akLeft'#0#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Captio' - +'n'#6#23'PascalFileExtRadiogroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'Ch' - +'ildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsH' - +'omogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChi' - +'ldResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSiz' - +'ing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLef' - +'tToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2 - +#8'TabOrder'#2#0#0#0#11'TRadioGroup'#28'CharcaseFileActionRadioGroup'#4'Left' - +#2#6#6'Height'#2'U'#3'Top'#3#165#0#5'Width'#3#12#2#5'Align'#7#5'alTop'#8'Aut' - +'oFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'CharcaseFileActionRad' - +'ioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpaci' - +'ng'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27 - +'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.' - +'ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14 - +'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom' - +#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#1#0#0#11'T' - +'RadioGroup'#29'AmbiguousFileActionRadioGroup'#4'Left'#2#6#6'Height'#2'd'#3 - +'Top'#2';'#5'Width'#3#12#2#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacin' - +'g.Around'#2#6#7'Caption'#6#29'AmbiguousFileActionRadioGroup'#28'ChildSizing' - +'.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.' - +'EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVer' - +'tical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14 - +'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'Chil' - +'dSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Controls' - +'PerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#2#0#0#0#5'TPage'#10'LazDocPage'#7 - +'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#20#2#12'ClientHeight'#3#195#1#0 - +#6'TLabel'#6'Label1'#4'Left'#2#8#6'Height'#2#13#3'Top'#3#226#0#5'Width'#3#3#1 - +#7'Caption'#6'+NOTE: only absolute paths are supported now'#5'Color'#7#6'clN' - +'one'#11'ParentColor'#8#0#0#9'TGroupBox'#19'LazDocPathsGroupBox'#4'Left'#2#6 - +#6'Height'#3#210#0#3'Top'#2#6#5'Width'#3#12#2#5'Align'#7#5'alTop'#20'BorderS' - +'pacing.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHeight'#3 - +#210#0#11'ClientWidth'#3#12#2#8'TabOrder'#2#0#0#8'TListBox'#13'LazDocListBox' - +#4'Left'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#0#2#5'Align'#7#5'alTop'#20 - +'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#7'TButton' - +#19'LazDocAddPathButton'#4'Left'#2#6#6'Height'#2#26#3'Top'#2'z'#5'Width'#3 - +#136#0#8'AutoSize'#9#7'Caption'#6#19'LazDocAddPathButton'#7'OnClick'#7#24'La' - +'zDocAddPathButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#22'LazDocDeletePathB' - +'utton'#22'AnchorSideLeft.Control'#7#19'LazDocAddPathButton'#19'AnchorSideLe' - +'ft.Side'#7#9'asrBottom'#4'Left'#3#152#0#6'Height'#2#26#3'Top'#2'z'#5'Width' - +#3#149#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#10#7'Caption'#6#22'LazDocDel' - +'etePathButton'#7'OnClick'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2 - +#0#0#5'TEdit'#14'LazDocPathEdit'#21'AnchorSideTop.Control'#7#19'LazDocAddPat' - +'hButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#23#3 - +'Top'#3#154#0#5'Width'#3#232#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0 - +#17'BorderSpacing.Top'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#0#0#7 - ,'TButton'#18'LazDocBrowseButton'#22'AnchorSideLeft.Control'#7#14'LazDocPathE' - +'dit'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4'Left'#3#244#1#6'Height'#2#23#3 - +'Top'#3#156#0#5'Width'#2#19#18'BorderSpacing.Left'#2#6#7'Caption'#6#3'...'#7 - +'OnClick'#7#23'LazDocBrowseButtonClick'#8'TabOrder'#2#4#0#0#0#0#0#7'TButton' - +#12'CancelButton'#4'Left'#3#201#1#6'Height'#2#25#3'Top'#3#229#1#5'Width'#2'K' - +#7'Anchors'#11#7'akRight'#8'akBottom'#0#6'Cancel'#9#7'Caption'#6#12'CancelBu' - +'tton'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#7'TButton'#8'O' - +'kButton'#4'Left'#3'w'#1#6'Height'#2#25#3'Top'#3#229#1#5'Width'#2'K'#7'Ancho' - +'rs'#11#7'akRight'#8'akBottom'#0#7'Caption'#6#2'Ok'#7'Default'#9#7'OnClick'#7 - +#13'OkButtonClick'#8'TabOrder'#2#2#0#0#22'TSelectDirectoryDialog'#21'SelectD' - +'irectoryDialog'#5'Title'#6#16'Select Directory'#11'FilterIndex'#2#0#4'left' - +#3#232#1#3'top'#2#8#0#0#0 + +#4'Text'#6#25'BakProjMaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2 + +'}'#5'Width'#2'd'#0#0#9'TComboBox'#21'BakProjSubDirComboBox'#16'AutoComplete' + +'Text'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength' + +#2#0#8'TabOrder'#2#3#4'Text'#6#21'BakProjSubDirComboBox'#4'Left'#2#6#6'Heigh' + +'t'#2#21#3'Top'#3#152#0#5'Width'#2'd'#0#0#0#9'TGroupBox'#19'BackupOtherGroup' + +'Box'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#19'BackupOt' + +'herGroupBox'#12'ClientHeight'#3#196#0#11'ClientWidth'#3#12#2#8'TabOrder'#2#1 + +#4'Left'#2#6#6'Height'#3#196#0#3'Top'#3#242#0#5'Width'#3#12#2#0#6'TLabel'#19 + +'BakOtherAddExtLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Captio' + +'n'#6#19'BakOtherAddExtLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left' + +#2'v'#6'Height'#2#14#3'Top'#2'a'#5'Width'#3#140#1#0#0#6'TLabel'#23'BakOtherM' + ,'axCounterLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6 + +#23'BakOtherMaxCounterLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2 + +'v'#6'Height'#2#14#3'Top'#2'|'#5'Width'#3#140#1#0#0#6'TLabel'#19'BakOtherSub' + +'DirLabel'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#7'Caption'#6#19'Bak' + +'OtherSubDirLabel'#5'Color'#7#6'clNone'#11'ParentColor'#8#4'Left'#2'v'#6'Hei' + +'ght'#2#14#3'Top'#3#151#0#5'Width'#3#140#1#0#0#11'TRadioGroup'#22'BakOtherTy' + +'peRadioGroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#8'AutoFill'#9#7 + +'Caption'#6#22'BakOtherTypeRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6 + +#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24 + +'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenou' + +'sChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'Chil' + +'dSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cc' + +'lLeftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns' + +#2#2#7'OnClick'#7#22'BakTypeRadioGroupClick'#8'TabOrder'#2#0#4'Left'#2#6#6'H' + +'eight'#2'T'#5'Width'#3#252#1#0#0#9'TComboBox'#22'BakOtherAddExtComboBox'#16 + +'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9 + +'MaxLength'#2#0#8'TabOrder'#2#1#4'Text'#6#22'BakOtherAddExtComboBox'#4'Left' + +#2#6#6'Height'#2#21#3'Top'#2'_'#5'Width'#2'd'#0#0#9'TComboBox'#26'BakOtherMa' + +'xCounterComboBox'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cba' + +'ctSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#2#4'Text'#6#26'BakOther' + +'MaxCounterComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#2'z'#5'Width'#2'd'#0#0 + +#9'TComboBox'#22'BakOtherSubDirComboBox'#16'AutoCompleteText'#11#22'cbactEnd' + +'OfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'TabOrder'#2#3 + +#4'Text'#6#22'BakOtherSubDirComboBox'#4'Left'#2#6#6'Height'#2#21#3'Top'#3#149 + +#0#5'Width'#2'd'#0#0#0#0#5'TPage'#10'NamingPage'#7'Caption'#6#10'NamingPage' + +#11'ClientWidth'#3#24#2#12'ClientHeight'#3#191#1#4'Left'#2#2#6'Height'#3#191 + +#1#3'Top'#2#28#5'Width'#3#24#2#0#11'TRadioGroup'#23'PascalFileExtRadiogroup' + +#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#0#8'AutoFill'#9#20'Bor' + +'derSpacing.Around'#2#6#7'Caption'#6#23'PascalFileExtRadiogroup'#28'ChildSiz' + +'ing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizi' + +'ng.EnlargeHorizontal'#7#24'crsHomogenousChildResize'#27'ChildSizing.Enlarge' + +'Vertical'#7#24'crsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7 + +#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'C' + +'hildSizing.Layout'#7#29'cclLeftToRightThenTopToBottom'#27'ChildSizing.Contr' + +'olsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#2'/'#3 + +'Top'#2#6#5'Width'#3#12#2#0#0#11'TRadioGroup'#28'CharcaseFileActionRadioGrou' + +'p'#5'Align'#7#5'alTop'#8'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption' + +#6#28'CharcaseFileActionRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28 + +'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'cr' + +'sHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousC' + +'hildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildS' + +'izing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclL' + +'eftToRightThenTopToBottom'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2 + +#2#8'TabOrder'#2#1#4'Left'#2#6#6'Height'#2'U'#3'Top'#3#165#0#5'Width'#3#12#2 + +#0#0#11'TRadioGroup'#29'AmbiguousFileActionRadioGroup'#5'Align'#7#5'alTop'#8 + +'AutoFill'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#29'AmbiguousFileActio' + +'nRadioGroup'#28'ChildSizing.LeftRightSpacing'#2#6#28'ChildSizing.TopBottomS' + +'pacing'#2#6#29'ChildSizing.EnlargeHorizontal'#7#24'crsHomogenousChildResize' + +#27'ChildSizing.EnlargeVertical'#7#24'crsHomogenousChildResize'#28'ChildSizi' + +'ng.ShrinkHorizontal'#7#14'crsScaleChilds'#26'ChildSizing.ShrinkVertical'#7 + +#14'crsScaleChilds'#18'ChildSizing.Layout'#7#29'cclLeftToRightThenTopToBotto' + +'m'#27'ChildSizing.ControlsPerLine'#2#2#7'Columns'#2#2#8'TabOrder'#2#2#4'Lef' + +'t'#2#6#6'Height'#2'd'#3'Top'#2';'#5'Width'#3#12#2#0#0#0#5'TPage'#10'LazDocP' + +'age'#7'Caption'#6#10'LazDocPage'#11'ClientWidth'#3#24#2#12'ClientHeight'#3 + +#191#1#4'Left'#2#2#6'Height'#3#191#1#3'Top'#2#28#5'Width'#3#24#2#0#6'TLabel' + +#6'Label1'#7'Caption'#6'+NOTE: only absolute paths are supported now'#5'Colo' + +'r'#7#6'clNone'#11'ParentColor'#8#4'Left'#2#8#6'Height'#2#13#3'Top'#3#226#0#5 + +'Width'#3#3#1#0#0#9'TGroupBox'#19'LazDocPathsGroupBox'#5'Align'#7#5'alTop'#20 + +'BorderSpacing.Around'#2#6#7'Caption'#6#19'LazDocPathsGroupBox'#12'ClientHei' + +'ght'#3#210#0#11'ClientWidth'#3#12#2#8'TabOrder'#2#0#4'Left'#2#6#6'Height'#3 + +#210#0#3'Top'#2#6#5'Width'#3#12#2#0#8'TListBox'#13'LazDocListBox'#5'Align'#7 + +#5'alTop'#20'BorderSpacing.Around'#2#6#8'TabOrder'#2#0#8'TopIndex'#2#255#4'L' + +'eft'#2#6#6'Height'#2'l'#3'Top'#2#6#5'Width'#3#0#2#0#0#7'TButton'#19'LazDocA' + +'ddPathButton'#8'AutoSize'#9#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6 + ,#19'LazDocAddPathButton'#7'OnClick'#7#24'LazDocAddPathButtonClick'#8'TabOrde' + +'r'#2#1#4'Left'#2#6#6'Height'#2#26#3'Top'#2'z'#5'Width'#3#136#0#0#0#7'TButto' + +'n'#22'LazDocDeletePathButton'#8'AutoSize'#9#18'BorderSpacing.Left'#2#10#25 + +'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#22'LazDocDeletePathButton'#7'On' + +'Click'#7#27'LazDocDeletePathButtonClick'#8'TabOrder'#2#2#22'AnchorSideLeft.' + +'Control'#7#19'LazDocAddPathButton'#19'AnchorSideLeft.Side'#7#9'asrBottom'#4 + +'Left'#3#152#0#6'Height'#2#26#3'Top'#2'z'#5'Width'#3#149#0#0#0#5'TEdit'#14'L' + +'azDocPathEdit'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpaci' + +'ng.Top'#2#6#8'TabOrder'#2#3#4'Text'#6#14'LazDocPathEdit'#21'AnchorSideTop.C' + +'ontrol'#7#19'LazDocAddPathButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'L' + +'eft'#2#6#6'Height'#2#23#3'Top'#3#154#0#5'Width'#3#232#1#0#0#7'TButton'#18'L' + +'azDocBrowseButton'#18'BorderSpacing.Left'#2#6#25'BorderSpacing.InnerBorder' + +#2#4#7'Caption'#6#3'...'#7'OnClick'#7#23'LazDocBrowseButtonClick'#8'TabOrder' + +#2#4#22'AnchorSideLeft.Control'#7#14'LazDocPathEdit'#19'AnchorSideLeft.Side' + +#7#9'asrBottom'#4'Left'#3#244#1#6'Height'#2#23#3'Top'#3#156#0#5'Width'#2#19#0 + +#0#0#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#7'akRight'#8'akBottom'#0 + +#25'BorderSpacing.InnerBorder'#2#4#6'Cancel'#9#7'Caption'#6#12'CancelButton' + +#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#4'Left'#3#201#1#6'Height' + +#2#25#3'Top'#3#229#1#5'Width'#2'K'#0#0#7'TButton'#8'OkButton'#7'Anchors'#11#7 + +'akRight'#8'akBottom'#0#25'BorderSpacing.InnerBorder'#2#4#7'Caption'#6#2'Ok' + +#7'Default'#9#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#2#4'Left'#3'w'#1#6 + +'Height'#2#25#3'Top'#3#229#1#5'Width'#2'K'#0#0#22'TSelectDirectoryDialog'#21 + +'SelectDirectoryDialog'#5'Title'#6#16'Select Directory'#11'FilterIndex'#2#0#5 + +'Title'#6#16'Select Directory'#4'left'#3#232#1#3'top'#2#8#0#0#0 ]); diff --git a/ide/environmentopts.pp b/ide/environmentopts.pp index 9d54acd150..20a5754e08 100644 --- a/ide/environmentopts.pp +++ b/ide/environmentopts.pp @@ -1613,8 +1613,7 @@ begin // language LanguageGroupBox.Caption:=dlgEnvLanguage; - with LanguageComboBox.Items do - begin + with LanguageComboBox.Items do begin BeginUpdate; for i:=0 to LazarusTranslations.Count-1 do begin LangID:=LazarusTranslations[i].ID; diff --git a/lcl/include/customcombobox.inc b/lcl/include/customcombobox.inc index c08a5fdf61..fb2cd3e6cb 100644 --- a/lcl/include/customcombobox.inc +++ b/lcl/include/customcombobox.inc @@ -69,7 +69,7 @@ var NewStrings : TStrings; begin if not HandleAllocated then RaiseGDBException(''); // store itemindex - GetItemIndex; + FItemIndex:= TWSCustomComboBoxClass(WidgetSetClass).GetItemIndex(Self); // create an internal list for storing items internally NewStrings:= TStringList.Create; // copy from interface based list @@ -753,7 +753,8 @@ end; ------------------------------------------------------------------------------} function TCustomComboBox.GetItemIndex : integer; begin - if not (csDestroying in ComponentState) and not (csDestroyingHandle in ControlState) and HandleAllocated then + if not (csDestroying in ComponentState) + and not (csDestroyingHandle in ControlState) and HandleAllocated then FItemIndex:= TWSCustomComboBoxClass(WidgetSetClass).GetItemIndex(Self); Result:=FItemIndex; end;