home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-05-10  |  4KB  |  193 lines

  1. object AboutBox: TAboutBox
  2.   Left = 215
  3.   Top = 112
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About MCP'
  7.   ClientHeight = 328
  8.   ClientWidth = 411
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 393
  23.     Height = 281
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 8
  30.       Top = 16
  31.       Width = 113
  32.       Height = 41
  33.       Picture.Data = {<image000.bmp>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object Version: TLabel
  38.       Left = 120
  39.       Top = 16
  40.       Width = 41
  41.       Height = 13
  42.       Caption = 'Build 3.0'
  43.       IsControl = True
  44.     end
  45.     object Copyright: TLabel
  46.       Left = 56
  47.       Top = 264
  48.       Width = 286
  49.       Height = 13
  50.       Caption = 'MCP and logo are trademarks of enCOM SYSware  (c) ,1998'
  51.       IsControl = True
  52.     end
  53.     object Comments: TLabel
  54.       Left = 8
  55.       Top = 88
  56.       Width = 377
  57.       Height = 26
  58.       Caption = 
  59.         'Get into touch with us at: www.geocities.com/SiliconValley/Pines' +
  60.         '/5299/index.html '
  61.       Font.Charset = ANSI_CHARSET
  62.       Font.Color = clRed
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       WordWrap = True
  68.       IsControl = True
  69.     end
  70.     object Label1: TLabel
  71.       Left = 32
  72.       Top = 64
  73.       Width = 336
  74.       Height = 13
  75.       Caption = 
  76.         'By C. Winters of enCOM SYSware, 1998.    -Email: cleaner1@juno.c' +
  77.         'om'
  78.     end
  79.     object Label2: TLabel
  80.       Left = 24
  81.       Top = 248
  82.       Width = 353
  83.       Height = 17
  84.       Caption = 'Check out the informational file below to the left for MCP info!'
  85.       Font.Charset = ANSI_CHARSET
  86.       Font.Color = clBlack
  87.       Font.Height = -11
  88.       Font.Name = 'Arial'
  89.       Font.Style = [fsBold, fsItalic]
  90.       ParentFont = False
  91.       WordWrap = True
  92.     end
  93.     object Label3: TLabel
  94.       Left = 120
  95.       Top = 40
  96.       Width = 159
  97.       Height = 19
  98.       Caption = 'Master Control Panel'
  99.       DragMode = dmAutomatic
  100.       Font.Charset = ANSI_CHARSET
  101.       Font.Color = clRed
  102.       Font.Height = -16
  103.       Font.Name = 'Arial'
  104.       Font.Style = [fsBold]
  105.       ParentFont = False
  106.       OnDragDrop = Label3DragDrop
  107.     end
  108.     object Label4: TLabel
  109.       Left = 8
  110.       Top = 136
  111.       Width = 369
  112.       Height = 26
  113.       Caption = 
  114.         'Would like to THANK GOD first of all for giving me this talent t' +
  115.         'o program, and be a computer, networks, electronics tech!'
  116.       Font.Charset = ANSI_CHARSET
  117.       Font.Color = clBlack
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       WordWrap = True
  123.       OnDblClick = Label4DblClick
  124.     end
  125.     object Label7: TLabel
  126.       Left = 16
  127.       Top = 184
  128.       Width = 359
  129.       Height = 39
  130.       Caption = 
  131.         'This product is unregistered. If you like Master Control Panel t' +
  132.         'hen feel free to register. It will enable more features of MCP a' +
  133.         'nd other benefits. Click MCP info button or email above for more' +
  134.         ' information on registering.'
  135.       Font.Charset = ANSI_CHARSET
  136.       Font.Color = clNavy
  137.       Font.Height = -11
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = []
  140.       ParentFont = False
  141.       WordWrap = True
  142.       OnDblClick = Label7DblClick
  143.     end
  144.     object Label5: TLabel
  145.       Left = 264
  146.       Top = 112
  147.       Width = 73
  148.       Height = 13
  149.       Caption = '(case sensitive)'
  150.     end
  151.     object Label6: TLabel
  152.       Left = 264
  153.       Top = 16
  154.       Width = 86
  155.       Height = 13
  156.       Caption = 'UNREGISTERED'
  157.     end
  158.   end
  159.   object OKButton: TButton
  160.     Left = 328
  161.     Top = 296
  162.     Width = 75
  163.     Height = 25
  164.     Caption = '&OK, leave...'
  165.     Default = True
  166.     ModalResult = 1
  167.     TabOrder = 1
  168.   end
  169.   object Button1: TButton
  170.     Left = 8
  171.     Top = 296
  172.     Width = 73
  173.     Height = 25
  174.     Caption = '&MCP info'
  175.     TabOrder = 2
  176.     OnClick = Button1Click
  177.   end
  178.   object Button2: TButton
  179.     Left = 88
  180.     Top = 296
  181.     Width = 75
  182.     Height = 25
  183.     Caption = '&Contributors'
  184.     TabOrder = 3
  185.     OnClick = Button2Click
  186.   end
  187.   object Timer1: TTimer
  188.     OnTimer = Timer1Timer
  189.     Left = 360
  190.     Top = 16
  191.   end
  192. end
  193.