lazarus/ide/frames/files_options.lfm
mattias 8f410d4f05 IDE: renamed options frames
git-svn-id: trunk@18087 -
2009-01-03 21:21:14 +00:00

325 lines
8.8 KiB
Plaintext

inherited FilesOptionsFrame: TFilesOptionsFrame
Height = 403
Width = 534
ClientHeight = 403
ClientWidth = 534
TabOrder = 0
Visible = False
DesignLeft = 110
DesignTop = 145
object MaxRecentOpenFilesLabel: TLabel[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Height = 14
Width = 127
Caption = 'MaxRecentOpenFilesLabel'
ParentColor = False
end
object MaxRecentProjectFilesLabel: TLabel[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MaxRecentOpenFilesComboBox
AnchorSideTop.Side = asrBottom
Height = 14
Top = 41
Width = 135
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
Height = 21
Top = 14
Width = 534
Anchors = [akTop, akLeft, akRight]
ItemHeight = 13
Items.Strings = (
'5'
'10'
'15'
'20'
'25'
'30'
)
MaxLength = -1
TabOrder = 0
end
object MaxRecentProjectFilesComboBox: TComboBox[3]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MaxRecentProjectFilesLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Height = 21
Top = 55
Width = 534
Anchors = [akTop, akLeft, akRight]
ItemHeight = 13
Items.Strings = (
'5'
'10'
'15'
'20'
'25'
'30'
)
MaxLength = -1
TabOrder = 1
end
object OpenLastProjectAtStartCheckBox: TCheckBox[4]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MaxRecentProjectFilesComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Height = 19
Top = 82
Width = 188
BorderSpacing.Top = 6
Caption = 'OpenLastProjectAtStartCheckBox'
TabOrder = 2
end
object ShowCompileDialogCheckBox: TCheckBox[5]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = OpenLastProjectAtStartCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Height = 19
Top = 101
Width = 165
Caption = 'ShowCompileDialogCheckBox'
TabOrder = 3
end
object LazarusDirGroupBox: TGroupBox[6]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = ShowCompileDialogCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Height = 54
Top = 126
Width = 534
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
Caption = 'LazarusDirGroupBox'
ClientHeight = 36
ClientWidth = 530
TabOrder = 4
object LazarusDirComboBox: TComboBox
AnchorSideLeft.Control = LazarusDirGroupBox
AnchorSideRight.Control = LazarusDirButton
Left = 6
Height = 21
Top = 3
Width = 493
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
ItemHeight = 13
MaxLength = -1
TabOrder = 0
Text = 'LazarusDirComboBox'
end
object LazarusDirButton: TButton
AnchorSideLeft.Control = LazarusDirGroupBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LazarusDirComboBox
AnchorSideRight.Control = LazarusDirGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = LazarusDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 499
Height = 21
Top = 3
Width = 25
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = '...'
OnClick = DirectoriesButtonClick
TabOrder = 1
end
end
object CompilerPathGroupBox: TGroupBox[7]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LazarusDirGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Height = 54
Top = 180
Width = 534
Anchors = [akTop, akLeft, akRight]
Caption = 'CompilerPathGroupBox'
ClientHeight = 36
ClientWidth = 530
TabOrder = 5
object CompilerPathComboBox: TComboBox
AnchorSideLeft.Control = CompilerPathGroupBox
AnchorSideRight.Control = CompilerPathButton
Left = 6
Height = 21
Top = 3
Width = 493
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
ItemHeight = 13
MaxLength = -1
TabOrder = 0
Text = 'CompilerPathComboBox'
end
object CompilerPathButton: TButton
AnchorSideTop.Control = CompilerPathComboBox
AnchorSideRight.Control = CompilerPathGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CompilerPathComboBox
AnchorSideBottom.Side = asrBottom
Left = 499
Height = 21
Top = 3
Width = 25
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = '...'
OnClick = FilesButtonClick
TabOrder = 1
end
end
object FPCSourceDirGroupBox: TGroupBox[8]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = CompilerPathGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Height = 54
Top = 234
Width = 534
Anchors = [akTop, akLeft, akRight]
Caption = 'FPCSourceDirGroupBox'
ClientHeight = 36
ClientWidth = 530
TabOrder = 6
object FPCSourceDirComboBox: TComboBox
AnchorSideLeft.Control = FPCSourceDirGroupBox
AnchorSideRight.Control = FPCSourceDirButton
Left = 6
Height = 21
Top = 3
Width = 493
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
ItemHeight = 13
MaxLength = -1
TabOrder = 0
Text = 'FPCSourceDirComboBox'
end
object FPCSourceDirButton: TButton
AnchorSideTop.Control = FPCSourceDirComboBox
AnchorSideRight.Control = FPCSourceDirGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = FPCSourceDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 499
Height = 21
Top = 3
Width = 25
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = '...'
OnClick = DirectoriesButtonClick
TabOrder = 1
end
end
object MakePathGroupBox: TGroupBox[9]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = FPCSourceDirGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Height = 54
Top = 288
Width = 534
Anchors = [akTop, akLeft, akRight]
Caption = 'MakePathGroupBox'
ClientHeight = 36
ClientWidth = 530
TabOrder = 7
object MakePathComboBox: TComboBox
AnchorSideLeft.Control = MakePathGroupBox
AnchorSideRight.Control = MakePathButton
Left = 6
Height = 21
Top = 3
Width = 493
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
ItemHeight = 13
MaxLength = -1
TabOrder = 0
Text = 'MakePathComboBox'
end
object MakePathButton: TButton
AnchorSideTop.Control = MakePathComboBox
AnchorSideRight.Control = MakePathGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = MakePathComboBox
AnchorSideBottom.Side = asrBottom
Left = 499
Height = 21
Top = 3
Width = 25
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = '...'
OnClick = FilesButtonClick
TabOrder = 1
end
end
object TestBuildDirGroupBox: TGroupBox[10]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MakePathGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Height = 54
Top = 342
Width = 534
Anchors = [akTop, akLeft, akRight]
Caption = 'TestBuildDirGroupBox'
ClientHeight = 36
ClientWidth = 530
TabOrder = 8
object TestBuildDirComboBox: TComboBox
AnchorSideLeft.Control = TestBuildDirGroupBox
AnchorSideRight.Control = TestBuildDirButton
Left = 6
Height = 21
Top = 3
Width = 493
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
ItemHeight = 13
MaxLength = -1
TabOrder = 0
Text = 'TestBuildDirComboBox'
end
object TestBuildDirButton: TButton
AnchorSideTop.Control = TestBuildDirComboBox
AnchorSideRight.Control = TestBuildDirGroupBox
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = TestBuildDirComboBox
AnchorSideBottom.Side = asrBottom
Left = 499
Height = 21
Top = 3
Width = 25
Anchors = [akTop, akRight, akBottom]
BorderSpacing.Right = 6
Caption = '...'
OnClick = DirectoriesButtonClick
TabOrder = 1
end
end
end