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

📄 frmstatus1.frm

📁 此为水费收费管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form FrmStatus1 
   BackColor       =   &H00E0E0E0&
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   840
   ClientLeft      =   255
   ClientTop       =   1410
   ClientWidth     =   4620
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   Icon            =   "FrmStatus1.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form2"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   840
   ScaleWidth      =   4620
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin MSComCtl2.Animation Animation1 
      Height          =   552
      Left            =   348
      TabIndex        =   1
      Top             =   132
      Width           =   636
      _ExtentX        =   1138
      _ExtentY        =   979
      _Version        =   393216
      BackColor       =   14737632
      FullWidth       =   43
      FullHeight      =   37
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "正在统计库存,请等待..."
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   240
      Left            =   1350
      TabIndex        =   0
      Top             =   285
      Width           =   2760
   End
End
Attribute VB_Name = "FrmStatus1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Load()
    Call SetWindowPos(Me.hWnd, HWND_TOPMOST, 0, 0, 0, 0, FLAG)
    If Dir(SysDbPath & "\findcomp.avi") = "" Then
'        MsgBox "文件丢失,请与管理员联系!", vbOKOnly + vbInformation, "文件呢?"
    Else
        Animation1.AutoPlay = True
        Animation1.Open SysDbPath & "\findcomp.avi"
    End If
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -