home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / EverythingIOwn / EIOWN_17.EXE / EIO.EXE / 0 / RCDATA / TFRMPRINTORDER / TFRMPRINTORDER.txt < prev   
Encoding:
Text File  |  1998-02-24  |  4.4 KB  |  149 lines

  1. object frmPrintOrder: TfrmPrintOrder
  2.   Left = 84
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu]
  5.   AutoScroll = False
  6.   Caption = 'View/Print Order Form --- USA and Other Countries'
  7.   ClientHeight = 423
  8.   ClientWidth = 622
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 617
  21.     Height = 353
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'Courier New'
  25.     Font.Style = []
  26.     Lines.Strings = (
  27.       '                  Licensing Form For '#39'Everything I Own!'#39
  28.       ''
  29.       ''
  30.       
  31.         '                             Everything I Own!                  ' +
  32.         '  '
  33.       
  34.         '                 Copyright 1997,1998  by BlueCollar Software    ' +
  35.         '            '
  36.       '                             All Rights Reserved'
  37.       ''
  38.       ' Send order form   BlueCollar Software           '
  39.       ' and payment to:   149 Patrick Ave.'
  40.       '                   Urbana, Ohio  43078'
  41.       '  '
  42.       'YOU MAY ENTER YOUR ORDERING INFORMATION INTO THIS FORM, OR '
  43.       'PRINT A BLANK FORM.'
  44.       'IF YOU PRINT OUT A BLANK FORM, PLEASE PRINT THE INFORMATION.'
  45.       ''
  46.       ''
  47.       ' I have enclosed (US Funds) for the following product:'
  48.       ''
  49.       
  50.         '   [ ] Everything I Own!  -  $24.95 ea .................... $___' +
  51.         '__'
  52.       ' '
  53.       ' '
  54.       
  55.         ' Shipping/Handling .............................................' +
  56.         '. $_____'
  57.       '       [ ] USA residents please add .............. $4.00 S/H'
  58.       '       [ ] Canada/Mexico residents please add .... $4.00 S/H'
  59.       '       [ ] Other residents please add ............ $6.00 S/H'
  60.       ''
  61.       
  62.         '                                        Total ..................' +
  63.         '. $_____'
  64.       ''
  65.       ''
  66.       
  67.         'Name...: _______________________________________________________' +
  68.         '___'
  69.       ''
  70.       
  71.         'Address: _______________________________________________________' +
  72.         '___'
  73.       ''
  74.       
  75.         '       : _______________________________________________________' +
  76.         '___'
  77.       ''
  78.       
  79.         '       : _______________________________________________________' +
  80.         '___'
  81.       ''
  82.       'Phone Number ..: __________________________    '
  83.       ''
  84.       
  85.         'Do you have a CompuServe Acct? [y/n]: ____  If yes, ID# ________' +
  86.         '_______________'
  87.       ''
  88.       
  89.         'Internet Acct? [y/n]: ____  If yes, email address ______________' +
  90.         '_________________'
  91.       ''
  92.       'Where did you get the evaluation version or hear about it?'
  93.       ''
  94.       '______________________________________________________________')
  95.     ParentFont = False
  96.     ScrollBars = ssBoth
  97.     TabOrder = 0
  98.     WordWrap = False
  99.   end
  100.   object btnPrint: TBitBtn
  101.     Left = 192
  102.     Top = 366
  103.     Width = 101
  104.     Height = 43
  105.     Caption = '&Print This'
  106.     Font.Color = clBlue
  107.     Font.Height = -13
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     TabOrder = 1
  112.     OnClick = btnPrintClick
  113.     Glyph.Data = {
  114.       76010000424D7601000000000000760000002800000020000000100000000100
  115.       04000000000000010000130B0000130B00000000000000000000000000000000
  116.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  117.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  118.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  119.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  120.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  121.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  122.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  123.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  124.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  125.       33333337FFFF7733333333300000033333333337777773333333}
  126.     Layout = blGlyphTop
  127.     NumGlyphs = 2
  128.   end
  129.   object BitBtn1: TBitBtn
  130.     Left = 332
  131.     Top = 366
  132.     Width = 101
  133.     Height = 43
  134.     Font.Color = clRed
  135.     Font.Height = -13
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     ParentFont = False
  139.     TabOrder = 2
  140.     OnClick = BitBtn1Click
  141.     Kind = bkClose
  142.     Layout = blGlyphTop
  143.   end
  144.   object PrintDialog1: TPrintDialog
  145.     Left = 531
  146.     Top = 388
  147.   end
  148. end
  149.