home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.0#0"; "SHDOCVW.DLL"
- Begin VB.Form WebForm
- Caption = "Form1"
- ClientHeight = 6675
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 9465
- LinkTopic = "Form1"
- ScaleHeight = 6675
- ScaleWidth = 9465
- StartUpPosition = 3 'Windows Default
- Begin SHDocVwCtl.WebBrowser WebBrowser1
- Height = 5520
- Left = 180
- TabIndex = 0
- Top = 225
- Width = 9135
- Object.Height = 368
- Object.Width = 609
- AutoSize = 0
- ViewMode = 1
- AutoSizePercentage= 0
- AutoArrange = -1 'True
- NoClientEdge = -1 'True
- AlignLeft = 0 'False
- End
- Begin VB.CommandButton Command1
- Caption = "Close"
- BeginProperty Font
- Name = "Tahoma"
- Size = 11.25
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 7740
- TabIndex = 1
- Top = 6045
- Width = 1485
- End
- Attribute VB_Name = "WebForm"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- WebForm.Hide
- End Sub
-