home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TVERSIONINFODLG / TVERSIONINFODLG.txt
Text File  |  1999-07-27  |  3KB  |  167 lines

  1. object VERSIONINFODLG: TVERSIONINFODLG
  2.   Tag = 1
  3.   Left = 227
  4.   Top = 141
  5.   HelpContext = 400
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Version information'
  9.   ClientHeight = 215
  10.   ClientWidth = 448
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Filename: TLabel
  20.     Tag = 2
  21.     Left = 17
  22.     Top = 3
  23.     Width = 104
  24.     Height = 14
  25.     AutoSize = False
  26.     Caption = 'File name:'
  27.   end
  28.   object id_verFilename: TLabel
  29.     Left = 127
  30.     Top = 3
  31.     Width = 318
  32.     Height = 14
  33.     AutoSize = False
  34.     Caption = '-'
  35.   end
  36.   object Versioninformation: TGroupBox
  37.     Tag = 3
  38.     Left = 7
  39.     Top = 22
  40.     Width = 438
  41.     Height = 159
  42.     Caption = 'Version information'
  43.     TabOrder = 0
  44.     object Description: TLabel
  45.       Tag = 4
  46.       Left = 10
  47.       Top = 22
  48.       Width = 120
  49.       Height = 20
  50.       AutoSize = False
  51.       Caption = 'Description:'
  52.     end
  53.     object id_verFileDescription: TLabel
  54.       Tag = 5
  55.       Left = 132
  56.       Top = 22
  57.       Width = 300
  58.       Height = 35
  59.       AutoSize = False
  60.       Caption = 'No version information found in this file!'
  61.       WordWrap = True
  62.     end
  63.     object Company: TLabel
  64.       Tag = 7
  65.       Left = 10
  66.       Top = 83
  67.       Width = 120
  68.       Height = 14
  69.       AutoSize = False
  70.       Caption = 'Company:'
  71.     end
  72.     object id_verCompany: TLabel
  73.       Left = 132
  74.       Top = 83
  75.       Width = 300
  76.       Height = 14
  77.       AutoSize = False
  78.       Caption = '-'
  79.     end
  80.     object Fileversion: TLabel
  81.       Tag = 8
  82.       Left = 10
  83.       Top = 107
  84.       Width = 120
  85.       Height = 14
  86.       AutoSize = False
  87.       Caption = 'File version:'
  88.     end
  89.     object id_verFileVersion: TLabel
  90.       Left = 132
  91.       Top = 107
  92.       Width = 85
  93.       Height = 14
  94.       AutoSize = False
  95.       Caption = '-'
  96.     end
  97.     object Productname: TLabel
  98.       Tag = 6
  99.       Left = 10
  100.       Top = 60
  101.       Width = 120
  102.       Height = 14
  103.       AutoSize = False
  104.       Caption = 'Product name:'
  105.     end
  106.     object id_verProductName: TLabel
  107.       Left = 132
  108.       Top = 60
  109.       Width = 300
  110.       Height = 14
  111.       AutoSize = False
  112.       Caption = '-'
  113.     end
  114.     object Productversion: TLabel
  115.       Tag = 9
  116.       Left = 219
  117.       Top = 107
  118.       Width = 120
  119.       Height = 14
  120.       AutoSize = False
  121.       Caption = 'Product version:'
  122.     end
  123.     object id_verProductVersion: TLabel
  124.       Left = 340
  125.       Top = 107
  126.       Width = 92
  127.       Height = 14
  128.       AutoSize = False
  129.       Caption = '-'
  130.     end
  131.     object Copyright: TLabel
  132.       Tag = 10
  133.       Left = 10
  134.       Top = 130
  135.       Width = 120
  136.       Height = 14
  137.       AutoSize = False
  138.       Caption = 'Copyright:'
  139.     end
  140.     object id_verCopyright: TLabel
  141.       Left = 132
  142.       Top = 130
  143.       Width = 300
  144.       Height = 14
  145.       AutoSize = False
  146.       Caption = '-'
  147.     end
  148.   end
  149.   object Ok: TButton
  150.     Tag = 4001
  151.     Left = 179
  152.     Top = 188
  153.     Width = 90
  154.     Height = 23
  155.     Cancel = True
  156.     Caption = 'Ok'
  157.     Default = True
  158.     ModalResult = 2
  159.     TabOrder = 1
  160.   end
  161.   object Translate1: TTranslate
  162.     Tag = 5800
  163.     Left = 8
  164.     Top = 184
  165.   end
  166. end
  167.