home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmReload
- BackColor = &H80000012&
- BorderStyle = 1 'Fixed Single
- Caption = "Refresh / Reload"
- ClientHeight = 1560
- ClientLeft = 4485
- ClientTop = 2835
- ClientWidth = 2010
- Icon = "frmReload.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1560
- ScaleWidth = 2010
- Begin VB.CommandButton cmdDone
- Caption = "Done"
- Height = 375
- Left = 240
- TabIndex = 1
- Top = 1080
- Width = 1575
- End
- Begin VB.Label lblReload
- BackColor = &H80000012&
- Caption = " This command reloads the current address that you are at."
- ForeColor = &H000000FF&
- Height = 1095
- Left = 240
- TabIndex = 0
- Top = 120
- Width = 1455
- End
- Attribute VB_Name = "frmReload"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdDone_Click()
- frmReload.Hide
- rmView.Show
- End Sub
-