object VerInfoResForm: TVerInfoResForm Left = 191 Top = 106 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Insert Version Info Resource' ClientHeight = 297 ClientWidth = 169 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 120 TextHeight = 16 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 169 Height = 297 Caption = 'Standard Information' TabOrder = 0 object FileVersionCB: TCheckBox Left = 10 Top = 20 Width = 149 Height = 21 Caption = 'File version:' Checked = True State = cbChecked TabOrder = 0 OnClick = FileVersionCBClick end object FileVersionME1: TMaskEdit Left = 10 Top = 42 Width = 31 Height = 24 EditMask = '!999;1; ' MaxLength = 3 TabOrder = 1 Text = '1 ' end object FileVersionME2: TMaskEdit Left = 49 Top = 42 Width = 31 Height = 24 EditMask = '!999;1; ' MaxLength = 3 TabOrder = 2 Text = '0 ' end object FileVersionME3: TMaskEdit Left = 89 Top = 42 Width = 30 Height = 24 EditMask = '!999;1; ' MaxLength = 3 TabOrder = 3 Text = '0 ' end object FileVersionME4: TMaskEdit Left = 128 Top = 42 Width = 31 Height = 24 EditMask = '!999;1; ' MaxLength = 3 TabOrder = 4 Text = '0 ' end object ProductVersionCB: TCheckBox Left = 10 Top = 79 Width = 119 Height = 21 Caption = 'Product version' Checked = True State = cbChecked TabOrder = 5 OnClick = ProductVersionCBClick end object ProductVersionME1: TMaskEdit Left = 10 Top = 101 Width = 31 Height = 24 EditMask = '!999;1; ' MaxLength = 3 TabOrder = 6 Text = '1 ' end object ProductVersionME2: TMaskEdit Left = 49 Top = 101 Width = 31 Height = 24 EditMask = '!999;1; ' MaxLength = 3 TabOrder = 7 Text = '0 ' end object ProductVersionME3: TMaskEdit Left = 89 Top = 101 Width = 30 Height = 24 EditMask = '!999;1; ' MaxLength = 3 TabOrder = 8 Text = '0 ' end object ProductVersionME4: TMaskEdit Left = 128 Top = 101 Width = 31 Height = 24 EditMask = '!999;1; ' MaxLength = 3 TabOrder = 9 Text = '0 ' end end object MarsCaption1: TMarsCaption ActiveBeginColor = clBlack ActiveEndColor = clLime ActiveFontColor = clWhite InactiveBeginColor = clBlack InactiveEndColor = clSilver InactiveFontColor = clSilver ApplicationNameFont.Charset = DEFAULT_CHARSET ApplicationNameFont.Color = clWindowText ApplicationNameFont.Height = -11 ApplicationNameFont.Name = 'MS Sans Serif' ApplicationNameFont.Style = [fsBold] CaptionFont.Charset = DEFAULT_CHARSET CaptionFont.Color = clWindowText CaptionFont.Height = -11 CaptionFont.Name = 'MS Sans Serif' CaptionFont.Style = [] NumColors = 64 AutoSize = False Left = 192 Top = 64 end end