home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / win95nt / program / msgblast / data.z / ABOUT.FRM next >
Text File  |  1995-07-04  |  2KB  |  85 lines

  1. VERSION 4.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "About Small Caption"
  5.    ClientHeight    =   2370
  6.    ClientLeft      =   2355
  7.    ClientTop       =   2475
  8.    ClientWidth     =   2535
  9.    BeginProperty Font 
  10.       name            =   "MS Sans Serif"
  11.       charset         =   0
  12.       weight          =   700
  13.       size            =   8.25
  14.       underline       =   0   'False
  15.       italic          =   0   'False
  16.       strikethrough   =   0   'False
  17.    EndProperty
  18.    Height          =   2775
  19.    Left            =   2295
  20.    LinkTopic       =   "Form1"
  21.    MaxButton       =   0   'False
  22.    MinButton       =   0   'False
  23.    ScaleHeight     =   2370
  24.    ScaleWidth      =   2535
  25.    Top             =   2130
  26.    Width           =   2655
  27.    Begin VB.CommandButton Command1 
  28.       Caption         =   "Click!"
  29.       Height          =   372
  30.       Left            =   720
  31.       TabIndex        =   4
  32.       Top             =   1920
  33.       Width           =   972
  34.    End
  35.    Begin VB.Label Label2 
  36.       Alignment       =   2  'Center
  37.       Caption         =   "Modified and improved to work with MsgBlast.Ocx by Ed Staffin"
  38.       Height          =   612
  39.       Left            =   120
  40.       TabIndex        =   3
  41.       Top             =   1140
  42.       Width           =   2292
  43.    End
  44.    Begin VB.Label Label1 
  45.       Alignment       =   2  'Center
  46.       Caption         =   "Randall Kern && Jim Cash"
  47.       Height          =   252
  48.       Index           =   2
  49.       Left            =   60
  50.       TabIndex        =   2
  51.       Top             =   840
  52.       Width           =   2412
  53.    End
  54.    Begin VB.Label Label1 
  55.       Alignment       =   2  'Center
  56.       Caption         =   "Originally designed and written by"
  57.       Height          =   432
  58.       Index           =   1
  59.       Left            =   60
  60.       TabIndex        =   1
  61.       Top             =   360
  62.       Width           =   2412
  63.    End
  64.    Begin VB.Label Label1 
  65.       Alignment       =   2  'Center
  66.       Caption         =   "Small Caption Example"
  67.       Height          =   252
  68.       Index           =   0
  69.       Left            =   0
  70.       TabIndex        =   0
  71.       Top             =   0
  72.       Width           =   2412
  73.    End
  74. End
  75. Attribute VB_Name = "frmAbout"
  76. Attribute VB_Creatable = False
  77. Attribute VB_Exposed = False
  78.  
  79. Private Sub Command1_Click()
  80.     Unload Me
  81.  
  82. End Sub
  83.  
  84.  
  85.