BeingExecuted.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. 
  2. using System.Drawing;
  3. namespace SmartCoalApplication.AutomaticMeasurement
  4. {
  5. partial class BeingExecuted
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.components = new System.ComponentModel.Container();
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.labelZhengchang = new System.Windows.Forms.Label();
  37. this.labelYichang = new System.Windows.Forms.Label();
  38. this.labelYiceliangzhangshu = new System.Windows.Forms.Label();
  39. this.labelZongzhangshu = new System.Windows.Forms.Label();
  40. this.groupBox2 = new System.Windows.Forms.GroupBox();
  41. this.panel2 = new System.Windows.Forms.Panel();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.groupBox3 = new System.Windows.Forms.GroupBox();
  44. this.buttonStop = new System.Windows.Forms.Button();
  45. this.timer1 = new System.Windows.Forms.Timer(this.components);
  46. this.timer = new System.Windows.Forms.Timer(this.components);
  47. this.labelTime = new System.Windows.Forms.Label();
  48. this.groupBox1.SuspendLayout();
  49. this.groupBox2.SuspendLayout();
  50. this.panel2.SuspendLayout();
  51. this.groupBox3.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // groupBox1
  55. //
  56. this.groupBox1.Controls.Add(this.label4);
  57. this.groupBox1.Controls.Add(this.label3);
  58. this.groupBox1.Controls.Add(this.label2);
  59. this.groupBox1.Controls.Add(this.label1);
  60. this.groupBox1.Controls.Add(this.labelZhengchang);
  61. this.groupBox1.Controls.Add(this.labelYichang);
  62. this.groupBox1.Controls.Add(this.labelYiceliangzhangshu);
  63. this.groupBox1.Controls.Add(this.labelZongzhangshu);
  64. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  65. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  66. this.groupBox1.Name = "groupBox1";
  67. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  68. this.groupBox1.Size = new System.Drawing.Size(611, 138);
  69. this.groupBox1.TabIndex = 0;
  70. this.groupBox1.TabStop = false;
  71. this.groupBox1.Text = "總體進度";
  72. //
  73. // label4
  74. //
  75. this.label4.AutoSize = true;
  76. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  77. this.label4.ForeColor = System.Drawing.Color.Green;
  78. this.label4.Location = new System.Drawing.Point(129, 112);
  79. this.label4.Name = "label4";
  80. this.label4.Size = new System.Drawing.Size(16, 15);
  81. this.label4.TabIndex = 6;
  82. this.label4.Text = "0";
  83. //
  84. // label3
  85. //
  86. this.label3.AutoSize = true;
  87. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  88. this.label3.ForeColor = System.Drawing.Color.Red;
  89. this.label3.Location = new System.Drawing.Point(129, 85);
  90. this.label3.Name = "label3";
  91. this.label3.Size = new System.Drawing.Size(16, 15);
  92. this.label3.TabIndex = 5;
  93. this.label3.Text = "0";
  94. //
  95. // label2
  96. //
  97. this.label2.AutoSize = true;
  98. this.label2.Location = new System.Drawing.Point(113, 60);
  99. this.label2.Name = "label2";
  100. this.label2.Size = new System.Drawing.Size(15, 15);
  101. this.label2.TabIndex = 4;
  102. this.label2.Text = "0";
  103. //
  104. // label1
  105. //
  106. this.label1.AutoSize = true;
  107. this.label1.Location = new System.Drawing.Point(113, 34);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(15, 15);
  110. this.label1.TabIndex = 3;
  111. this.label1.Text = "0";
  112. //
  113. // labelZhengchang
  114. //
  115. this.labelZhengchang.AutoSize = true;
  116. this.labelZhengchang.Location = new System.Drawing.Point(5, 112);
  117. this.labelZhengchang.Name = "labelZhengchang";
  118. this.labelZhengchang.Size = new System.Drawing.Size(112, 15);
  119. this.labelZhengchang.TabIndex = 1;
  120. this.labelZhengchang.Text = "結果正常張數:";
  121. //
  122. // labelYichang
  123. //
  124. this.labelYichang.AutoSize = true;
  125. this.labelYichang.Location = new System.Drawing.Point(5, 85);
  126. this.labelYichang.Name = "labelYichang";
  127. this.labelYichang.Size = new System.Drawing.Size(112, 15);
  128. this.labelYichang.TabIndex = 2;
  129. this.labelYichang.Text = "結果異常張數:";
  130. //
  131. // labelYiceliangzhangshu
  132. //
  133. this.labelYiceliangzhangshu.AutoSize = true;
  134. this.labelYiceliangzhangshu.Location = new System.Drawing.Point(5, 60);
  135. this.labelYiceliangzhangshu.Name = "labelYiceliangzhangshu";
  136. this.labelYiceliangzhangshu.Size = new System.Drawing.Size(97, 15);
  137. this.labelYiceliangzhangshu.TabIndex = 1;
  138. this.labelYiceliangzhangshu.Text = "已測量張數:";
  139. //
  140. // labelZongzhangshu
  141. //
  142. this.labelZongzhangshu.AutoSize = true;
  143. this.labelZongzhangshu.Location = new System.Drawing.Point(5, 34);
  144. this.labelZongzhangshu.Name = "labelZongzhangshu";
  145. this.labelZongzhangshu.Size = new System.Drawing.Size(97, 15);
  146. this.labelZongzhangshu.TabIndex = 0;
  147. this.labelZongzhangshu.Text = "圖片縂張數:";
  148. //
  149. // groupBox2
  150. //
  151. this.groupBox2.Controls.Add(this.panel2);
  152. this.groupBox2.Location = new System.Drawing.Point(12, 156);
  153. this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  154. this.groupBox2.Name = "groupBox2";
  155. this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  156. this.groupBox2.Size = new System.Drawing.Size(612, 175);
  157. this.groupBox2.TabIndex = 1;
  158. this.groupBox2.TabStop = false;
  159. this.groupBox2.Text = "分項進度";
  160. //
  161. // panel2
  162. //
  163. this.panel2.AutoScroll = true;
  164. this.panel2.Controls.Add(this.panel1);
  165. this.panel2.Location = new System.Drawing.Point(8, 18);
  166. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  167. this.panel2.Name = "panel2";
  168. this.panel2.Size = new System.Drawing.Size(597, 151);
  169. this.panel2.TabIndex = 1;
  170. //
  171. // panel1
  172. //
  173. this.panel1.AutoSize = true;
  174. this.panel1.Location = new System.Drawing.Point(0, 0);
  175. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  176. this.panel1.Name = "panel1";
  177. this.panel1.Size = new System.Drawing.Size(596, 150);
  178. this.panel1.TabIndex = 0;
  179. //
  180. // groupBox3
  181. //
  182. this.groupBox3.Controls.Add(this.buttonStop);
  183. this.groupBox3.Location = new System.Drawing.Point(12, 336);
  184. this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  185. this.groupBox3.Name = "groupBox3";
  186. this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  187. this.groupBox3.Size = new System.Drawing.Size(611, 64);
  188. this.groupBox3.TabIndex = 2;
  189. this.groupBox3.TabStop = false;
  190. this.groupBox3.Text = "操作";
  191. //
  192. // buttonStop
  193. //
  194. this.buttonStop.Location = new System.Drawing.Point(272, 24);
  195. this.buttonStop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  196. this.buttonStop.Name = "buttonStop";
  197. this.buttonStop.Size = new System.Drawing.Size(84, 29);
  198. this.buttonStop.TabIndex = 0;
  199. this.buttonStop.Text = "停止測量";
  200. this.buttonStop.UseVisualStyleBackColor = true;
  201. this.buttonStop.Click += new System.EventHandler(this.buttonStop_Click);
  202. //
  203. // timer1
  204. //
  205. this.timer1.Enabled = true;
  206. this.timer1.Interval = 1000;
  207. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  208. //
  209. // labelTime
  210. //
  211. this.labelTime.AutoSize = true;
  212. this.labelTime.Location = new System.Drawing.Point(17, 402);
  213. this.labelTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  214. this.labelTime.Name = "labelTime";
  215. this.labelTime.Size = new System.Drawing.Size(0, 15);
  216. this.labelTime.TabIndex = 3;
  217. //
  218. // BeingExecuted
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.ClientSize = new System.Drawing.Size(628, 435);
  223. this.Controls.Add(this.labelTime);
  224. this.Controls.Add(this.groupBox3);
  225. this.Controls.Add(this.groupBox2);
  226. this.Controls.Add(this.groupBox1);
  227. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  228. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  229. this.MaximizeBox = false;
  230. this.MinimizeBox = false;
  231. this.Name = "BeingExecuted";
  232. this.Text = "正在執行";
  233. this.Load += new System.EventHandler(this.BeingExecuted_Load);
  234. this.groupBox1.ResumeLayout(false);
  235. this.groupBox1.PerformLayout();
  236. this.groupBox2.ResumeLayout(false);
  237. this.panel2.ResumeLayout(false);
  238. this.panel2.PerformLayout();
  239. this.groupBox3.ResumeLayout(false);
  240. this.ResumeLayout(false);
  241. this.PerformLayout();
  242. }
  243. #endregion
  244. private System.Windows.Forms.GroupBox groupBox1;
  245. private System.Windows.Forms.Label labelZhengchang;
  246. private System.Windows.Forms.Label labelYichang;
  247. private System.Windows.Forms.Label labelYiceliangzhangshu;
  248. private System.Windows.Forms.Label labelZongzhangshu;
  249. private System.Windows.Forms.GroupBox groupBox2;
  250. private System.Windows.Forms.GroupBox groupBox3;
  251. private System.Windows.Forms.Button buttonStop;
  252. private System.Windows.Forms.Panel panel1;
  253. private System.Windows.Forms.Timer timer1;
  254. private System.Windows.Forms.Timer timer;
  255. private System.Windows.Forms.Label labelTime;
  256. private System.Windows.Forms.Label label1;
  257. private System.Windows.Forms.Label label4;
  258. private System.Windows.Forms.Label label3;
  259. private System.Windows.Forms.Label label2;
  260. private System.Windows.Forms.Panel panel2;
  261. }
  262. }