⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmontopwindow.frm

📁 需要控件:Active Report 2.0(专业报表控件破解版)2.0下的ardespro2.dll和arpro2.dll ARVIEW2.OCX等文件。即可打开源代码。
💻 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 + -