home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0253 / 0253.ZIP / STUDPOK.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1998-02-20  |  7KB  |  308 lines

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