home *** CD-ROM | disk | FTP | other *** search
/ Jumbo 2,500 Game Pack / DDVDAV937D1.iso / sharewarefin / ABSOSPDS.ZIP / 32spad11.exe / ASPADES.EXE / 0 / RCDATA / TORDERFRM / TORDERFRM.txt < prev   
Text File  |  1998-04-08  |  8KB  |  263 lines

  1. object OrderFrm: TOrderFrm
  2.   Left = 185
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'OrderFrm'
  7.   ClientHeight = 413
  8.   ClientWidth = 616
  9.   Color = clBlue
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Image1: TImage
  21.     Left = 10
  22.     Top = 246
  23.     Width = 115
  24.     Height = 70
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Image2: TImage
  29.     Left = 492
  30.     Top = 246
  31.     Width = 115
  32.     Height = 70
  33.     AutoSize = True
  34.     Picture.Data = {<image001.bmp>}
  35.   end
  36.   object Label1: TLabel
  37.     Left = 256
  38.     Top = 216
  39.     Width = 102
  40.     Height = 24
  41.     Alignment = taCenter
  42.     Caption = 'Ultisoft, Inc'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWhite
  45.     Font.Height = -19
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object Label2: TLabel
  51.     Left = 260
  52.     Top = 240
  53.     Width = 96
  54.     Height = 16
  55.     Alignment = taCenter
  56.     Caption = 'P.O. Box 5015'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWhite
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object Label3: TLabel
  65.     Left = 224
  66.     Top = 256
  67.     Width = 163
  68.     Height = 16
  69.     Alignment = taCenter
  70.     Caption = 'Central Point, OR 97502'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clWhite
  73.     Font.Height = -13
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.   end
  78.   object Label4: TLabel
  79.     Left = 288
  80.     Top = 272
  81.     Width = 32
  82.     Height = 16
  83.     Alignment = taCenter
  84.     Caption = 'USA'
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWhite
  87.     Font.Height = -13
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.   end
  92.   object Label5: TLabel
  93.     Left = 162
  94.     Top = 292
  95.     Width = 291
  96.     Height = 29
  97.     Alignment = taCenter
  98.     Caption = 'Orders:   1-800-925-3147'
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clYellow
  101.     Font.Height = -24
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = [fsBold]
  104.     ParentFont = False
  105.   end
  106.   object Label6: TLabel
  107.     Left = 10
  108.     Top = 224
  109.     Width = 147
  110.     Height = 16
  111.     Caption = 'Int'#39'l:  +1 541-664-1885'
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clYellow
  114.     Font.Height = -13
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.   end
  119.   object Label7: TLabel
  120.     Left = 454
  121.     Top = 224
  122.     Width = 151
  123.     Height = 16
  124.     Alignment = taRightJustify
  125.     Caption = 'FAX:  +1 541-664-3403'
  126.     Font.Charset = DEFAULT_CHARSET
  127.     Font.Color = clYellow
  128.     Font.Height = -13
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = [fsBold]
  131.     ParentFont = False
  132.   end
  133.   object Memo1: TMemo
  134.     Left = 8
  135.     Top = 6
  136.     Width = 601
  137.     Height = 203
  138.     BorderStyle = bsNone
  139.     Color = clBlue
  140.     Ctl3D = False
  141.     Font.Charset = DEFAULT_CHARSET
  142.     Font.Color = clWhite
  143.     Font.Height = -13
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = []
  146.     Lines.Strings = (
  147.       'Memo1')
  148.     ParentCtl3D = False
  149.     ParentFont = False
  150.     ReadOnly = True
  151.     TabOrder = 1
  152.   end
  153.   object Button1: TButton
  154.     Left = 16
  155.     Top = 328
  156.     Width = 177
  157.     Height = 33
  158.     Caption = '&View/Print Order Form'
  159.     Font.Charset = DEFAULT_CHARSET
  160.     Font.Color = clBlack
  161.     Font.Height = -13
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = []
  164.     ModalResult = 1
  165.     ParentFont = False
  166.     TabOrder = 2
  167.     OnClick = Button1Click
  168.   end
  169.   object Button2: TButton
  170.     Left = 220
  171.     Top = 328
  172.     Width = 177
  173.     Height = 33
  174.     Caption = '&Enter Registration Code'
  175.     Font.Charset = DEFAULT_CHARSET
  176.     Font.Color = clBlack
  177.     Font.Height = -13
  178.     Font.Name = 'MS Sans Serif'
  179.     Font.Style = []
  180.     ModalResult = 1
  181.     ParentFont = False
  182.     TabOrder = 3
  183.     OnClick = Button2Click
  184.   end
  185.   object Button3: TButton
  186.     Left = 424
  187.     Top = 328
  188.     Width = 177
  189.     Height = 33
  190.     Caption = '&Run the Program'
  191.     Default = True
  192.     Font.Charset = DEFAULT_CHARSET
  193.     Font.Color = clBlack
  194.     Font.Height = -13
  195.     Font.Name = 'MS Sans Serif'
  196.     Font.Style = []
  197.     ModalResult = 1
  198.     ParentFont = False
  199.     TabOrder = 0
  200.   end
  201.   object BitBtn2: TBitBtn
  202.     Left = 16
  203.     Top = 372
  204.     Width = 585
  205.     Height = 37
  206.     Caption = 'Visit the Ultisoft Homepage at:  http://www.ultisoft.com'
  207.     Default = True
  208.     ModalResult = 1
  209.     TabOrder = 4
  210.     OnClick = BitBtn2Click
  211.     Glyph.Data = {
  212.       1A050000424D1A05000000000000760000002800000042000000210000000100
  213.       040000000000A4040000CE0E0000C40E00001000000000000000000000000000
  214.       80000080000000808000800000008000800080800000C0C0C000808080000000
  215.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  216.       DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD000000DDDD
  217.       DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD000000DDDDDDDDDDDDDDDDDDDDDDD00
  218.       0000DDF7777E7E7E7E7E8D8ED7FEED8D8D8DDDD44CCCCCC44DDDDDDDDDDDDDDD
  219.       DDDDDD000000DD786868000068F66868D000006868DDDD3CC4DDDDDCC0000000
  220.       0DDDDDDDDDDDDD000000DDE6868600068F8E867686000086868DDD3C4DDDDDDD
  221.       0444444C4444DDDDDDDDDD000000D087686680676E0E680F6860086868DDDD3C
  222.       4DDDDD004444C4C4CCCC44DDDDDDDD000000D08766866676F00E8600F6868686
  223.       868DD33C4DDD004444C4CCCCCCCCCC44DDDDDD000000D0487868686E00076600
  224.       0F68686867DDD33CC4D04444C4CCCCCCCCCCCCCC4DDDDD000000D0C6E6868668
  225.       000786000E86868678DDD33CC404444C4CCCCCCCCCCCCCCCC4DDDD000000DC0C
  226.       E66868686008660066686867804DD33CCC4444C4CCCC44444CCCCCCCCC4DDD00
  227.       0000DDC86E86868686868686868686784DDDD373CC4444CCCCC4DDDDD04CCCCC
  228.       CC4DDD000000DC86E86E6868686868686866E77864DDD333CCC44C4CCC4DDDDD
  229.       DD044CCCCCC4DD000000DDDE86EEE66686868686866E76F6864DD373CCC44CCC
  230.       C4DDDDDDDDD044444444DD000000DDE66E0088E766686866E7E86CEF68DDD337
  231.       3CCC44CCC4DDDDDDDDDDDDDDDDDDDD000000DE66F806C668EFE7867786C6C2CE
  232.       EDDDDD373CCC4CCCC0000000000000000000DD000000DD7E802C6C6C6C8F6604
  233.       0C6C6C68F78DDD3773CCC4CCCCCCCCCCCCCCCCCCCCC4DD000000DE86C2C6C6C6
  234.       C6C76640C2C2C2C2778DDDD33BCCCCCCCCCCCCCCCCCCCCCCCCC4DD000000DC6C
  235.       6C2C2C2C2C6E66006C2C2C2C6CDDDDD3B37CCCCCCCCCCCCCCCCCCCCCCCC4DD00
  236.       0000D2C2C2C2C2C2C28E8700C2C2C2C6C64DDDD43BF8CCCCC44444444444CCCC
  237.       CCC4DD000000DC2C2C2C2C2C2C8767006C2C2C6C64DDDDD443BBCCCCC4DDDDDD
  238.       DD04CCCCCCC4DD000000D2C2C2C2C2C2C2676700C2C2C2C6464DDDDD443FBCCC
  239.       C4DDDDDDDD04CCCCCC4DDD000000D064646C6C6C606FF84C6C6C6C6464DDDDDD
  240.       4443BBCCCC4DDDDDD044CCCCCC4DDD000000DD064646C6C6C647E0C6C6C6C646
  241.       4DDDDDDDD44C3FBCCCC4DDDD044CCCCCCC4DDD000000D0646464646C6C646C64
  242.       6464646464DDDDDDD44CC3BBCCCC400044CCCCCCCC4CDD000000DD0606464646
  243.       46464646464646064DDDDDDDDD44CC37BCCCCCCCCCCCCCCCC4DCDD000000D064
  244.       64606464646464646464606460DDDDDDDDD4CCCC3BCCCCCCCCCCCCCCC4DDCD00
  245.       0000DD060606460646464646460606060DDDDDDDDDDD4CCCCCB3CCCCCCCCCCCC
  246.       4DDDCD000000D06060606060606060606060606060DDDDDDDDDDDCCCCCCCCCCC
  247.       CCCCCC44DDDDCD000000DD060606060606060606060606060DDDDDDDDDDDDDDC
  248.       CCCCCCCCCCCC44DDDDDDCD000000D06060606060606060606060606060DDDDDD
  249.       DDDDDDDDDDCCCCCCCCC4DDDDDDDDCD000000DD06060606060606060606060606
  250.       0DDDDDDDDDDDDDDDDDDDDDDDCCCCDDDDDDDCCD000000D0D0D0D0D0D0D0D0D0D0
  251.       D0D0D0D0D0DDDDDDDDDDDDDDDDDDDDDDDDDCCCDDDDCCDD000000DDDDDDDDDDDD
  252.       DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDCCCCCCDDD000000}
  253.     Spacing = -1
  254.   end
  255.   object GoToWeb1: TGoToWeb
  256.     Url = 'http://www.ultisoft.com'
  257.     EMail = 'orders@ultisoft.com'
  258.     BrowserState = gwMaximized
  259.     Left = 175
  260.     Top = 258
  261.   end
  262. end
  263.