mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 11:18:21 +02:00
1407 lines
40 KiB
Plaintext
1407 lines
40 KiB
Plaintext
object EnvironmentOptionsDialog: TEnvironmentOptionsDialog
|
|
Left = 314
|
|
Height = 522
|
|
Top = 124
|
|
Width = 542
|
|
HorzScrollBar.Page = 541
|
|
VertScrollBar.Page = 521
|
|
ActiveControl = CancelButton
|
|
Caption = 'EnvironmentOptionsDialog'
|
|
OnResize = FormResize
|
|
Position = poScreenCenter
|
|
object Notebook: TNotebook
|
|
Height = 479
|
|
Width = 542
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
OnChangeBounds = NotebookChangeBounds
|
|
PageIndex = 7
|
|
object FilesPage: TPage
|
|
Caption = 'FilesPage'
|
|
object MaxRecentOpenFilesLabel: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 10
|
|
Width = 127
|
|
Caption = 'MaxRecentOpenFilesLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object MaxRecentProjectFilesLabel: TLabel
|
|
Left = 6
|
|
Height = 14
|
|
Top = 58
|
|
Width = 135
|
|
Caption = 'MaxRecentProjectFilesLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object MaxRecentOpenFilesComboBox: TComboBox
|
|
AnchorSideRight.Control = FilesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 21
|
|
Top = 26
|
|
Width = 526
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
BorderSpacing.Right = 6
|
|
Items.Strings = (
|
|
'5'
|
|
'10'
|
|
'15'
|
|
'20'
|
|
'25'
|
|
'30'
|
|
)
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
end
|
|
object MaxRecentProjectFilesComboBox: TComboBox
|
|
AnchorSideRight.Control = FilesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 21
|
|
Top = 74
|
|
Width = 526
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
BorderSpacing.Right = 6
|
|
Items.Strings = (
|
|
'5'
|
|
'10'
|
|
'15'
|
|
'20'
|
|
'25'
|
|
'30'
|
|
)
|
|
MaxLength = 0
|
|
TabOrder = 1
|
|
end
|
|
object OpenLastProjectAtStartCheckBox: TCheckBox
|
|
AnchorSideRight.Control = FilesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 13
|
|
Top = 106
|
|
Width = 526
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'OpenLastProjectAtStartCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object LazarusDirGroupBox: TGroupBox
|
|
AnchorSideRight.Control = FilesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 54
|
|
Top = 142
|
|
Width = 526
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'LazarusDirGroupBox'
|
|
TabOrder = 3
|
|
object LazarusDirComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 3
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
Text = 'LazarusDirComboBox'
|
|
end
|
|
object LazarusDirButton: TButton
|
|
Left = 491
|
|
Height = 21
|
|
Top = 3
|
|
Width = 20
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
OnClick = DirectoriesButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object CompilerPathGroupBox: TGroupBox
|
|
AnchorSideRight.Control = FilesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 54
|
|
Top = 197
|
|
Width = 526
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'CompilerPathGroupBox'
|
|
TabOrder = 4
|
|
object CompilerPathComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 3
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
Text = 'CompilerPathComboBox'
|
|
end
|
|
object CompilerPathButton: TButton
|
|
Left = 491
|
|
Height = 21
|
|
Top = 3
|
|
Width = 20
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
OnClick = FilesButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object FPCSourceDirGroupBox: TGroupBox
|
|
AnchorSideRight.Control = FilesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 54
|
|
Top = 252
|
|
Width = 526
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'FPCSourceDirGroupBox'
|
|
TabOrder = 5
|
|
object FPCSourceDirComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 2
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
Text = 'FPCSourceDirComboBox'
|
|
end
|
|
object FPCSourceDirButton: TButton
|
|
Left = 491
|
|
Height = 21
|
|
Top = 2
|
|
Width = 20
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
OnClick = DirectoriesButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object MakePathGroupBox: TGroupBox
|
|
AnchorSideRight.Control = FilesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 54
|
|
Top = 307
|
|
Width = 526
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'MakePathGroupBox'
|
|
TabOrder = 6
|
|
object MakePathComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 3
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
Text = 'MakePathComboBox'
|
|
end
|
|
object MakePathButton: TButton
|
|
Left = 491
|
|
Height = 21
|
|
Top = 3
|
|
Width = 20
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
OnClick = FilesButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object TestBuildDirGroupBox: TGroupBox
|
|
AnchorSideRight.Control = FilesPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 54
|
|
Top = 362
|
|
Width = 526
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'TestBuildDirGroupBox'
|
|
TabOrder = 7
|
|
object TestBuildDirComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 3
|
|
Width = 480
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 0
|
|
Text = 'TestBuildDirComboBox'
|
|
end
|
|
object TestBuildDirButton: TButton
|
|
Left = 491
|
|
Height = 21
|
|
Top = 3
|
|
Width = 20
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
OnClick = DirectoriesButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
object DesktopPage: TPage
|
|
Caption = 'DesktopPage'
|
|
object LanguageGroupBox: TGroupBox
|
|
AnchorSideRight.Control = DesktopPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 4
|
|
Height = 56
|
|
Top = 10
|
|
Width = 532
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'LanguageGroupBox'
|
|
TabOrder = 0
|
|
object LanguageComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 8
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
Style = csDropDownList
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object CheckDiskChangesWithLoadingCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 320
|
|
Width = 263
|
|
Caption = 'CheckDiskChangesWithLoadingCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object ShowHintsForComponentPaletteCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 342
|
|
Width = 263
|
|
Caption = 'ShowHintsForComponentPaletteCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object AutoSaveGroupBox: TGroupBox
|
|
AnchorSideRight.Control = DesktopPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 4
|
|
Height = 136
|
|
Top = 74
|
|
Width = 532
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'AutoSaveGroupBox'
|
|
TabOrder = 6
|
|
object AutoSaveIntervalInSecsLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 67
|
|
Width = 501
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'AutoSaveIntervalInSecsLabel'
|
|
Color = clNone
|
|
Enabled = False
|
|
ParentColor = False
|
|
end
|
|
object AutoSaveEditorFilesCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 4
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'AutoSaveEditorFilesCheckBox'
|
|
Enabled = False
|
|
TabOrder = 0
|
|
end
|
|
object AutoSaveProjectCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 30
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'AutoSaveProjectCheckBox'
|
|
Enabled = False
|
|
TabOrder = 1
|
|
end
|
|
object AutoSaveIntervalInSecsComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 87
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
Enabled = False
|
|
Items.Strings = (
|
|
'1200'
|
|
'600'
|
|
'300'
|
|
'120'
|
|
)
|
|
MaxLength = 0
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object DesktopFilesGroupBox: TGroupBox
|
|
AnchorSideRight.Control = DesktopPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 4
|
|
Height = 97
|
|
Top = 218
|
|
Width = 532
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'DesktopFilesGroupBox'
|
|
TabOrder = 3
|
|
object SaveDesktopSettingsToFileButton: TButton
|
|
Left = 6
|
|
Height = 25
|
|
Top = 8
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'SaveDesktopSettingsToFileButton'
|
|
OnClick = SaveDesktopSettingsToFileButtonClick
|
|
TabOrder = 0
|
|
end
|
|
object LoadDesktopSettingsFromFileButton: TButton
|
|
Left = 6
|
|
Height = 25
|
|
Top = 43
|
|
Width = 510
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'LoadDesktopSettingsFromFileButton'
|
|
OnClick = LoadDesktopSettingsFromFileButtonClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object ShowHintsForMainSpeedButtonsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 362
|
|
Width = 267
|
|
Caption = 'ShowHintsForMainSpeedButtonsCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
object MsgViewDblClickJumpsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 382
|
|
Width = 219
|
|
Caption = 'MsgViewDblClickJumpsCheckBox'
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object WindowsPage: TPage
|
|
Caption = 'WindowsPage'
|
|
object MinimizeAllOnMinimizeMainCheckBox: TCheckBox
|
|
AnchorSideRight.Control = WindowsPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 10
|
|
Width = 530
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'MinimizeAllOnMinimizeMainCheckBox'
|
|
Enabled = False
|
|
TabOrder = 0
|
|
end
|
|
object HideIDEOnRunCheckBox: TCheckBox
|
|
AnchorSideRight.Control = WindowsPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 20
|
|
Top = 34
|
|
Width = 530
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'HideIDEOnRunCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object WindowPositionsGroupBox: TGroupBox
|
|
AnchorSideRight.Control = WindowsPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 320
|
|
Top = 68
|
|
Width = 530
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'WindowPositionsGroupBox'
|
|
TabOrder = 2
|
|
object WindowPositionsListBox: TListBox
|
|
Left = 6
|
|
Height = 100
|
|
Top = 6
|
|
Width = 509
|
|
Anchors = [akTop, akLeft, akRight]
|
|
OnMouseUp = WindowPositionsListBoxMouseUp
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
end
|
|
end
|
|
object FormEditorPage: TPage
|
|
Caption = 'FormEditorPage'
|
|
OnResize = FormEditorPageResize
|
|
object GridGroupBox: TGroupBox
|
|
Left = 6
|
|
Height = 171
|
|
Top = 6
|
|
Width = 337
|
|
BorderSpacing.Around = 6
|
|
Caption = 'GridGroupBox'
|
|
TabOrder = 0
|
|
object GridColorLabel: TLabel
|
|
Left = 70
|
|
Height = 13
|
|
Top = 131
|
|
Width = 85
|
|
Caption = 'GridColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object GridSizeXLabel: TLabel
|
|
Left = 117
|
|
Height = 13
|
|
Top = 60
|
|
Width = 158
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'GridSizeXLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object GridSizeYLabel: TLabel
|
|
Left = 117
|
|
Height = 13
|
|
Top = 96
|
|
Width = 158
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'GridSizeYLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object GridColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 126
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object SnapToGridCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 26
|
|
Width = 269
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'SnapToGridCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object ShowGridCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Width = 138
|
|
Caption = 'ShowGridCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object GridSizeXComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 58
|
|
Width = 100
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
Items.Strings = (
|
|
'2'
|
|
'5'
|
|
'8'
|
|
'10'
|
|
'12'
|
|
'15'
|
|
'20'
|
|
'25'
|
|
'30'
|
|
)
|
|
MaxLength = 0
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 2
|
|
end
|
|
object GridSizeYComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 91
|
|
Width = 100
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
Items.Strings = (
|
|
'2'
|
|
'5'
|
|
'8'
|
|
'10'
|
|
'12'
|
|
'15'
|
|
'20'
|
|
'25'
|
|
'30'
|
|
)
|
|
MaxLength = 0
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 3
|
|
end
|
|
object ShowBorderSpaceCheckBox: TCheckBox
|
|
AnchorSideLeft.Control = ShowGridCheckBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ShowGridCheckBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 154
|
|
Height = 20
|
|
Width = 188
|
|
BorderSpacing.Left = 10
|
|
Caption = 'ShowBorderSpaceCheckBox'
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object GuideLinesGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = FormEditMiscGroupBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = FormEditorPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 353
|
|
Height = 255
|
|
Top = 187
|
|
Width = 179
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Right = 6
|
|
Caption = 'GuideLinesGroupBox'
|
|
TabOrder = 1
|
|
object GuideLineColorLeftTopButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 70
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object GuideLineColorRightBottomButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 118
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object GuideLineColorLeftTopLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 57
|
|
Width = 158
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'GuideLineColorLeftTopLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object GuideLineColorRightBottomLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 102
|
|
Width = 158
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'GuideLineColorRightBottomLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object ShowGuideLinesCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Width = 158
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'ShowGuideLinesCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object SnapToGuideLinesCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 19
|
|
Width = 158
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'SnapToGuideLinesCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object FormEditMiscGroupBox: TGroupBox
|
|
AnchorSideRight.Control = FormEditorPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 255
|
|
Top = 187
|
|
Width = 337
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FormEditMiscGroupBox'
|
|
TabOrder = 2
|
|
object GrabberColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 130
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object MarkerColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 180
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object GrabberColorLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 110
|
|
Width = 284
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'GrabberColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object MarkerColorLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 160
|
|
Width = 284
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'MarkerColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object ShowComponentCaptionsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Width = 284
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'ShowComponentCaptionsCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object ShowEditorHintsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 25
|
|
Width = 284
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'ShowEditorHintsCheckBox'
|
|
TabOrder = 1
|
|
end
|
|
object AutoCreateFormsOnOpenCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 50
|
|
Width = 284
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'AutoCreateFormsOnOpenCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object RightClickSelectsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 75
|
|
Width = 284
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'RightClickSelectsCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
object DesignerPaintLazyCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 205
|
|
Width = 284
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'DesignerPaintLazyCheckBox'
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
object RubberbandGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = GridGroupBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = FormEditorPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 353
|
|
Height = 170
|
|
Top = 6
|
|
Width = 179
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.Right = 6
|
|
Caption = 'RubberbandGroupBox'
|
|
Color = clBtnFace
|
|
ParentColor = False
|
|
TabOrder = 3
|
|
object RubberbandSelectColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 19
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object RubberbandCreateColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 70
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object RubberbandSelectColorLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 3
|
|
Width = 150
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'RubberbandSelectColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object RubberbandCreateColorLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 54
|
|
Width = 150
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'RubberbandCreateColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object RubberbandSelectsGrandChildsCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 102
|
|
Width = 158
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'RubberbandSelectsGrandChildsCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|
|
object ObjectInspectorPage: TPage
|
|
Caption = 'ObjectInspectorPage'
|
|
object ObjectInspectorColorsGroupBox: TGroupBox
|
|
AnchorSideRight.Control = ObjectInspectorPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 173
|
|
Top = 7
|
|
Width = 530
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 5
|
|
BorderSpacing.Top = 5
|
|
BorderSpacing.Right = 6
|
|
Caption = 'ObjectInspectorColorsGroupBox'
|
|
TabOrder = 0
|
|
object OIBackgroundColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 5
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object OISubPropsColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 29
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object OIReferencesColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 53
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object OIValueColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 77
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object OIDefaultValueColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 101
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object OIPropNameColorButton: TColorButton
|
|
Left = 6
|
|
Height = 23
|
|
Top = 125
|
|
Width = 50
|
|
BorderWidth = 2
|
|
ButtonColorSize = 16
|
|
Color = clBtnFace
|
|
end
|
|
object OIBackgroundColorLabel: TLabel
|
|
Left = 65
|
|
Height = 13
|
|
Top = 11
|
|
Width = 450
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OIBackgroundColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object OISubPropsColorLabel: TLabel
|
|
Left = 65
|
|
Height = 13
|
|
Top = 35
|
|
Width = 450
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OISubPropsColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object OIReferencesColorLabel: TLabel
|
|
Left = 65
|
|
Height = 13
|
|
Top = 59
|
|
Width = 450
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OIReferencesColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object OIValueColorLabel: TLabel
|
|
Left = 65
|
|
Height = 13
|
|
Top = 83
|
|
Width = 450
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OIValueColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object OIDefaultValueColorLabel: TLabel
|
|
Left = 65
|
|
Height = 13
|
|
Top = 107
|
|
Width = 450
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OIDefaultValueColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object OIPropNameColorLabel: TLabel
|
|
Left = 65
|
|
Height = 13
|
|
Top = 131
|
|
Width = 450
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OIPropNameColorLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
end
|
|
object OIMiscGroupBox: TGroupBox
|
|
AnchorSideRight.Control = ObjectInspectorPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 105
|
|
Top = 186
|
|
Width = 530
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'OIMiscGroupBox'
|
|
TabOrder = 1
|
|
object OIDefaultItemHeightLabel: TLabel
|
|
Left = 6
|
|
Height = 13
|
|
Top = 6
|
|
Width = 474
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OIDefaultItemHeightLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object OIShowHintCheckBox: TCheckBox
|
|
Left = 6
|
|
Height = 20
|
|
Top = 55
|
|
Width = 474
|
|
Anchors = [akTop, akLeft, akRight]
|
|
Caption = 'OIShowHintCheckBox'
|
|
TabOrder = 0
|
|
end
|
|
object OIDefaultItemHeightSpinEdit: TSpinEdit
|
|
Left = 6
|
|
Height = 20
|
|
Top = 24
|
|
Width = 69
|
|
TabOrder = 1
|
|
Value = 1
|
|
end
|
|
end
|
|
end
|
|
object BackupPage: TPage
|
|
Caption = 'BackupPage'
|
|
object BackupHelpLabel: TLabel
|
|
AnchorSideRight.Control = BackupPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 13
|
|
Top = 7
|
|
Width = 530
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'BackupHelpLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BackupProjectGroupBox: TGroupBox
|
|
AnchorSideRight.Control = BackupPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 201
|
|
Top = 34
|
|
Width = 530
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'BackupProjectGroupBox'
|
|
TabOrder = 0
|
|
object BakProjAddExtLabel: TLabel
|
|
AnchorSideLeft.Control = BakProjAddExtComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BakProjAddExtComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 112
|
|
Height = 13
|
|
Top = 102
|
|
Width = 402
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'BakProjAddExtLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BakProjMaxCounterLabel: TLabel
|
|
AnchorSideLeft.Control = BakProjMaxCounterComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BakProjMaxCounterComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 112
|
|
Height = 13
|
|
Top = 129
|
|
Width = 402
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'BakProjMaxCounterLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BakProjSubDirLabel: TLabel
|
|
AnchorSideLeft.Control = BakProjSubDirComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BakProjSubDirComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 112
|
|
Height = 13
|
|
Top = 156
|
|
Width = 402
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'BakProjSubDirLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BakProjTypeRadioGroup: TRadioGroup
|
|
Left = 6
|
|
Height = 88
|
|
Width = 509
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
Caption = 'BakProjTypeRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
OnClick = BakTypeRadioGroupClick
|
|
TabOrder = 0
|
|
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
|
|
Width = 100
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 2
|
|
Text = 'BakProjMaxCounterComboBox'
|
|
end
|
|
object BakProjSubDirComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 152
|
|
Width = 100
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 3
|
|
Text = 'BakProjSubDirComboBox'
|
|
end
|
|
end
|
|
object BackupOtherGroupBox: TGroupBox
|
|
AnchorSideRight.Control = BackupPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 196
|
|
Top = 242
|
|
Width = 530
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Right = 6
|
|
Caption = 'BackupOtherGroupBox'
|
|
TabOrder = 1
|
|
object BakOtherAddExtLabel: TLabel
|
|
AnchorSideLeft.Control = BakOtherAddExtComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BakOtherAddExtComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 112
|
|
Height = 13
|
|
Top = 99
|
|
Width = 402
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'BakOtherAddExtLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BakOtherMaxCounterLabel: TLabel
|
|
AnchorSideLeft.Control = BakOtherMaxCounterComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BakOtherMaxCounterComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 112
|
|
Height = 13
|
|
Top = 126
|
|
Width = 402
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'BakOtherMaxCounterLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BakOtherSubDirLabel: TLabel
|
|
AnchorSideLeft.Control = BakOtherSubDirComboBox
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = BakOtherSubDirComboBox
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 112
|
|
Height = 13
|
|
Top = 153
|
|
Width = 402
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
Caption = 'BakOtherSubDirLabel'
|
|
Color = clNone
|
|
ParentColor = False
|
|
end
|
|
object BakOtherTypeRadioGroup: TRadioGroup
|
|
Left = 6
|
|
Height = 84
|
|
Width = 509
|
|
Anchors = [akTop, akLeft, akRight]
|
|
AutoFill = True
|
|
Caption = 'BakOtherTypeRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
OnClick = BakTypeRadioGroupClick
|
|
TabOrder = 0
|
|
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
|
|
Width = 100
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 2
|
|
Text = 'BakOtherMaxCounterComboBox'
|
|
end
|
|
object BakOtherSubDirComboBox: TComboBox
|
|
Left = 6
|
|
Height = 21
|
|
Top = 149
|
|
Width = 100
|
|
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
|
MaxLength = 0
|
|
TabOrder = 3
|
|
Text = 'BakOtherSubDirComboBox'
|
|
end
|
|
end
|
|
end
|
|
object NamingPage: TPage
|
|
Caption = 'NamingPage'
|
|
object PascalFileExtRadiogroup: TRadioGroup
|
|
AnchorSideRight.Control = NamingPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 47
|
|
Top = 6
|
|
Width = 526
|
|
Align = alTop
|
|
AutoFill = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'PascalFileExtRadiogroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
TabOrder = 0
|
|
end
|
|
object CharcaseFileActionRadioGroup: TRadioGroup
|
|
AnchorSideRight.Control = NamingPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 85
|
|
Top = 165
|
|
Width = 526
|
|
Align = alTop
|
|
AutoFill = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CharcaseFileActionRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
TabOrder = 1
|
|
end
|
|
object AmbiguousFileActionRadioGroup: TRadioGroup
|
|
AnchorSideRight.Control = NamingPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 100
|
|
Top = 59
|
|
Width = 526
|
|
Align = alTop
|
|
AutoFill = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'AmbiguousFileActionRadioGroup'
|
|
ChildSizing.LeftRightSpacing = 6
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
Columns = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object LazDocPage: TPage
|
|
Caption = 'LazDocPage'
|
|
object LazDocPathsGroupBox: TGroupBox
|
|
AnchorSideRight.Control = LazDocPage
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 210
|
|
Top = 6
|
|
Width = 526
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'LazDocPathsGroupBox'
|
|
TabOrder = 0
|
|
object LazDocListBox: TListBox
|
|
Left = 6
|
|
Height = 108
|
|
Top = 6
|
|
Width = 510
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
TabOrder = 0
|
|
TopIndex = -1
|
|
end
|
|
object LazDocAddPathButton: TButton
|
|
Left = 6
|
|
Height = 30
|
|
Top = 122
|
|
Width = 180
|
|
AutoSize = True
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'LazDocAddPathButton'
|
|
OnClick = LazDocAddPathButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object LazDocDeletePathButton: TButton
|
|
AnchorSideLeft.Control = LazDocAddPathButton
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 196
|
|
Height = 30
|
|
Top = 122
|
|
Width = 198
|
|
AutoSize = True
|
|
BorderSpacing.Left = 10
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'LazDocDeletePathButton'
|
|
OnClick = LazDocDeletePathButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object LazDocPathEdit: TEdit
|
|
AnchorSideTop.Control = LazDocAddPathButton
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 6
|
|
Height = 23
|
|
Top = 158
|
|
Width = 469
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 6
|
|
TabOrder = 3
|
|
Text = 'LazDocPathEdit'
|
|
end
|
|
object LazDocBrowseButton: TButton
|
|
AnchorSideLeft.Control = LazDocPathEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
Left = 481
|
|
Height = 23
|
|
Top = 156
|
|
Width = 19
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '...'
|
|
OnClick = LazDocBrowseButtonClick
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object CancelButton: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 424
|
|
Height = 25
|
|
Top = 491
|
|
Width = 112
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = 'CancelButton'
|
|
Constraints.MaxHeight = 25
|
|
Constraints.MinWidth = 75
|
|
OnClick = CancelButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object OkButton: TButton
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 343
|
|
Height = 25
|
|
Top = 491
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = 'Ok'
|
|
Constraints.MaxHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Default = True
|
|
OnClick = OkButtonClick
|
|
TabOrder = 2
|
|
end
|
|
object SelectDirectoryDialog: TSelectDirectoryDialog
|
|
Title = 'Select Directory'
|
|
FilterIndex = 0
|
|
left = 488
|
|
top = 8
|
|
end
|
|
end
|