1 Star 4 Fork 1

四原色/exam_-BrushQuestions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Form1.Designer.cs 30.19 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
namespace 快眼刷题
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.label1 = new System.Windows.Forms.Label();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.roundButton2 = new 快眼刷题.RoundButton();
this.roundButton1 = new 快眼刷题.RoundButton();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.roundButton3 = new 快眼刷题.RoundButton();
this.mybutton9 = new 快眼刷题.mybutton();
this.roundButton4 = new 快眼刷题.RoundButton();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(0, 584);
this.button1.Margin = new System.Windows.Forms.Padding(2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(150, 56);
this.button1.TabIndex = 0;
this.button1.Text = "顺序刷题";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(150, 584);
this.button2.Margin = new System.Windows.Forms.Padding(2);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(150, 56);
this.button2.TabIndex = 1;
this.button2.Text = "个性查题";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.FlatAppearance.BorderSize = 0;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.Location = new System.Drawing.Point(300, 584);
this.button3.Margin = new System.Windows.Forms.Padding(2);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(150, 56);
this.button3.TabIndex = 2;
this.button3.Text = "收 藏 夹";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.FlatAppearance.BorderSize = 0;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button4.Location = new System.Drawing.Point(450, 584);
this.button4.Margin = new System.Windows.Forms.Padding(2);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(150, 56);
this.button4.TabIndex = 3;
this.button4.Text = "错 题 本";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.FlatAppearance.BorderSize = 0;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.Location = new System.Drawing.Point(600, 584);
this.button5.Margin = new System.Windows.Forms.Padding(2);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(150, 56);
this.button5.TabIndex = 4;
this.button5.Text = "模拟考试";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.FlatAppearance.BorderSize = 0;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button6.Location = new System.Drawing.Point(750, 584);
this.button6.Margin = new System.Windows.Forms.Padding(2);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(150, 56);
this.button6.TabIndex = 5;
this.button6.Text = "成绩统计";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button7
//
this.button7.BackColor = System.Drawing.Color.Red;
this.button7.FlatAppearance.BorderSize = 0;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Font = new System.Drawing.Font("楷体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button7.Location = new System.Drawing.Point(900, 584);
this.button7.Margin = new System.Windows.Forms.Padding(2);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(150, 56);
this.button7.TabIndex = 6;
this.button7.Text = "退 出";
this.button7.UseVisualStyleBackColor = false;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(0, 572);
this.progressBar1.Margin = new System.Windows.Forms.Padding(2);
this.progressBar1.Maximum = 3625;
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(1050, 12);
this.progressBar1.TabIndex = 7;
this.progressBar1.Value = 75;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.label1.Font = new System.Drawing.Font("楷体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(428, 420);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(205, 62);
this.label1.TabIndex = 9;
this.label1.Text = "3620/3625";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label1.TextChanged += new System.EventHandler(this.label1_TextChanged);
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// timer1
//
this.timer1.Interval = 20;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Interval = 1;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(0, 547);
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(2);
this.numericUpDown1.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(75, 21);
this.numericUpDown1.TabIndex = 17;
this.numericUpDown1.Visible = false;
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(396, 558);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(287, 12);
this.label3.TabIndex = 20;
this.label3.Text = "赣[字] 2020_7_20 @2749984520xjh版权所有翻版必究";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.DarkCyan;
this.panel1.Location = new System.Drawing.Point(0, 450);
this.panel1.Margin = new System.Windows.Forms.Padding(2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(150, 4);
this.panel1.TabIndex = 22;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.DarkCyan;
this.panel2.Location = new System.Drawing.Point(146, 54);
this.panel2.Margin = new System.Windows.Forms.Padding(2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(4, 400);
this.panel2.TabIndex = 23;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.DarkCyan;
this.pictureBox1.BackgroundImage = global::快眼刷题.Properties.Resources.pg1;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(68, 40);
this.pictureBox1.TabIndex = 21;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.BackgroundImage = global::快眼刷题.Properties.Resources.刷题荣耀;
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox2.Location = new System.Drawing.Point(0, 0);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(1050, 160);
this.pictureBox2.TabIndex = 24;
this.pictureBox2.TabStop = 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(155, 165);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox1.Size = new System.Drawing.Size(198, 223);
this.textBox1.TabIndex = 25;
this.textBox1.Visible = false;
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.roundButton2);
this.groupBox1.Controls.Add(this.roundButton1);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.listBox1);
this.groupBox1.Location = new System.Drawing.Point(667, 214);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(413, 323);
this.groupBox1.TabIndex = 27;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "题 库 管 理";
this.groupBox1.Visible = false;
//
// roundButton2
//
this.roundButton2.ControlState = 快眼刷题.ControlState.Hover;
this.roundButton2.FlatAppearance.BorderSize = 0;
this.roundButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.roundButton2.ForeColor = System.Drawing.Color.White;
this.roundButton2.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.roundButton2.Location = new System.Drawing.Point(319, 294);
this.roundButton2.Name = "roundButton2";
this.roundButton2.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(99)))), ((int)(((byte)(71)))));
this.roundButton2.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.roundButton2.Radius = 15;
this.roundButton2.Size = new System.Drawing.Size(75, 23);
this.roundButton2.TabIndex = 10;
this.roundButton2.Text = "关 闭";
this.roundButton2.UseVisualStyleBackColor = true;
this.roundButton2.Click += new System.EventHandler(this.roundButton2_Click);
//
// roundButton1
//
this.roundButton1.ControlState = 快眼刷题.ControlState.Hover;
this.roundButton1.FlatAppearance.BorderSize = 0;
this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.roundButton1.ForeColor = System.Drawing.Color.White;
this.roundButton1.HoverColor = System.Drawing.Color.Red;
this.roundButton1.Location = new System.Drawing.Point(216, 294);
this.roundButton1.Name = "roundButton1";
this.roundButton1.NormalColor = System.Drawing.Color.SeaGreen;
this.roundButton1.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.roundButton1.Radius = 15;
this.roundButton1.Size = new System.Drawing.Size(75, 23);
this.roundButton1.TabIndex = 9;
this.roundButton1.Text = "删 除";
this.roundButton1.UseVisualStyleBackColor = true;
this.roundButton1.Click += new System.EventHandler(this.roundButton1_Click);
//
// textBox4
//
this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox4.Location = new System.Drawing.Point(216, 247);
this.textBox4.Multiline = true;
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.Size = new System.Drawing.Size(191, 30);
this.textBox4.TabIndex = 8;
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox3
//
this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox3.Location = new System.Drawing.Point(216, 165);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(191, 29);
this.textBox3.TabIndex = 7;
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox2
//
this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox2.Location = new System.Drawing.Point(216, 85);
this.textBox2.Multiline = true;
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(191, 28);
this.textBox2.TabIndex = 6;
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(221, 209);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 16);
this.label6.TabIndex = 5;
this.label6.Text = "大小:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(221, 135);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(88, 16);
this.label5.TabIndex = 4;
this.label5.Text = "所在地址:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(221, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(88, 16);
this.label4.TabIndex = 3;
this.label4.Text = "题库名称:";
//
// listBox1
//
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(9, 38);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(201, 260);
this.listBox1.TabIndex = 0;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// roundButton3
//
this.roundButton3.ControlState = 快眼刷题.ControlState.Hover;
this.roundButton3.FlatAppearance.BorderSize = 0;
this.roundButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.roundButton3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.roundButton3.ForeColor = System.Drawing.Color.White;
this.roundButton3.HoverColor = System.Drawing.Color.Red;
this.roundButton3.Location = new System.Drawing.Point(155, 394);
this.roundButton3.Name = "roundButton3";
this.roundButton3.NormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(99)))), ((int)(((byte)(71)))));
this.roundButton3.PressedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(130)))), ((int)(((byte)(71)))));
this.roundButton3.Radius = 15;
this.roundButton3.Size = new System.Drawing.Size(198, 35);
this.roundButton3.TabIndex = 31;
this.roundButton3.Text = "关 闭";
this.roundButton3.UseVisualStyleBackColor = true;
this.roundButton3.Visible = false;
this.roundButton3.Click += new System.EventHandler(this.roundButton3_Click);
//
// mybutton9
//
this.mybutton9.ControlState = 快眼刷题.ControlState.Hover;
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("幼圆", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.mybutton9.ForeColor = System.Drawing.Color.White;
this.mybutton9.HoverColor = System.Drawing.Color.DarkSlateBlue;
this.mybutton9.LeftForeColor = System.Drawing.Color.White;
this.mybutton9.Location = new System.Drawing.Point(479, 259);
this.mybutton9.Multiples = 0;
this.mybutton9.Name = "mybutton9";
this.mybutton9.NormalColor = System.Drawing.Color.SlateBlue;
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(80, 80);
this.mybutton9.TabIndex = 32;
this.mybutton9.Text = "刷新";
this.mybutton9.UseVisualStyleBackColor = true;
this.mybutton9.Visible = false;
this.mybutton9.Click += new System.EventHandler(this.mybutton9_Click);
//
// roundButton4
//
this.roundButton4.ControlState = 快眼刷题.ControlState.Normal;
this.roundButton4.Cursor = System.Windows.Forms.Cursors.Hand;
this.roundButton4.FlatAppearance.BorderSize = 0;
this.roundButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.roundButton4.Font = new System.Drawing.Font("华文新魏", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.roundButton4.ForeColor = System.Drawing.Color.White;
this.roundButton4.HoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
this.roundButton4.Location = new System.Drawing.Point(986, 160);
this.roundButton4.Name = "roundButton4";
this.roundButton4.NormalColor = System.Drawing.Color.SeaGreen;
this.roundButton4.PressedColor = System.Drawing.Color.SeaGreen;
this.roundButton4.Radius = 15;
this.roundButton4.Size = new System.Drawing.Size(63, 22);
this.roundButton4.TabIndex = 33;
this.roundButton4.Text = "—";
this.roundButton4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.roundButton4.UseVisualStyleBackColor = true;
this.roundButton4.Click += new System.EventHandler(this.roundButton4_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1050, 640);
this.Controls.Add(this.roundButton4);
this.Controls.Add(this.mybutton9);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.roundButton3);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.label1);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.button7);
this.Controls.Add(this.button6);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.pictureBox2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "快眼刷题";
this.Load += new System.EventHandler(this.Form1_Load);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
public System.Windows.Forms.Button button2;
public System.Windows.Forms.Button button3;
public System.Windows.Forms.Button button4;
public System.Windows.Forms.Label label1;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
public System.Windows.Forms.ProgressBar progressBar1;
private RoundButton roundButton2;
private RoundButton roundButton1;
private RoundButton roundButton3;
private mybutton mybutton9;
private RoundButton roundButton4;
}
}
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

搜索帮助