home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / gridex / frmabout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-01-02  |  950 b   |  32 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    Caption         =   "About The Janus GridEX Advanced Sample"
  4.    ClientHeight    =   2985
  5.    ClientLeft      =   1890
  6.    ClientTop       =   2790
  7.    ClientWidth     =   5190
  8.    Icon            =   "frmAbout.frx":0000
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   199
  11.    ScaleMode       =   3  'Pixel
  12.    ScaleWidth      =   346
  13.    StartUpPosition =   2  'CenterScreen
  14.    Begin VB.CommandButton cmdOK 
  15.       Caption         =   "OK"
  16.       Default         =   -1  'True
  17.       Height          =   330
  18.       Left            =   2010
  19.       TabIndex        =   0
  20.       Top             =   2535
  21.       Width           =   1200
  22.    End
  23. Attribute VB_Name = "frmAbout"
  24. Attribute VB_GlobalNameSpace = False
  25. Attribute VB_Creatable = False
  26. Attribute VB_PredeclaredId = True
  27. Attribute VB_Exposed = False
  28. Option Explicit
  29. Private Sub cmdOK_Click()
  30.     Unload Me
  31. End Sub
  32.