home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / mtuspeed.exe / MTUSpeed.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-08-21  |  2KB  |  112 lines

  1. object AboutBox: TAboutBox
  2.   Left = 213
  3.   Top = 448
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 298
  22.     Height = 213
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BevelOuter = bvNone
  26.     BevelWidth = 2
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object ProgramIcon: TImage
  30.       Left = 18
  31.       Top = 18
  32.       Width = 32
  33.       Height = 32
  34.       AutoSize = True
  35.       Picture.Data = {<image001.ico>}
  36.       Stretch = True
  37.       IsControl = True
  38.     end
  39.     object VersionLabel: TLabel
  40.       Left = 84
  41.       Top = 19
  42.       Width = 130
  43.       Height = 20
  44.       Alignment = taCenter
  45.       AutoSize = False
  46.       Caption = 'Version No'
  47.       Font.Color = clWindowText
  48.       Font.Height = -16
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       IsControl = True
  53.     end
  54.     object Copyright: TLabel
  55.       Left = 73
  56.       Top = 49
  57.       Width = 151
  58.       Height = 13
  59.       Caption = 'Copyright Mike Sutherland 1997'
  60.       IsControl = True
  61.     end
  62.     object Comments: TLabel
  63.       Left = 28
  64.       Top = 119
  65.       Width = 235
  66.       Height = 52
  67.       Alignment = taCenter
  68.       Caption = 
  69.         'This product is freeware. However, please do not dis-assemble or' +
  70.         ' otherwise hack the executable. Please see the mtuspeed.txt file' +
  71.         ' that accompanies this program.'
  72.       WordWrap = True
  73.       IsControl = True
  74.     end
  75.     object Label1: TLabel
  76.       Left = 100
  77.       Top = 72
  78.       Width = 98
  79.       Height = 13
  80.       Caption = 'mike@mjs.u-net.com'
  81.     end
  82.     object Image1: TImage
  83.       Left = 248
  84.       Top = 18
  85.       Width = 32
  86.       Height = 32
  87.       AutoSize = True
  88.       Picture.Data = {<image002.ico>}
  89.       Stretch = True
  90.       IsControl = True
  91.     end
  92.     object Label2: TLabel
  93.       Left = 85
  94.       Top = 95
  95.       Width = 128
  96.       Height = 13
  97.       Alignment = taCenter
  98.       Caption = 'http://www.mjs.u-net.com/'
  99.     end
  100.   end
  101.   object OKButton: TButton
  102.     Left = 111
  103.     Top = 180
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 1
  110.   end
  111. end
  112.