📄 form1.frm
字号:
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "SHDOCVW.DLL"
Begin VB.Form Form1
Caption = "透明网关登录"
ClientHeight = 2355
ClientLeft = 60
ClientTop = 345
ClientWidth = 4635
Icon = "Form1.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 2355
ScaleWidth = 4635
StartUpPosition = 2 '屏幕中心
Begin SHDocVwCtl.WebBrowser WebBrowser1
Height = 30
Left = 0
TabIndex = 8
Top = 0
Width = 30
ExtentX = 53
ExtentY = 53
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
Begin VB.TextBox Text2
Appearance = 0 'Flat
Height = 350
IMEMode = 3 'DISABLE
Left = 1200
PasswordChar = "*"
TabIndex = 6
Top = 990
Width = 1215
End
Begin VB.TextBox Text1
Appearance = 0 'Flat
Height = 350
Left = 1200
TabIndex = 5
Top = 520
Width = 1215
End
Begin VB.Frame Frame1
Caption = "网关登录"
Height = 2055
Left = 150
TabIndex = 0
Top = 120
Width = 4335
Begin VB.CommandButton Command2
Caption = "注销"
Height = 375
Left = 1440
TabIndex = 4
Top = 1440
Width = 855
End
Begin VB.CommandButton Command1
Caption = "登录"
Height = 375
Left = 240
TabIndex = 3
Top = 1440
Width = 855
End
Begin VB.Label Label3
Caption = "注意:点登录后要从学校网站上 下个控件,所以要等一下不要急着关掉,关掉就等于注销哦!! QQ:164658301"
Height = 1455
Left = 2520
MouseIcon = "Form1.frx":628A
MousePointer = 99 'Custom
TabIndex = 7
Top = 360
Width = 1575
End
Begin VB.Label Label2
Caption = "密 码:"
Height = 255
Left = 240
TabIndex = 2
Top = 960
Width = 735
End
Begin VB.Label Label1
Caption = "用户名:"
Height = 255
Left = 240
TabIndex = 1
Top = 480
Width = 735
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Dim URL As String
URL = "https://210.35.24.29/gateway/login/gw_login.php?win=[object]&username=" + Text1 + "&password=" + Text2 + "&userurl="
WebBrowser1.Navigate (URL)
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -