lazarus/ide/frames/project_versioninfo_options.lfm
2011-09-16 09:10:14 +00:00

260 lines
6.7 KiB
Plaintext

inherited ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame
Height = 364
Width = 594
ClientHeight = 364
ClientWidth = 594
TabOrder = 0
DesignLeft = 273
DesignTop = 145
object VersionInfoGroupBox: TGroupBox[0]
Left = 0
Height = 109
Top = 32
Width = 594
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Version Numbering'
ClientHeight = 92
ClientWidth = 590
TabOrder = 0
object MajorVersionLabel: TLabel
AnchorSideLeft.Control = VersionInfoGroupBox
AnchorSideTop.Control = VersionInfoGroupBox
Left = 6
Height = 16
Top = 6
Width = 88
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 3
Caption = '&Major version:'
FocusControl = MajorVersionSpinEdit
ParentColor = False
end
object MinorVersionLabel: TLabel
AnchorSideLeft.Control = MajorVersionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 131
Height = 16
Top = 6
Width = 88
BorderSpacing.Left = 55
BorderSpacing.Top = 6
BorderSpacing.Bottom = 3
Caption = 'Mi&nor version:'
FocusControl = MinorVersionSpinEdit
ParentColor = False
end
object RevisionLabel: TLabel
AnchorSideLeft.Control = MinorVersionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 256
Height = 16
Top = 6
Width = 55
BorderSpacing.Left = 55
BorderSpacing.Top = 6
BorderSpacing.Bottom = 3
Caption = '&Revision:'
FocusControl = RevisionSpinEdit
ParentColor = False
end
object BuildLabel: TLabel
AnchorSideLeft.Control = RevisionSpinEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VersionInfoGroupBox
Left = 381
Height = 16
Top = 6
Width = 35
BorderSpacing.Left = 55
BorderSpacing.Top = 6
BorderSpacing.Bottom = 3
Caption = '&Build:'
FocusControl = BuildSpinEdit
ParentColor = False
end
object MajorVersionSpinEdit: TSpinEdit
AnchorSideLeft.Control = MajorVersionLabel
AnchorSideTop.Control = MajorVersionLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 25
Width = 70
MaxValue = 65535
TabOrder = 0
end
object MinorVersionSpinEdit: TSpinEdit
AnchorSideLeft.Control = MinorVersionLabel
AnchorSideTop.Control = MinorVersionLabel
AnchorSideTop.Side = asrBottom
Left = 131
Height = 23
Top = 25
Width = 70
MaxValue = 65535
TabOrder = 1
end
object RevisionSpinEdit: TSpinEdit
AnchorSideLeft.Control = RevisionLabel
AnchorSideTop.Control = RevisionLabel
AnchorSideTop.Side = asrBottom
Left = 256
Height = 23
Top = 25
Width = 70
MaxValue = 65535
TabOrder = 2
end
object AutomaticallyIncreaseBuildCheckBox: TCheckBox
AnchorSideLeft.Control = VersionInfoGroupBox
AnchorSideTop.Control = MajorVersionSpinEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 26
Top = 60
Width = 203
BorderSpacing.Top = 6
BorderSpacing.Around = 6
Caption = 'Automatically increase Build'
TabOrder = 4
end
object BuildSpinEdit: TSpinEdit
AnchorSideLeft.Control = BuildLabel
AnchorSideTop.Control = BuildLabel
AnchorSideTop.Side = asrBottom
Left = 381
Height = 23
Top = 25
Width = 70
MaxValue = 65535
TabOrder = 3
end
end
object UseVersionInfoCheckBox: TCheckBox[1]
Left = 0
Height = 26
Top = 0
Width = 594
Align = alTop
Caption = 'Include Version Info in executable'
OnChange = UseVersionInfoCheckBoxChange
TabOrder = 1
end
object LanguageSettingsGroupBox: TGroupBox[2]
Left = 0
Height = 76
Top = 147
Width = 594
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Language Options'
ClientHeight = 59
ClientWidth = 590
TabOrder = 2
object LanguageSelectionLabel: TLabel
AnchorSideLeft.Control = LanguageSettingsGroupBox
AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 6
Height = 16
Top = 6
Width = 129
BorderSpacing.Around = 6
Caption = 'Language Selection:'
ParentColor = False
end
object CharacterSetLabel: TLabel
AnchorSideLeft.Control = LanguageSelectionComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LanguageSettingsGroupBox
Left = 260
Height = 16
Top = 6
Width = 92
BorderSpacing.Around = 6
Caption = 'Character Set:'
ParentColor = False
end
object LanguageSelectionComboBox: TComboBox
AnchorSideLeft.Control = LanguageSelectionLabel
AnchorSideTop.Control = LanguageSelectionLabel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 25
Top = 28
Width = 248
BorderSpacing.Top = 2
BorderSpacing.Bottom = 6
ItemHeight = 0
Style = csDropDownList
TabOrder = 0
end
object CharacterSetComboBox: TComboBox
AnchorSideLeft.Control = CharacterSetLabel
AnchorSideTop.Control = LanguageSelectionComboBox
AnchorSideRight.Control = LanguageSettingsGroupBox
AnchorSideRight.Side = asrBottom
Left = 260
Height = 25
Top = 28
Width = 324
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
ItemHeight = 0
Style = csDropDownList
TabOrder = 1
end
end
object OtherInfoGroupBox: TGroupBox[3]
Left = 0
Height = 135
Top = 229
Width = 594
Align = alClient
AutoSize = True
BorderSpacing.Top = 6
Caption = 'Other Info'
ClientHeight = 118
ClientWidth = 590
TabOrder = 3
object StringInfo: TStringGrid
Left = 6
Height = 106
Top = 6
Width = 578
Align = alClient
BorderSpacing.Around = 6
ColCount = 2
Columns = <
item
MinSize = 50
ReadOnly = True
Title.Caption = 'Key'
Title.PrefixOption = poNone
Width = 150
end
item
MinSize = 100
MaxSize = 400
Title.Caption = 'Value'
Title.PrefixOption = poNone
Width = 300
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goSmoothScroll]
TabOrder = 0
TitleStyle = tsNative
ColWidths = (
150
300
)
end
end
end