📄 form1.frm
字号:
VERSION 5.00
Object = "{AB85C87F-8DCB-4860-BC50-030EA462F55D}#4.0#0"; "QQPWDHASH.ocx"
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "QQ命令行登录的PWDHASH生成"
ClientHeight = 1950
ClientLeft = 45
ClientTop = 330
ClientWidth = 5085
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 1950
ScaleWidth = 5085
StartUpPosition = 2 '屏幕中心
Begin VB.TextBox Text2
Height = 375
Left = 1920
TabIndex = 2
Top = 720
Width = 2895
End
Begin VB.TextBox Text1
Height = 375
Left = 1920
TabIndex = 1
Top = 120
Width = 2895
End
Begin VB.CommandButton Command1
Caption = "关于"
Height = 495
Left = 3000
TabIndex = 0
Top = 1320
Width = 1455
End
Begin QQPWDHASH生成控件BY周维祝.QQPWDHASH QQPWDHASH1
Left = 1440
Top = 1200
_ExtentX = 1085
_ExtentY = 1085
End
Begin VB.Label Label2
Caption = "密码"
Height = 375
Left = 360
TabIndex = 4
Top = 120
Width = 975
End
Begin VB.Label Label1
Caption = "PWDHASH"
Height = 375
Left = 360
TabIndex = 3
Top = 720
Width = 1455
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()
QQPWDHASH1.About
End Sub
Private Sub Text1_Change()
Text2.Text = QQPWDHASH1.Str2QQPwdHash(Text1.Text)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -