www.pudn.com > PausVbMorpher.zip > FrmHelp.frm


VERSION 5.00 
Begin VB.Form FrmHelp  
   BackColor       =   &H00C0C0C0& 
   BorderStyle     =   3  'Fixed Dialog 
   Caption         =   "Help" 
   ClientHeight    =   5700 
   ClientLeft      =   45 
   ClientTop       =   330 
   ClientWidth     =   7710 
   LinkTopic       =   "Form1" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   5700 
   ScaleWidth      =   7710 
   ShowInTaskbar   =   0   'False 
   StartUpPosition =   2  'CenterScreen 
   Begin VB.CommandButton Command1  
      BackColor       =   &H00C0C0C0& 
      Caption         =   "Ok" 
      Height          =   495 
      Left            =   5760 
      Style           =   1  'Graphical 
      TabIndex        =   2 
      Top             =   1800 
      Width           =   1935 
   End 
   Begin VB.PictureBox Picture1  
      Appearance      =   0  'Flat 
      AutoSize        =   -1  'True 
      BackColor       =   &H00C0C0C0& 
      BorderStyle     =   0  'None 
      ForeColor       =   &H80000008& 
      Height          =   2265 
      Left            =   120 
      Picture         =   "FrmHelp.frx":0000 
      ScaleHeight     =   2265 
      ScaleWidth      =   5505 
      TabIndex        =   1 
      Top             =   0 
      Width           =   5505 
   End 
   Begin VB.TextBox Text1  
      Height          =   3255 
      Left            =   0 
      Locked          =   -1  'True 
      MultiLine       =   -1  'True 
      TabIndex        =   0 
      Text            =   "FrmHelp.frx":28B72 
      Top             =   2400 
      Width           =   7695 
   End 
End 
Attribute VB_Name = "FrmHelp" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Private Sub Command1_Click() 
    Unload Me 
End Sub 
 
Private Sub Label1_Click(Index As Integer) 
 
End Sub