home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmAbout
- BackColor = &H00FFFFFF&
- BorderStyle = 3 'Fixed Dialog
- Caption = "Meta Tags- About"
- ClientHeight = 3360
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 4785
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3360
- ScaleWidth = 4785
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- Begin VB.Frame Frame1
- BackColor = &H00FFFFFF&
- Height = 3015
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 4455
- Begin VB.CommandButton Command1
- Caption = "Close"
- Height = 375
- Left = 3120
- TabIndex = 2
- Top = 2520
- Width = 1095
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Copyright (c) 1999, Nick Bodmer"
- Height = 195
- Left = 360
- TabIndex = 3
- Top = 2640
- Width = 2295
- End
- Begin VB.Image Image1
- Height = 1815
- Left = 960
- Picture = "frmAbout.frx":0000
- Top = 120
- Width = 2685
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = "This program is shareware and may be freely destributed as long as it and any files accompaning it remain intact."
- Height = 915
- Left = 360
- TabIndex = 1
- Top = 1920
- Width = 3810
- End
- End
- Begin VB.Label Label3
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Ver 1.00"
- Height = 195
- Left = 3960
- TabIndex = 4
- Top = 3120
- Width = 600
- End
- Attribute VB_Name = "frmAbout"
- 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 Form_Unload(Cancel As Integer)
- frmMain.Show
- End Sub
-