📄 frmontopwindow.frm
字号:
VERSION 5.00
Begin VB.Form FrmOnTopWindow
BorderStyle = 3 'Fixed Dialog
Caption = "Form1"
ClientHeight = 1185
ClientLeft = 45
ClientTop = 330
ClientWidth = 6555
ControlBox = 0 'False
Icon = "FrmOnTopWindow.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1185
ScaleWidth = 6555
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin ServicingMS.XP_ProgressBar XP_PrBar
Height = 360
Left = 360
TabIndex = 0
Top = 465
Width = 5760
_ExtentX = 10160
_ExtentY = 635
BrushStyle = 0
Color = 6956042
Scrolling = 2
End
Begin VB.Label Label1
Caption = "Label1"
Height = 180
Left = 405
TabIndex = 1
Top = 150
Width = 5415
End
End
Attribute VB_Name = "FrmOnTopWindow"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
PutWindowOnTop Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -