home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 January / dppcpro0199a.iso / January / Fp98 / SDK / Utility / Webtmpl / Help.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-09-18  |  1.9 KB  |  68 lines

  1. VERSION 5.00
  2. Begin VB.Form frmHelp 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Help for Web Template Maker"
  5.    ClientHeight    =   4815
  6.    ClientLeft      =   2535
  7.    ClientTop       =   3780
  8.    ClientWidth     =   4845
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    PaletteMode     =   1  'UseZOrder
  13.    ScaleHeight     =   4815
  14.    ScaleWidth      =   4845
  15.    ShowInTaskbar   =   0   'False
  16.    Begin VB.CommandButton Command1 
  17.       Caption         =   "OK"
  18.       Height          =   375
  19.       Left            =   1860
  20.       TabIndex        =   2
  21.       Top             =   4320
  22.       Width           =   1155
  23.    End
  24.    Begin VB.Label Label4 
  25.       Caption         =   $"help.frx":0000
  26.       Height          =   795
  27.       Left            =   120
  28.       TabIndex        =   4
  29.       Top             =   3360
  30.       Width           =   4575
  31.    End
  32.    Begin VB.Label Label1 
  33.       Caption         =   $"help.frx":00E7
  34.       Height          =   1035
  35.       Left            =   120
  36.       TabIndex        =   3
  37.       Top             =   2220
  38.       Width           =   4575
  39.    End
  40.    Begin VB.Label Label2 
  41.       Caption         =   $"help.frx":01FD
  42.       Height          =   855
  43.       Left            =   120
  44.       TabIndex        =   1
  45.       Top             =   120
  46.       Width           =   4575
  47.    End
  48.    Begin VB.Label Label3 
  49.       Caption         =   $"help.frx":02F4
  50.       Height          =   1035
  51.       Left            =   120
  52.       TabIndex        =   0
  53.       Top             =   1080
  54.       Width           =   4575
  55.    End
  56. Attribute VB_Name = "frmHelp"
  57. Attribute VB_GlobalNameSpace = False
  58. Attribute VB_Creatable = False
  59. Attribute VB_PredeclaredId = True
  60. Attribute VB_Exposed = False
  61. Option Explicit
  62. Private Sub Command1_Click()
  63.     Unload Me
  64. End Sub
  65. Private Sub Form_Load()
  66.     CenterFormOnScreen Me
  67. End Sub
  68.