home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / Free / Prg / VertMenu.exe / dlgAbout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-11  |  2.2 KB  |  69 lines

  1. VERSION 5.00
  2. Begin VB.Form dlgAbout 
  3.    Caption         =   "About VertMenu ActiveX Control"
  4.    ClientHeight    =   2775
  5.    ClientLeft      =   2535
  6.    ClientTop       =   4575
  7.    ClientWidth     =   5385
  8.    Icon            =   "dlgAbout.frx":0000
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   2775
  13.    ScaleWidth      =   5385
  14.    Begin VB.CommandButton cmdOK 
  15.       Cancel          =   -1  'True
  16.       Caption         =   "&OK"
  17.       Default         =   -1  'True
  18.       Height          =   465
  19.       Left            =   2160
  20.       TabIndex        =   1
  21.       Top             =   2160
  22.       Width           =   1230
  23.    End
  24.    Begin VB.Label Label2 
  25.       Caption         =   "Copyright 1997 WinResources Computing, Inc., Solana Beach, CA 90275"
  26.       BeginProperty Font 
  27.          Name            =   "MS Sans Serif"
  28.          Size            =   9.75
  29.          Charset         =   0
  30.          Weight          =   700
  31.          Underline       =   0   'False
  32.          Italic          =   0   'False
  33.          Strikethrough   =   0   'False
  34.       EndProperty
  35.       Height          =   555
  36.       Left            =   225
  37.       TabIndex        =   2
  38.       Top             =   1575
  39.       Width           =   4875
  40.    End
  41.    Begin VB.Label Label1 
  42.       Alignment       =   2  'Center
  43.       Caption         =   "Vertical Menu ActiveX Control"
  44.       BeginProperty Font 
  45.          Name            =   "MS Sans Serif"
  46.          Size            =   24
  47.          Charset         =   0
  48.          Weight          =   400
  49.          Underline       =   0   'False
  50.          Italic          =   0   'False
  51.          Strikethrough   =   0   'False
  52.       EndProperty
  53.       ForeColor       =   &H00C00000&
  54.       Height          =   1275
  55.       Left            =   585
  56.       TabIndex        =   0
  57.       Top             =   180
  58.       Width           =   4245
  59.    End
  60. Attribute VB_Name = "dlgAbout"
  61. Attribute VB_GlobalNameSpace = False
  62. Attribute VB_Creatable = False
  63. Attribute VB_PredeclaredId = True
  64. Attribute VB_Exposed = False
  65. Option Explicit
  66. Private Sub cmdOK_Click()
  67.     Unload Me
  68. End Sub
  69.