这是一个用VB编写的在线考试系统

源代码在线查看: savefrm.frm

软件大小: 1279 K
上传用户: dingjuan_01
关键词: 编写
下载地址: 免注册下载 普通下载 VIP

相关代码

				VERSION 5.00
				Begin VB.Form Form5 
				   Caption         =   "保存考卷中。。。"
				   ClientHeight    =   1635
				   ClientLeft      =   60
				   ClientTop       =   345
				   ClientWidth     =   4680
				   LinkTopic       =   "Form5"
				   ScaleHeight     =   1635
				   ScaleWidth      =   4680
				   StartUpPosition =   2  '屏幕中心
				   Begin VB.Label Label2 
				      Caption         =   "要是长时间没响应请和教师联系!"
				      Height          =   375
				      Left            =   600
				      TabIndex        =   1
				      Top             =   720
				      Width           =   2895
				   End
				   Begin VB.Label Label1 
				      Caption         =   "请稍后。。。"
				      Height          =   375
				      Left            =   600
				      TabIndex        =   0
				      Top             =   240
				      Width           =   2895
				   End
				End
				Attribute VB_Name = "Form5"
				Attribute VB_GlobalNameSpace = False
				Attribute VB_Creatable = False
				Attribute VB_PredeclaredId = True
				Attribute VB_Exposed = False
				Option Explicit
				
							

相关资源