home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmHelp
- BorderStyle = 3 'Fixed Dialog
- Caption = "Help for Web Template Maker"
- ClientHeight = 4815
- ClientLeft = 2535
- ClientTop = 3780
- ClientWidth = 4845
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- PaletteMode = 1 'UseZOrder
- ScaleHeight = 4815
- ScaleWidth = 4845
- ShowInTaskbar = 0 'False
- Begin VB.CommandButton Command1
- Caption = "OK"
- Height = 375
- Left = 1860
- TabIndex = 2
- Top = 4320
- Width = 1155
- End
- Begin VB.Label Label4
- Caption = $"help.frx":0000
- Height = 795
- Left = 120
- TabIndex = 4
- Top = 3360
- Width = 4575
- End
- Begin VB.Label Label1
- Caption = $"help.frx":00E7
- Height = 1035
- Left = 120
- TabIndex = 3
- Top = 2220
- Width = 4575
- End
- Begin VB.Label Label2
- Caption = $"help.frx":01FD
- Height = 855
- Left = 120
- TabIndex = 1
- Top = 120
- Width = 4575
- End
- Begin VB.Label Label3
- Caption = $"help.frx":02F4
- Height = 1035
- Left = 120
- TabIndex = 0
- Top = 1080
- Width = 4575
- End
- Attribute VB_Name = "frmHelp"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Command1_Click()
- Unload Me
- End Sub
- Private Sub Form_Load()
- CenterFormOnScreen Me
- End Sub
-