home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TVERINFORESFORM / TVERINFORESFORM.txt
Text File  |  2002-07-15  |  3KB  |  152 lines

  1. object VerInfoResForm: TVerInfoResForm
  2.   Left = 191
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Version Info Resource'
  7.   ClientHeight = 297
  8.   ClientWidth = 169
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object GroupBox1: TGroupBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 169
  23.     Height = 297
  24.     Caption = 'Standard Information'
  25.     TabOrder = 0
  26.     object FileVersionCB: TCheckBox
  27.       Left = 10
  28.       Top = 20
  29.       Width = 149
  30.       Height = 21
  31.       Caption = 'File version:'
  32.       Checked = True
  33.       State = cbChecked
  34.       TabOrder = 0
  35.       OnClick = FileVersionCBClick
  36.     end
  37.     object FileVersionME1: TMaskEdit
  38.       Left = 10
  39.       Top = 42
  40.       Width = 31
  41.       Height = 24
  42.       EditMask = '!999;1; '
  43.       MaxLength = 3
  44.       TabOrder = 1
  45.       Text = '1  '
  46.     end
  47.     object FileVersionME2: TMaskEdit
  48.       Left = 49
  49.       Top = 42
  50.       Width = 31
  51.       Height = 24
  52.       EditMask = '!999;1; '
  53.       MaxLength = 3
  54.       TabOrder = 2
  55.       Text = '0  '
  56.     end
  57.     object FileVersionME3: TMaskEdit
  58.       Left = 89
  59.       Top = 42
  60.       Width = 30
  61.       Height = 24
  62.       EditMask = '!999;1; '
  63.       MaxLength = 3
  64.       TabOrder = 3
  65.       Text = '0  '
  66.     end
  67.     object FileVersionME4: TMaskEdit
  68.       Left = 128
  69.       Top = 42
  70.       Width = 31
  71.       Height = 24
  72.       EditMask = '!999;1; '
  73.       MaxLength = 3
  74.       TabOrder = 4
  75.       Text = '0  '
  76.     end
  77.     object ProductVersionCB: TCheckBox
  78.       Left = 10
  79.       Top = 79
  80.       Width = 119
  81.       Height = 21
  82.       Caption = 'Product version'
  83.       Checked = True
  84.       State = cbChecked
  85.       TabOrder = 5
  86.       OnClick = ProductVersionCBClick
  87.     end
  88.     object ProductVersionME1: TMaskEdit
  89.       Left = 10
  90.       Top = 101
  91.       Width = 31
  92.       Height = 24
  93.       EditMask = '!999;1; '
  94.       MaxLength = 3
  95.       TabOrder = 6
  96.       Text = '1  '
  97.     end
  98.     object ProductVersionME2: TMaskEdit
  99.       Left = 49
  100.       Top = 101
  101.       Width = 31
  102.       Height = 24
  103.       EditMask = '!999;1; '
  104.       MaxLength = 3
  105.       TabOrder = 7
  106.       Text = '0  '
  107.     end
  108.     object ProductVersionME3: TMaskEdit
  109.       Left = 89
  110.       Top = 101
  111.       Width = 30
  112.       Height = 24
  113.       EditMask = '!999;1; '
  114.       MaxLength = 3
  115.       TabOrder = 8
  116.       Text = '0  '
  117.     end
  118.     object ProductVersionME4: TMaskEdit
  119.       Left = 128
  120.       Top = 101
  121.       Width = 31
  122.       Height = 24
  123.       EditMask = '!999;1; '
  124.       MaxLength = 3
  125.       TabOrder = 9
  126.       Text = '0  '
  127.     end
  128.   end
  129.   object MarsCaption1: TMarsCaption
  130.     ActiveBeginColor = clBlack
  131.     ActiveEndColor = clLime
  132.     ActiveFontColor = clWhite
  133.     InactiveBeginColor = clBlack
  134.     InactiveEndColor = clSilver
  135.     InactiveFontColor = clSilver
  136.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  137.     ApplicationNameFont.Color = clWindowText
  138.     ApplicationNameFont.Height = -11
  139.     ApplicationNameFont.Name = 'MS Sans Serif'
  140.     ApplicationNameFont.Style = [fsBold]
  141.     CaptionFont.Charset = DEFAULT_CHARSET
  142.     CaptionFont.Color = clWindowText
  143.     CaptionFont.Height = -11
  144.     CaptionFont.Name = 'MS Sans Serif'
  145.     CaptionFont.Style = []
  146.     NumColors = 64
  147.     AutoSize = False
  148.     Left = 192
  149.     Top = 64
  150.   end
  151. end
  152.