lazarus/packager/frames/package_description_options.lfm
2011-09-16 09:10:14 +00:00

218 lines
5.6 KiB
Plaintext

inherited PackageDescriptionOptionsFrame: TPackageDescriptionOptionsFrame
Height = 384
Width = 552
ClientHeight = 384
ClientWidth = 552
TabOrder = 0
DesignLeft = 335
DesignTop = 177
object DescriptionGroupBox: TGroupBox[0]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 96
Top = 0
Width = 552
Anchors = [akTop, akLeft, akRight]
Caption = 'Description/Abstract'
ClientHeight = 79
ClientWidth = 548
TabOrder = 0
object DescriptionMemo: TMemo
AnchorSideLeft.Control = DescriptionGroupBox
AnchorSideTop.Control = DescriptionGroupBox
AnchorSideRight.Control = DescriptionGroupBox
AnchorSideBottom.Control = DescriptionGroupBox
Left = 6
Height = 67
Top = 6
Width = 536
Align = alClient
BorderSpacing.Around = 6
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
object AuthorGroupBox: TGroupBox[1]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = DescriptionGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 52
Top = 102
Width = 552
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Author:'
ClientHeight = 35
ClientWidth = 548
TabOrder = 1
object AuthorEdit: TEdit
AnchorSideBottom.Control = AuthorGroupBox
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 23
Top = 6
Width = 536
Align = alTop
BorderSpacing.Around = 6
TabOrder = 0
end
end
object LicenseGroupBox: TGroupBox[2]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = AuthorGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 112
Top = 160
Width = 552
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
Caption = 'License:'
ClientHeight = 95
ClientWidth = 548
TabOrder = 2
object LicenseMemo: TMemo
AnchorSideLeft.Control = LicenseGroupBox
AnchorSideTop.Control = LicenseGroupBox
AnchorSideRight.Control = LicenseGroupBox
AnchorSideBottom.Control = LicenseGroupBox
Left = 6
Height = 83
Top = 6
Width = 536
Align = alClient
BorderSpacing.Around = 6
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
object VersionGroupBox: TGroupBox[3]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LicenseGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 63
Top = 278
Width = 552
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Version'
ClientHeight = 46
ClientWidth = 548
TabOrder = 3
object VersionMajorLabel: TLabel
AnchorSideLeft.Control = VersionGroupBox
AnchorSideTop.Control = VersionGroupBox
Left = 6
Height = 16
Top = 0
Width = 35
BorderSpacing.Left = 6
Caption = 'Major'
ParentColor = False
end
object VersionMinorLabel: TLabel
AnchorSideLeft.Control = VersionMajorSpinEdit
AnchorSideLeft.Side = asrBottom
Left = 119
Height = 16
Top = 0
Width = 35
Anchors = [akLeft]
BorderSpacing.Left = 45
Caption = 'Minor'
ParentColor = False
end
object VersionReleaseLabel: TLabel
AnchorSideLeft.Control = VersionMinorSpinEdit
AnchorSideLeft.Side = asrBottom
Left = 232
Height = 16
Top = 0
Width = 50
Anchors = [akLeft]
BorderSpacing.Left = 45
Caption = 'Release'
ParentColor = False
end
object VersionBuildLabel: TLabel
AnchorSideLeft.Control = VersionReleaseSpinEdit
AnchorSideLeft.Side = asrBottom
Left = 345
Height = 16
Top = 0
Width = 84
BorderSpacing.Left = 45
Caption = 'Build Number'
ParentColor = False
end
object VersionMajorSpinEdit: TSpinEdit
AnchorSideLeft.Control = VersionMajorLabel
AnchorSideTop.Control = VersionMajorLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 16
Width = 68
MaxValue = 9999
TabOrder = 0
end
object VersionMinorSpinEdit: TSpinEdit
AnchorSideLeft.Control = VersionMinorLabel
AnchorSideTop.Control = VersionMinorLabel
AnchorSideTop.Side = asrBottom
Left = 119
Height = 23
Top = 16
Width = 68
MaxValue = 9999
TabOrder = 1
end
object VersionReleaseSpinEdit: TSpinEdit
AnchorSideLeft.Control = VersionReleaseLabel
AnchorSideTop.Control = VersionReleaseLabel
AnchorSideTop.Side = asrBottom
Left = 232
Height = 23
Top = 16
Width = 68
MaxValue = 9999
TabOrder = 2
end
object VersionBuildSpinEdit: TSpinEdit
AnchorSideLeft.Control = VersionBuildLabel
AnchorSideTop.Control = VersionBuildLabel
AnchorSideTop.Side = asrBottom
Left = 345
Height = 23
Top = 16
Width = 68
MaxValue = 9999
TabOrder = 3
end
object dummyForSizing: TLabel
AnchorSideTop.Control = VersionBuildSpinEdit
AnchorSideTop.Side = asrBottom
Left = 421
Height = 1
Top = 45
Width = 1
BorderSpacing.Top = 6
ParentColor = False
end
end
end