IDE: removed usage2 page

git-svn-id: trunk@27485 -
This commit is contained in:
mattias 2010-09-26 21:22:08 +00:00
parent cc6da5151d
commit 7e133f1a37
2 changed files with 51 additions and 67 deletions

View File

@ -13,12 +13,12 @@ object PackageOptionsDialog: TPackageOptionsDialog
LCLVersion = '0.9.29' LCLVersion = '0.9.29'
object Notebook: TPageControl object Notebook: TPageControl
Left = 0 Left = 0
Height = 412 Height = 404
Top = 0 Top = 0
Width = 528 Width = 528
ActivePage = DescriptionPage ActivePage = DescriptionPage
Align = alClient Align = alClient
TabIndex = 2 TabIndex = 1
TabOrder = 0 TabOrder = 0
object UsagePage: TTabSheet object UsagePage: TTabSheet
Caption = 'Usage' Caption = 'Usage'
@ -33,8 +33,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Add paths to dependent packages/projects' Caption = 'Add paths to dependent packages/projects'
ClientHeight = 115 ClientHeight = 133
ClientWidth = 508 ClientWidth = 512
TabOrder = 0 TabOrder = 0
object UnitPathLabel: TLabel object UnitPathLabel: TLabel
AnchorSideLeft.Control = AddPathsGroupBox AnchorSideLeft.Control = AddPathsGroupBox
@ -153,8 +153,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Add options to dependent packages and projects' Caption = 'Add options to dependent packages and projects'
ClientHeight = 161 ClientHeight = 179
ClientWidth = 508 ClientWidth = 512
TabOrder = 1 TabOrder = 1
object LinkerOptionsLabel: TLabel object LinkerOptionsLabel: TLabel
AnchorSideLeft.Control = AddOptionsGroupBox AnchorSideLeft.Control = AddOptionsGroupBox
@ -224,8 +224,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ProjectGroupBox' Caption = 'ProjectGroupBox'
ClientHeight = 33 ClientHeight = 51
ClientWidth = 508 ClientWidth = 512
TabOrder = 2 TabOrder = 2
object AddPackageUnitToProjectCheckBox: TCheckBox object AddPackageUnitToProjectCheckBox: TCheckBox
Left = 6 Left = 6
@ -239,24 +239,10 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
end end
end end
object Usage2Page: TTabSheet
Caption = 'Usage2'
ClientHeight = 375
ClientWidth = 526
object ConditionalsGroupBox: TGroupBox
Left = 0
Height = 199
Top = 0
Width = 526
Align = alTop
Caption = 'ConditionalsGroupBox'
TabOrder = 0
end
end
object DescriptionPage: TTabSheet object DescriptionPage: TTabSheet
Caption = 'Description' Caption = 'Description'
ClientHeight = 386 ClientHeight = 371
ClientWidth = 520 ClientWidth = 524
object DescriptionGroupBox: TGroupBox object DescriptionGroupBox: TGroupBox
AnchorSideLeft.Control = DescriptionPage AnchorSideLeft.Control = DescriptionPage
AnchorSideTop.Control = DescriptionPage AnchorSideTop.Control = DescriptionPage
@ -265,11 +251,11 @@ object PackageOptionsDialog: TPackageOptionsDialog
Left = 6 Left = 6
Height = 96 Height = 96
Top = 6 Top = 6
Width = 508 Width = 512
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Description/Abstract' Caption = 'Description/Abstract'
ClientHeight = 78 ClientHeight = 75
ClientWidth = 504 ClientWidth = 504
TabOrder = 0 TabOrder = 0
object DescriptionMemo: TMemo object DescriptionMemo: TMemo
@ -278,7 +264,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Control = DescriptionGroupBox AnchorSideRight.Control = DescriptionGroupBox
AnchorSideBottom.Control = DescriptionGroupBox AnchorSideBottom.Control = DescriptionGroupBox
Left = 6 Left = 6
Height = 66 Height = 63
Top = 6 Top = 6
Width = 492 Width = 492
Align = alClient Align = alClient
@ -295,21 +281,21 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 51 Height = 60
Top = 108 Top = 108
Width = 508 Width = 512
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Author:' Caption = 'Author:'
ClientHeight = 33 ClientHeight = 39
ClientWidth = 504 ClientWidth = 504
TabOrder = 1 TabOrder = 1
object AuthorEdit: TEdit object AuthorEdit: TEdit
AnchorSideBottom.Control = AuthorGroupBox AnchorSideBottom.Control = AuthorGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 21 Height = 27
Top = 6 Top = 6
Width = 492 Width = 492
Align = alTop Align = alTop
@ -325,13 +311,13 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = VersionGroupBox AnchorSideBottom.Control = VersionGroupBox
Left = 6 Left = 6
Height = 109 Height = 85
Top = 165 Top = 174
Width = 508 Width = 512
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'License:' Caption = 'License:'
ClientHeight = 91 ClientHeight = 64
ClientWidth = 504 ClientWidth = 504
TabOrder = 2 TabOrder = 2
object LicenseMemo: TMemo object LicenseMemo: TMemo
@ -340,7 +326,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideRight.Control = LicenseGroupBox AnchorSideRight.Control = LicenseGroupBox
AnchorSideBottom.Control = LicenseGroupBox AnchorSideBottom.Control = LicenseGroupBox
Left = 6 Left = 6
Height = 79 Height = 52
Top = 6 Top = 6
Width = 492 Width = 492
Align = alClient Align = alClient
@ -357,50 +343,50 @@ object PackageOptionsDialog: TPackageOptionsDialog
AnchorSideBottom.Control = DescriptionPage AnchorSideBottom.Control = DescriptionPage
Left = 6 Left = 6
Height = 100 Height = 100
Top = 280 Top = 265
Width = 508 Width = 512
Align = alBottom Align = alBottom
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Version' Caption = 'Version'
ClientHeight = 82 ClientHeight = 79
ClientWidth = 504 ClientWidth = 504
TabOrder = 3 TabOrder = 3
object VersionMajorLabel: TLabel object VersionMajorLabel: TLabel
Left = 6 Left = 6
Height = 14 Height = 18
Top = 3 Top = 3
Width = 28 Width = 39
Caption = 'Major' Caption = 'Major'
ParentColor = False ParentColor = False
end end
object VersionMinorLabel: TLabel object VersionMinorLabel: TLabel
Left = 110 Left = 110
Height = 14 Height = 18
Top = 3 Top = 3
Width = 27 Width = 39
Caption = 'Minor' Caption = 'Minor'
ParentColor = False ParentColor = False
end end
object VersionReleaseLabel: TLabel object VersionReleaseLabel: TLabel
Left = 214 Left = 214
Height = 14 Height = 18
Top = 3 Top = 3
Width = 39 Width = 52
Caption = 'Release' Caption = 'Release'
ParentColor = False ParentColor = False
end end
object VersionBuildLabel: TLabel object VersionBuildLabel: TLabel
Left = 318 Left = 318
Height = 14 Height = 18
Top = 3 Top = 3
Width = 63 Width = 91
Caption = 'Build Number' Caption = 'Build Number'
ParentColor = False ParentColor = False
end end
object VersionMajorSpinEdit: TSpinEdit object VersionMajorSpinEdit: TSpinEdit
AnchorSideLeft.Control = VersionGroupBox AnchorSideLeft.Control = VersionGroupBox
Left = 6 Left = 6
Height = 21 Height = 27
Top = 20 Top = 20
Width = 68 Width = 68
BorderSpacing.Left = 6 BorderSpacing.Left = 6
@ -409,7 +395,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object VersionMinorSpinEdit: TSpinEdit object VersionMinorSpinEdit: TSpinEdit
Left = 110 Left = 110
Height = 21 Height = 27
Top = 20 Top = 20
Width = 68 Width = 68
MaxValue = 9999 MaxValue = 9999
@ -417,7 +403,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object VersionReleaseSpinEdit: TSpinEdit object VersionReleaseSpinEdit: TSpinEdit
Left = 214 Left = 214
Height = 21 Height = 27
Top = 20 Top = 20
Width = 68 Width = 68
MaxValue = 9999 MaxValue = 9999
@ -425,7 +411,7 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object VersionBuildSpinEdit: TSpinEdit object VersionBuildSpinEdit: TSpinEdit
Left = 318 Left = 318
Height = 21 Height = 27
Top = 20 Top = 20
Width = 68 Width = 68
MaxValue = 9999 MaxValue = 9999
@ -435,8 +421,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object IDEPage: TTabSheet object IDEPage: TTabSheet
Caption = 'IDE Integration' Caption = 'IDE Integration'
ClientHeight = 375 ClientHeight = 371
ClientWidth = 526 ClientWidth = 524
object PkgTypeRadioGroup: TRadioGroup object PkgTypeRadioGroup: TRadioGroup
AnchorSideLeft.Control = IDEPage AnchorSideLeft.Control = IDEPage
AnchorSideTop.Control = IDEPage AnchorSideTop.Control = IDEPage
@ -458,8 +444,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1 ChildSizing.ControlsPerLine = 1
ClientHeight = 98 ClientHeight = 95
ClientWidth = 510 ClientWidth = 506
ItemIndex = 2 ItemIndex = 2
Items.Strings = ( Items.Strings = (
'Designtime only' 'Designtime only'
@ -491,8 +477,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1 ChildSizing.ControlsPerLine = 1
ClientHeight = 98 ClientHeight = 95
ClientWidth = 510 ClientWidth = 506
ItemIndex = 0 ItemIndex = 0
Items.Strings = ( Items.Strings = (
'Automatically rebuild as needed' 'Automatically rebuild as needed'
@ -515,8 +501,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'LazDoc - Lazarus documentation' Caption = 'LazDoc - Lazarus documentation'
ClientHeight = 40 ClientHeight = 37
ClientWidth = 510 ClientWidth = 506
TabOrder = 2 TabOrder = 2
object LazDocPathEdit: TEdit object LazDocPathEdit: TEdit
AnchorSideLeft.Control = LazDocGroupBox AnchorSideLeft.Control = LazDocGroupBox
@ -548,8 +534,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'This package provides the same as the following packages:' Caption = 'This package provides the same as the following packages:'
ClientHeight = 345 ClientHeight = 363
ClientWidth = 510 ClientWidth = 514
TabOrder = 0 TabOrder = 0
object ProvidesMemo: TMemo object ProvidesMemo: TMemo
AnchorSideLeft.Control = ProvidesGroupBox AnchorSideLeft.Control = ProvidesGroupBox
@ -585,8 +571,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'i18n Options' Caption = 'i18n Options'
ClientHeight = 56 ClientHeight = 74
ClientWidth = 508 ClientWidth = 512
TabOrder = 0 TabOrder = 0
object PoOutDirLabel: TLabel object PoOutDirLabel: TLabel
AnchorSideLeft.Control = I18NGroupBox AnchorSideLeft.Control = I18NGroupBox
@ -643,8 +629,8 @@ object PackageOptionsDialog: TPackageOptionsDialog
end end
object ButtonPanel1: TButtonPanel object ButtonPanel1: TButtonPanel
Left = 6 Left = 6
Height = 26 Height = 34
Top = 418 Top = 410
Width = 516 Width = 516
OKButton.Name = 'OKButton' OKButton.Name = 'OKButton'
OKButton.Caption = '&OK' OKButton.Caption = '&OK'

View File

@ -54,8 +54,6 @@ type
AddPackageUnitToProjectCheckBox: TCheckBox; AddPackageUnitToProjectCheckBox: TCheckBox;
ButtonPanel1: TButtonPanel; ButtonPanel1: TButtonPanel;
EnableI18NCheckBox: TCheckBox; EnableI18NCheckBox: TCheckBox;
ConditionalsGroupBox: TGroupBox;
Usage2Page: TTabSheet;
ProjectGroupBox: TGroupBox; ProjectGroupBox: TGroupBox;
I18NGroupBox: TGroupBox; I18NGroupBox: TGroupBox;
ProvidesGroupBox: TGroupBox; ProvidesGroupBox: TGroupBox;