home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TCDROMOFFER / TCDROMOFFER.txt
Encoding:
Text File  |  1998-04-06  |  3.1 KB  |  127 lines

  1. object CDROMOffer: TCDROMOffer
  2.   Left = 311
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'CD-ROM'
  6.   ClientHeight = 410
  7.   ClientWidth = 481
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 19
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 465
  20.     Height = 77
  21.     AutoSize = False
  22.     Caption = 
  23.       'Approximately every 3 months we produce a CD-Rom containing all ' +
  24.       'of our latest shareware evaluation products.  This includes both' +
  25.       ' our products and the products of Oakley Data Services as well a' +
  26.       's all available versions (DOS, Win 3.1, WIN 95, etc).'
  27.     Font.Color = clBlack
  28.     Font.Height = -15
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 8
  36.     Top = 92
  37.     Width = 465
  38.     Height = 61
  39.     AutoSize = False
  40.     Caption = 
  41.       'We include a copy of this CD-Rom FREE with all orders placed dir' +
  42.       'ectly with Insight Software Solutions.  Our UK distributors, Oak' +
  43.       'ley Data Services, provides a "Best of British Shareware" CD-Rom' +
  44.       '.  '
  45.     Font.Color = clBlack
  46.     Font.Height = -15
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     WordWrap = True
  51.   end
  52.   object Label3: TLabel
  53.     Left = 8
  54.     Top = 160
  55.     Width = 465
  56.     Height = 77
  57.     AutoSize = False
  58.     Caption = 
  59.       'Alternatively, we offer our CD-Rom for a $5.00 shipping and hand' +
  60.       'ling fee.  Simply give us a call at 801-295-1890 to order.  Or y' +
  61.       'ou may write us at Insight Software Solutions, Inc., P.O. Box 35' +
  62.       '4, Bountiful, UT 84011, USA and include payment. '
  63.     Font.Color = clBlack
  64.     Font.Height = -15
  65.     Font.Name = 'Arial'
  66.     Font.Style = []
  67.     ParentFont = False
  68.     WordWrap = True
  69.   end
  70.   object Label4: TLabel
  71.     Left = 8
  72.     Top = 244
  73.     Width = 465
  74.     Height = 41
  75.     AutoSize = False
  76.     Caption = 
  77.       'Checks must be in U.S. dollars drawn on a U.S. bank.  We can acc' +
  78.       'ept all major credit cards (VISA, MC, Amex, Discover).'
  79.     Font.Color = clBlack
  80.     Font.Height = -15
  81.     Font.Name = 'Arial'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     WordWrap = True
  85.   end
  86.   object Label5: TLabel
  87.     Left = 8
  88.     Top = 340
  89.     Width = 465
  90.     Height = 25
  91.     Alignment = taCenter
  92.     AutoSize = False
  93.     Caption = 'We reserve the right to cancel this offer without prior notice.'
  94.     Font.Color = clNavy
  95.     Font.Height = -15
  96.     Font.Name = 'Arial'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     WordWrap = True
  100.   end
  101.   object Label6: TLabel
  102.     Left = 4
  103.     Top = 292
  104.     Width = 465
  105.     Height = 41
  106.     AutoSize = False
  107.     Caption = 
  108.       'Please contact Oakley Data Services about ordering the "Best of ' +
  109.       'British Shareware" CD-Rom.'
  110.     Font.Color = clBlack
  111.     Font.Height = -15
  112.     Font.Name = 'Arial'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     WordWrap = True
  116.   end
  117.   object OKButton: TButton
  118.     Left = 200
  119.     Top = 372
  120.     Width = 89
  121.     Height = 33
  122.     Caption = '&Ok'
  123.     TabOrder = 0
  124.     OnClick = OKButtonClick
  125.   end
  126. end
  127.