1 Star 4 Fork 1

四原色/exam_-BrushQuestions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AnsProblem.Designer.cs 70.84 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
namespace 快眼刷题
{
partial class AnsProblem
{
/// <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(AnsProblem));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton3 = new System.Windows.Forms.RadioButton();
this.radioButton4 = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label23 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label7 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.button5 = new System.Windows.Forms.Button();
this.label16 = 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.panel3 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.label20 = new System.Windows.Forms.Label();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.panel6 = new System.Windows.Forms.Panel();
this.label22 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.timer3 = new System.Windows.Forms.Timer(this.components);
this.mybutton11 = new 快眼刷题.mybutton();
this.mybutton10 = new 快眼刷题.mybutton();
this.mybutton9 = new 快眼刷题.mybutton();
this.mybutton12 = new 快眼刷题.mybutton();
this.mybutton8 = new 快眼刷题.mybutton();
this.mybutton7 = new 快眼刷题.mybutton();
this.showButton4 = new 快眼刷题.showButton();
this.showButton3 = new 快眼刷题.showButton();
this.mybutton6 = new 快眼刷题.mybutton();
this.mybutton3 = new 快眼刷题.mybutton();
this.mybutton5 = new 快眼刷题.mybutton();
this.mybutton4 = new 快眼刷题.mybutton();
this.mybutton1 = new 快眼刷题.mybutton();
this.mybutton2 = new 快眼刷题.mybutton();
this.showButton1 = new 快眼刷题.showButton();
this.showButton2 = new 快眼刷题.showButton();
this.panel1.SuspendLayout();
this.panel4.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
this.panel2.SuspendLayout();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(100, 100);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(20, 20);
this.label1.TabIndex = 1;
this.label1.Text = "1";
this.label1.TextChanged += new System.EventHandler(this.label1_TextChanged);
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(13, 100);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(83, 20);
this.label2.TabIndex = 2;
this.label2.Text = "习 题:";
//
// radioButton1
//
this.radioButton1.BackColor = System.Drawing.Color.MistyRose;
this.radioButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.radioButton1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.radioButton1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.radioButton1.Font = new System.Drawing.Font("楷体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton1.Location = new System.Drawing.Point(2, 4);
this.radioButton1.Margin = new System.Windows.Forms.Padding(2);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(916, 60);
this.radioButton1.TabIndex = 3;
this.radioButton1.Text = "A、*";
this.radioButton1.UseVisualStyleBackColor = false;
this.radioButton1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.radioButton1_MouseDown);
this.radioButton1.MouseEnter += new System.EventHandler(this.radioButton1_MouseEnter);
this.radioButton1.MouseLeave += new System.EventHandler(this.radioButton1_MouseLeave);
//
// radioButton2
//
this.radioButton2.BackColor = System.Drawing.Color.MistyRose;
this.radioButton2.Cursor = System.Windows.Forms.Cursors.Hand;
this.radioButton2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.radioButton2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.radioButton2.Font = new System.Drawing.Font("楷体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton2.Location = new System.Drawing.Point(2, 82);
this.radioButton2.Margin = new System.Windows.Forms.Padding(2);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(916, 68);
this.radioButton2.TabIndex = 4;
this.radioButton2.Text = "B、*";
this.radioButton2.UseVisualStyleBackColor = false;
this.radioButton2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.radioButton2_MouseDown);
this.radioButton2.MouseEnter += new System.EventHandler(this.radioButton2_MouseEnter);
this.radioButton2.MouseLeave += new System.EventHandler(this.radioButton2_MouseLeave);
//
// radioButton3
//
this.radioButton3.BackColor = System.Drawing.Color.MistyRose;
this.radioButton3.Cursor = System.Windows.Forms.Cursors.Hand;
this.radioButton3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.radioButton3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.radioButton3.Font = new System.Drawing.Font("楷体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton3.Location = new System.Drawing.Point(2, 168);
this.radioButton3.Margin = new System.Windows.Forms.Padding(2);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(916, 60);
this.radioButton3.TabIndex = 5;
this.radioButton3.Text = "C、*";
this.radioButton3.UseVisualStyleBackColor = false;
this.radioButton3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.radioButton3_MouseDown);
this.radioButton3.MouseEnter += new System.EventHandler(this.radioButton3_MouseEnter);
this.radioButton3.MouseLeave += new System.EventHandler(this.radioButton3_MouseLeave);
//
// radioButton4
//
this.radioButton4.BackColor = System.Drawing.Color.MistyRose;
this.radioButton4.Cursor = System.Windows.Forms.Cursors.Hand;
this.radioButton4.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.radioButton4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.radioButton4.Font = new System.Drawing.Font("楷体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.radioButton4.Location = new System.Drawing.Point(2, 250);
this.radioButton4.Margin = new System.Windows.Forms.Padding(2);
this.radioButton4.Name = "radioButton4";
this.radioButton4.Size = new System.Drawing.Size(914, 57);
this.radioButton4.TabIndex = 6;
this.radioButton4.Text = "D、*";
this.radioButton4.UseVisualStyleBackColor = false;
this.radioButton4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.radioButton4_MouseDown);
this.radioButton4.MouseEnter += new System.EventHandler(this.radioButton4_MouseEnter);
this.radioButton4.MouseLeave += new System.EventHandler(this.radioButton4_MouseLeave);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(97, 680);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(125, 22);
this.label3.TabIndex = 8;
this.label3.Text = "正确答案:";
this.label3.Visible = false;
//
// textBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox1.Location = new System.Drawing.Point(103, 783);
this.textBox1.Margin = new System.Windows.Forms.Padding(2);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(581, 80);
this.textBox1.TabIndex = 9;
this.textBox1.Text = "答案分析:~暂无~\r\n [注]由于部分原因,暂时不能更多相关信息,详情请咨询官网或百度搜索关键字,查询相关信息!\r\n 敬请谅解!";
this.textBox1.Visible = false;
//
// panel1
//
this.panel1.Controls.Add(this.label23);
this.panel1.Controls.Add(this.label15);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label4);
this.panel1.Location = new System.Drawing.Point(1488, 11);
this.panel1.Margin = new System.Windows.Forms.Padding(2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(284, 463);
this.panel1.TabIndex = 11;
this.panel1.Visible = false;
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
//
// label23
//
this.label23.BackColor = System.Drawing.Color.White;
this.label23.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label23.ForeColor = System.Drawing.Color.Indigo;
this.label23.Location = new System.Drawing.Point(3, 403);
this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(180, 30);
this.label23.TabIndex = 5;
this.label23.Text = "刷题量:*";
this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("新宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(3, 40);
this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(171, 21);
this.label15.TabIndex = 4;
this.label15.Text = "本次答题情况:";
//
// label6
//
this.label6.BackColor = System.Drawing.Color.White;
this.label6.Font = new System.Drawing.Font("楷体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.Indigo;
this.label6.Location = new System.Drawing.Point(3, 324);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(171, 30);
this.label6.TabIndex = 3;
this.label6.Text = "准确率:*";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label5
//
this.label5.BackColor = System.Drawing.Color.White;
this.label5.Font = new System.Drawing.Font("楷体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.label5.Location = new System.Drawing.Point(3, 229);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(141, 26);
this.label5.TabIndex = 2;
this.label5.Text = "错误:*";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// label4
//
this.label4.BackColor = System.Drawing.Color.White;
this.label4.Font = new System.Drawing.Font("楷体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Green;
this.label4.Location = new System.Drawing.Point(3, 126);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(141, 26);
this.label4.TabIndex = 1;
this.label4.Text = "正确:*";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// timer1
//
this.timer1.Interval = 1;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("楷体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(249, 672);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(45, 48);
this.label7.TabIndex = 15;
this.label7.Text = "*";
this.label7.Visible = false;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.MistyRose;
this.panel4.Controls.Add(this.radioButton1);
this.panel4.Controls.Add(this.radioButton2);
this.panel4.Controls.Add(this.radioButton3);
this.panel4.Controls.Add(this.radioButton4);
this.panel4.Location = new System.Drawing.Point(104, 357);
this.panel4.Margin = new System.Windows.Forms.Padding(2);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(920, 311);
this.panel4.TabIndex = 16;
//
// timer2
//
this.timer2.Interval = 1;
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Transparent;
this.label8.Font = new System.Drawing.Font("楷体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(249, 733);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(45, 48);
this.label8.TabIndex = 18;
this.label8.Text = "*";
this.label8.Visible = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(97, 736);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(125, 22);
this.label9.TabIndex = 17;
this.label9.Text = "我的答案:";
this.label9.Visible = false;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(323, 679);
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(127, 22);
this.label10.TabIndex = 20;
this.label10.Text = "难 度:";
this.label10.Visible = false;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(460, 681);
this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(68, 22);
this.label11.TabIndex = 21;
this.label11.Text = "*颗星";
this.label11.Visible = false;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.pictureBox1);
this.flowLayoutPanel1.Controls.Add(this.pictureBox2);
this.flowLayoutPanel1.Controls.Add(this.pictureBox3);
this.flowLayoutPanel1.Controls.Add(this.pictureBox4);
this.flowLayoutPanel1.Controls.Add(this.pictureBox5);
this.flowLayoutPanel1.Location = new System.Drawing.Point(543, 675);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(141, 37);
this.flowLayoutPanel1.TabIndex = 22;
this.flowLayoutPanel1.Visible = false;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Gainsboro;
this.pictureBox1.BackgroundImage = global::快眼刷题.Properties.Resources.星星0;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(2, 2);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(24, 29);
this.pictureBox1.TabIndex = 19;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.Color.Gainsboro;
this.pictureBox2.BackgroundImage = global::快眼刷题.Properties.Resources.星星0;
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox2.Location = new System.Drawing.Point(30, 2);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(24, 29);
this.pictureBox2.TabIndex = 20;
this.pictureBox2.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.BackColor = System.Drawing.Color.Gainsboro;
this.pictureBox3.BackgroundImage = global::快眼刷题.Properties.Resources.星星0;
this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox3.Location = new System.Drawing.Point(58, 2);
this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(24, 29);
this.pictureBox3.TabIndex = 21;
this.pictureBox3.TabStop = false;
//
// pictureBox4
//
this.pictureBox4.BackColor = System.Drawing.Color.Gainsboro;
this.pictureBox4.BackgroundImage = global::快眼刷题.Properties.Resources.星星0;
this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox4.Location = new System.Drawing.Point(86, 2);
this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(24, 29);
this.pictureBox4.TabIndex = 22;
this.pictureBox4.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.BackColor = System.Drawing.Color.Gainsboro;
this.pictureBox5.BackgroundImage = global::快眼刷题.Properties.Resources.星星0;
this.pictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox5.Location = new System.Drawing.Point(114, 2);
this.pictureBox5.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(24, 29);
this.pictureBox5.TabIndex = 23;
this.pictureBox5.TabStop = false;
//
// textBox2
//
this.textBox2.BackColor = System.Drawing.Color.WhiteSmoke;
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox2.CausesValidation = false;
this.textBox2.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox2.HideSelection = false;
this.textBox2.Location = new System.Drawing.Point(104, 143);
this.textBox2.Margin = new System.Windows.Forms.Padding(2);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox2.Size = new System.Drawing.Size(920, 210);
this.textBox2.TabIndex = 23;
this.textBox2.Text = "关于肖家海的说法,以下错误的是:\r\n1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\n8\r\n9\r\n10\r\n11\r\n12";
//
// label12
//
this.label12.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(766, 11);
this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(219, 71);
this.label12.TabIndex = 24;
this.label12.Text = "认真答题";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label13
//
this.label13.Font = new System.Drawing.Font("微软雅黑", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(34, 11);
this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(219, 65);
this.label13.TabIndex = 26;
this.label13.Text = "理清思路";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.Controls.Add(this.mybutton8);
this.panel2.Controls.Add(this.mybutton7);
this.panel2.Controls.Add(this.showButton4);
this.panel2.Controls.Add(this.showButton3);
this.panel2.Controls.Add(this.button5);
this.panel2.Location = new System.Drawing.Point(688, 690);
this.panel2.Margin = new System.Windows.Forms.Padding(2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(335, 170);
this.panel2.TabIndex = 34;
//
// button5
//
this.button5.BackgroundImage = global::快眼刷题.Properties.Resources.列表激活;
this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button5.Font = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.Location = new System.Drawing.Point(251, 107);
this.button5.Margin = new System.Windows.Forms.Padding(2);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(50, 52);
this.button5.TabIndex = 4;
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("楷体", 25.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.ForeColor = System.Drawing.Color.MediumSeaGreen;
this.label16.Location = new System.Drawing.Point(329, 44);
this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(52, 35);
this.label16.TabIndex = 35;
this.label16.Text = "顺";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("幼圆", 25.8F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.ForeColor = System.Drawing.Color.SteelBlue;
this.label17.Location = new System.Drawing.Point(416, 44);
this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(52, 35);
this.label17.TabIndex = 36;
this.label17.Text = "序";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("华文琥珀", 25.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.ForeColor = System.Drawing.Color.BlueViolet;
this.label18.Location = new System.Drawing.Point(604, 46);
this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(50, 36);
this.label18.TabIndex = 37;
this.label18.Text = "练";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("华文新魏", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.ForeColor = System.Drawing.Color.Crimson;
this.label19.Location = new System.Drawing.Point(680, 47);
this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(51, 35);
this.label19.TabIndex = 38;
this.label19.Text = "题";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.LightSeaGreen;
this.panel3.Location = new System.Drawing.Point(323, 86);
this.panel3.Margin = new System.Windows.Forms.Padding(2);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(408, 6);
this.panel3.TabIndex = 40;
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.MediumAquamarine;
this.panel5.Controls.Add(this.mybutton12);
this.panel5.Controls.Add(this.label20);
this.panel5.Controls.Add(this.pictureBox8);
this.panel5.Location = new System.Drawing.Point(1451, 795);
this.panel5.Margin = new System.Windows.Forms.Padding(2);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(489, 575);
this.panel5.TabIndex = 42;
this.panel5.Visible = false;
//
// label20
//
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(2, 346);
this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(485, 160);
this.label20.TabIndex = 1;
this.label20.Text = " 1.bug反馈,免费一条龙!\r\n 2.您的贴心小助手,时刻准备待命!\r\n 3.获取最新资讯,一键掌握!\r\n 4.了解更多内容,全盘推送!\r\n 5.更多会员专属权" +
"限等你来拿哦!\r\nQQ扫码,立即加入!";
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox8
//
this.pictureBox8.BackgroundImage = global::快眼刷题.Properties.Resources._2749984520;
this.pictureBox8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox8.Location = new System.Drawing.Point(1, 0);
this.pictureBox8.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox8.Name = "pictureBox8";
this.pictureBox8.Size = new System.Drawing.Size(488, 342);
this.pictureBox8.TabIndex = 0;
this.pictureBox8.TabStop = false;
//
// panel6
//
this.panel6.AutoScroll = true;
this.panel6.Controls.Add(this.label22);
this.panel6.Controls.Add(this.label14);
this.panel6.Controls.Add(this.label21);
this.panel6.Controls.Add(this.panel2);
this.panel6.Controls.Add(this.label8);
this.panel6.Controls.Add(this.label1);
this.panel6.Controls.Add(this.panel3);
this.panel6.Controls.Add(this.label2);
this.panel6.Controls.Add(this.pictureBox7);
this.panel6.Controls.Add(this.label3);
this.panel6.Controls.Add(this.label19);
this.panel6.Controls.Add(this.textBox1);
this.panel6.Controls.Add(this.label18);
this.panel6.Controls.Add(this.label17);
this.panel6.Controls.Add(this.label7);
this.panel6.Controls.Add(this.label16);
this.panel6.Controls.Add(this.panel4);
this.panel6.Controls.Add(this.label9);
this.panel6.Controls.Add(this.label10);
this.panel6.Controls.Add(this.label13);
this.panel6.Controls.Add(this.label11);
this.panel6.Controls.Add(this.pictureBox6);
this.panel6.Controls.Add(this.flowLayoutPanel1);
this.panel6.Controls.Add(this.label12);
this.panel6.Controls.Add(this.textBox2);
this.panel6.Location = new System.Drawing.Point(387, 12);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(1048, 894);
this.panel6.TabIndex = 43;
this.panel6.Visible = false;
this.panel6.Paint += new System.Windows.Forms.PaintEventHandler(this.panel6_Paint);
this.panel6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel6_MouseDown);
this.panel6.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel6_MouseMove);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label22.ForeColor = System.Drawing.Color.DarkViolet;
this.label22.Location = new System.Drawing.Point(34, 206);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(47, 132);
this.label22.TabIndex = 43;
this.label22.Text = "答\r\n题\r\n模\r\n式";
this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(323, 736);
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(125, 22);
this.label14.TabIndex = 41;
this.label14.Text = "题目类型:";
this.label14.Visible = false;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("楷体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label21.Location = new System.Drawing.Point(460, 739);
this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(22, 22);
this.label21.TabIndex = 42;
this.label21.Text = "*";
this.label21.Visible = false;
//
// pictureBox7
//
this.pictureBox7.BackgroundImage = global::快眼刷题.Properties.Resources.答题;
this.pictureBox7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox7.Location = new System.Drawing.Point(30, 143);
this.pictureBox7.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox7.Name = "pictureBox7";
this.pictureBox7.Size = new System.Drawing.Size(66, 59);
this.pictureBox7.TabIndex = 39;
this.pictureBox7.TabStop = false;
//
// pictureBox6
//
this.pictureBox6.BackgroundImage = global::快眼刷题.Properties.Resources.星星;
this.pictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox6.Location = new System.Drawing.Point(500, 21);
this.pictureBox6.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox6.Name = "pictureBox6";
this.pictureBox6.Size = new System.Drawing.Size(61, 61);
this.pictureBox6.TabIndex = 25;
this.pictureBox6.TabStop = false;
//
// progressBar1
//
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Top;
this.progressBar1.Location = new System.Drawing.Point(0, 0);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(1940, 2);
this.progressBar1.TabIndex = 46;
this.progressBar1.Value = 50;
//
// timer3
//
this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
//
// mybutton11
//
this.mybutton11.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton11.Cursor = System.Windows.Forms.Cursors.Hand;
this.mybutton11.EnterForeColor = System.Drawing.Color.White;
this.mybutton11.FlatAppearance.BorderSize = 0;
this.mybutton11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton11.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton11.ForeColor = System.Drawing.Color.White;
this.mybutton11.HoverColor = System.Drawing.Color.Red;
this.mybutton11.LeftForeColor = System.Drawing.Color.White;
this.mybutton11.Location = new System.Drawing.Point(1542, 729);
this.mybutton11.Multiples = 10;
this.mybutton11.Name = "mybutton11";
this.mybutton11.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.mybutton11.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton11.Radius = 15;
this.mybutton11.Size = new System.Drawing.Size(198, 51);
this.mybutton11.TabIndex = 49;
this.mybutton11.Text = "退 出";
this.mybutton11.UseVisualStyleBackColor = true;
this.mybutton11.Click += new System.EventHandler(this.mybutton11_Click);
this.mybutton11.MouseEnter += new System.EventHandler(this.mybutton11_MouseEnter);
this.mybutton11.MouseLeave += new System.EventHandler(this.mybutton11_MouseLeave);
//
// mybutton10
//
this.mybutton10.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton10.Cursor = System.Windows.Forms.Cursors.Hand;
this.mybutton10.EnterForeColor = System.Drawing.Color.White;
this.mybutton10.FlatAppearance.BorderSize = 0;
this.mybutton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton10.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton10.ForeColor = System.Drawing.Color.Black;
this.mybutton10.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.mybutton10.LeftForeColor = System.Drawing.Color.Black;
this.mybutton10.Location = new System.Drawing.Point(1542, 629);
this.mybutton10.Multiples = 10;
this.mybutton10.Name = "mybutton10";
this.mybutton10.NormalColor = System.Drawing.Color.DarkSeaGreen;
this.mybutton10.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton10.Radius = 15;
this.mybutton10.Size = new System.Drawing.Size(198, 51);
this.mybutton10.TabIndex = 48;
this.mybutton10.Text = "VIP服务";
this.mybutton10.UseVisualStyleBackColor = true;
this.mybutton10.Click += new System.EventHandler(this.mybutton10_Click);
this.mybutton10.MouseEnter += new System.EventHandler(this.mybutton10_MouseEnter);
this.mybutton10.MouseLeave += new System.EventHandler(this.mybutton10_MouseLeave);
//
// mybutton9
//
this.mybutton9.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton9.Cursor = System.Windows.Forms.Cursors.Hand;
this.mybutton9.EnterForeColor = System.Drawing.Color.White;
this.mybutton9.FlatAppearance.BorderSize = 0;
this.mybutton9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton9.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton9.ForeColor = System.Drawing.Color.White;
this.mybutton9.HoverColor = System.Drawing.Color.BlueViolet;
this.mybutton9.LeftForeColor = System.Drawing.Color.White;
this.mybutton9.Location = new System.Drawing.Point(1542, 538);
this.mybutton9.Multiples = 10;
this.mybutton9.Name = "mybutton9";
this.mybutton9.NormalColor = System.Drawing.Color.MediumSeaGreen;
this.mybutton9.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton9.Radius = 15;
this.mybutton9.Size = new System.Drawing.Size(198, 51);
this.mybutton9.TabIndex = 47;
this.mybutton9.Text = "背题模式";
this.mybutton9.UseVisualStyleBackColor = true;
this.mybutton9.Click += new System.EventHandler(this.mybutton9_Click);
this.mybutton9.MouseEnter += new System.EventHandler(this.mybutton9_MouseEnter);
this.mybutton9.MouseLeave += new System.EventHandler(this.mybutton9_MouseLeave);
//
// mybutton12
//
this.mybutton12.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton12.EnterForeColor = System.Drawing.Color.White;
this.mybutton12.FlatAppearance.BorderSize = 0;
this.mybutton12.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton12.ForeColor = System.Drawing.Color.Black;
this.mybutton12.HoverColor = System.Drawing.Color.Red;
this.mybutton12.LeftForeColor = System.Drawing.Color.Black;
this.mybutton12.Location = new System.Drawing.Point(173, 524);
this.mybutton12.Multiples = 10;
this.mybutton12.Name = "mybutton12";
this.mybutton12.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.mybutton12.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton12.Radius = 15;
this.mybutton12.Size = new System.Drawing.Size(147, 48);
this.mybutton12.TabIndex = 2;
this.mybutton12.Text = "我不需要";
this.mybutton12.UseVisualStyleBackColor = true;
this.mybutton12.Click += new System.EventHandler(this.mybutton12_Click);
//
// mybutton8
//
this.mybutton8.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton8.Cursor = System.Windows.Forms.Cursors.Hand;
this.mybutton8.EnterForeColor = System.Drawing.Color.SeaShell;
this.mybutton8.FlatAppearance.BorderSize = 0;
this.mybutton8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton8.ForeColor = System.Drawing.Color.White;
this.mybutton8.HoverColor = System.Drawing.Color.SlateBlue;
this.mybutton8.LeftForeColor = System.Drawing.Color.White;
this.mybutton8.Location = new System.Drawing.Point(82, 107);
this.mybutton8.Multiples = 10;
this.mybutton8.Name = "mybutton8";
this.mybutton8.NormalColor = System.Drawing.Color.CornflowerBlue;
this.mybutton8.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton8.Radius = 15;
this.mybutton8.Size = new System.Drawing.Size(141, 52);
this.mybutton8.TabIndex = 8;
this.mybutton8.Text = "收 藏";
this.mybutton8.UseVisualStyleBackColor = true;
this.mybutton8.Click += new System.EventHandler(this.mybutton8_Click);
this.mybutton8.MouseEnter += new System.EventHandler(this.mybutton8_MouseEnter);
this.mybutton8.MouseLeave += new System.EventHandler(this.mybutton8_MouseLeave);
//
// mybutton7
//
this.mybutton7.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton7.Cursor = System.Windows.Forms.Cursors.Hand;
this.mybutton7.EnterForeColor = System.Drawing.Color.White;
this.mybutton7.FlatAppearance.BorderSize = 0;
this.mybutton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton7.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton7.ForeColor = System.Drawing.Color.Black;
this.mybutton7.HoverColor = System.Drawing.Color.MediumSeaGreen;
this.mybutton7.LeftForeColor = System.Drawing.Color.Black;
this.mybutton7.Location = new System.Drawing.Point(120, 13);
this.mybutton7.Multiples = 10;
this.mybutton7.Name = "mybutton7";
this.mybutton7.NormalColor = System.Drawing.Color.MediumAquamarine;
this.mybutton7.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton7.Radius = 15;
this.mybutton7.Size = new System.Drawing.Size(75, 73);
this.mybutton7.TabIndex = 7;
this.mybutton7.Text = "确定";
this.mybutton7.UseVisualStyleBackColor = true;
this.mybutton7.Click += new System.EventHandler(this.mybutton7_Click);
this.mybutton7.MouseEnter += new System.EventHandler(this.mybutton7_MouseEnter);
this.mybutton7.MouseLeave += new System.EventHandler(this.mybutton7_MouseLeave);
//
// showButton4
//
this.showButton4.BackColor = System.Drawing.Color.Blue;
this.showButton4.Cursor = System.Windows.Forms.Cursors.Hand;
this.showButton4.EnterForeColor = System.Drawing.Color.White;
this.showButton4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.showButton4.ForeColor = System.Drawing.Color.Black;
this.showButton4.IsLEFT = false;
this.showButton4.LeftForeColor = System.Drawing.Color.Black;
this.showButton4.Location = new System.Drawing.Point(189, 19);
this.showButton4.Name = "showButton4";
this.showButton4.Size = new System.Drawing.Size(112, 62);
this.showButton4.TabIndex = 6;
this.showButton4.Text = "下一题";
this.showButton4.UseVisualStyleBackColor = false;
this.showButton4.Click += new System.EventHandler(this.showButton4_Click);
this.showButton4.MouseEnter += new System.EventHandler(this.showButton4_MouseEnter);
this.showButton4.MouseLeave += new System.EventHandler(this.showButton4_MouseLeave);
//
// showButton3
//
this.showButton3.BackColor = System.Drawing.Color.Red;
this.showButton3.Cursor = System.Windows.Forms.Cursors.Hand;
this.showButton3.EnterForeColor = System.Drawing.Color.White;
this.showButton3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.showButton3.ForeColor = System.Drawing.Color.Black;
this.showButton3.IsLEFT = true;
this.showButton3.LeftForeColor = System.Drawing.Color.Black;
this.showButton3.Location = new System.Drawing.Point(19, 19);
this.showButton3.Name = "showButton3";
this.showButton3.Size = new System.Drawing.Size(109, 62);
this.showButton3.TabIndex = 5;
this.showButton3.Text = "上一题";
this.showButton3.UseVisualStyleBackColor = false;
this.showButton3.Click += new System.EventHandler(this.showButton3_Click);
this.showButton3.MouseEnter += new System.EventHandler(this.showButton3_MouseEnter);
this.showButton3.MouseLeave += new System.EventHandler(this.showButton3_MouseLeave);
//
// mybutton6
//
this.mybutton6.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton6.EnterForeColor = System.Drawing.Color.Black;
this.mybutton6.FlatAppearance.BorderSize = 0;
this.mybutton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton6.ForeColor = System.Drawing.Color.White;
this.mybutton6.HoverColor = System.Drawing.Color.DarkTurquoise;
this.mybutton6.LeftForeColor = System.Drawing.Color.White;
this.mybutton6.Location = new System.Drawing.Point(1525, 496);
this.mybutton6.Multiples = 10;
this.mybutton6.Name = "mybutton6";
this.mybutton6.NormalColor = System.Drawing.Color.MediumSeaGreen;
this.mybutton6.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.mybutton6.Radius = 15;
this.mybutton6.Size = new System.Drawing.Size(195, 65);
this.mybutton6.TabIndex = 47;
this.mybutton6.Text = "背题模式";
this.mybutton6.UseVisualStyleBackColor = true;
this.mybutton6.Click += new System.EventHandler(this.mybutton6_Click);
//
// mybutton3
//
this.mybutton3.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton3.EnterForeColor = System.Drawing.Color.White;
this.mybutton3.FlatAppearance.BorderSize = 0;
this.mybutton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton3.ForeColor = System.Drawing.Color.Black;
this.mybutton3.HoverColor = System.Drawing.Color.Red;
this.mybutton3.LeftForeColor = System.Drawing.Color.Black;
this.mybutton3.Location = new System.Drawing.Point(169, 518);
this.mybutton3.Margin = new System.Windows.Forms.Padding(2);
this.mybutton3.Multiples = 10;
this.mybutton3.Name = "mybutton3";
this.mybutton3.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.mybutton3.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.mybutton3.Radius = 15;
this.mybutton3.Size = new System.Drawing.Size(163, 55);
this.mybutton3.TabIndex = 2;
this.mybutton3.Text = "我要放弃";
this.mybutton3.UseVisualStyleBackColor = true;
this.mybutton3.Click += new System.EventHandler(this.mybutton3_Click);
//
// mybutton5
//
this.mybutton5.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton5.EnterForeColor = System.Drawing.Color.Black;
this.mybutton5.FlatAppearance.BorderSize = 0;
this.mybutton5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton5.ForeColor = System.Drawing.Color.White;
this.mybutton5.HoverColor = System.Drawing.Color.Yellow;
this.mybutton5.LeftForeColor = System.Drawing.Color.White;
this.mybutton5.Location = new System.Drawing.Point(1525, 596);
this.mybutton5.Multiples = 10;
this.mybutton5.Name = "mybutton5";
this.mybutton5.NormalColor = System.Drawing.Color.MediumSlateBlue;
this.mybutton5.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.mybutton5.Radius = 15;
this.mybutton5.Size = new System.Drawing.Size(195, 65);
this.mybutton5.TabIndex = 45;
this.mybutton5.Text = "VIP服务";
this.mybutton5.UseVisualStyleBackColor = true;
this.mybutton5.Click += new System.EventHandler(this.mybutton5_Click);
//
// mybutton4
//
this.mybutton4.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton4.EnterForeColor = System.Drawing.Color.White;
this.mybutton4.FlatAppearance.BorderSize = 0;
this.mybutton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton4.ForeColor = System.Drawing.Color.Black;
this.mybutton4.HoverColor = System.Drawing.Color.Red;
this.mybutton4.LeftForeColor = System.Drawing.Color.Black;
this.mybutton4.Location = new System.Drawing.Point(1525, 702);
this.mybutton4.Multiples = 10;
this.mybutton4.Name = "mybutton4";
this.mybutton4.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.mybutton4.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.mybutton4.Radius = 15;
this.mybutton4.Size = new System.Drawing.Size(195, 65);
this.mybutton4.TabIndex = 44;
this.mybutton4.Text = "结 束 刷 题";
this.mybutton4.UseVisualStyleBackColor = true;
this.mybutton4.Click += new System.EventHandler(this.mybutton4_Click);
//
// mybutton1
//
this.mybutton1.BackColor = System.Drawing.Color.White;
this.mybutton1.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton1.EnterForeColor = System.Drawing.Color.AliceBlue;
this.mybutton1.FlatAppearance.BorderSize = 0;
this.mybutton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.mybutton1.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton1.ForeColor = System.Drawing.Color.White;
this.mybutton1.HoverColor = System.Drawing.Color.RoyalBlue;
this.mybutton1.LeftForeColor = System.Drawing.Color.White;
this.mybutton1.Location = new System.Drawing.Point(139, 21);
this.mybutton1.Margin = new System.Windows.Forms.Padding(2);
this.mybutton1.Multiples = 10;
this.mybutton1.Name = "mybutton1";
this.mybutton1.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.mybutton1.PressedColor = System.Drawing.Color.BlueViolet;
this.mybutton1.Radius = 15;
this.mybutton1.Size = new System.Drawing.Size(74, 72);
this.mybutton1.TabIndex = 32;
this.mybutton1.Text = "确定";
this.mybutton1.UseVisualStyleBackColor = false;
this.mybutton1.Click += new System.EventHandler(this.mybutton1_Click);
this.mybutton1.MouseEnter += new System.EventHandler(this.mybutton1_MouseEnter);
this.mybutton1.MouseLeave += new System.EventHandler(this.mybutton1_MouseLeave);
//
// mybutton2
//
this.mybutton2.ControlState = 快眼刷题.ControlState.Normal;
this.mybutton2.EnterForeColor = System.Drawing.Color.White;
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.MediumSeaGreen;
this.mybutton2.LeftForeColor = System.Drawing.Color.Black;
this.mybutton2.Location = new System.Drawing.Point(77, 110);
this.mybutton2.Margin = new System.Windows.Forms.Padding(2);
this.mybutton2.Multiples = 10;
this.mybutton2.Name = "mybutton2";
this.mybutton2.NormalColor = System.Drawing.Color.DarkSeaGreen;
this.mybutton2.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.mybutton2.Radius = 15;
this.mybutton2.Size = new System.Drawing.Size(154, 48);
this.mybutton2.TabIndex = 33;
this.mybutton2.Text = "收 藏";
this.mybutton2.UseVisualStyleBackColor = true;
this.mybutton2.Click += new System.EventHandler(this.mybutton2_Click);
this.mybutton2.MouseEnter += new System.EventHandler(this.mybutton2_MouseEnter);
this.mybutton2.MouseLeave += new System.EventHandler(this.mybutton2_MouseLeave);
//
// showButton1
//
this.showButton1.BackColor = System.Drawing.Color.MediumBlue;
this.showButton1.EnterForeColor = System.Drawing.Color.White;
this.showButton1.ForeColor = System.Drawing.Color.White;
this.showButton1.IsLEFT = true;
this.showButton1.LeftForeColor = System.Drawing.Color.White;
this.showButton1.Location = new System.Drawing.Point(39, 27);
this.showButton1.Margin = new System.Windows.Forms.Padding(2);
this.showButton1.Name = "showButton1";
this.showButton1.Size = new System.Drawing.Size(110, 61);
this.showButton1.TabIndex = 30;
this.showButton1.Text = "上一题";
this.showButton1.UseVisualStyleBackColor = false;
this.showButton1.Click += new System.EventHandler(this.showButton1_Click);
this.showButton1.MouseEnter += new System.EventHandler(this.showButton1_MouseEnter);
this.showButton1.MouseLeave += new System.EventHandler(this.showButton1_MouseLeave);
//
// showButton2
//
this.showButton2.BackColor = System.Drawing.Color.Red;
this.showButton2.EnterForeColor = System.Drawing.Color.White;
this.showButton2.ForeColor = System.Drawing.Color.White;
this.showButton2.IsLEFT = false;
this.showButton2.LeftForeColor = System.Drawing.Color.White;
this.showButton2.Location = new System.Drawing.Point(203, 27);
this.showButton2.Margin = new System.Windows.Forms.Padding(2);
this.showButton2.Name = "showButton2";
this.showButton2.Size = new System.Drawing.Size(102, 61);
this.showButton2.TabIndex = 31;
this.showButton2.Text = "下一题";
this.showButton2.UseVisualStyleBackColor = false;
this.showButton2.Click += new System.EventHandler(this.showButton2_Click);
this.showButton2.MouseEnter += new System.EventHandler(this.showButton2_MouseEnter);
this.showButton2.MouseLeave += new System.EventHandler(this.showButton2_MouseLeave);
//
// AnsProblem
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoValidate = System.Windows.Forms.AutoValidate.EnablePreventFocusChange;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1940, 1100);
this.ControlBox = false;
this.Controls.Add(this.mybutton11);
this.Controls.Add(this.mybutton10);
this.Controls.Add(this.mybutton9);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel6);
this.Controls.Add(this.panel1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "AnsProblem";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "练习模式";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AnsProblem_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AnsProblem_FormClosed);
this.Load += new System.EventHandler(this.AnsProblem_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AnsProblem_KeyDown);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.AnsProblem_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.AnsProblem_MouseMove);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel4.ResumeLayout(false);
this.flowLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
this.panel2.ResumeLayout(false);
this.panel5.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton3;
private System.Windows.Forms.RadioButton radioButton4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.Label label13;
public System.Windows.Forms.Label label1;
public System.Windows.Forms.Label label3;
public System.Windows.Forms.Label label7;
public System.Windows.Forms.TextBox textBox1;
public System.Windows.Forms.Panel panel4;
public System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label15;
private showButton showButton1;
private showButton showButton2;
private mybutton mybutton2;
public mybutton mybutton1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel5;
private mybutton mybutton3;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.PictureBox pictureBox8;
private System.Windows.Forms.Panel panel6;
private mybutton mybutton4;
private mybutton mybutton5;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.ProgressBar progressBar1;
private mybutton mybutton6;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Timer timer3;
public System.Windows.Forms.Label label23;
private mybutton mybutton8;
private showButton showButton4;
private showButton showButton3;
private mybutton mybutton9;
private mybutton mybutton10;
private mybutton mybutton11;
private mybutton mybutton12;
public mybutton mybutton7;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/code-on-top/exam_-BrushQuestions.git
git@gitee.com:code-on-top/exam_-BrushQuestions.git
code-on-top
exam_-BrushQuestions
exam_-BrushQuestions
master

搜索帮助