object ProjectVersionInfoOptionsFrame: TProjectVersionInfoOptionsFrame Left = 0 Height = 364 Top = 0 Width = 594 ClientHeight = 364 ClientWidth = 594 TabOrder = 0 DesignLeft = 273 DesignTop = 145 object VersionInfoGroupBox: TGroupBox Left = 0 Height = 101 Top = 27 Width = 594 Align = alTop AutoSize = True BorderSpacing.Top = 6 Caption = 'Version Numbering' ClientHeight = 85 ClientWidth = 590 TabOrder = 1 object MajorVersionLabel: TLabel AnchorSideLeft.Control = VersionInfoGroupBox AnchorSideTop.Control = VersionInfoGroupBox Left = 6 Height = 15 Top = 6 Width = 70 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 = 15 Top = 6 Width = 70 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 = 15 Top = 6 Width = 45 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 = 15 Top = 6 Width = 29 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 = 22 Top = 24 Width = 70 MaxValue = 65535 TabOrder = 0 end object MinorVersionSpinEdit: TSpinEdit AnchorSideLeft.Control = MinorVersionLabel AnchorSideTop.Control = MinorVersionLabel AnchorSideTop.Side = asrBottom Left = 131 Height = 22 Top = 24 Width = 70 MaxValue = 65535 TabOrder = 1 end object RevisionSpinEdit: TSpinEdit AnchorSideLeft.Control = RevisionLabel AnchorSideTop.Control = RevisionLabel AnchorSideTop.Side = asrBottom Left = 256 Height = 22 Top = 24 Width = 70 MaxValue = 65535 TabOrder = 2 end object AutomaticallyIncreaseBuildCheckBox: TCheckBox AnchorSideLeft.Control = VersionInfoGroupBox AnchorSideTop.Control = MajorVersionSpinEdit AnchorSideTop.Side = asrBottom Left = 6 Height = 21 Top = 58 Width = 164 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 = 22 Top = 24 Width = 70 MaxValue = 65535 TabOrder = 3 end end object UseVersionInfoCheckBox: TCheckBox Left = 0 Height = 21 Top = 0 Width = 594 Align = alTop Caption = 'Include Version Info in executable' OnChange = UseVersionInfoCheckBoxChange TabOrder = 0 end object LanguageSettingsGroupBox: TGroupBox Left = 0 Height = 75 Top = 134 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 = 15 Top = 6 Width = 101 BorderSpacing.Around = 6 Caption = 'Language Selection:' ParentColor = False end object CharacterSetLabel: TLabel AnchorSideLeft.Control = LanguageSelectionComboBox AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = LanguageSettingsGroupBox Left = 260 Height = 15 Top = 6 Width = 73 BorderSpacing.Around = 6 Caption = 'Character Set:' ParentColor = False end object LanguageSelectionComboBox: TComboBox AnchorSideLeft.Control = LanguageSelectionLabel AnchorSideTop.Control = LanguageSelectionLabel AnchorSideTop.Side = asrBottom Left = 6 Height = 26 Top = 27 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 = 26 Top = 27 Width = 324 Anchors = [akTop, akLeft, akRight] BorderSpacing.Right = 6 BorderSpacing.Bottom = 6 ItemHeight = 0 Style = csDropDownList TabOrder = 1 end end object OtherInfoGroupBox: TGroupBox Left = 0 Height = 149 Top = 215 Width = 594 Align = alClient AutoSize = True BorderSpacing.Top = 6 Caption = 'Other Info' ClientHeight = 133 ClientWidth = 590 TabOrder = 3 object StringInfo: TStringGrid Left = 6 Height = 121 Top = 6 Width = 578 Align = alClient BorderSpacing.Around = 6 ColCount = 2 Columns = < item MinSize = 50 ReadOnly = True Title.Caption = 'Key' Width = 150 end item MinSize = 100 MaxSize = 400 Title.Caption = 'Value' Width = 300 end> FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goAlwaysShowEditor, goSmoothScroll] TabOrder = 0 TitleStyle = tsNative ColWidths = ( 150 300 ) end end end