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

📄 long.frm

📁 这是一个用VB编写的在线考试系统
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Form3 
   Caption         =   "正在安装绝龙考试系统"
   ClientHeight    =   2130
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5790
   LinkTopic       =   "Form3"
   ScaleHeight     =   2130
   ScaleWidth      =   5790
   StartUpPosition =   3  '窗口缺省
   Begin MSComctlLib.ProgressBar lp2 
      Height          =   615
      Left            =   0
      TabIndex        =   4
      Top             =   1320
      Width           =   5655
      _ExtentX        =   9975
      _ExtentY        =   1085
      _Version        =   393216
      Appearance      =   1
   End
   Begin MSComctlLib.ProgressBar lp1 
      Height          =   495
      Left            =   0
      TabIndex        =   3
      Top             =   480
      Width           =   5655
      _ExtentX        =   9975
      _ExtentY        =   873
      _Version        =   393216
      Appearance      =   1
   End
   Begin VB.Label Label3 
      Caption         =   "Label3"
      Height          =   255
      Left            =   1200
      TabIndex        =   2
      Top             =   120
      Width           =   4455
   End
   Begin VB.Label Label2 
      Caption         =   "所有文件:"
      Height          =   255
      Left            =   120
      TabIndex        =   1
      Top             =   1080
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "当前文件:"
      Height          =   255
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   975
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Unload(Cancel As Integer)
End
End Sub

⌨️ 快捷键说明

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