-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmAbout.frm
54 lines (52 loc) · 1.61 KB
/
frmAbout.frm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "SHDOCVW.dll"
Begin VB.Form frmMiniWeb
BorderStyle = 3 'Fixed Dialog
Caption = "ÃÔÄãÖ÷Ò³"
ClientHeight = 4995
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 7350
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4995
ScaleWidth = 7350
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin SHDocVwCtl.WebBrowser Browser
Height = 4815
Left = 120
TabIndex = 0
Top = 120
Width = 7095
ExtentX = 12515
ExtentY = 8493
ViewMode = 0
Offline = 0
Silent = 0
RegisterAsBrowser= 0
RegisterAsDropTarget= 1
AutoArrange = 0 'False
NoClientEdge = 0 'False
AlignLeft = 0 'False
NoWebView = 0 'False
HideFileNames = 0 'False
SingleClick = 0 'False
SingleSelection = 0 'False
NoFolders = 0 'False
Transparent = 0 'False
ViewID = "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
Location = "http:///"
End
End
Attribute VB_Name = "frmMiniWeb"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Browser.Navigate g_URL
End Sub