home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Structural20376112142006.psc / Help.frm < prev    next >
Text File  |  2006-12-14  |  1KB  |  46 lines

  1. VERSION 5.00
  2. Begin VB.Form Help 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Help"
  6.    ClientHeight    =   8265
  7.    ClientLeft      =   45
  8.    ClientTop       =   435
  9.    ClientWidth     =   4335
  10.    LinkTopic       =   "Form3"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   8265
  14.    ScaleWidth      =   4335
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin VB.TextBox Text1 
  17.       Appearance      =   0  'Flat
  18.       BackColor       =   &H00000000&
  19.       BeginProperty Font 
  20.          Name            =   "Lucida Console"
  21.          Size            =   9.75
  22.          Charset         =   238
  23.          Weight          =   700
  24.          Underline       =   0   'False
  25.          Italic          =   0   'False
  26.          Strikethrough   =   0   'False
  27.       EndProperty
  28.       ForeColor       =   &H00FFFFFF&
  29.       Height          =   8295
  30.       HideSelection   =   0   'False
  31.       Left            =   0
  32.       Locked          =   -1  'True
  33.       MultiLine       =   -1  'True
  34.       ScrollBars      =   2  'Vertical
  35.       TabIndex        =   0
  36.       Text            =   "Help.frx":0000
  37.       Top             =   0
  38.       Width           =   4335
  39.    End
  40. End
  41. Attribute VB_Name = "Help"
  42. Attribute VB_GlobalNameSpace = False
  43. Attribute VB_Creatable = False
  44. Attribute VB_PredeclaredId = True
  45. Attribute VB_Exposed = False
  46.