home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol12n18.zip / FONSRC.ZIP / FONEABOU.TXT < prev    next >
Text File  |  1993-08-03  |  2KB  |  90 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About FoneWord"
  5.    ClientHeight    =   1380
  6.    ClientLeft      =   960
  7.    ClientTop       =   3780
  8.    ClientWidth     =   5550
  9.    Height          =   1905
  10.    Left            =   900
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1380
  15.    ScaleWidth      =   5550
  16.    Top             =   3315
  17.    Width           =   5670
  18.    Begin PictureBox Picture1 
  19.       AutoSize        =   -1  'True
  20.       BorderStyle     =   0  'None
  21.       Height          =   480
  22.       Left            =   240
  23.       Picture         =   FONEABOU.FRX:0000
  24.       ScaleHeight     =   480
  25.       ScaleWidth      =   480
  26.       TabIndex        =   1
  27.       Top             =   240
  28.       Width           =   480
  29.    End
  30.    Begin CommandButton CommandOK 
  31.       Caption         =   "OK"
  32.       Default         =   -1  'True
  33.       Height          =   315
  34.       Left            =   4680
  35.       TabIndex        =   0
  36.       Top             =   120
  37.       Width           =   735
  38.    End
  39.    Begin Label Label4 
  40.       Caption         =   "October 26th, 1993  U.S. Edition"
  41.       Height          =   255
  42.       Left            =   1020
  43.       TabIndex        =   5
  44.       Top             =   1020
  45.       Width           =   3495
  46.    End
  47.    Begin Label Label3 
  48.       Caption         =   "First published in PC Magazine "
  49.       Height          =   255
  50.       Left            =   1020
  51.       TabIndex        =   4
  52.       Top             =   720
  53.       Width           =   3495
  54.    End
  55.    Begin Label Label2 
  56.       Caption         =   "Copyright ⌐ 1993 by Neil J. Rubenking"
  57.       Height          =   255
  58.       Left            =   1020
  59.       TabIndex        =   3
  60.       Top             =   420
  61.       Width           =   3495
  62.    End
  63.    Begin Label Label1 
  64.       Caption         =   "FoneWord Version 1.0"
  65.       Height          =   255
  66.       Left            =   1020
  67.       TabIndex        =   2
  68.       Top             =   120
  69.       Width           =   3495
  70.    End
  71.    Begin Shape Shape1 
  72.       FillColor       =   &H00FFFFFF&
  73.       FillStyle       =   0  'Solid
  74.       Height          =   735
  75.       Left            =   120
  76.       Top             =   120
  77.       Width           =   735
  78.    End
  79. End
  80. Option Explicit
  81.  
  82. Sub CommandOK_Click ()
  83.   Form2.Hide
  84. End Sub
  85.  
  86. Sub Form_Load ()
  87.   'foo
  88. End Sub
  89.  
  90.