代码拉取完成,页面将自动刷新
namespace 快眼刷题
{
partial class allTest
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(allTest));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.listBox1 = new System.Windows.Forms.ListBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label23 = new System.Windows.Forms.Label();
this.mybutton2 = new 快眼刷题.mybutton();
this.mybutton1 = new 快眼刷题.mybutton();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// listBox1
//
this.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.listBox1.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 16;
this.listBox1.Location = new System.Drawing.Point(1007, 164);
this.listBox1.Name = "listBox1";
this.listBox1.ScrollAlwaysVisible = true;
this.listBox1.Size = new System.Drawing.Size(283, 224);
this.listBox1.TabIndex = 2;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// panel2
//
this.panel2.Controls.Add(this.label14);
this.panel2.Controls.Add(this.label13);
this.panel2.Controls.Add(this.label12);
this.panel2.Controls.Add(this.label11);
this.panel2.Controls.Add(this.pictureBox2);
this.panel2.Location = new System.Drawing.Point(460, 27);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(325, 86);
this.panel2.TabIndex = 4;
//
// label14
//
this.label14.AutoSize = true;
this.label14.BackColor = System.Drawing.Color.Transparent;
this.label14.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.Color.RoyalBlue;
this.label14.Location = new System.Drawing.Point(270, 30);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(43, 29);
this.label14.TabIndex = 4;
this.label14.Text = "计";
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.Transparent;
this.label13.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.ForeColor = System.Drawing.Color.MediumOrchid;
this.label13.Location = new System.Drawing.Point(221, 30);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(43, 29);
this.label13.TabIndex = 3;
this.label13.Text = "统";
//
// label12
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Transparent;
this.label12.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.ForeColor = System.Drawing.Color.MediumTurquoise;
this.label12.Location = new System.Drawing.Point(66, 30);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(43, 29);
this.label12.TabIndex = 2;
this.label12.Text = "绩";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Transparent;
this.label11.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.ForeColor = System.Drawing.Color.DarkSeaGreen;
this.label11.Location = new System.Drawing.Point(17, 30);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(43, 29);
this.label11.TabIndex = 1;
this.label11.Text = "成";
//
// pictureBox2
//
this.pictureBox2.BackgroundImage = global::快眼刷题.Properties.Resources.统计1;
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pictureBox2.Location = new System.Drawing.Point(124, 6);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(82, 75);
this.pictureBox2.TabIndex = 0;
this.pictureBox2.TabStop = false;
//
// trackBar1
//
this.trackBar1.Location = new System.Drawing.Point(0, 0);
this.trackBar1.Maximum = 1000;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Size = new System.Drawing.Size(1000, 45);
this.trackBar1.TabIndex = 0;
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
this.trackBar1.Value = 50;
this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
this.trackBar1.MouseLeave += new System.EventHandler(this.trackBar1_MouseLeave);
this.trackBar1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.trackBar1_MouseUp);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(50, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(96, 19);
this.label1.TabIndex = 1;
this.label1.Text = "(1)考试:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(152, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(19, 19);
this.label2.TabIndex = 2;
this.label2.Text = "B";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(50, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(96, 19);
this.label3.TabIndex = 3;
this.label3.Text = "(4)成绩:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(152, 98);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(19, 19);
this.label4.TabIndex = 4;
this.label4.Text = "D";
//
// panel1
//
this.panel1.Controls.Add(this.label15);
this.panel1.Controls.Add(this.label16);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.trackBar1);
this.panel1.Location = new System.Drawing.Point(1, 622);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1000, 136);
this.panel1.TabIndex = 0;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(493, 98);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(19, 19);
this.label15.TabIndex = 10;
this.label15.Text = "B";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.Location = new System.Drawing.Point(353, 98);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(134, 19);
this.label16.TabIndex = 9;
this.label16.Text = "(5)题库来源:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(758, 48);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(19, 19);
this.label5.TabIndex = 8;
this.label5.Text = "D";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(618, 48);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(134, 19);
this.label6.TabIndex = 7;
this.label6.Text = "(3)考试时间:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(455, 46);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(19, 19);
this.label7.TabIndex = 6;
this.label7.Text = "B";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(353, 46);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(96, 19);
this.label8.TabIndex = 5;
this.label8.Text = "(2)等级:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(1165, 408);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(19, 19);
this.label9.TabIndex = 10;
this.label9.Text = "D";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(1025, 408);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(134, 19);
this.label10.TabIndex = 9;
this.label10.Text = "[1]考试次数:";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.Location = new System.Drawing.Point(1165, 460);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(19, 19);
this.label17.TabIndex = 12;
this.label17.Text = "D";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.Location = new System.Drawing.Point(1025, 460);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(134, 19);
this.label18.TabIndex = 11;
this.label18.Text = "[2]平均成绩:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.Location = new System.Drawing.Point(1165, 509);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(19, 19);
this.label19.TabIndex = 14;
this.label19.Text = "D";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label20.Location = new System.Drawing.Point(1025, 509);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(134, 19);
this.label20.TabIndex = 13;
this.label20.Text = "[3]最高成绩:";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label21.Location = new System.Drawing.Point(1165, 553);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(19, 19);
this.label21.TabIndex = 16;
this.label21.Text = "D";
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label22.Location = new System.Drawing.Point(1025, 553);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(134, 19);
this.label22.TabIndex = 15;
this.label22.Text = "[4]最低成绩:";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(0, 122);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(1000, 500);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// label23
//
this.label23.BackColor = System.Drawing.Color.MediumAquamarine;
this.label23.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label23.Location = new System.Drawing.Point(1007, 116);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(283, 45);
this.label23.TabIndex = 17;
this.label23.Text = "自 测 列 表";
this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// mybutton2
//
this.mybutton2.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton2.EnterForeColor = System.Drawing.Color.Black;
this.mybutton2.FlatAppearance.BorderSize = 0;
this.mybutton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton2.ForeColor = System.Drawing.Color.Black;
this.mybutton2.HoverColor = System.Drawing.Color.Turquoise;
this.mybutton2.LeftForeColor = System.Drawing.Color.Black;
this.mybutton2.Location = new System.Drawing.Point(1029, 599);
this.mybutton2.Multiples = 10;
this.mybutton2.Name = "mybutton2";
this.mybutton2.NormalColor = System.Drawing.Color.LightSkyBlue;
this.mybutton2.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton2.Radius = 15;
this.mybutton2.Size = new System.Drawing.Size(83, 33);
this.mybutton2.TabIndex = 18;
this.mybutton2.Text = "刷新";
this.mybutton2.UseVisualStyleBackColor = true;
this.mybutton2.Click += new System.EventHandler(this.mybutton2_Click);
//
// mybutton1
//
this.mybutton1.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton1.EnterForeColor = System.Drawing.Color.White;
this.mybutton1.FlatAppearance.BorderSize = 0;
this.mybutton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton1.ForeColor = System.Drawing.Color.Black;
this.mybutton1.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.mybutton1.LeftForeColor = System.Drawing.Color.Black;
this.mybutton1.Location = new System.Drawing.Point(1029, 670);
this.mybutton1.Multiples = 10;
this.mybutton1.Name = "mybutton1";
this.mybutton1.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.mybutton1.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton1.Radius = 15;
this.mybutton1.Size = new System.Drawing.Size(237, 69);
this.mybutton1.TabIndex = 3;
this.mybutton1.Text = "退 出";
this.mybutton1.UseVisualStyleBackColor = true;
this.mybutton1.Click += new System.EventHandler(this.mybutton1_Click);
//
// allTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1294, 765);
this.Controls.Add(this.mybutton2);
this.Controls.Add(this.label23);
this.Controls.Add(this.label21);
this.Controls.Add(this.label22);
this.Controls.Add(this.label19);
this.Controls.Add(this.label20);
this.Controls.Add(this.label17);
this.Controls.Add(this.label18);
this.Controls.Add(this.label9);
this.Controls.Add(this.label10);
this.Controls.Add(this.panel2);
this.Controls.Add(this.mybutton1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "allTest";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "习题统计";
this.Load += new System.EventHandler(this.allTest_Load);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.allTest_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.allTest_MouseMove);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.ListBox listBox1;
private mybutton mybutton1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label23;
private mybutton mybutton2;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。