www.pudn.com > 020630_download.zip > frmAbout.frm


VERSION 5.00 
Begin VB.Form frmAbout  
   BorderStyle     =   3  'Fixed Dialog 
   Caption         =   "About" 
   ClientHeight    =   1920 
   ClientLeft      =   2340 
   ClientTop       =   1935 
   ClientWidth     =   7380 
   ClipControls    =   0   'False 
   LinkTopic       =   "Form2" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   1325.218 
   ScaleMode       =   0  'User 
   ScaleWidth      =   6930.202 
   ShowInTaskbar   =   0   'False 
   Begin VB.CommandButton Command1  
      Caption         =   "Ok" 
      BeginProperty Font  
         Name            =   "Tahoma" 
         Size            =   8.25 
         Charset         =   0 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      Height          =   375 
      Left            =   6120 
      TabIndex        =   0 
      Top             =   1440 
      Width           =   1215 
   End 
   Begin VB.Label Label5  
      Alignment       =   2  'Center 
      Caption         =   "Visit ES WebSite" 
      BeginProperty Font  
         Name            =   "Verdana" 
         Size            =   8.25 
         Charset         =   0 
         Weight          =   400 
         Underline       =   -1  'True 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      ForeColor       =   &H00FF0000& 
      Height          =   255 
      Left            =   0 
      TabIndex        =   5 
      Top             =   1680 
      Width           =   1815 
   End 
   Begin VB.Label Label4  
      Caption         =   $"frmAbout.frx":0000 
      BeginProperty Font  
         Name            =   "Verdana" 
         Size            =   8.25 
         Charset         =   0 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      Height          =   1455 
      Left            =   1920 
      TabIndex        =   4 
      Top             =   360 
      Width           =   4095 
   End 
   Begin VB.Label Label3  
      Caption         =   "Credits To: Azzmodan For His Awesome Help!!!" 
      BeginProperty Font  
         Name            =   "Verdana" 
         Size            =   9.75 
         Charset         =   0 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      ForeColor       =   &H00000000& 
      Height          =   255 
      Left            =   1920 
      TabIndex        =   3 
      Top             =   0 
      Width           =   5415 
   End 
   Begin VB.Label Label2  
      AutoSize        =   -1  'True 
      BackStyle       =   0  'Transparent 
      Caption         =   "S" 
      BeginProperty Font  
         Name            =   "Verdana" 
         Size            =   48 
         Charset         =   0 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      ForeColor       =   &H00800000& 
      Height          =   1170 
      Left            =   960 
      TabIndex        =   2 
      Top             =   360 
      Width           =   660 
   End 
   Begin VB.Label Label1  
      AutoSize        =   -1  'True 
      BackStyle       =   0  'Transparent 
      Caption         =   "E" 
      BeginProperty Font  
         Name            =   "Verdana" 
         Size            =   48 
         Charset         =   0 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      ForeColor       =   &H00800000& 
      Height          =   1170 
      Left            =   480 
      TabIndex        =   1 
      Top             =   0 
      Width           =   600 
   End 
   Begin VB.Shape Shape1  
      BorderStyle     =   0  'Transparent 
      FillColor       =   &H00FFFFFF& 
      FillStyle       =   0  'Solid 
      Height          =   1575 
      Left            =   -120 
      Shape           =   3  'Circle 
      Top             =   0 
      Width           =   2295 
   End 
End 
Attribute VB_Name = "frmAbout" 
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 Label5_Click() 
    OpenIt Me, "http://elucidsoftware.hypermart.net" 
End Sub