VERSION 2.00
Begin Form Form2 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "About FoneWord"
   ClientHeight    =   1380
   ClientLeft      =   960
   ClientTop       =   3780
   ClientWidth     =   5550
   Height          =   1905
   Left            =   900
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1380
   ScaleWidth      =   5550
   Top             =   3315
   Width           =   5670
   Begin PictureBox Picture1 
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      Height          =   480
      Left            =   240
      Picture         =   FONEABOU.FRX:0000
      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         =   "October 26th, 1993  U.S. Edition"
      Height          =   255
      Left            =   1020
      TabIndex        =   5
      Top             =   1020
      Width           =   3495
   End
   Begin Label Label3 
      Caption         =   "First published in PC Magazine "
      Height          =   255
      Left            =   1020
      TabIndex        =   4
      Top             =   720
      Width           =   3495
   End
   Begin Label Label2 
      Caption         =   "Copyright  1993 by Neil J. Rubenking"
      Height          =   255
      Left            =   1020
      TabIndex        =   3
      Top             =   420
      Width           =   3495
   End
   Begin Label Label1 
      Caption         =   "FoneWord Version 1.0"
      Height          =   255
      Left            =   1020
      TabIndex        =   2
      Top             =   120
      Width           =   3495
   End
   Begin Shape Shape1 
      FillColor       =   &H00FFFFFF&
      FillStyle       =   0  'Solid
      Height          =   735
      Left            =   120
      Top             =   120
      Width           =   735
   End
End
Option Explicit

Sub CommandOK_Click ()
  Form2.Hide
End Sub

Sub Form_Load ()
  'foo
End Sub

