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

  1. object AboutBox: TAboutBox
  2.   Left = 168
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 413
  7.   ClientWidth = 361
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 361
  21.     Height = 409
  22.     Align = alTop
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     TabFont.Charset = DEFAULT_CHARSET
  29.     TabFont.Color = clBtnText
  30.     TabFont.Height = -11
  31.     TabFont.Name = 'MS Sans Serif'
  32.     TabFont.Style = []
  33.     TabOrder = 0
  34.     object TTabPage
  35.       Left = 4
  36.       Top = 27
  37.       Caption = 'Program'
  38.       object ProgramIcon: TImage
  39.         Left = 24
  40.         Top = 48
  41.         Width = 32
  42.         Height = 32
  43.         AutoSize = True
  44.         Stretch = True
  45.         IsControl = True
  46.       end
  47.       object ProductName: TLabel
  48.         Left = 80
  49.         Top = 32
  50.         Width = 141
  51.         Height = 24
  52.         Caption = 'Program Name'
  53.         Font.Charset = DEFAULT_CHARSET
  54.         Font.Color = clBlack
  55.         Font.Height = -19
  56.         Font.Name = 'MS Sans Serif'
  57.         Font.Style = [fsBold]
  58.         ParentFont = False
  59.         IsControl = True
  60.       end
  61.       object Version: TLabel
  62.         Left = 80
  63.         Top = 64
  64.         Width = 47
  65.         Height = 13
  66.         Caption = 'Version:'
  67.         Font.Charset = DEFAULT_CHARSET
  68.         Font.Color = clBlack
  69.         Font.Height = -12
  70.         Font.Name = 'MS Sans Serif'
  71.         Font.Style = [fsBold]
  72.         ParentFont = False
  73.         IsControl = True
  74.       end
  75.       object Copyright: TLabel
  76.         Left = 80
  77.         Top = 88
  78.         Width = 58
  79.         Height = 13
  80.         Caption = 'Copyright:'
  81.         Font.Charset = DEFAULT_CHARSET
  82.         Font.Color = clBlack
  83.         Font.Height = -12
  84.         Font.Name = 'MS Sans Serif'
  85.         Font.Style = [fsBold]
  86.         ParentFont = False
  87.         IsControl = True
  88.       end
  89.       object lblVer: TLabel
  90.         Left = 152
  91.         Top = 64
  92.         Width = 26
  93.         Height = 13
  94.         Caption = 'lblVer'
  95.         Font.Charset = DEFAULT_CHARSET
  96.         Font.Color = clBlack
  97.         Font.Height = -12
  98.         Font.Name = 'MS Sans Serif'
  99.         Font.Style = []
  100.         ParentFont = False
  101.       end
  102.       object lblCopy: TLabel
  103.         Left = 152
  104.         Top = 88
  105.         Width = 34
  106.         Height = 13
  107.         Caption = 'lblCopy'
  108.         Font.Charset = DEFAULT_CHARSET
  109.         Font.Color = clBlack
  110.         Font.Height = -12
  111.         Font.Name = 'MS Sans Serif'
  112.         Font.Style = []
  113.         ParentFont = False
  114.       end
  115.       object Label12: TLabel
  116.         Left = 184
  117.         Top = 64
  118.         Width = 89
  119.         Height = 13
  120.         Caption = 'Shareware Version'
  121.         Font.Charset = DEFAULT_CHARSET
  122.         Font.Color = clRed
  123.         Font.Height = -12
  124.         Font.Name = 'MS Sans Serif'
  125.         Font.Style = []
  126.         ParentFont = False
  127.       end
  128.       object Label13: TLabel
  129.         Left = 152
  130.         Top = 104
  131.         Width = 172
  132.         Height = 13
  133.         Caption = 'Marketed exclusively by Ultisoft, Inc.'
  134.         Font.Charset = DEFAULT_CHARSET
  135.         Font.Color = clBlack
  136.         Font.Height = -11
  137.         Font.Name = 'MS Sans Serif'
  138.         Font.Style = []
  139.         ParentFont = False
  140.       end
  141.       object Memo1: TMemo
  142.         Left = 16
  143.         Top = 144
  144.         Width = 313
  145.         Height = 185
  146.         BorderStyle = bsNone
  147.         Color = clBtnFace
  148.         Ctl3D = False
  149.         Font.Charset = DEFAULT_CHARSET
  150.         Font.Color = clBlack
  151.         Font.Height = -13
  152.         Font.Name = 'MS Sans Serif'
  153.         Font.Style = []
  154.         Lines.Strings = (
  155.           'Memo1')
  156.         ParentCtl3D = False
  157.         ParentFont = False
  158.         ReadOnly = True
  159.         TabOrder = 0
  160.       end
  161.       object OKButton: TBitBtn
  162.         Left = 104
  163.         Top = 342
  164.         Width = 129
  165.         Height = 27
  166.         Caption = '&OK'
  167.         Font.Charset = DEFAULT_CHARSET
  168.         Font.Color = clBlack
  169.         Font.Height = -12
  170.         Font.Name = 'MS Sans Serif'
  171.         Font.Style = [fsBold]
  172.         ParentFont = False
  173.         TabOrder = 1
  174.         Kind = bkOK
  175.         Margin = 2
  176.         Spacing = -1
  177.         IsControl = True
  178.       end
  179.     end
  180.     object TTabPage
  181.       Left = 4
  182.       Top = 27
  183.       Caption = 'Company'
  184.       object Label1: TLabel
  185.         Left = 16
  186.         Top = 40
  187.         Width = 93
  188.         Height = 24
  189.         Caption = 'Ultisoft, Inc.'
  190.         Font.Charset = DEFAULT_CHARSET
  191.         Font.Color = clBlack
  192.         Font.Height = -19
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = []
  195.         ParentFont = False
  196.       end
  197.       object Label2: TLabel
  198.         Left = 16
  199.         Top = 72
  200.         Width = 82
  201.         Height = 16
  202.         Caption = 'P.O. Box 5015'
  203.         Font.Charset = DEFAULT_CHARSET
  204.         Font.Color = clBlack
  205.         Font.Height = -13
  206.         Font.Name = 'MS Sans Serif'
  207.         Font.Style = []
  208.         ParentFont = False
  209.       end
  210.       object Label3: TLabel
  211.         Left = 16
  212.         Top = 96
  213.         Width = 139
  214.         Height = 16
  215.         Caption = 'Central Point, OR 97502'
  216.         Font.Charset = DEFAULT_CHARSET
  217.         Font.Color = clBlack
  218.         Font.Height = -13
  219.         Font.Name = 'MS Sans Serif'
  220.         Font.Style = []
  221.         ParentFont = False
  222.       end
  223.       object Label4: TLabel
  224.         Left = 16
  225.         Top = 120
  226.         Width = 28
  227.         Height = 16
  228.         Caption = 'USA'
  229.         Font.Charset = DEFAULT_CHARSET
  230.         Font.Color = clBlack
  231.         Font.Height = -13
  232.         Font.Name = 'MS Sans Serif'
  233.         Font.Style = []
  234.         ParentFont = False
  235.       end
  236.       object Label5: TLabel
  237.         Left = 24
  238.         Top = 168
  239.         Width = 44
  240.         Height = 16
  241.         Alignment = taRightJustify
  242.         Caption = 'Orders:'
  243.       end
  244.       object Label6: TLabel
  245.         Left = 96
  246.         Top = 168
  247.         Width = 186
  248.         Height = 16
  249.         Caption = '1-800-925-3147  (U.S. / Canada)'
  250.         Font.Charset = DEFAULT_CHARSET
  251.         Font.Color = clBlack
  252.         Font.Height = -13
  253.         Font.Name = 'MS Sans Serif'
  254.         Font.Style = []
  255.         ParentFont = False
  256.       end
  257.       object Label7: TLabel
  258.         Left = 96
  259.         Top = 200
  260.         Width = 180
  261.         Height = 16
  262.         Caption = '+1 541 664-1885  (International)'
  263.         Font.Charset = DEFAULT_CHARSET
  264.         Font.Color = clBlack
  265.         Font.Height = -13
  266.         Font.Name = 'MS Sans Serif'
  267.         Font.Style = []
  268.         ParentFont = False
  269.       end
  270.       object Label8: TLabel
  271.         Left = 37
  272.         Top = 248
  273.         Width = 28
  274.         Height = 16
  275.         Alignment = taRightJustify
  276.         Caption = 'FAX:'
  277.       end
  278.       object Label9: TLabel
  279.         Left = 96
  280.         Top = 248
  281.         Width = 94
  282.         Height = 16
  283.         Caption = '+1 541 664-3403'
  284.         Font.Charset = DEFAULT_CHARSET
  285.         Font.Color = clBlack
  286.         Font.Height = -13
  287.         Font.Name = 'MS Sans Serif'
  288.         Font.Style = []
  289.         ParentFont = False
  290.       end
  291.       object Label10: TLabel
  292.         Left = 27
  293.         Top = 296
  294.         Width = 37
  295.         Height = 16
  296.         Alignment = taRightJustify
  297.         Caption = 'Email:'
  298.       end
  299.       object Label11: TLabel
  300.         Left = 96
  301.         Top = 296
  302.         Width = 101
  303.         Height = 16
  304.         Caption = 'ultisoft@mind.net'
  305.         Font.Charset = DEFAULT_CHARSET
  306.         Font.Color = clBlack
  307.         Font.Height = -13
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = []
  310.         ParentFont = False
  311.       end
  312.       object BitBtn1: TBitBtn
  313.         Left = 104
  314.         Top = 342
  315.         Width = 129
  316.         Height = 27
  317.         Caption = '&OK'
  318.         Font.Charset = DEFAULT_CHARSET
  319.         Font.Color = clBlack
  320.         Font.Height = -12
  321.         Font.Name = 'MS Sans Serif'
  322.         Font.Style = [fsBold]
  323.         ParentFont = False
  324.         TabOrder = 0
  325.         Kind = bkOK
  326.         Margin = 2
  327.         Spacing = -1
  328.         IsControl = True
  329.       end
  330.     end
  331.     object TTabPage
  332.       Left = 4
  333.       Top = 27
  334.       Caption = 'Internet'
  335.       object BitBtn2: TBitBtn
  336.         Left = 104
  337.         Top = 342
  338.         Width = 129
  339.         Height = 27
  340.         Caption = '&OK'
  341.         Font.Charset = DEFAULT_CHARSET
  342.         Font.Color = clBlack
  343.         Font.Height = -12
  344.         Font.Name = 'MS Sans Serif'
  345.         Font.Style = [fsBold]
  346.         ParentFont = False
  347.         TabOrder = 0
  348.         Kind = bkOK
  349.         Margin = 2
  350.         Spacing = -1
  351.         IsControl = True
  352.       end
  353.       object Memo2: TMemo
  354.         Left = 16
  355.         Top = 104
  356.         Width = 313
  357.         Height = 217
  358.         BorderStyle = bsNone
  359.         Color = clBtnFace
  360.         Ctl3D = False
  361.         Font.Charset = DEFAULT_CHARSET
  362.         Font.Color = clBlack
  363.         Font.Height = -13
  364.         Font.Name = 'MS Sans Serif'
  365.         Font.Style = []
  366.         Lines.Strings = (
  367.           'Memo2')
  368.         ParentCtl3D = False
  369.         ParentFont = False
  370.         ReadOnly = True
  371.         TabOrder = 1
  372.       end
  373.       object Panel1: TPanel
  374.         Left = 62
  375.         Top = 16
  376.         Width = 218
  377.         Height = 68
  378.         TabOrder = 2
  379.         object Image1: TImage
  380.           Left = 3
  381.           Top = 3
  382.           Width = 211
  383.           Height = 61
  384.           Picture.Data = {<image000.bmp>}
  385.           Stretch = True
  386.         end
  387.       end
  388.     end
  389.   end
  390. end
  391.