home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / vulcan / vconv97.exe / 0 / RCDATA / TFRMPRODUCTS / TFRMPRODUCTS.txt
Text File  |  1997-01-16  |  2KB  |  107 lines

  1. object frmProducts: TfrmProducts
  2.   Left = 200
  3.   Top = 105
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsSingle
  8.   Caption = 'Latest VulcanSoft Products'
  9.   ClientHeight = 273
  10.   ClientWidth = 324
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnCancel: TButton
  21.     Left = 242
  22.     Top = 246
  23.     Width = 75
  24.     Height = 22
  25.     Cancel = True
  26.     Caption = 'Close'
  27.     ModalResult = 2
  28.     TabOrder = 0
  29.   end
  30.   object tabMain: TTabControl
  31.     Left = 6
  32.     Top = 6
  33.     Width = 311
  34.     Height = 235
  35.     TabOrder = 1
  36.     object lblOne: TLabel
  37.       Left = 15
  38.       Top = 15
  39.       Width = 280
  40.       Height = 43
  41.       AutoSize = False
  42.       Caption = 
  43.         'You can be certain to find the latest %s products and updates at' +
  44.         ' the following places :'
  45.       WordWrap = True
  46.     end
  47.     object grpInternet: TGroupBox
  48.       Left = 15
  49.       Top = 60
  50.       Width = 280
  51.       Height = 40
  52.       Caption = '  World Wide Web (available first)  '
  53.       TabOrder = 0
  54.       object lblInternet: TLabel
  55.         Left = 2
  56.         Top = 15
  57.         Width = 276
  58.         Height = 23
  59.         Cursor = crUpArrow
  60.         Align = alClient
  61.         Alignment = taCenter
  62.         Caption = '%s'
  63.         Font.Color = clBlue
  64.         Font.Height = -11
  65.         Font.Name = 'MS Sans Serif'
  66.         Font.Style = [fsBold, fsUnderline]
  67.         ParentFont = False
  68.         OnClick = lblInternetClick
  69.       end
  70.     end
  71.     object grpCIS: TGroupBox
  72.       Left = 15
  73.       Top = 120
  74.       Width = 280
  75.       Height = 40
  76.       Caption = '  CompuServe  '
  77.       TabOrder = 1
  78.       object lblCIS: TLabel
  79.         Left = 2
  80.         Top = 15
  81.         Width = 276
  82.         Height = 23
  83.         Align = alClient
  84.         Alignment = taCenter
  85.         Caption = 'GO WINUSER and search for "%s"'
  86.       end
  87.     end
  88.     object grpAOL: TGroupBox
  89.       Left = 15
  90.       Top = 180
  91.       Width = 280
  92.       Height = 40
  93.       Caption = '  America Online  '
  94.       TabOrder = 2
  95.       object lblAOL: TLabel
  96.         Left = 2
  97.         Top = 15
  98.         Width = 276
  99.         Height = 23
  100.         Align = alClient
  101.         Alignment = taCenter
  102.         Caption = 'In the Software Center search for "%s"'
  103.       end
  104.     end
  105.   end
  106. end
  107.