📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 0 'None
Caption = "关机时间提示"
ClientHeight = 330
ClientLeft = 0
ClientTop = 0
ClientWidth = 5220
ClipControls = 0 'False
LinkTopic = "Form2"
ScaleHeight = 330
ScaleWidth = 5220
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Visible = 0 'False
Begin VB.Label Label1
Caption = "Label1"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000C0&
Height = 255
Left = 0
TabIndex = 0
Top = 0
Width = 5055
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Dim rtn
rtn = SetWindowPos(Form2.hwnd, -1, 0, 0, 0, 0, 3)
End Sub
Private Sub Label1_DblClick()
Dim rtn
rtn = SetWindowPos(Form2.hwnd, -2, 0, 0, 0, 0, 3)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -