home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / CPUGraph / cpugraph.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-08-20  |  2.7 KB  |  130 lines

  1. object AboutBox: TAboutBox
  2.   Left = 216
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Modem Monitor Graph'
  7.   ClientHeight = 225
  8.   ClientWidth = 361
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Tag = 123
  19.     Left = 8
  20.     Top = 8
  21.     Width = 345
  22.     Height = 209
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 1
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 41
  31.       Height = 41
  32.       Picture.Data = {<image000.ico>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 96
  38.       Top = 16
  39.       Width = 157
  40.       Height = 20
  41.       Caption = 'CPU Monitor Graph'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -16
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 120
  52.       Top = 42
  53.       Width = 137
  54.       Height = 13
  55.       Caption = 'Version 1.0     (August 1998) '
  56.       IsControl = True
  57.     end
  58.     object Copyright: TLabel
  59.       Left = 10
  60.       Top = 80
  61.       Width = 75
  62.       Height = 13
  63.       Caption = 'Ashok Kumar'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clWindowText
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Comments: TLabel
  73.       Left = 10
  74.       Top = 128
  75.       Width = 113
  76.       Height = 13
  77.       Caption = 'email:  ashok@es.co.nz'
  78.       WordWrap = True
  79.       IsControl = True
  80.     end
  81.     object Label1: TLabel
  82.       Left = 10
  83.       Top = 96
  84.       Width = 63
  85.       Height = 13
  86.       Caption = 'PO Box 1574'
  87.       IsControl = True
  88.     end
  89.     object Label2: TLabel
  90.       Left = 10
  91.       Top = 112
  92.       Width = 131
  93.       Height = 13
  94.       Caption = 'Dunedin,   NEW ZEALAND'
  95.       IsControl = True
  96.     end
  97.     object Label3: TLabel
  98.       Left = 10
  99.       Top = 144
  100.       Width = 325
  101.       Height = 13
  102.       Caption = 'home: www.geocities.com/WestHollywood/Heights/7980/index.html'
  103.       WordWrap = True
  104.       IsControl = True
  105.     end
  106.     object Button1: TButton
  107.       Tag = 1
  108.       Left = 40
  109.       Top = 168
  110.       Width = 129
  111.       Height = 25
  112.       Cursor = crHandPoint
  113.       Caption = '&Go to Home Page'
  114.       TabOrder = 0
  115.       OnClick = Button1Click
  116.     end
  117.   end
  118.   object OKButton: TButton
  119.     Left = 240
  120.     Top = 176
  121.     Width = 75
  122.     Height = 25
  123.     Cursor = crHandPoint
  124.     Caption = '&OK'
  125.     Default = True
  126.     ModalResult = 1
  127.     TabOrder = 0
  128.   end
  129. end
  130.