| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 | using System.Drawing;namespace SmartCoalApplication.AutomaticMeasurement{    partial class BeingExecuted    {        /// <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();            this.groupBox1 = new System.Windows.Forms.GroupBox();            this.label4 = new System.Windows.Forms.Label();            this.label3 = new System.Windows.Forms.Label();            this.label2 = new System.Windows.Forms.Label();            this.label1 = new System.Windows.Forms.Label();            this.labelZhengchang = new System.Windows.Forms.Label();            this.labelYichang = new System.Windows.Forms.Label();            this.labelYiceliangzhangshu = new System.Windows.Forms.Label();            this.labelZongzhangshu = new System.Windows.Forms.Label();            this.groupBox2 = new System.Windows.Forms.GroupBox();            this.panel2 = new System.Windows.Forms.Panel();            this.panel1 = new System.Windows.Forms.Panel();            this.groupBox3 = new System.Windows.Forms.GroupBox();            this.buttonStop = new System.Windows.Forms.Button();            this.timer1 = new System.Windows.Forms.Timer(this.components);            this.timer = new System.Windows.Forms.Timer(this.components);            this.labelTime = new System.Windows.Forms.Label();            this.groupBox1.SuspendLayout();            this.groupBox2.SuspendLayout();            this.panel2.SuspendLayout();            this.groupBox3.SuspendLayout();            this.SuspendLayout();            //             // groupBox1            //             this.groupBox1.Controls.Add(this.label4);            this.groupBox1.Controls.Add(this.label3);            this.groupBox1.Controls.Add(this.label2);            this.groupBox1.Controls.Add(this.label1);            this.groupBox1.Controls.Add(this.labelZhengchang);            this.groupBox1.Controls.Add(this.labelYichang);            this.groupBox1.Controls.Add(this.labelYiceliangzhangshu);            this.groupBox1.Controls.Add(this.labelZongzhangshu);            this.groupBox1.Location = new System.Drawing.Point(12, 12);            this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.groupBox1.Name = "groupBox1";            this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.groupBox1.Size = new System.Drawing.Size(611, 138);            this.groupBox1.TabIndex = 0;            this.groupBox1.TabStop = false;            this.groupBox1.Text = "總體進度";            //             // label4            //             this.label4.AutoSize = true;            this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);            this.label4.ForeColor = System.Drawing.Color.Green;            this.label4.Location = new System.Drawing.Point(129, 112);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(16, 15);            this.label4.TabIndex = 6;            this.label4.Text = "0";            //             // label3            //             this.label3.AutoSize = true;            this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);            this.label3.ForeColor = System.Drawing.Color.Red;            this.label3.Location = new System.Drawing.Point(129, 85);            this.label3.Name = "label3";            this.label3.Size = new System.Drawing.Size(16, 15);            this.label3.TabIndex = 5;            this.label3.Text = "0";            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(113, 60);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(15, 15);            this.label2.TabIndex = 4;            this.label2.Text = "0";            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(113, 34);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(15, 15);            this.label1.TabIndex = 3;            this.label1.Text = "0";            //             // labelZhengchang            //             this.labelZhengchang.AutoSize = true;            this.labelZhengchang.Location = new System.Drawing.Point(5, 112);            this.labelZhengchang.Name = "labelZhengchang";            this.labelZhengchang.Size = new System.Drawing.Size(112, 15);            this.labelZhengchang.TabIndex = 1;            this.labelZhengchang.Text = "結果正常張數:";            //             // labelYichang            //             this.labelYichang.AutoSize = true;            this.labelYichang.Location = new System.Drawing.Point(5, 85);            this.labelYichang.Name = "labelYichang";            this.labelYichang.Size = new System.Drawing.Size(112, 15);            this.labelYichang.TabIndex = 2;            this.labelYichang.Text = "結果異常張數:";            //             // labelYiceliangzhangshu            //             this.labelYiceliangzhangshu.AutoSize = true;            this.labelYiceliangzhangshu.Location = new System.Drawing.Point(5, 60);            this.labelYiceliangzhangshu.Name = "labelYiceliangzhangshu";            this.labelYiceliangzhangshu.Size = new System.Drawing.Size(97, 15);            this.labelYiceliangzhangshu.TabIndex = 1;            this.labelYiceliangzhangshu.Text = "已測量張數:";            //             // labelZongzhangshu            //             this.labelZongzhangshu.AutoSize = true;            this.labelZongzhangshu.Location = new System.Drawing.Point(5, 34);            this.labelZongzhangshu.Name = "labelZongzhangshu";            this.labelZongzhangshu.Size = new System.Drawing.Size(97, 15);            this.labelZongzhangshu.TabIndex = 0;            this.labelZongzhangshu.Text = "圖片縂張數:";            //             // groupBox2            //             this.groupBox2.Controls.Add(this.panel2);            this.groupBox2.Location = new System.Drawing.Point(12, 156);            this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.groupBox2.Name = "groupBox2";            this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.groupBox2.Size = new System.Drawing.Size(612, 175);            this.groupBox2.TabIndex = 1;            this.groupBox2.TabStop = false;            this.groupBox2.Text = "分項進度";            //             // panel2            //             this.panel2.AutoScroll = true;            this.panel2.Controls.Add(this.panel1);            this.panel2.Location = new System.Drawing.Point(8, 18);            this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.panel2.Name = "panel2";            this.panel2.Size = new System.Drawing.Size(597, 151);            this.panel2.TabIndex = 1;            //             // panel1            //             this.panel1.AutoSize = true;            this.panel1.Location = new System.Drawing.Point(0, 0);            this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(596, 150);            this.panel1.TabIndex = 0;            //             // groupBox3            //             this.groupBox3.Controls.Add(this.buttonStop);            this.groupBox3.Location = new System.Drawing.Point(12, 336);            this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.groupBox3.Name = "groupBox3";            this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.groupBox3.Size = new System.Drawing.Size(611, 64);            this.groupBox3.TabIndex = 2;            this.groupBox3.TabStop = false;            this.groupBox3.Text = "操作";            //             // buttonStop            //             this.buttonStop.Location = new System.Drawing.Point(272, 24);            this.buttonStop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.buttonStop.Name = "buttonStop";            this.buttonStop.Size = new System.Drawing.Size(84, 29);            this.buttonStop.TabIndex = 0;            this.buttonStop.Text = "停止測量";            this.buttonStop.UseVisualStyleBackColor = true;            this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);            //             // timer1            //             this.timer1.Enabled = true;            this.timer1.Interval = 1000;            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);            //             // labelTime            //             this.labelTime.AutoSize = true;            this.labelTime.Location = new System.Drawing.Point(17, 402);            this.labelTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.labelTime.Name = "labelTime";            this.labelTime.Size = new System.Drawing.Size(0, 15);            this.labelTime.TabIndex = 3;            //             // BeingExecuted            //             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(628, 435);            this.Controls.Add(this.labelTime);            this.Controls.Add(this.groupBox3);            this.Controls.Add(this.groupBox2);            this.Controls.Add(this.groupBox1);            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "BeingExecuted";            this.Text = "正在執行";            this.Load += new System.EventHandler(this.BeingExecuted_Load);            this.groupBox1.ResumeLayout(false);            this.groupBox1.PerformLayout();            this.groupBox2.ResumeLayout(false);            this.panel2.ResumeLayout(false);            this.panel2.PerformLayout();            this.groupBox3.ResumeLayout(false);            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.GroupBox groupBox1;        private System.Windows.Forms.Label labelZhengchang;        private System.Windows.Forms.Label labelYichang;        private System.Windows.Forms.Label labelYiceliangzhangshu;        private System.Windows.Forms.Label labelZongzhangshu;        private System.Windows.Forms.GroupBox groupBox2;        private System.Windows.Forms.GroupBox groupBox3;        private System.Windows.Forms.Button buttonStop;        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.Timer timer1;        private System.Windows.Forms.Timer timer;        private System.Windows.Forms.Label labelTime;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.Label label3;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.Panel panel2;    }}
 |