frmontopwindow.frm
来自「需要控件:Active Report 2.0(专业报表控件破解版)2.0下的ar」· FRM 代码 · 共 49 行
FRM
49 行
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 + =
减小字号Ctrl + -
显示快捷键?