资源简介
计算机考试系统_Bak.rar
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Tester.Login;
using Tester.CommonClass;
using Tester.GradePaper;
using Tester.OtherForm;
using System.IO;
namespace Tester
{
public partial class frmMain : Form
{
private GradeWord helpWord = new GradeWord();
private GradeWindows helpWindows = new GradeWindows();
private GradePowerPoint helpPowerPoint = new GradePowerPoint();
private GradeExcel helpExcel = new GradeExcel();
private bool IsFinished = false;
private CommonClass.Help help = null;
private int time = 0;
private int min = 0;
private int sec = 0;
private string[] ChiTypeContent;
private string[] EngTypeContent;
private int curChiRow = 0;
private int curEngRow = 0;
private int selstart;
private int totalword;
private int totalshow=1;//显示的字符数
private int totalshow2=1;//显示的字符数
private int []curpos=new int[2000];//当前输入位置
private string []strinput=new string[2000];//用户所输入的字符
private int []curlong=new int[2000];//当前行的当前长度
private int delcount;//前后两次输入相差的字符数
private int chiTime = 300;
private int chiUsedTime = 0;
private int chiMin = 0;
private int chiSec = 0;
private float chiRate;
private float chiSpeed;
private int i = 0;
private int j = 0;
private int k = 0;
private int engTime = 300;
private int engUsedTime = 0;
private int engMin = 0;
private int engSec = 0;
private float engRate = 0;
private float engSpeed = 0;
private static int CurChooseRow=0;
private static int CurJudgementRow = 0;
private int MaxAmountJudgement = 0;
private int MaxAmountChoose = 0;
public frmMain()
{
InitializeComponent();
}
private void Init()
{
string tipstr = ““;
tipstr = “注意:本次考试时长为“ + CommonClass.Tester.TestTime.ToString() + “分钟。\n“;
tipstr += “(1)选择题共“ + CommonClass.Tester.SelectAmount.ToString() + “题,“ + “每题“ + CommonClass.Tester.SelectValue.ToString() + “分;\n“;
tipstr += “(2)判断题共“ + CommonClass.Tester.JudgementAmount.ToString() + “题,“ + “每题“ + CommonClass.Tester.JudgementValue.ToString() + “分;\n“;
tipstr += “(3)英文打字题共1题,每题“ + CommonClass.Tester.EngTypeValue.ToString() + “分;\n“;
tipstr += “(4)中文打字题共1题,每题“ + CommonClass.Tester.ChiTypeValue.ToString() + “分;\n“;
tipstr += “(5)Word试题共1题,每题“ + CommonClass.Tester.WordValue.ToString() + “分;\n“;
tipstr += “(6)Excel试题共1题,每题“ + CommonClass.Tester.ExcelValue.ToString() + “分;\n“;
tipstr += “(7)PowerPoint试题共1题,每题“ + CommonClass.Tester.PowerPointValue.ToString()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 28 2007-01-09 15:39 计算机考试系统\数据库\说明.txt
文件 2228224 2007-10-11 18:11 计算机考试系统\数据库\NoPaperTesingMIS_Data.MDF
文件 1048576 2007-10-11 18:11 计算机考试系统\数据库\NoPaperTesingMIS_Log.LDF
文件 219 2007-01-10 20:20 计算机考试系统\TestingMIS\说明.txt
文件 3999 2007-01-07 10:34 计算机考试系统\TestingMIS\TestingMIS\dsLogin.xsd
文件 14832 2007-01-20 14:43 计算机考试系统\TestingMIS\TestingMIS\TestingMIS.csproj
文件 471 2007-01-05 15:47 计算机考试系统\TestingMIS\TestingMIS\Program.cs
文件 653 2007-01-09 14:04 计算机考试系统\TestingMIS\TestingMIS\TestingMIS.csproj.user
文件 27213 2007-01-08 15:45 计算机考试系统\TestingMIS\TestingMIS\dsLogin.Designer.cs
文件 846 2007-01-07 10:34 计算机考试系统\TestingMIS\TestingMIS\dsLogin.xss
文件 374 2007-01-06 16:43 计算机考试系统\TestingMIS\TestingMIS\app.config
文件 381 2007-01-07 10:34 计算机考试系统\TestingMIS\TestingMIS\dsLogin.xsc
文件 1393 2007-06-06 13:12 计算机考试系统\TestingMIS\TestingMIS\TestingMIS.sln
..A..H. 59904 2007-06-17 12:42 计算机考试系统\TestingMIS\TestingMIS\TestingMIS.suo
文件 155164 2007-01-08 15:45 计算机考试系统\TestingMIS\TestingMIS\dsSubject.Designer.cs
文件 25830 2007-01-07 17:01 计算机考试系统\TestingMIS\TestingMIS\dsSubject.xsd
文件 931 2007-01-08 20:59 计算机考试系统\TestingMIS\TestingMIS\dsSubject.xsc
文件 2282 2007-01-07 17:01 计算机考试系统\TestingMIS\TestingMIS\dsSubject.xss
文件 9889 2007-01-20 15:21 计算机考试系统\TestingMIS\TestingMIS\dsSysSetting.xsd
文件 58873 2007-01-20 15:21 计算机考试系统\TestingMIS\TestingMIS\dsSysSetting.Designer.cs
文件 1069 2007-01-20 15:22 计算机考试系统\TestingMIS\TestingMIS\dsSysSetting.xss
文件 1880 2007-01-20 15:22 计算机考试系统\TestingMIS\TestingMIS\dsSysSetting.xsc
文件 2238 1999-08-31 15:21 计算机考试系统\TestingMIS\TestingMIS\Logo.ico
..A.SH. 4096 2007-01-20 14:41 计算机考试系统\TestingMIS\TestingMIS\Thumbs.db
文件 7566 2007-06-17 12:25 计算机考试系统\TestingMIS\TestingMIS\frmMain.cs
文件 29424 2007-06-17 12:25 计算机考试系统\TestingMIS\TestingMIS\frmMain.Designer.cs
文件 10034 2007-06-17 12:25 计算机考试系统\TestingMIS\TestingMIS\frmMain.resx
文件 1186 2007-01-04 20:32 计算机考试系统\TestingMIS\TestingMIS\Properties\AssemblyInfo.cs
文件 2842 2007-01-08 15:52 计算机考试系统\TestingMIS\TestingMIS\Properties\Resources.Designer.cs
文件 1662 2007-01-08 15:45 计算机考试系统\TestingMIS\TestingMIS\Properties\Settings.Designer.cs
............此处省略256个文件信息
相关资源
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
- 联想启天M4350 BIOS升级文件
- 操作系统教程课后答案华中科技大学
- 用友ERP考试系统练习题库及答案
- 北京邮电大学数据结构历年考研真题
- 真正!!!概率论与数理统计浙江大
- TMS320VC5509A_开发板使用手册
评论
共有 条评论