VERSION 2.00
Begin Form Form2 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "About Montor"
   ClientHeight    =   1470
   ClientLeft      =   315
   ClientTop       =   2760
   ClientWidth     =   5550
   Height          =   1995
   Icon            =   MONTABOU.FRX:0000
   Left            =   255
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1470
   ScaleWidth      =   5550
   Top             =   2295
   Width           =   5670
   Begin PictureBox Picture1 
      AutoSize        =   -1  'True
      BackColor       =   &H80000008&
      BorderStyle     =   0  'None
      Height          =   480
      Left            =   240
      Picture         =   MONTABOU.FRX:0302
      ScaleHeight     =   480
      ScaleWidth      =   480
      TabIndex        =   1
      Top             =   240
      Width           =   480
   End
   Begin CommandButton CommandOK 
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   315
      Left            =   4680
      TabIndex        =   0
      Top             =   120
      Width           =   735
   End
   Begin Label Label4 
      Caption         =   "December 7th, 1993  U.S. Edition"
      Height          =   255
      Left            =   1020
      TabIndex        =   5
      Top             =   1140
      Width           =   4335
   End
   Begin Label Label3 
      Caption         =   "First published in PC Magazine "
      Height          =   255
      Left            =   1020
      TabIndex        =   4
      Top             =   840
      Width           =   4335
   End
   Begin Label Label2 
      Caption         =   "Copyright  1993 by Neil J. Rubenking"
      Height          =   255
      Left            =   1020
      TabIndex        =   3
      Top             =   540
      Width           =   4335
   End
   Begin Label Label1 
      Caption         =   "Montor Version 1.0"
      Height          =   255
      Left            =   1020
      TabIndex        =   2
      Top             =   120
      Width           =   3495
   End
   Begin Shape Shape1 
      BackColor       =   &H80000008&
      FillColor       =   &H00FFFFFF&
      FillStyle       =   0  'Solid
      Height          =   735
      Left            =   120
      Top             =   120
      Width           =   735
   End
End
Option Explicit

Sub CommandOK_Click ()
  Form2.Hide
End Sub

