mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 22:36:17 +02:00
308 lines
7.8 KiB
Plaintext
308 lines
7.8 KiB
Plaintext
inherited FilesOptionsFrame: TFilesOptionsFrame
|
|
Height = 460
|
|
Width = 569
|
|
ClientHeight = 460
|
|
ClientWidth = 569
|
|
TabOrder = 0
|
|
Visible = False
|
|
DesignLeft = 406
|
|
DesignTop = 93
|
|
object MaxRecentOpenFilesLabel: TLabel[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 0
|
|
Height = 16
|
|
Top = 0
|
|
Width = 139
|
|
Caption = 'MaxRecentOpenFilesLabel'
|
|
ParentColor = False
|
|
end
|
|
object MaxRecentProjectFilesLabel: TLabel[1]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MaxRecentOpenFilesComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 16
|
|
Top = 45
|
|
Width = 147
|
|
BorderSpacing.Top = 6
|
|
Caption = 'MaxRecentProjectFilesLabel'
|
|
ParentColor = False
|
|
end
|
|
object MaxRecentOpenFilesComboBox: TComboBox[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MaxRecentOpenFilesLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 23
|
|
Top = 16
|
|
Width = 569
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 15
|
|
Items.Strings = (
|
|
'5'
|
|
'10'
|
|
'15'
|
|
'20'
|
|
'25'
|
|
'30'
|
|
)
|
|
TabOrder = 0
|
|
end
|
|
object MaxRecentProjectFilesComboBox: TComboBox[3]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MaxRecentProjectFilesLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 23
|
|
Top = 61
|
|
Width = 569
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 15
|
|
Items.Strings = (
|
|
'5'
|
|
'10'
|
|
'15'
|
|
'20'
|
|
'25'
|
|
'30'
|
|
)
|
|
TabOrder = 1
|
|
end
|
|
object OpenLastProjectAtStartCheckBox: TCheckBox[4]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MaxRecentProjectFilesComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 90
|
|
Width = 195
|
|
BorderSpacing.Top = 6
|
|
Caption = 'OpenLastProjectAtStartCheckBox'
|
|
TabOrder = 2
|
|
end
|
|
object ShowCompileDialogCheckBox: TCheckBox[5]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = OpenLastProjectAtStartCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 19
|
|
Top = 109
|
|
Width = 180
|
|
Caption = 'ShowCompileDialogCheckBox'
|
|
TabOrder = 3
|
|
end
|
|
object LazarusDirLabel: TLabel[6]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = ShowCompileDialogCheckBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 16
|
|
Top = 138
|
|
Width = 83
|
|
BorderSpacing.Top = 10
|
|
Caption = 'LazarusDirLabel'
|
|
ParentColor = False
|
|
end
|
|
object LazarusDirButton: TButton[7]
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = LazarusDirComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = LazarusDirComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 544
|
|
Height = 23
|
|
Top = 154
|
|
Width = 25
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = DirectoriesButtonClick
|
|
TabOrder = 4
|
|
end
|
|
object LazarusDirComboBox: TComboBox[8]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = LazarusDirLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = LazarusDirButton
|
|
Left = 0
|
|
Height = 23
|
|
Top = 154
|
|
Width = 544
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 15
|
|
TabOrder = 5
|
|
Text = 'LazarusDirComboBox'
|
|
end
|
|
object CompilerPathComboBox: TComboBox[9]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = CompilerPathLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = CompilerPathButton
|
|
Left = 0
|
|
Height = 23
|
|
Top = 199
|
|
Width = 544
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 15
|
|
TabOrder = 6
|
|
Text = 'CompilerPathComboBox'
|
|
end
|
|
object CompilerPathButton: TButton[10]
|
|
AnchorSideTop.Control = CompilerPathComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CompilerPathComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 544
|
|
Height = 23
|
|
Top = 199
|
|
Width = 25
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = FilesButtonClick
|
|
TabOrder = 7
|
|
end
|
|
object CompilerPathLabel: TLabel[11]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = LazarusDirComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 16
|
|
Top = 183
|
|
Width = 102
|
|
BorderSpacing.Top = 6
|
|
Caption = 'CompilerPathLabel'
|
|
ParentColor = False
|
|
end
|
|
object FPCSourceDirComboBox: TComboBox[12]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FPCSourceDirLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = FPCSourceDirButton
|
|
Left = 0
|
|
Height = 23
|
|
Top = 244
|
|
Width = 544
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 15
|
|
TabOrder = 8
|
|
Text = 'FPCSourceDirComboBox'
|
|
end
|
|
object FPCSourceDirButton: TButton[13]
|
|
AnchorSideTop.Control = FPCSourceDirComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = FPCSourceDirComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 544
|
|
Height = 23
|
|
Top = 244
|
|
Width = 25
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = DirectoriesButtonClick
|
|
TabOrder = 9
|
|
end
|
|
object FPCSourceDirLabel: TLabel[14]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = CompilerPathComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 16
|
|
Top = 228
|
|
Width = 101
|
|
BorderSpacing.Top = 6
|
|
Caption = 'FPCSourceDirLabel'
|
|
ParentColor = False
|
|
end
|
|
object MakePathLabel: TLabel[15]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = FPCSourceDirComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 16
|
|
Top = 273
|
|
Width = 82
|
|
BorderSpacing.Top = 6
|
|
Caption = 'MakePathLabel'
|
|
ParentColor = False
|
|
end
|
|
object TestBuildDirLabel: TLabel[16]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MakePathComboBox
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 16
|
|
Top = 318
|
|
Width = 93
|
|
BorderSpacing.Top = 6
|
|
Caption = 'TestBuildDirLabel'
|
|
ParentColor = False
|
|
end
|
|
object MakePathComboBox: TComboBox[17]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = MakePathLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = MakePathButton
|
|
Left = 0
|
|
Height = 23
|
|
Top = 289
|
|
Width = 544
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 15
|
|
TabOrder = 10
|
|
Text = 'MakePathComboBox'
|
|
end
|
|
object MakePathButton: TButton[18]
|
|
AnchorSideTop.Control = MakePathComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = MakePathComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 544
|
|
Height = 23
|
|
Top = 289
|
|
Width = 25
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = FilesButtonClick
|
|
TabOrder = 11
|
|
end
|
|
object TestBuildDirComboBox: TComboBox[19]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = TestBuildDirLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = TestBuildDirButton
|
|
Left = 0
|
|
Height = 23
|
|
Top = 334
|
|
Width = 544
|
|
Anchors = [akTop, akLeft, akRight]
|
|
ItemHeight = 15
|
|
TabOrder = 12
|
|
Text = 'TestBuildDirComboBox'
|
|
end
|
|
object TestBuildDirButton: TButton[20]
|
|
AnchorSideTop.Control = TestBuildDirComboBox
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TestBuildDirComboBox
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 544
|
|
Height = 23
|
|
Top = 334
|
|
Width = 25
|
|
Anchors = [akTop, akRight, akBottom]
|
|
Caption = '...'
|
|
OnClick = DirectoriesButtonClick
|
|
TabOrder = 13
|
|
end
|
|
end
|