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