IDE: project options: fixed anchoring version tab

git-svn-id: trunk@16860 -
This commit is contained in:
mattias 2008-10-03 09:42:46 +00:00
parent 992d5f74ab
commit 01604e0868
2 changed files with 177 additions and 85 deletions

View File

@ -7,135 +7,190 @@ object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
Caption = 'Additional Information'
ClientHeight = 296
ClientWidth = 395
Constraints.MinHeight = 296
Constraints.MinWidth = 395
ParentFont = False
Position = poOwnerFormCenter
LCLVersion = '0.9.25'
LCLVersion = '0.9.27'
object AdditionalInfoGroupBox: TGroupBox
Left = 8
Height = 248
Top = 8
Width = 376
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CancelButton
Left = 6
Height = 253
Top = 6
Width = 383
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
Caption = 'Additional Information'
ClientHeight = 230
ClientWidth = 372
ClientHeight = 235
ClientWidth = 379
TabOrder = 0
object CommentsLabel: TLabel
AnchorSideTop.Control = CommentsEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 8
Width = 60
Height = 14
Top = 12
Width = 55
Caption = 'Comments:'
ParentColor = False
end
object CompanyLabel: TLabel
AnchorSideTop.Control = CompanyEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 40
Width = 54
Height = 14
Top = 44
Width = 50
Caption = 'Company:'
ParentColor = False
end
object InternalNameLabel: TLabel
AnchorSideTop.Control = InternalNameEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 72
Width = 78
Height = 14
Top = 76
Width = 73
Caption = 'Internal Name:'
ParentColor = False
end
object LegalTrademarksLabel: TLabel
AnchorSideTop.Control = LegalTrademarksEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 104
Width = 95
Height = 14
Top = 108
Width = 89
Caption = 'Legal Trademarks:'
ParentColor = False
end
object OriginalFileNameLabel: TLabel
AnchorSideTop.Control = OriginalFileNameEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 136
Width = 101
Height = 14
Top = 140
Width = 90
Caption = 'Original File Name:'
ParentColor = False
end
object ProductNameLabel: TLabel
AnchorSideTop.Control = ProductNameEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 168
Width = 80
Height = 14
Top = 172
Width = 72
Caption = 'Product Name:'
ParentColor = False
end
object ProductVersionLabel: TLabel
AnchorSideTop.Control = ProductVersionEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 17
Top = 200
Width = 88
Height = 14
Top = 204
Width = 80
Caption = 'Product Version:'
ParentColor = False
end
object CommentsEdit: TEdit
Left = 110
AnchorSideRight.Control = AdditionalInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 144
Height = 23
Top = 8
Width = 256
Width = 229
Anchors = [akLeft, akRight]
BorderSpacing.Right = 6
TabOrder = 0
end
object CompanyEdit: TEdit
AnchorSideLeft.Control = CommentsEdit
Left = 110
AnchorSideRight.Control = AdditionalInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 144
Height = 23
Top = 40
Width = 256
Width = 229
Anchors = [akLeft, akRight]
BorderSpacing.Right = 6
TabOrder = 1
end
object InternalNameEdit: TEdit
AnchorSideLeft.Control = CommentsEdit
Left = 110
AnchorSideRight.Control = AdditionalInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 144
Height = 23
Top = 72
Width = 256
Width = 229
Anchors = [akLeft, akRight]
BorderSpacing.Right = 6
TabOrder = 2
end
object LegalTrademarksEdit: TEdit
AnchorSideLeft.Control = CommentsEdit
Left = 110
AnchorSideRight.Control = AdditionalInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 144
Height = 23
Top = 104
Width = 256
Width = 229
Anchors = [akLeft, akRight]
BorderSpacing.Right = 6
TabOrder = 3
end
object OriginalFileNameEdit: TEdit
AnchorSideLeft.Control = CommentsEdit
Left = 110
AnchorSideRight.Control = AdditionalInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 144
Height = 23
Top = 136
Width = 256
Width = 229
Anchors = [akLeft, akRight]
BorderSpacing.Right = 6
TabOrder = 4
end
object ProductNameEdit: TEdit
AnchorSideLeft.Control = CommentsEdit
Left = 110
AnchorSideRight.Control = AdditionalInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 144
Height = 23
Top = 168
Width = 256
Width = 229
Anchors = [akLeft, akRight]
BorderSpacing.Right = 6
TabOrder = 5
end
object ProductVersionEdit: TEdit
AnchorSideLeft.Control = CommentsEdit
Left = 110
AnchorSideRight.Control = AdditionalInfoGroupBox
AnchorSideRight.Side = asrBottom
Left = 144
Height = 23
Top = 200
Width = 256
Width = 229
Anchors = [akLeft, akRight]
BorderSpacing.Right = 6
TabOrder = 6
end
end
object CancelButton: TBitBtn
Left = 309
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 304
Height = 25
Top = 264
Width = 75
Top = 265
Width = 85
Anchors = [akRight, akBottom]
BorderSpacing.Around = 6
Cancel = True
Caption = 'Cancel'
ModalResult = 2
@ -143,10 +198,15 @@ object VersionInfoAdditinalInfoForm: TVersionInfoAdditinalInfoForm
TabOrder = 1
end
object OKButton: TBitBtn
Left = 224
AnchorSideTop.Control = CancelButton
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = CancelButton
Left = 216
Height = 25
Top = 264
Width = 75
Top = 265
Width = 82
Anchors = [akTop, akRight]
BorderSpacing.Right = 6
Caption = 'OK'
Default = True
ModalResult = 1

