home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / IO_Control212260832008.psc / IO_Controller / HelpIO.frm < prev    next >
Text File  |  2008-08-02  |  2KB  |  52 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Help"
  6.    ClientHeight    =   5595
  7.    ClientLeft      =   45
  8.    ClientTop       =   435
  9.    ClientWidth     =   7770
  10.    LinkTopic       =   "Form2"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   5595
  14.    ScaleWidth      =   7770
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin VB.CommandButton Command1 
  17.       BackColor       =   &H00FFFF80&
  18.       Caption         =   "OK"
  19.       Height          =   330
  20.       Left            =   6405
  21.       Style           =   1  'Graphical
  22.       TabIndex        =   1
  23.       Top             =   5145
  24.       Width           =   1275
  25.    End
  26.    Begin VB.Label Label1 
  27.       BackColor       =   &H00FF8080&
  28.       Caption         =   $"HelpIO.frx":0000
  29.       Height          =   3690
  30.       Left            =   6405
  31.       TabIndex        =   0
  32.       Top             =   105
  33.       Width           =   1275
  34.    End
  35.    Begin VB.Image Image1 
  36.       Height          =   5580
  37.       Left            =   0
  38.       Picture         =   "HelpIO.frx":0116
  39.       Stretch         =   -1  'True
  40.       Top             =   0
  41.       Width           =   6315
  42.    End
  43. End
  44. Attribute VB_Name = "Form2"
  45. Attribute VB_GlobalNameSpace = False
  46. Attribute VB_Creatable = False
  47. Attribute VB_PredeclaredId = True
  48. Attribute VB_Exposed = False
  49. Private Sub Command1_Click()
  50. Unload Me
  51. End Sub
  52.