📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 6075
ClientLeft = 60
ClientTop = 345
ClientWidth = 8310
LinkTopic = "Form1"
ScaleHeight = 6075
ScaleWidth = 8310
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确定"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 960
TabIndex = 0
Top = 1560
Width = 2655
End
Begin VB.Label Label2
Caption = "输入密码解锁"
BeginProperty Font
Name = "宋体"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 360
TabIndex = 2
Top = 3000
Width = 4335
End
Begin VB.Label Label1
Caption = "按下“确定“锁定计算机"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 240
TabIndex = 1
Top = 240
Width = 4575
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 r As RECT
r.Left = 0
r.Top = 0
r.Right = 12222
r.Bottom = 122222
ClipCursor r
End Sub
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
'if keycode =
Form1.Print KeyCode
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -