home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / switch / about.frm (.txt) next >
Encoding:
Visual Basic Form  |  1995-09-06  |  4.9 KB  |  136 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About Switch"
  5.    ClientHeight    =   6105
  6.    ClientLeft      =   1410
  7.    ClientTop       =   960
  8.    ClientWidth     =   7440
  9.    Height          =   6510
  10.    Left            =   1350
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form4"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   6105
  16.    ScaleWidth      =   7440
  17.    Top             =   615
  18.    Width           =   7560
  19.    Begin CommandButton Command1 
  20.       Caption         =   "
  21. Muchas gracias!"
  22.       Default         =   -1  'True
  23.       Height          =   555
  24.       Left            =   2880
  25.       TabIndex        =   4
  26.       Top             =   5460
  27.       Width           =   1815
  28.    End
  29.    Begin PictureBox Picture1 
  30.       Height          =   1035
  31.       Left            =   240
  32.       Picture         =   ABOUT.FRX:0000
  33.       ScaleHeight     =   1005
  34.       ScaleWidth      =   1905
  35.       TabIndex        =   0
  36.       Top             =   120
  37.       Width           =   1935
  38.    End
  39.    Begin Label Label9 
  40.       Caption         =   "I can also be reached at The Fine Blue Line BBS at (203) 226-3565. I want to hear from you, so please keep in touch!"
  41.       Height          =   435
  42.       Left            =   240
  43.       TabIndex        =   9
  44.       Top             =   4860
  45.       Width           =   7095
  46.    End
  47.    Begin Label Label4 
  48.       Caption         =   "Questions and/or comments and/or suggestions about Switch or any other Jon Persky Games are greatly welcome and can be sent via CompuServe E-mail [70661,700] or the slow way to the address above."
  49.       Height          =   615
  50.       Left            =   240
  51.       TabIndex        =   5
  52.       Top             =   4260
  53.       Width           =   7095
  54.    End
  55.    Begin Label Label3 
  56.       Caption         =   "This program may be distributed freely as long as it contains the files SWITCH.EXE, BLUEDOT.ICO, REDDOT.ICO, BLANK.ICO, and SWITCH.TXT intact and unaltered. 
  57. 1992, Jonathan D. Persky."
  58.       Height          =   615
  59.       Left            =   840
  60.       TabIndex        =   3
  61.       Top             =   3600
  62.       Width           =   5865
  63.    End
  64.    Begin Label Label7 
  65.       Caption         =   "If you are a member of CompuServe, registration is even easier. You can GO SWREG and send the registration fee automatically to ID #254. (I must ask that you include an extra $1 (total $6) to defray CompuServe's 15% processing fee.)"
  66.       Height          =   615
  67.       Left            =   180
  68.       TabIndex        =   10
  69.       Top             =   2940
  70.       Width           =   7095
  71.    End
  72.    Begin Label Label5 
  73.       Caption         =   "Switch is Shareware. If you enjoy it, please send $5 to: Jon Persky, 5 Oak Lane, Weston, CT 06883. You'll receive a complete set of the latest versions of all completed Jon Persky Games (please specify 3.5"" or 5.25"" disk.)"
  74.       Height          =   615
  75.       Left            =   120
  76.       TabIndex        =   6
  77.       Top             =   2280
  78.       Width           =   7035
  79.    End
  80.    Begin Label Label6 
  81.       Caption         =   "I am 14 years old and relatively new to Visual Basic. Hope you like my stuff!"
  82.       Height          =   255
  83.       Left            =   360
  84.       TabIndex        =   7
  85.       Top             =   1920
  86.       Visible         =   0   'False
  87.       Width           =   6555
  88.    End
  89.    Begin Label Label8 
  90.       Caption         =   "Jonathan D. Persky"
  91.       FontBold        =   -1  'True
  92.       FontItalic      =   0   'False
  93.       FontName        =   "MS Sans Serif"
  94.       FontSize        =   8.25
  95.       FontStrikethru  =   0   'False
  96.       FontUnderline   =   -1  'True
  97.       ForeColor       =   &H00008000&
  98.       Height          =   255
  99.       Left            =   4980
  100.       TabIndex        =   8
  101.       Top             =   1380
  102.       Width           =   1755
  103.    End
  104.    Begin Label Label2 
  105.       Caption         =   "#2 in a series of games for Windows 3.x. Created by  on Microsoft Visual Basic v.1.0."
  106.       Height          =   435
  107.       Left            =   420
  108.       TabIndex        =   2
  109.       Top             =   1380
  110.       Width           =   4530
  111.    End
  112.    Begin Label Label1 
  113.       Alignment       =   2  'Center
  114.       Caption         =   "Jon Persky Games Presents SWITCH v. 2.0"
  115.       FontBold        =   -1  'True
  116.       FontItalic      =   0   'False
  117.       FontName        =   "Times New Roman"
  118.       FontSize        =   18
  119.       FontStrikethru  =   0   'False
  120.       FontUnderline   =   0   'False
  121.       Height          =   795
  122.       Left            =   2340
  123.       TabIndex        =   1
  124.       Top             =   240
  125.       Width           =   4935
  126.    End
  127. Sub Command1_Click ()
  128. Unload about
  129. End Sub
  130. Sub Label7_Click ()
  131. label6.visible = -1
  132. End Sub
  133. Sub Label8_Click ()
  134. label6.visible = -1
  135. End Sub
  136.