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

📄 frmwait.frm

📁 中专学校的学生操行分管理系统,包含了网络查询的功能
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmWait 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "生成报表"
   ClientHeight    =   1230
   ClientLeft      =   3825
   ClientTop       =   3765
   ClientWidth     =   5205
   ControlBox      =   0   'False
   Icon            =   "frmWait.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1230
   ScaleWidth      =   5205
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Begin VB.Timer t2 
      Interval        =   1
      Left            =   855
      Top             =   990
   End
   Begin VB.Timer t 
      Interval        =   100
      Left            =   360
      Top             =   990
   End
   Begin MSComctlLib.ProgressBar prg 
      Height          =   285
      Left            =   360
      TabIndex        =   0
      Top             =   585
      Width           =   4605
      _ExtentX        =   8123
      _ExtentY        =   503
      _Version        =   393216
      Appearance      =   1
   End
   Begin VB.Label info 
      AutoSize        =   -1  'True
      Caption         =   "正在生成报表;请等待..."
      Height          =   195
      Left            =   180
      TabIndex        =   1
      Top             =   270
      Width           =   1800
   End
End
Attribute VB_Name = "frmWait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Load()
    SetFont Me
End Sub

Private Sub t_Timer()
'    Dim i As Integer
'    i = sp * 100
'    If i > 100 Then i = 100
'    prg.Value = i
End Sub

Private Sub t2_Timer()
'    t2.Enabled = False
'    CalPage
'    Unload Me
'    frmPreview.Show 0
End Sub

⌨️ 快捷键说明

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