home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / network / ogmess / about.frm next >
Text File  |  1995-02-27  |  2KB  |  80 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "OGMESSAGE -About"
  5.    ClientHeight    =   2865
  6.    ClientLeft      =   1890
  7.    ClientTop       =   2070
  8.    ClientWidth     =   4560
  9.    Height          =   3390
  10.    Left            =   1830
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   2865
  14.    ScaleWidth      =   4560
  15.    Top             =   1605
  16.    Width           =   4680
  17.    Begin CommandButton Command1 
  18.       Caption         =   "&Ok"
  19.       Height          =   375
  20.       Left            =   720
  21.       TabIndex        =   4
  22.       Top             =   2280
  23.       Width           =   3375
  24.    End
  25.    Begin PictureBox Picture1 
  26.       BorderStyle     =   0  'None
  27.       Height          =   495
  28.       Left            =   120
  29.       Picture         =   ABOUT.FRX:0000
  30.       ScaleHeight     =   495
  31.       ScaleWidth      =   615
  32.       TabIndex        =   3
  33.       Top             =   120
  34.       Width           =   615
  35.    End
  36.    Begin Label Label1 
  37.       Alignment       =   2  'Center
  38.       Caption         =   "by Steven R. Chavez"
  39.       Height          =   375
  40.       Left            =   1080
  41.       TabIndex        =   0
  42.       Top             =   1800
  43.       Width           =   2295
  44.    End
  45.    Begin Label Label3 
  46.       Alignment       =   2  'Center
  47.       Caption         =   "Ver. 1.0"
  48.       FontBold        =   -1  'True
  49.       FontItalic      =   0   'False
  50.       FontName        =   "MS Sans Serif"
  51.       FontSize        =   12
  52.       FontStrikethru  =   0   'False
  53.       FontUnderline   =   0   'False
  54.       Height          =   375
  55.       Left            =   1680
  56.       TabIndex        =   2
  57.       Top             =   1320
  58.       Width           =   1215
  59.    End
  60.    Begin Label Label2 
  61.       Alignment       =   2  'Center
  62.       Caption         =   "OH GEE MESSAGE SYSTEM  "
  63.       FontBold        =   -1  'True
  64.       FontItalic      =   0   'False
  65.       FontName        =   "MS Sans Serif"
  66.       FontSize        =   18
  67.       FontStrikethru  =   0   'False
  68.       FontUnderline   =   0   'False
  69.       Height          =   855
  70.       Left            =   600
  71.       TabIndex        =   1
  72.       Top             =   120
  73.       Width           =   4095
  74.    End
  75. End
  76. Sub Command1_Click ()
  77. Unload about
  78. End Sub
  79.  
  80.