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

📄 frmexams.cs

📁 考试管理系统CS架构 不需更多说明
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.dlvExams = new ExamSystem.Common.DataListView();
			this.panel1.SuspendLayout();
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.nupTime)).BeginInit();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.nupLevel5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nupLevel4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nupLevel3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nupLevel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.nupLevel1)).BeginInit();
			this.panel5.SuspendLayout();
			this.panel4.SuspendLayout();
			this.gpSearch.SuspendLayout();
			this.panel3.SuspendLayout();
			this.SuspendLayout();
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.panel2);
			this.panel1.Controls.Add(this.splitter1);
			this.panel1.Controls.Add(this.gpSearch);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(550, 302);
			this.panel1.TabIndex = 0;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.label13);
			this.panel2.Controls.Add(this.nupTime);
			this.panel2.Controls.Add(this.label12);
			this.panel2.Controls.Add(this.groupBox1);
			this.panel2.Controls.Add(this.chkEnd);
			this.panel2.Controls.Add(this.cmbCate);
			this.panel2.Controls.Add(this.label3);
			this.panel2.Controls.Add(this.cmbClass);
			this.panel2.Controls.Add(this.label2);
			this.panel2.Controls.Add(this.txtName);
			this.panel2.Controls.Add(this.label1);
			this.panel2.Controls.Add(this.panel5);
			this.panel2.Controls.Add(this.panel4);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(0, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(342, 302);
			this.panel2.TabIndex = 14;
			this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(288, 18);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(32, 14);
			this.label13.TabIndex = 33;
			this.label13.Text = "分钟";
			// 
			// nupTime
			// 
			this.nupTime.Location = new System.Drawing.Point(234, 14);
			this.nupTime.Maximum = new System.Decimal(new int[] {
																	300,
																	0,
																	0,
																	0});
			this.nupTime.Minimum = new System.Decimal(new int[] {
																	30,
																	0,
																	0,
																	0});
			this.nupTime.Name = "nupTime";
			this.nupTime.Size = new System.Drawing.Size(50, 21);
			this.nupTime.TabIndex = 32;
			this.nupTime.Value = new System.Decimal(new int[] {
																  30,
																  0,
																  0,
																  0});
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(198, 18);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(44, 16);
			this.label12.TabIndex = 31;
			this.label12.Text = "时间:";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.labHardLevel);
			this.groupBox1.Controls.Add(this.nupLevel5);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.nupLevel4);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.nupLevel3);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.nupLevel2);
			this.groupBox1.Controls.Add(this.label10);
			this.groupBox1.Controls.Add(this.nupLevel1);
			this.groupBox1.Controls.Add(this.label11);
			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.groupBox1.Location = new System.Drawing.Point(0, 102);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(330, 160);
			this.groupBox1.TabIndex = 26;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "题目数";
			// 
			// labHardLevel
			// 
			this.labHardLevel.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.labHardLevel.Location = new System.Drawing.Point(116, 28);
			this.labHardLevel.Name = "labHardLevel";
			this.labHardLevel.Size = new System.Drawing.Size(194, 122);
			this.labHardLevel.TabIndex = 10;
			this.labHardLevel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// nupLevel5
			// 
			this.nupLevel5.Location = new System.Drawing.Point(60, 126);
			this.nupLevel5.Name = "nupLevel5";
			this.nupLevel5.Size = new System.Drawing.Size(42, 21);
			this.nupLevel5.TabIndex = 9;
			this.nupLevel5.ValueChanged += new System.EventHandler(this.nupLevel1_ValueChanged);
			this.nupLevel5.Leave += new System.EventHandler(this.nupLevel1_ValueChanged);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(16, 130);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(44, 16);
			this.label8.TabIndex = 8;
			this.label8.Text = "难度5:";
			// 
			// nupLevel4
			// 
			this.nupLevel4.Location = new System.Drawing.Point(60, 98);
			this.nupLevel4.Name = "nupLevel4";
			this.nupLevel4.Size = new System.Drawing.Size(42, 21);
			this.nupLevel4.TabIndex = 7;
			this.nupLevel4.ValueChanged += new System.EventHandler(this.nupLevel1_ValueChanged);
			this.nupLevel4.Leave += new System.EventHandler(this.nupLevel1_ValueChanged);
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(18, 102);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(44, 16);
			this.label6.TabIndex = 6;
			this.label6.Text = "难度4:";
			// 
			// nupLevel3
			// 
			this.nupLevel3.Location = new System.Drawing.Point(60, 74);
			this.nupLevel3.Name = "nupLevel3";
			this.nupLevel3.Size = new System.Drawing.Size(42, 21);
			this.nupLevel3.TabIndex = 5;
			this.nupLevel3.ValueChanged += new System.EventHandler(this.nupLevel1_ValueChanged);
			this.nupLevel3.Leave += new System.EventHandler(this.nupLevel1_ValueChanged);
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(18, 78);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(44, 16);
			this.label7.TabIndex = 4;
			this.label7.Text = "难度3:";
			// 
			// nupLevel2
			// 
			this.nupLevel2.Location = new System.Drawing.Point(60, 48);
			this.nupLevel2.Name = "nupLevel2";
			this.nupLevel2.Size = new System.Drawing.Size(42, 21);
			this.nupLevel2.TabIndex = 3;
			this.nupLevel2.ValueChanged += new System.EventHandler(this.nupLevel1_ValueChanged);
			this.nupLevel2.Leave += new System.EventHandler(this.nupLevel1_ValueChanged);
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(18, 52);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(44, 16);
			this.label10.TabIndex = 2;
			this.label10.Text = "难度2:";
			// 
			// nupLevel1
			// 
			this.nupLevel1.Location = new System.Drawing.Point(60, 24);
			this.nupLevel1.Name = "nupLevel1";
			this.nupLevel1.Size = new System.Drawing.Size(42, 21);
			this.nupLevel1.TabIndex = 1;
			this.nupLevel1.ValueChanged += new System.EventHandler(this.nupLevel1_ValueChanged);
			this.nupLevel1.Leave += new System.EventHandler(this.nupLevel1_ValueChanged);
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(18, 28);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(44, 16);
			this.label11.TabIndex = 0;
			this.label11.Text = "难度1:";
			// 
			// chkEnd
			// 
			this.chkEnd.Location = new System.Drawing.Point(204, 76);
			this.chkEnd.Name = "chkEnd";
			this.chkEnd.Size = new System.Drawing.Size(110, 20);
			this.chkEnd.TabIndex = 20;
			this.chkEnd.Text = "是否已经结束";
			// 
			// cmbCate
			// 
			this.cmbCate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbCate.Location = new System.Drawing.Point(72, 74);
			this.cmbCate.Name = "cmbCate";
			this.cmbCate.Size = new System.Drawing.Size(114, 20);
			this.cmbCate.TabIndex = 19;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(10, 76);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(60, 16);
			this.label3.TabIndex = 18;
			this.label3.Text = "考试科目";
			// 
			// cmbClass
			// 
			this.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cmbClass.Location = new System.Drawing.Point(72, 42);
			this.cmbClass.Name = "cmbClass";
			this.cmbClass.Size = new System.Drawing.Size(114, 20);
			this.cmbClass.TabIndex = 17;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(10, 44);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(60, 18);
			this.label2.TabIndex = 16;
			this.label2.Text = "考试班级:";
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(70, 12);
			this.txtName.Name = "txtName";
			this.txtName.Size = new System.Drawing.Size(114, 21);
			this.txtName.TabIndex = 15;
			this.txtName.Text = "";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(10, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(56, 16);
			this.label1.TabIndex = 14;
			this.label1.Text = "考试名:";
			// 
			// panel5
			// 
			this.panel5.Controls.Add(this.btnNew);
			this.panel5.Controls.Add(this.btnDelete);
			this.panel5.Controls.Add(this.btnChange);
			this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel5.Location = new System.Drawing.Point(0, 262);
			this.panel5.Name = "panel5";
			this.panel5.Size = new System.Drawing.Size(330, 40);
			this.panel5.TabIndex = 30;
			// 
			// btnNew
			// 
			this.btnNew.Location = new System.Drawing.Point(108, 8);
			this.btnNew.Name = "btnNew";
			this.btnNew.Size = new System.Drawing.Size(66, 22);
			this.btnNew.TabIndex = 32;
			this.btnNew.Text = "新建";
			this.btnNew.Click += new System.EventHandler(this.button4_Click);
			// 
			// btnDelete
			// 
			this.btnDelete.Location = new System.Drawing.Point(252, 8);
			this.btnDelete.Name = "btnDelete";
			this.btnDelete.Size = new System.Drawing.Size(66, 22);
			this.btnDelete.TabIndex = 31;
			this.btnDelete.Text = "删除";
			this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
			// 
			// btnChange
			// 
			this.btnChange.Location = new System.Drawing.Point(180, 8);
			this.btnChange.Name = "btnChange";
			this.btnChange.Size = new System.Drawing.Size(66, 22);
			this.btnChange.TabIndex = 30;
			this.btnChange.Text = "修改";
			this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
			// 
			// panel4
			// 
			this.panel4.Controls.Add(this.button5);
			this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
			this.panel4.Location = new System.Drawing.Point(330, 0);
			this.panel4.Name = "panel4";
			this.panel4.Size = new System.Drawing.Size(12, 302);
			this.panel4.TabIndex = 25;
			// 
			// button5
			// 
			this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.button5.Location = new System.Drawing.Point(0, 0);
			this.button5.Name = "button5";
			this.button5.Size = new System.Drawing.Size(12, 302);
			this.button5.TabIndex = 24;
			this.button5.Text = "<";
			this.button5.Click += new System.EventHandler(this.button5_Click);
			// 
			// splitter1
			// 
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
			this.splitter1.Location = new System.Drawing.Point(342, 0);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(2, 302);
			this.splitter1.TabIndex = 12;
			this.splitter1.TabStop = false;
			// 
			// gpSearch
			// 
			this.gpSearch.Controls.Add(this.button1);
			this.gpSearch.Controls.Add(this.cmbSearchCate);
			this.gpSearch.Controls.Add(this.label4);

⌨️ 快捷键说明

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