Process.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. namespace UAS_KanBan
  2. {
  3. partial class Process
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.TopLine = new CCWin.SkinControl.SkinPanel();
  30. this.BottomLine = new CCWin.SkinControl.SkinPanel();
  31. this.Line1 = new CCWin.SkinControl.SkinPanel();
  32. this.Line2 = new CCWin.SkinControl.SkinPanel();
  33. this.skinPanel7 = new CCWin.SkinControl.SkinPanel();
  34. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  35. this.Line3 = new CCWin.SkinControl.SkinPanel();
  36. this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
  37. this.skinLabel6 = new CCWin.SkinControl.SkinLabel();
  38. this.skinLabel7 = new CCWin.SkinControl.SkinLabel();
  39. this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
  40. this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
  41. this.skinLabel8 = new CCWin.SkinControl.SkinLabel();
  42. this.skinLabel9 = new CCWin.SkinControl.SkinLabel();
  43. this.skinLabel10 = new CCWin.SkinControl.SkinLabel();
  44. this.skinPictureBox1 = new CCWin.SkinControl.SkinPictureBox();
  45. this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
  46. this.skinLabel11 = new CCWin.SkinControl.SkinLabel();
  47. this.skinLabel12 = new CCWin.SkinControl.SkinLabel();
  48. this.skinLabel13 = new CCWin.SkinControl.SkinLabel();
  49. this.skinLabel14 = new CCWin.SkinControl.SkinLabel();
  50. this.skinLabel15 = new CCWin.SkinControl.SkinLabel();
  51. this.skinLabel16 = new CCWin.SkinControl.SkinLabel();
  52. this.skinLabel17 = new CCWin.SkinControl.SkinLabel();
  53. this.skinLabel18 = new CCWin.SkinControl.SkinLabel();
  54. this.Refresh = new System.Windows.Forms.Timer(this.components);
  55. ((System.ComponentModel.ISupportInitialize)(this.skinPictureBox1)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // TopLine
  59. //
  60. this.TopLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  61. | System.Windows.Forms.AnchorStyles.Right)));
  62. this.TopLine.BackColor = System.Drawing.Color.White;
  63. this.TopLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  64. this.TopLine.ControlState = CCWin.SkinClass.ControlState.Normal;
  65. this.TopLine.DownBack = null;
  66. this.TopLine.Location = new System.Drawing.Point(3, 33);
  67. this.TopLine.MouseBack = null;
  68. this.TopLine.Name = "TopLine";
  69. this.TopLine.NormlBack = null;
  70. this.TopLine.Size = new System.Drawing.Size(1180, 2);
  71. this.TopLine.TabIndex = 0;
  72. //
  73. // BottomLine
  74. //
  75. this.BottomLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.BottomLine.BackColor = System.Drawing.Color.White;
  78. this.BottomLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  79. this.BottomLine.ControlState = CCWin.SkinClass.ControlState.Normal;
  80. this.BottomLine.DownBack = null;
  81. this.BottomLine.Location = new System.Drawing.Point(3, 146);
  82. this.BottomLine.MouseBack = null;
  83. this.BottomLine.Name = "BottomLine";
  84. this.BottomLine.NormlBack = null;
  85. this.BottomLine.Size = new System.Drawing.Size(1180, 2);
  86. this.BottomLine.TabIndex = 1;
  87. //
  88. // Line1
  89. //
  90. this.Line1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  91. | System.Windows.Forms.AnchorStyles.Left)));
  92. this.Line1.BackColor = System.Drawing.Color.White;
  93. this.Line1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  94. this.Line1.ControlState = CCWin.SkinClass.ControlState.Normal;
  95. this.Line1.DownBack = null;
  96. this.Line1.Location = new System.Drawing.Point(301, 34);
  97. this.Line1.MouseBack = null;
  98. this.Line1.Name = "Line1";
  99. this.Line1.NormlBack = null;
  100. this.Line1.Size = new System.Drawing.Size(2, 110);
  101. this.Line1.TabIndex = 1;
  102. //
  103. // Line2
  104. //
  105. this.Line2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.Line2.BackColor = System.Drawing.Color.White;
  108. this.Line2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  109. this.Line2.ControlState = CCWin.SkinClass.ControlState.Normal;
  110. this.Line2.DownBack = null;
  111. this.Line2.Location = new System.Drawing.Point(839, 34);
  112. this.Line2.MouseBack = null;
  113. this.Line2.Name = "Line2";
  114. this.Line2.NormlBack = null;
  115. this.Line2.Size = new System.Drawing.Size(2, 110);
  116. this.Line2.TabIndex = 3;
  117. //
  118. // skinPanel7
  119. //
  120. this.skinPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  121. | System.Windows.Forms.AnchorStyles.Right)));
  122. this.skinPanel7.BackColor = System.Drawing.Color.White;
  123. this.skinPanel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  124. this.skinPanel7.ControlState = CCWin.SkinClass.ControlState.Normal;
  125. this.skinPanel7.DownBack = null;
  126. this.skinPanel7.Location = new System.Drawing.Point(841, 92);
  127. this.skinPanel7.MouseBack = null;
  128. this.skinPanel7.Name = "skinPanel7";
  129. this.skinPanel7.NormlBack = null;
  130. this.skinPanel7.Size = new System.Drawing.Size(341, 2);
  131. this.skinPanel7.TabIndex = 2;
  132. //
  133. // skinLabel1
  134. //
  135. this.skinLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  136. this.skinLabel1.AutoSize = true;
  137. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  138. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  139. this.skinLabel1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.skinLabel1.Location = new System.Drawing.Point(448, 74);
  141. this.skinLabel1.Name = "skinLabel1";
  142. this.skinLabel1.Size = new System.Drawing.Size(271, 33);
  143. this.skinLabel1.TabIndex = 4;
  144. this.skinLabel1.Text = "产线执行进度看板";
  145. //
  146. // Line3
  147. //
  148. this.Line3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.Line3.BackColor = System.Drawing.Color.White;
  151. this.Line3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  152. this.Line3.ControlState = CCWin.SkinClass.ControlState.Normal;
  153. this.Line3.DownBack = null;
  154. this.Line3.Location = new System.Drawing.Point(949, 34);
  155. this.Line3.MouseBack = null;
  156. this.Line3.Name = "Line3";
  157. this.Line3.NormlBack = null;
  158. this.Line3.Size = new System.Drawing.Size(2, 110);
  159. this.Line3.TabIndex = 4;
  160. //
  161. // skinLabel3
  162. //
  163. this.skinLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  164. | System.Windows.Forms.AnchorStyles.Left)));
  165. this.skinLabel3.AutoSize = true;
  166. this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
  167. this.skinLabel3.BorderColor = System.Drawing.Color.White;
  168. this.skinLabel3.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.skinLabel3.Location = new System.Drawing.Point(45, 265);
  170. this.skinLabel3.Name = "skinLabel3";
  171. this.skinLabel3.Size = new System.Drawing.Size(159, 35);
  172. this.skinLabel3.TabIndex = 6;
  173. this.skinLabel3.Text = "生产机型";
  174. //
  175. // skinLabel6
  176. //
  177. this.skinLabel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  178. | System.Windows.Forms.AnchorStyles.Left)));
  179. this.skinLabel6.AutoSize = true;
  180. this.skinLabel6.BackColor = System.Drawing.Color.Transparent;
  181. this.skinLabel6.BorderColor = System.Drawing.Color.White;
  182. this.skinLabel6.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.skinLabel6.Location = new System.Drawing.Point(45, 488);
  184. this.skinLabel6.Name = "skinLabel6";
  185. this.skinLabel6.Size = new System.Drawing.Size(123, 35);
  186. this.skinLabel6.TabIndex = 9;
  187. this.skinLabel6.Text = "总产出";
  188. //
  189. // skinLabel7
  190. //
  191. this.skinLabel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  192. | System.Windows.Forms.AnchorStyles.Left)));
  193. this.skinLabel7.AutoSize = true;
  194. this.skinLabel7.BackColor = System.Drawing.Color.Transparent;
  195. this.skinLabel7.BorderColor = System.Drawing.Color.White;
  196. this.skinLabel7.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.skinLabel7.Location = new System.Drawing.Point(45, 376);
  198. this.skinLabel7.Name = "skinLabel7";
  199. this.skinLabel7.Size = new System.Drawing.Size(123, 35);
  200. this.skinLabel7.TabIndex = 10;
  201. this.skinLabel7.Text = "总投入";
  202. //
  203. // skinLabel4
  204. //
  205. this.skinLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  206. | System.Windows.Forms.AnchorStyles.Left)));
  207. this.skinLabel4.AutoSize = true;
  208. this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
  209. this.skinLabel4.BorderColor = System.Drawing.Color.White;
  210. this.skinLabel4.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.skinLabel4.Location = new System.Drawing.Point(684, 376);
  212. this.skinLabel4.Name = "skinLabel4";
  213. this.skinLabel4.Size = new System.Drawing.Size(123, 35);
  214. this.skinLabel4.TabIndex = 13;
  215. this.skinLabel4.Text = "收益率";
  216. //
  217. // skinLabel5
  218. //
  219. this.skinLabel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  220. | System.Windows.Forms.AnchorStyles.Left)));
  221. this.skinLabel5.AutoSize = true;
  222. this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
  223. this.skinLabel5.BorderColor = System.Drawing.Color.White;
  224. this.skinLabel5.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.skinLabel5.Location = new System.Drawing.Point(684, 488);
  226. this.skinLabel5.Name = "skinLabel5";
  227. this.skinLabel5.Size = new System.Drawing.Size(123, 35);
  228. this.skinLabel5.TabIndex = 12;
  229. this.skinLabel5.Text = "故障数";
  230. //
  231. // skinLabel8
  232. //
  233. this.skinLabel8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  234. | System.Windows.Forms.AnchorStyles.Left)));
  235. this.skinLabel8.AutoSize = true;
  236. this.skinLabel8.BackColor = System.Drawing.Color.Transparent;
  237. this.skinLabel8.BorderColor = System.Drawing.Color.White;
  238. this.skinLabel8.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.skinLabel8.Location = new System.Drawing.Point(684, 265);
  240. this.skinLabel8.Name = "skinLabel8";
  241. this.skinLabel8.Size = new System.Drawing.Size(123, 35);
  242. this.skinLabel8.TabIndex = 11;
  243. this.skinLabel8.Text = "直通率";
  244. //
  245. // skinLabel9
  246. //
  247. this.skinLabel9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  248. this.skinLabel9.AutoSize = true;
  249. this.skinLabel9.BackColor = System.Drawing.Color.Transparent;
  250. this.skinLabel9.BorderColor = System.Drawing.Color.White;
  251. this.skinLabel9.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.skinLabel9.Location = new System.Drawing.Point(860, 50);
  253. this.skinLabel9.Name = "skinLabel9";
  254. this.skinLabel9.Size = new System.Drawing.Size(71, 29);
  255. this.skinLabel9.TabIndex = 14;
  256. this.skinLabel9.Text = "线体";
  257. //
  258. // skinLabel10
  259. //
  260. this.skinLabel10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  261. this.skinLabel10.AutoSize = true;
  262. this.skinLabel10.BackColor = System.Drawing.Color.Transparent;
  263. this.skinLabel10.BorderColor = System.Drawing.Color.White;
  264. this.skinLabel10.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.skinLabel10.Location = new System.Drawing.Point(860, 106);
  266. this.skinLabel10.Name = "skinLabel10";
  267. this.skinLabel10.Size = new System.Drawing.Size(71, 29);
  268. this.skinLabel10.TabIndex = 15;
  269. this.skinLabel10.Text = "班次";
  270. //
  271. // skinPictureBox1
  272. //
  273. this.skinPictureBox1.BackColor = System.Drawing.Color.Transparent;
  274. this.skinPictureBox1.Image = global::UAS_KanBan.Properties.Resources.malata_logo;
  275. this.skinPictureBox1.Location = new System.Drawing.Point(6, 55);
  276. this.skinPictureBox1.Name = "skinPictureBox1";
  277. this.skinPictureBox1.Size = new System.Drawing.Size(289, 71);
  278. this.skinPictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  279. this.skinPictureBox1.TabIndex = 16;
  280. this.skinPictureBox1.TabStop = false;
  281. //
  282. // skinLabel2
  283. //
  284. this.skinLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  285. | System.Windows.Forms.AnchorStyles.Left)));
  286. this.skinLabel2.AutoSize = true;
  287. this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
  288. this.skinLabel2.BorderColor = System.Drawing.Color.White;
  289. this.skinLabel2.BorderSize = 0;
  290. this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.skinLabel2.ForeColor = System.Drawing.Color.Red;
  292. this.skinLabel2.Location = new System.Drawing.Point(241, 370);
  293. this.skinLabel2.Name = "skinLabel2";
  294. this.skinLabel2.Size = new System.Drawing.Size(86, 46);
  295. this.skinLabel2.TabIndex = 19;
  296. this.skinLabel2.Text = "100";
  297. //
  298. // skinLabel11
  299. //
  300. this.skinLabel11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  301. | System.Windows.Forms.AnchorStyles.Left)));
  302. this.skinLabel11.AutoSize = true;
  303. this.skinLabel11.BackColor = System.Drawing.Color.Transparent;
  304. this.skinLabel11.BorderColor = System.Drawing.Color.White;
  305. this.skinLabel11.BorderSize = 0;
  306. this.skinLabel11.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.skinLabel11.ForeColor = System.Drawing.Color.Red;
  308. this.skinLabel11.Location = new System.Drawing.Point(241, 482);
  309. this.skinLabel11.Name = "skinLabel11";
  310. this.skinLabel11.Size = new System.Drawing.Size(86, 46);
  311. this.skinLabel11.TabIndex = 18;
  312. this.skinLabel11.Text = "100";
  313. //
  314. // skinLabel12
  315. //
  316. this.skinLabel12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  317. | System.Windows.Forms.AnchorStyles.Left)));
  318. this.skinLabel12.AutoSize = true;
  319. this.skinLabel12.BackColor = System.Drawing.Color.Transparent;
  320. this.skinLabel12.BorderColor = System.Drawing.Color.White;
  321. this.skinLabel12.BorderSize = 0;
  322. this.skinLabel12.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.skinLabel12.ForeColor = System.Drawing.Color.Red;
  324. this.skinLabel12.Location = new System.Drawing.Point(241, 259);
  325. this.skinLabel12.Name = "skinLabel12";
  326. this.skinLabel12.Size = new System.Drawing.Size(162, 46);
  327. this.skinLabel12.TabIndex = 17;
  328. this.skinLabel12.Text = "ABCDEF";
  329. //
  330. // skinLabel13
  331. //
  332. this.skinLabel13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  333. | System.Windows.Forms.AnchorStyles.Left)));
  334. this.skinLabel13.AutoSize = true;
  335. this.skinLabel13.BackColor = System.Drawing.Color.Transparent;
  336. this.skinLabel13.BorderColor = System.Drawing.Color.White;
  337. this.skinLabel13.BorderSize = 0;
  338. this.skinLabel13.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.skinLabel13.ForeColor = System.Drawing.Color.Red;
  340. this.skinLabel13.Location = new System.Drawing.Point(848, 370);
  341. this.skinLabel13.Name = "skinLabel13";
  342. this.skinLabel13.Size = new System.Drawing.Size(119, 46);
  343. this.skinLabel13.TabIndex = 22;
  344. this.skinLabel13.Text = "100%";
  345. //
  346. // skinLabel14
  347. //
  348. this.skinLabel14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  349. | System.Windows.Forms.AnchorStyles.Left)));
  350. this.skinLabel14.AutoSize = true;
  351. this.skinLabel14.BackColor = System.Drawing.Color.Transparent;
  352. this.skinLabel14.BorderColor = System.Drawing.Color.White;
  353. this.skinLabel14.BorderSize = 0;
  354. this.skinLabel14.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  355. this.skinLabel14.ForeColor = System.Drawing.Color.Red;
  356. this.skinLabel14.Location = new System.Drawing.Point(848, 482);
  357. this.skinLabel14.Name = "skinLabel14";
  358. this.skinLabel14.Size = new System.Drawing.Size(42, 46);
  359. this.skinLabel14.TabIndex = 21;
  360. this.skinLabel14.Text = "0";
  361. //
  362. // skinLabel15
  363. //
  364. this.skinLabel15.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  365. | System.Windows.Forms.AnchorStyles.Left)));
  366. this.skinLabel15.AutoSize = true;
  367. this.skinLabel15.BackColor = System.Drawing.Color.Transparent;
  368. this.skinLabel15.BorderColor = System.Drawing.Color.White;
  369. this.skinLabel15.BorderSize = 0;
  370. this.skinLabel15.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.skinLabel15.ForeColor = System.Drawing.Color.Red;
  372. this.skinLabel15.Location = new System.Drawing.Point(848, 259);
  373. this.skinLabel15.Name = "skinLabel15";
  374. this.skinLabel15.Size = new System.Drawing.Size(119, 46);
  375. this.skinLabel15.TabIndex = 20;
  376. this.skinLabel15.Text = "100%";
  377. //
  378. // skinLabel16
  379. //
  380. this.skinLabel16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  381. this.skinLabel16.AutoSize = true;
  382. this.skinLabel16.BackColor = System.Drawing.Color.Transparent;
  383. this.skinLabel16.BorderColor = System.Drawing.Color.White;
  384. this.skinLabel16.BorderSize = 0;
  385. this.skinLabel16.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.skinLabel16.ForeColor = System.Drawing.Color.Red;
  387. this.skinLabel16.Location = new System.Drawing.Point(973, 101);
  388. this.skinLabel16.Name = "skinLabel16";
  389. this.skinLabel16.Size = new System.Drawing.Size(70, 39);
  390. this.skinLabel16.TabIndex = 24;
  391. this.skinLabel16.Text = "S02";
  392. //
  393. // skinLabel17
  394. //
  395. this.skinLabel17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  396. this.skinLabel17.AutoSize = true;
  397. this.skinLabel17.BackColor = System.Drawing.Color.Transparent;
  398. this.skinLabel17.BorderColor = System.Drawing.Color.White;
  399. this.skinLabel17.BorderSize = 0;
  400. this.skinLabel17.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.skinLabel17.ForeColor = System.Drawing.Color.Red;
  402. this.skinLabel17.Location = new System.Drawing.Point(973, 45);
  403. this.skinLabel17.Name = "skinLabel17";
  404. this.skinLabel17.Size = new System.Drawing.Size(118, 39);
  405. this.skinLabel17.TabIndex = 23;
  406. this.skinLabel17.Text = "SMT01";
  407. //
  408. // skinLabel18
  409. //
  410. this.skinLabel18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  411. this.skinLabel18.AutoSize = true;
  412. this.skinLabel18.BackColor = System.Drawing.Color.Transparent;
  413. this.skinLabel18.BorderColor = System.Drawing.Color.White;
  414. this.skinLabel18.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.skinLabel18.Location = new System.Drawing.Point(385, 168);
  416. this.skinLabel18.Name = "skinLabel18";
  417. this.skinLabel18.Size = new System.Drawing.Size(428, 48);
  418. this.skinLabel18.TabIndex = 25;
  419. this.skinLabel18.Text = "投入\\产出实时统计";
  420. //
  421. // Process
  422. //
  423. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  424. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  425. this.BackColor = System.Drawing.Color.Black;
  426. this.ClientSize = new System.Drawing.Size(1184, 687);
  427. this.Controls.Add(this.skinLabel18);
  428. this.Controls.Add(this.skinLabel16);
  429. this.Controls.Add(this.skinLabel17);
  430. this.Controls.Add(this.skinLabel13);
  431. this.Controls.Add(this.skinLabel14);
  432. this.Controls.Add(this.skinLabel15);
  433. this.Controls.Add(this.skinLabel2);
  434. this.Controls.Add(this.skinLabel11);
  435. this.Controls.Add(this.skinLabel12);
  436. this.Controls.Add(this.skinPictureBox1);
  437. this.Controls.Add(this.skinLabel10);
  438. this.Controls.Add(this.skinLabel9);
  439. this.Controls.Add(this.skinLabel4);
  440. this.Controls.Add(this.skinLabel5);
  441. this.Controls.Add(this.skinLabel8);
  442. this.Controls.Add(this.skinLabel7);
  443. this.Controls.Add(this.skinLabel6);
  444. this.Controls.Add(this.skinLabel3);
  445. this.Controls.Add(this.Line3);
  446. this.Controls.Add(this.skinLabel1);
  447. this.Controls.Add(this.skinPanel7);
  448. this.Controls.Add(this.Line2);
  449. this.Controls.Add(this.Line1);
  450. this.Controls.Add(this.BottomLine);
  451. this.Controls.Add(this.TopLine);
  452. this.ForeColor = System.Drawing.Color.White;
  453. this.Name = "Process";
  454. this.Text = "产线执行进度";
  455. this.TitleColor = System.Drawing.Color.WhiteSmoke;
  456. this.TitleSuitColor = true;
  457. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Process_FormClosing);
  458. this.Load += new System.EventHandler(this.Process_Load);
  459. this.SizeChanged += new System.EventHandler(this.Process_SizeChanged);
  460. ((System.ComponentModel.ISupportInitialize)(this.skinPictureBox1)).EndInit();
  461. this.ResumeLayout(false);
  462. this.PerformLayout();
  463. }
  464. #endregion
  465. private CCWin.SkinControl.SkinPanel TopLine;
  466. private CCWin.SkinControl.SkinPanel BottomLine;
  467. private CCWin.SkinControl.SkinPanel Line1;
  468. private CCWin.SkinControl.SkinPanel Line2;
  469. private CCWin.SkinControl.SkinPanel skinPanel7;
  470. private CCWin.SkinControl.SkinLabel skinLabel1;
  471. private CCWin.SkinControl.SkinPanel Line3;
  472. private CCWin.SkinControl.SkinLabel skinLabel3;
  473. private CCWin.SkinControl.SkinLabel skinLabel6;
  474. private CCWin.SkinControl.SkinLabel skinLabel7;
  475. private CCWin.SkinControl.SkinLabel skinLabel4;
  476. private CCWin.SkinControl.SkinLabel skinLabel5;
  477. private CCWin.SkinControl.SkinLabel skinLabel8;
  478. private CCWin.SkinControl.SkinLabel skinLabel9;
  479. private CCWin.SkinControl.SkinLabel skinLabel10;
  480. private CCWin.SkinControl.SkinPictureBox skinPictureBox1;
  481. private CCWin.SkinControl.SkinLabel skinLabel2;
  482. private CCWin.SkinControl.SkinLabel skinLabel11;
  483. private CCWin.SkinControl.SkinLabel skinLabel12;
  484. private CCWin.SkinControl.SkinLabel skinLabel13;
  485. private CCWin.SkinControl.SkinLabel skinLabel14;
  486. private CCWin.SkinControl.SkinLabel skinLabel15;
  487. private CCWin.SkinControl.SkinLabel skinLabel16;
  488. private CCWin.SkinControl.SkinLabel skinLabel17;
  489. private CCWin.SkinControl.SkinLabel skinLabel18;
  490. private System.Windows.Forms.Timer Refresh;
  491. }
  492. }