?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form FrmAbout
BorderStyle = 1 'Fixed Single
Caption = "關(guān)于 QQ PWDHASH 生成控件 BY 周維祝"
ClientHeight = 1215
ClientLeft = 45
ClientTop = 330
ClientWidth = 5055
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1215
ScaleWidth = 5055
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "確定"
Default = -1 'True
Height = 375
Left = 3840
TabIndex = 0
Top = 360
Width = 1095
End
Begin VB.Label Label1
Caption = "QQ PWDHASH 生成控件 1.0 版"
Height = 255
Left = 1080
TabIndex = 1
Top = 480
Width = 2415
End
Begin VB.Image Image1
Height = 600
Left = 240
Picture = "FrmAbout.frx":0000
Stretch = -1 'True
Top = 360
Width = 600
End
End
Attribute VB_Name = "FrmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_Load()
End Sub
Private Sub Label1_Click()
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -