mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 10:39:22 +02:00
IDE: fix tab order in frames: Build Modes editor, Miscellaneous Options and Version Info
git-svn-id: trunk@36781 -
This commit is contained in:
parent
2d215a7931
commit
76dc316063
@ -1,12 +1,14 @@
|
|||||||
inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
object BuildModesEditorFrame: TBuildModesEditorFrame
|
||||||
|
Left = 0
|
||||||
Height = 421
|
Height = 421
|
||||||
|
Top = 0
|
||||||
Width = 550
|
Width = 550
|
||||||
ClientHeight = 421
|
ClientHeight = 421
|
||||||
ClientWidth = 550
|
ClientWidth = 550
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 460
|
DesignLeft = 460
|
||||||
DesignTop = 269
|
DesignTop = 269
|
||||||
object BuildMacroValuesGroupBox: TGroupBox[0]
|
object BuildMacroValuesGroupBox: TGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 234
|
Height = 234
|
||||||
Top = 181
|
Top = 181
|
||||||
@ -14,14 +16,14 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'BuildMacroValuesGroupBox'
|
Caption = 'BuildMacroValuesGroupBox'
|
||||||
ClientHeight = 212
|
ClientHeight = 218
|
||||||
ClientWidth = 530
|
ClientWidth = 534
|
||||||
TabOrder = 0
|
TabOrder = 2
|
||||||
object BuildMacroValuesStringGrid: TStringGrid
|
object BuildMacroValuesStringGrid: TStringGrid
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 212
|
Height = 218
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 530
|
Width = 534
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoFillColumns = True
|
AutoFillColumns = True
|
||||||
ColCount = 2
|
ColCount = 2
|
||||||
@ -39,7 +41,7 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object BuildModesGroupBox: TGroupBox[1]
|
object BuildModesGroupBox: TGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 158
|
Height = 158
|
||||||
Top = 6
|
Top = 6
|
||||||
@ -47,16 +49,16 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'BuildModesGroupBox'
|
Caption = 'BuildModesGroupBox'
|
||||||
ClientHeight = 136
|
ClientHeight = 142
|
||||||
ClientWidth = 530
|
ClientWidth = 534
|
||||||
TabOrder = 1
|
TabOrder = 0
|
||||||
object BuildModesStringGrid: TStringGrid
|
object BuildModesStringGrid: TStringGrid
|
||||||
AnchorSideTop.Control = BuildModeAddSpeedButton
|
AnchorSideTop.Control = BuildModeAddSpeedButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 114
|
Height = 120
|
||||||
Top = 22
|
Top = 22
|
||||||
Width = 530
|
Width = 534
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
AutoFillColumns = True
|
AutoFillColumns = True
|
||||||
@ -100,7 +102,6 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
Height = 22
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 23
|
Width = 23
|
||||||
Color = clBtnFace
|
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = BuildModeAddSpeedButtonClick
|
OnClick = BuildModeAddSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -114,7 +115,6 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
Height = 22
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 23
|
Width = 23
|
||||||
Color = clBtnFace
|
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = BuildModeDeleteSpeedButtonClick
|
OnClick = BuildModeDeleteSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -128,7 +128,6 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
Height = 22
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 23
|
Width = 23
|
||||||
Color = clBtnFace
|
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = BuildModeMoveUpSpeedButtonClick
|
OnClick = BuildModeMoveUpSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -142,7 +141,6 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
Height = 22
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 23
|
Width = 23
|
||||||
Color = clBtnFace
|
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = BuildModeMoveDownSpeedButtonClick
|
OnClick = BuildModeMoveDownSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
@ -157,14 +155,13 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
Top = 0
|
Top = 0
|
||||||
Width = 23
|
Width = 23
|
||||||
BorderSpacing.Left = 10
|
BorderSpacing.Left = 10
|
||||||
Color = clBtnFace
|
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = BuildModeDiffSpeedButtonClick
|
OnClick = BuildModeDiffSpeedButtonClick
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Splitter1: TSplitter[2]
|
object Splitter1: TSplitter
|
||||||
Cursor = crVSplit
|
Cursor = crVSplit
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 5
|
Height = 5
|
||||||
@ -173,7 +170,7 @@ inherited BuildModesEditorFrame: TBuildModesEditorFrame
|
|||||||
Align = alTop
|
Align = alTop
|
||||||
ResizeAnchor = akTop
|
ResizeAnchor = akTop
|
||||||
end
|
end
|
||||||
object BuildModesPopupMenu: TPopupMenu[3]
|
object BuildModesPopupMenu: TPopupMenu
|
||||||
left = 180
|
left = 180
|
||||||
top = 60
|
top = 60
|
||||||
end
|
end
|
||||||
|
@ -708,8 +708,7 @@ begin
|
|||||||
BuildModeMoveDownSpeedButton.LoadGlyphFromLazarusResource('arrow_down');
|
BuildModeMoveDownSpeedButton.LoadGlyphFromLazarusResource('arrow_down');
|
||||||
BuildModeDiffSpeedButton.LoadGlyphFromLazarusResource('menu_tool_diff');
|
BuildModeDiffSpeedButton.LoadGlyphFromLazarusResource('menu_tool_diff');
|
||||||
|
|
||||||
BuildMacroValuesGroupBox.Caption:=
|
BuildMacroValuesGroupBox.Caption:=lisIDEMacroValuesForFPCMacrosUseCustomOptions;
|
||||||
lisIDEMacroValuesForFPCMacrosUseCustomOptions;
|
|
||||||
Grid:=BuildMacroValuesStringGrid;
|
Grid:=BuildMacroValuesStringGrid;
|
||||||
Grid.Columns.Add;
|
Grid.Columns.Add;
|
||||||
Grid.Columns[0].Title.Caption:=lisMacroName;
|
Grid.Columns[0].Title.Caption:=lisMacroName;
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
inherited ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
object ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
||||||
|
Left = 0
|
||||||
Height = 460
|
Height = 460
|
||||||
|
Top = 0
|
||||||
Width = 536
|
Width = 536
|
||||||
ClientHeight = 460
|
ClientHeight = 460
|
||||||
ClientWidth = 536
|
ClientWidth = 536
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 306
|
DesignLeft = 306
|
||||||
DesignTop = 188
|
DesignTop = 188
|
||||||
object Bevel1: TBevel[0]
|
object Bevel1: TBevel
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
AnchorSideTop.Control = MainUnitHasTitleStatementCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
@ -14,93 +16,93 @@ inherited ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 112
|
Top = 108
|
||||||
Width = 536
|
Width = 536
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
end
|
end
|
||||||
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox[1]
|
object MainUnitHasUsesSectionForAllUnitsCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
|
AnchorSideTop.Control = MainUnitIsPascalSourceCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 28
|
Top = 27
|
||||||
Width = 340
|
Width = 254
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
|
Caption = 'MainUnitHasUsesSectionForAllUnitsCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object MainUnitHasCreateFormStatementsCheckBox: TCheckBox[2]
|
object MainUnitHasCreateFormStatementsCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
|
AnchorSideTop.Control = MainUnitHasUsesSectionForAllUnitsCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 56
|
Top = 54
|
||||||
Width = 341
|
Width = 255
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
|
Caption = 'MainUnitHasCreateFormStatementsCheckBox'
|
||||||
TabOrder = 1
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object MainUnitIsPascalSourceCheckBox: TCheckBox[3]
|
object MainUnitIsPascalSourceCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 257
|
Width = 191
|
||||||
Caption = 'MainUnitIsPascalSourceCheckBox'
|
Caption = 'MainUnitIsPascalSourceCheckBox'
|
||||||
TabOrder = 2
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object MainUnitHasTitleStatementCheckBox: TCheckBox[4]
|
object MainUnitHasTitleStatementCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
|
AnchorSideTop.Control = MainUnitHasCreateFormStatementsCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 84
|
Top = 81
|
||||||
Width = 283
|
Width = 213
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'MainUnitHasTitleStatementCheckBox'
|
Caption = 'MainUnitHasTitleStatementCheckBox'
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object RunnableCheckBox: TCheckBox[5]
|
object RunnableCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Bevel1
|
AnchorSideTop.Control = Bevel1
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 118
|
Top = 114
|
||||||
Width = 158
|
Width = 118
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'RunnableCheckBox'
|
Caption = 'RunnableCheckBox'
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object AlwaysBuildCheckBox: TCheckBox[6]
|
object AlwaysBuildCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = UseDesignTimePkgsCheckBox
|
AnchorSideTop.Control = UseDesignTimePkgsCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 174
|
Top = 168
|
||||||
Width = 178
|
Width = 132
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'AlwaysBuildCheckBox'
|
Caption = 'AlwaysBuildCheckBox'
|
||||||
TabOrder = 5
|
TabOrder = 6
|
||||||
end
|
end
|
||||||
object LRSInOutputDirCheckBox: TCheckBox[7]
|
object LRSInOutputDirCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = AlwaysBuildCheckBox
|
AnchorSideTop.Control = AlwaysBuildCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 202
|
Top = 195
|
||||||
Width = 202
|
Width = 152
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'LRSInOutputDirCheckBox'
|
Caption = 'LRSInOutputDirCheckBox'
|
||||||
TabOrder = 6
|
TabOrder = 7
|
||||||
end
|
end
|
||||||
object ResourceGroupBox: TGroupBox[8]
|
object ResourceGroupBox: TGroupBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = LRSInOutputDirCheckBox
|
AnchorSideTop.Control = LRSInOutputDirCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
@ -108,7 +110,7 @@ inherited ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 81
|
Height = 81
|
||||||
Top = 230
|
Top = 222
|
||||||
Width = 536
|
Width = 536
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -121,14 +123,14 @@ inherited ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
|||||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 60
|
ClientHeight = 65
|
||||||
ClientWidth = 528
|
ClientWidth = 532
|
||||||
TabOrder = 7
|
TabOrder = 8
|
||||||
object UseLRSFilesRadioButton: TRadioButton
|
object UseLRSFilesRadioButton: TRadioButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 24
|
Height = 27
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 516
|
Width = 520
|
||||||
Caption = 'UseLRSFilesRadioButton'
|
Caption = 'UseLRSFilesRadioButton'
|
||||||
Checked = True
|
Checked = True
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
@ -138,39 +140,39 @@ inherited ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
|||||||
end
|
end
|
||||||
object UseFPCResourcesRadioButton: TRadioButton
|
object UseFPCResourcesRadioButton: TRadioButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 24
|
Height = 26
|
||||||
Top = 30
|
Top = 33
|
||||||
Width = 516
|
Width = 520
|
||||||
Caption = 'UseFPCResourcesRadioButton'
|
Caption = 'UseFPCResourcesRadioButton'
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object UseDesignTimePkgsCheckBox: TCheckBox[9]
|
object UseDesignTimePkgsCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = RunnableCheckBox
|
AnchorSideTop.Control = RunnableCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 22
|
Height = 21
|
||||||
Top = 146
|
Top = 141
|
||||||
Width = 234
|
Width = 172
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'UseDesignTimePkgsCheckBox'
|
Caption = 'UseDesignTimePkgsCheckBox'
|
||||||
TabOrder = 8
|
TabOrder = 5
|
||||||
end
|
end
|
||||||
object PathDelimLabel: TLabel[10]
|
object PathDelimLabel: TLabel
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = PathDelimComboBox
|
AnchorSideTop.Control = PathDelimComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 18
|
Height = 15
|
||||||
Top = 330
|
Top = 323
|
||||||
Width = 110
|
Width = 81
|
||||||
Caption = 'PathDelimLabel'
|
Caption = 'PathDelimLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Bevel2: TBevel[11]
|
object Bevel2: TBevel
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = ResourceGroupBox
|
AnchorSideTop.Control = ResourceGroupBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
@ -178,20 +180,20 @@ inherited ProjectMiscOptionsFrame: TProjectMiscOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 3
|
Height = 3
|
||||||
Top = 317
|
Top = 309
|
||||||
Width = 536
|
Width = 536
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
end
|
end
|
||||||
object PathDelimComboBox: TComboBox[12]
|
object PathDelimComboBox: TComboBox
|
||||||
AnchorSideLeft.Control = PathDelimLabel
|
AnchorSideLeft.Control = PathDelimLabel
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = Bevel2
|
AnchorSideTop.Control = Bevel2
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 116
|
Left = 87
|
||||||
Height = 27
|
Height = 25
|
||||||
Top = 326
|
Top = 318
|
||||||
Width = 259
|
Width = 259
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
|
@ -1,30 +1,32 @@
|
|||||||
inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
object ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
||||||
|
Left = 0
|
||||||
Height = 364
|
Height = 364
|
||||||
|
Top = 0
|
||||||
Width = 594
|
Width = 594
|
||||||
ClientHeight = 364
|
ClientHeight = 364
|
||||||
ClientWidth = 594
|
ClientWidth = 594
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
DesignLeft = 273
|
DesignLeft = 273
|
||||||
DesignTop = 145
|
DesignTop = 145
|
||||||
object VersionInfoGroupBox: TGroupBox[0]
|
object VersionInfoGroupBox: TGroupBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 109
|
Height = 101
|
||||||
Top = 32
|
Top = 27
|
||||||
Width = 594
|
Width = 594
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'Version Numbering'
|
Caption = 'Version Numbering'
|
||||||
ClientHeight = 92
|
ClientHeight = 85
|
||||||
ClientWidth = 590
|
ClientWidth = 590
|
||||||
TabOrder = 0
|
TabOrder = 1
|
||||||
object MajorVersionLabel: TLabel
|
object MajorVersionLabel: TLabel
|
||||||
AnchorSideLeft.Control = VersionInfoGroupBox
|
AnchorSideLeft.Control = VersionInfoGroupBox
|
||||||
AnchorSideTop.Control = VersionInfoGroupBox
|
AnchorSideTop.Control = VersionInfoGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 88
|
Width = 70
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Bottom = 3
|
BorderSpacing.Bottom = 3
|
||||||
@ -37,9 +39,9 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = VersionInfoGroupBox
|
AnchorSideTop.Control = VersionInfoGroupBox
|
||||||
Left = 131
|
Left = 131
|
||||||
Height = 16
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 88
|
Width = 70
|
||||||
BorderSpacing.Left = 55
|
BorderSpacing.Left = 55
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Bottom = 3
|
BorderSpacing.Bottom = 3
|
||||||
@ -52,9 +54,9 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = VersionInfoGroupBox
|
AnchorSideTop.Control = VersionInfoGroupBox
|
||||||
Left = 256
|
Left = 256
|
||||||
Height = 16
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 55
|
Width = 45
|
||||||
BorderSpacing.Left = 55
|
BorderSpacing.Left = 55
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Bottom = 3
|
BorderSpacing.Bottom = 3
|
||||||
@ -67,9 +69,9 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = VersionInfoGroupBox
|
AnchorSideTop.Control = VersionInfoGroupBox
|
||||||
Left = 381
|
Left = 381
|
||||||
Height = 16
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 35
|
Width = 29
|
||||||
BorderSpacing.Left = 55
|
BorderSpacing.Left = 55
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Bottom = 3
|
BorderSpacing.Bottom = 3
|
||||||
@ -82,8 +84,8 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideTop.Control = MajorVersionLabel
|
AnchorSideTop.Control = MajorVersionLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 23
|
Height = 22
|
||||||
Top = 25
|
Top = 24
|
||||||
Width = 70
|
Width = 70
|
||||||
MaxValue = 65535
|
MaxValue = 65535
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -93,8 +95,8 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideTop.Control = MinorVersionLabel
|
AnchorSideTop.Control = MinorVersionLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 131
|
Left = 131
|
||||||
Height = 23
|
Height = 22
|
||||||
Top = 25
|
Top = 24
|
||||||
Width = 70
|
Width = 70
|
||||||
MaxValue = 65535
|
MaxValue = 65535
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -104,8 +106,8 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideTop.Control = RevisionLabel
|
AnchorSideTop.Control = RevisionLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 256
|
Left = 256
|
||||||
Height = 23
|
Height = 22
|
||||||
Top = 25
|
Top = 24
|
||||||
Width = 70
|
Width = 70
|
||||||
MaxValue = 65535
|
MaxValue = 65535
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -115,9 +117,9 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideTop.Control = MajorVersionSpinEdit
|
AnchorSideTop.Control = MajorVersionSpinEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 26
|
Height = 21
|
||||||
Top = 60
|
Top = 58
|
||||||
Width = 203
|
Width = 164
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Automatically increase Build'
|
Caption = 'Automatically increase Build'
|
||||||
@ -128,27 +130,27 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideTop.Control = BuildLabel
|
AnchorSideTop.Control = BuildLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 381
|
Left = 381
|
||||||
Height = 23
|
Height = 22
|
||||||
Top = 25
|
Top = 24
|
||||||
Width = 70
|
Width = 70
|
||||||
MaxValue = 65535
|
MaxValue = 65535
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object UseVersionInfoCheckBox: TCheckBox[1]
|
object UseVersionInfoCheckBox: TCheckBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 26
|
Height = 21
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 594
|
Width = 594
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Caption = 'Include Version Info in executable'
|
Caption = 'Include Version Info in executable'
|
||||||
OnChange = UseVersionInfoCheckBoxChange
|
OnChange = UseVersionInfoCheckBoxChange
|
||||||
TabOrder = 1
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object LanguageSettingsGroupBox: TGroupBox[2]
|
object LanguageSettingsGroupBox: TGroupBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 76
|
Height = 75
|
||||||
Top = 147
|
Top = 134
|
||||||
Width = 594
|
Width = 594
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
@ -161,9 +163,9 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
AnchorSideLeft.Control = LanguageSettingsGroupBox
|
||||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 16
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 129
|
Width = 101
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Language Selection:'
|
Caption = 'Language Selection:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -173,9 +175,9 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = LanguageSettingsGroupBox
|
AnchorSideTop.Control = LanguageSettingsGroupBox
|
||||||
Left = 260
|
Left = 260
|
||||||
Height = 16
|
Height = 15
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 92
|
Width = 73
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'Character Set:'
|
Caption = 'Character Set:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -185,8 +187,8 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideTop.Control = LanguageSelectionLabel
|
AnchorSideTop.Control = LanguageSelectionLabel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 25
|
Height = 26
|
||||||
Top = 28
|
Top = 27
|
||||||
Width = 248
|
Width = 248
|
||||||
BorderSpacing.Top = 2
|
BorderSpacing.Top = 2
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
@ -200,8 +202,8 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
AnchorSideRight.Control = LanguageSettingsGroupBox
|
AnchorSideRight.Control = LanguageSettingsGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 260
|
Left = 260
|
||||||
Height = 25
|
Height = 26
|
||||||
Top = 28
|
Top = 27
|
||||||
Width = 324
|
Width = 324
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
@ -211,21 +213,21 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object OtherInfoGroupBox: TGroupBox[3]
|
object OtherInfoGroupBox: TGroupBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 135
|
Height = 149
|
||||||
Top = 229
|
Top = 215
|
||||||
Width = 594
|
Width = 594
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'Other Info'
|
Caption = 'Other Info'
|
||||||
ClientHeight = 118
|
ClientHeight = 133
|
||||||
ClientWidth = 590
|
ClientWidth = 590
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
object StringInfo: TStringGrid
|
object StringInfo: TStringGrid
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 106
|
Height = 121
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 578
|
Width = 578
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -236,14 +238,12 @@ inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
|
|||||||
MinSize = 50
|
MinSize = 50
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
Title.Caption = 'Key'
|
Title.Caption = 'Key'
|
||||||
Title.PrefixOption = poNone
|
|
||||||
Width = 150
|
Width = 150
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
MinSize = 100
|
MinSize = 100
|
||||||
MaxSize = 400
|
MaxSize = 400
|
||||||
Title.Caption = 'Value'
|
Title.Caption = 'Value'
|
||||||
Title.PrefixOption = poNone
|
|
||||||
Width = 300
|
Width = 300
|
||||||
end>
|
end>
|
||||||
FixedCols = 0
|
FixedCols = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user