home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 216
- Top = 159
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Modem Monitor Graph'
- ClientHeight = 225
- ClientWidth = 361
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Tag = 123
- Left = 8
- Top = 8
- Width = 345
- Height = 209
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 1
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 41
- Height = 41
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 96
- Top = 16
- Width = 157
- Height = 20
- Caption = 'CPU Monitor Graph'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 120
- Top = 42
- Width = 137
- Height = 13
- Caption = 'Version 1.0 (August 1998) '
- IsControl = True
- end
- object Copyright: TLabel
- Left = 10
- Top = 80
- Width = 75
- Height = 13
- Caption = 'Ashok Kumar'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Comments: TLabel
- Left = 10
- Top = 128
- Width = 113
- Height = 13
- Caption = 'email: ashok@es.co.nz'
- WordWrap = True
- IsControl = True
- end
- object Label1: TLabel
- Left = 10
- Top = 96
- Width = 63
- Height = 13
- Caption = 'PO Box 1574'
- IsControl = True
- end
- object Label2: TLabel
- Left = 10
- Top = 112
- Width = 131
- Height = 13
- Caption = 'Dunedin, NEW ZEALAND'
- IsControl = True
- end
- object Label3: TLabel
- Left = 10
- Top = 144
- Width = 325
- Height = 13
- Caption = 'home: www.geocities.com/WestHollywood/Heights/7980/index.html'
- WordWrap = True
- IsControl = True
- end
- object Button1: TButton
- Tag = 1
- Left = 40
- Top = 168
- Width = 129
- Height = 25
- Cursor = crHandPoint
- Caption = '&Go to Home Page'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- object OKButton: TButton
- Left = 240
- Top = 176
- Width = 75
- Height = 25
- Cursor = crHandPoint
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- end
-