View File

@ -4,40 +4,72 @@ LazarusResources.Add('TVersionInfoAdditinalInfoForm','FORMDATA',[
'TPF0'#29'TVersionInfoAdditinalInfoForm'#28'VersionInfoAdditinalInfoForm'#4'L'
+'eft'#3'!'#1#6'Height'#3'('#1#3'Top'#3#174#0#5'Width'#3#139#1#11'BorderIcons'
+#11#0#7'Caption'#6#22'Additional Information'#12'ClientHeight'#3'('#1#11'Cli'
+'entWidth'#3#139#1#10'ParentFont'#8#8'Position'#7#17'poOwnerFormCenter'#10'L'
+'CLVersion'#6#6'0.9.25'#0#9'TGroupBox'#22'AdditionalInfoGroupBox'#4'Left'#2#8
+#6'Height'#3#248#0#3'Top'#2#8#5'Width'#3'x'#1#7'Caption'#6#22'Additional Inf'
+'ormation'#12'ClientHeight'#3#230#0#11'ClientWidth'#3't'#1#8'TabOrder'#2#0#0
+#6'TLabel'#13'CommentsLabel'#4'Left'#2#6#6'Height'#2#17#3'Top'#2#8#5'Width'#2
+'<'#7'Caption'#6#9'Comments:'#11'ParentColor'#8#0#0#6'TLabel'#12'CompanyLabe'
+'l'#4'Left'#2#6#6'Height'#2#17#3'Top'#2'('#5'Width'#2'6'#7'Caption'#6#8'Comp'
+'any:'#11'ParentColor'#8#0#0#6'TLabel'#17'InternalNameLabel'#4'Left'#2#6#6'H'
+'eight'#2#17#3'Top'#2'H'#5'Width'#2'N'#7'Caption'#6#14'Internal Name:'#11'Pa'
+'rentColor'#8#0#0#6'TLabel'#20'LegalTrademarksLabel'#4'Left'#2#6#6'Height'#2
+#17#3'Top'#2'h'#5'Width'#2'_'#7'Caption'#6#17'Legal Trademarks:'#11'ParentCo'
+'lor'#8#0#0#6'TLabel'#21'OriginalFileNameLabel'#4'Left'#2#6#6'Height'#2#17#3
+'Top'#3#136#0#5'Width'#2'e'#7'Caption'#6#19'Original File Name:'#11'ParentCo'
+'lor'#8#0#0#6'TLabel'#16'ProductNameLabel'#4'Left'#2#6#6'Height'#2#17#3'Top'
+#3#168#0#5'Width'#2'P'#7'Caption'#6#13'Product Name:'#11'ParentColor'#8#0#0#6
+'TLabel'#19'ProductVersionLabel'#4'Left'#2#6#6'Height'#2#17#3'Top'#3#200#0#5
+'Width'#2'X'#7'Caption'#6#16'Product Version:'#11'ParentColor'#8#0#0#5'TEdit'
+#12'CommentsEdit'#4'Left'#2'n'#6'Height'#2#23#3'Top'#2#8#5'Width'#3#0#1#8'Ta'
+'bOrder'#2#0#0#0#5'TEdit'#11'CompanyEdit'#22'AnchorSideLeft.Control'#7#12'Co'
+'mmentsEdit'#4'Left'#2'n'#6'Height'#2#23#3'Top'#2'('#5'Width'#3#0#1#8'TabOrd'
+'er'#2#1#0#0#5'TEdit'#16'InternalNameEdit'#22'AnchorSideLeft.Control'#7#12'C'
+'ommentsEdit'#4'Left'#2'n'#6'Height'#2#23#3'Top'#2'H'#5'Width'#3#0#1#8'TabOr'
+'der'#2#2#0#0#5'TEdit'#19'LegalTrademarksEdit'#22'AnchorSideLeft.Control'#7
+#12'CommentsEdit'#4'Left'#2'n'#6'Height'#2#23#3'Top'#2'h'#5'Width'#3#0#1#8'T'
+'abOrder'#2#3#0#0#5'TEdit'#20'OriginalFileNameEdit'#22'AnchorSideLeft.Contro'
+'l'#7#12'CommentsEdit'#4'Left'#2'n'#6'Height'#2#23#3'Top'#3#136#0#5'Width'#3
+#0#1#8'TabOrder'#2#4#0#0#5'TEdit'#15'ProductNameEdit'#22'AnchorSideLeft.Cont'
+'rol'#7#12'CommentsEdit'#4'Left'#2'n'#6'Height'#2#23#3'Top'#3#168#0#5'Width'
+#3#0#1#8'TabOrder'#2#5#0#0#5'TEdit'#18'ProductVersionEdit'#22'AnchorSideLeft'
+'.Control'#7#12'CommentsEdit'#4'Left'#2'n'#6'Height'#2#23#3'Top'#3#200#0#5'W'
+'idth'#3#0#1#8'TabOrder'#2#6#0#0#0#7'TBitBtn'#12'CancelButton'#4'Left'#3'5'#1
+#6'Height'#2#25#3'Top'#3#8#1#5'Width'#2'K'#6'Cancel'#9#7'Caption'#6#6'Cancel'
+#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0#7'TBitBtn'#8'OKBut'
+'ton'#4'Left'#3#224#0#6'Height'#2#25#3'Top'#3#8#1#5'Width'#2'K'#7'Caption'#6
+#2'OK'#7'Default'#9#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#2#0#0
+#0
+'entWidth'#3#139#1#21'Constraints.MinHeight'#3'('#1#20'Constraints.MinWidth'
+#3#139#1#10'ParentFont'#8#8'Position'#7#17'poOwnerFormCenter'#10'LCLVersion'
+#6#6'0.9.27'#0#9'TGroupBox'#22'AdditionalInfoGroupBox'#22'AnchorSideLeft.Con'
+'trol'#7#5'Owner'#21'AnchorSideTop.Control'#7#5'Owner'#20'AnchorSideRight.Si'
+'de'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'CancelButton'#4'Left'#2
+#6#6'Height'#3#253#0#3'Top'#2#6#5'Width'#3''#1#7'Anchors'#11#5'akTop'#6'akL'
+'eft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#22
+'Additional Information'#12'ClientHeight'#3#235#0#11'ClientWidth'#3'{'#1#8'T'
+'abOrder'#2#0#0#6'TLabel'#13'CommentsLabel'#21'AnchorSideTop.Control'#7#12'C'
+'ommentsEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2
+#14#3'Top'#2#12#5'Width'#2'7'#7'Caption'#6#9'Comments:'#11'ParentColor'#8#0#0
+#6'TLabel'#12'CompanyLabel'#21'AnchorSideTop.Control'#7#11'CompanyEdit'#18'A'
+'nchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2','#5
+'Width'#2'2'#7'Caption'#6#8'Company:'#11'ParentColor'#8#0#0#6'TLabel'#17'Int'
+'ernalNameLabel'#21'AnchorSideTop.Control'#7#16'InternalNameEdit'#18'AnchorS'
+'ideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'L'#5'Width'
+#2'I'#7'Caption'#6#14'Internal Name:'#11'ParentColor'#8#0#0#6'TLabel'#20'Leg'
+'alTrademarksLabel'#21'AnchorSideTop.Control'#7#19'LegalTrademarksEdit'#18'A'
+'nchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3'Top'#2'l'#5
+'Width'#2'Y'#7'Caption'#6#17'Legal Trademarks:'#11'ParentColor'#8#0#0#6'TLab'
+'el'#21'OriginalFileNameLabel'#21'AnchorSideTop.Control'#7#20'OriginalFileNa'
+'meEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2#14#3
+'Top'#3#140#0#5'Width'#2'Z'#7'Caption'#6#19'Original File Name:'#11'ParentCo'
+'lor'#8#0#0#6'TLabel'#16'ProductNameLabel'#21'AnchorSideTop.Control'#7#15'Pr'
+'oductNameEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Height'#2
+#14#3'Top'#3#172#0#5'Width'#2'H'#7'Caption'#6#13'Product Name:'#11'ParentCol'
+'or'#8#0#0#6'TLabel'#19'ProductVersionLabel'#21'AnchorSideTop.Control'#7#18
+'ProductVersionEdit'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2#6#6'Hei'
+'ght'#2#14#3'Top'#3#204#0#5'Width'#2'P'#7'Caption'#6#16'Product Version:'#11
+'ParentColor'#8#0#0#5'TEdit'#12'CommentsEdit'#23'AnchorSideRight.Control'#7
+#22'AdditionalInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
+#144#0#6'Height'#2#23#3'Top'#2#8#5'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7
+'akRight'#0#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#0#0#0#5'TEdit'#11'Comp'
+'anyEdit'#23'AnchorSideRight.Control'#7#22'AdditionalInfoGroupBox'#20'Anchor'
+'SideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#2'('#5
+'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'
+#2#6#8'TabOrder'#2#1#0#0#5'TEdit'#16'InternalNameEdit'#22'AnchorSideLeft.Con'
+'trol'#7#12'CommentsEdit'#23'AnchorSideRight.Control'#7#22'AdditionalInfoGro'
+'upBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2
+#23#3'Top'#2'H'#5'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7'akRight'#0#19'Bor'
+'derSpacing.Right'#2#6#8'TabOrder'#2#2#0#0#5'TEdit'#19'LegalTrademarksEdit'
+#22'AnchorSideLeft.Control'#7#12'CommentsEdit'#23'AnchorSideRight.Control'#7
+#22'AdditionalInfoGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3
+#144#0#6'Height'#2#23#3'Top'#2'h'#5'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7
+'akRight'#0#19'BorderSpacing.Right'#2#6#8'TabOrder'#2#3#0#0#5'TEdit'#20'Orig'
+'inalFileNameEdit'#22'AnchorSideLeft.Control'#7#12'CommentsEdit'#23'AnchorSi'
+'deRight.Control'#7#22'AdditionalInfoGroupBox'#20'AnchorSideRight.Side'#7#9
+'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#3#136#0#5'Width'#3#229#0#7
+'Anchors'#11#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#6#8'TabOrder'#2
+#4#0#0#5'TEdit'#15'ProductNameEdit'#22'AnchorSideLeft.Control'#7#12'Comments'
+'Edit'#23'AnchorSideRight.Control'#7#22'AdditionalInfoGroupBox'#20'AnchorSid'
+'eRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2#23#3'Top'#3#168#0#5
+'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'
+#2#6#8'TabOrder'#2#5#0#0#5'TEdit'#18'ProductVersionEdit'#22'AnchorSideLeft.C'
+'ontrol'#7#12'CommentsEdit'#23'AnchorSideRight.Control'#7#22'AdditionalInfoG'
+'roupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3#144#0#6'Height'#2
+#23#3'Top'#3#200#0#5'Width'#3#229#0#7'Anchors'#11#6'akLeft'#7'akRight'#0#19
+'BorderSpacing.Right'#2#6#8'TabOrder'#2#6#0#0#0#7'TBitBtn'#12'CancelButton'
+#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBott'
+'om'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'a'
+'srBottom'#4'Left'#3'0'#1#6'Height'#2#25#3'Top'#3#9#1#5'Width'#2'U'#7'Anchor'
,'s'#11#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#6'Cancel'#9#7'C'
+'aption'#6#6'Cancel'#11'ModalResult'#2#2#9'NumGlyphs'#2#0#8'TabOrder'#2#1#0#0
+#7'TBitBtn'#8'OKButton'#21'AnchorSideTop.Control'#7#12'CancelButton'#18'Anch'
+'orSideTop.Side'#7#9'asrCenter'#23'AnchorSideRight.Control'#7#12'CancelButto'
+'n'#4'Left'#3#216#0#6'Height'#2#25#3'Top'#3#9#1#5'Width'#2'R'#7'Anchors'#11#5
+'akTop'#7'akRight'#0#19'BorderSpacing.Right'#2#6#7'Caption'#6#2'OK'#7'Defaul'
+'t'#9#11'ModalResult'#2#1#9'NumGlyphs'#2#0#8'TabOrder'#2#2#0#0#0
]);