home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / nivb_src / about.frm next >
Text File  |  1993-06-03  |  4KB  |  122 lines

  1. VERSION 2.00
  2. Begin Form AboutForm 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About Netware API Test"
  5.    ControlBox      =   0   'False
  6.    Height          =   4290
  7.    Left            =   2835
  8.    LinkMode        =   1  'Source
  9.    LinkTopic       =   "Form4"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   3885
  13.    ScaleWidth      =   4470
  14.    Top             =   1245
  15.    Width           =   4590
  16.    Begin CommandButton OkButton 
  17.       Caption         =   "&OK"
  18.       Default         =   -1  'True
  19.       Height          =   336
  20.       Left            =   1692
  21.       TabIndex        =   11
  22.       Top             =   3456
  23.       Width           =   912
  24.    End
  25.    Begin PictureBox NovellIcon 
  26.       BorderStyle     =   0  'None
  27.       Height          =   492
  28.       Left            =   480
  29.       Picture         =   ABOUT.FRX:0000
  30.       ScaleHeight     =   495
  31.       ScaleWidth      =   495
  32.       TabIndex        =   1
  33.       Top             =   240
  34.       Width           =   492
  35.    End
  36.    Begin Label Label11 
  37.       Caption         =   "or Fax (303) 294-0930"
  38.       Height          =   252
  39.       Left            =   1596
  40.       TabIndex        =   9
  41.       Top             =   3036
  42.       Width           =   1968
  43.    End
  44.    Begin Label Label8 
  45.       Caption         =   "To subscribe, call (800) 377-4136"
  46.       Height          =   252
  47.       Left            =   612
  48.       TabIndex        =   8
  49.       Top             =   2796
  50.       Width           =   2928
  51.    End
  52.    Begin Label Label7 
  53.       Caption         =   "July1993 Issue of ""NetWare Application Notes"""
  54.       Height          =   255
  55.       Left            =   180
  56.       TabIndex        =   7
  57.       Top             =   2445
  58.       Width           =   4155
  59.    End
  60.    Begin Label Label10 
  61.       Caption         =   "Visual Basic"""
  62.       Height          =   225
  63.       Left            =   2040
  64.       TabIndex        =   6
  65.       Top             =   2130
  66.       Width           =   1350
  67.    End
  68.    Begin Label Label6 
  69.       Caption         =   "Example program for ""A NetWare Interface for"
  70.       Height          =   252
  71.       Left            =   180
  72.       TabIndex        =   5
  73.       Top             =   1908
  74.       Width           =   3996
  75.    End
  76.    Begin Label Label9 
  77.       Caption         =   "Distribute Freely"
  78.       Height          =   276
  79.       Left            =   1548
  80.       TabIndex        =   4
  81.       Top             =   1548
  82.       Width           =   1476
  83.    End
  84.    Begin Label Label1 
  85.       Caption         =   "Copyright (c) 1993, Novell, Inc."
  86.       Height          =   255
  87.       Left            =   1545
  88.       TabIndex        =   0
  89.       Top             =   1290
  90.       Width           =   2790
  91.    End
  92.    Begin Label Label4 
  93.       Caption         =   "Novell Systems Research"
  94.       Height          =   252
  95.       Left            =   1548
  96.       TabIndex        =   3
  97.       Top             =   972
  98.       Width           =   2412
  99.    End
  100.    Begin Label Label3 
  101.       Caption         =   "by Morgan B. Adair"
  102.       Height          =   252
  103.       Left            =   1548
  104.       TabIndex        =   2
  105.       Top             =   720
  106.       Width           =   1812
  107.    End
  108.    Begin Label Label2 
  109.       Caption         =   "NetWare API Tester for Visual Basic for Windows"
  110.       Height          =   492
  111.       Left            =   1548
  112.       TabIndex        =   10
  113.       Top             =   144
  114.       Width           =   2172
  115.    End
  116. End
  117.  
  118. Sub OKButton_Click ()
  119.     Unload AboutForm
  120. End Sub
  121.  
  122.