Process.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  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.MidLine = new CCWin.SkinControl.SkinPanel();
  34. this.Title = 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.LineCode_label = new CCWin.SkinControl.SkinLabel();
  43. this.WorkShift_label = new CCWin.SkinControl.SkinLabel();
  44. this.Logo = new CCWin.SkinControl.SkinPictureBox();
  45. this.投入 = new CCWin.SkinControl.SkinLabel();
  46. this.产出 = new CCWin.SkinControl.SkinLabel();
  47. this.机型 = new CCWin.SkinControl.SkinLabel();
  48. this.收益率 = new CCWin.SkinControl.SkinLabel();
  49. this.故障数 = new CCWin.SkinControl.SkinLabel();
  50. this.直通率 = new CCWin.SkinControl.SkinLabel();
  51. this.班制 = new CCWin.SkinControl.SkinLabel();
  52. this.Line = new CCWin.SkinControl.SkinLabel();
  53. this.Title2 = new CCWin.SkinControl.SkinLabel();
  54. this.Refresh = new System.Windows.Forms.Timer(this.components);
  55. ((System.ComponentModel.ISupportInitialize)(this.Logo)).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. // MidLine
  119. //
  120. this.MidLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  121. | System.Windows.Forms.AnchorStyles.Right)));
  122. this.MidLine.BackColor = System.Drawing.Color.White;
  123. this.MidLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  124. this.MidLine.ControlState = CCWin.SkinClass.ControlState.Normal;
  125. this.MidLine.DownBack = null;
  126. this.MidLine.Location = new System.Drawing.Point(841, 92);
  127. this.MidLine.MouseBack = null;
  128. this.MidLine.Name = "MidLine";
  129. this.MidLine.NormlBack = null;
  130. this.MidLine.Size = new System.Drawing.Size(341, 2);
  131. this.MidLine.TabIndex = 2;
  132. //
  133. // Title
  134. //
  135. this.Title.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  136. this.Title.AutoSize = true;
  137. this.Title.BackColor = System.Drawing.Color.Transparent;
  138. this.Title.BorderColor = System.Drawing.Color.White;
  139. this.Title.Font = new System.Drawing.Font("宋体", 45F);
  140. this.Title.Location = new System.Drawing.Point(319, 60);
  141. this.Title.Name = "Title";
  142. this.Title.Size = new System.Drawing.Size(505, 60);
  143. this.Title.TabIndex = 4;
  144. this.Title.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("宋体", 52F, System.Drawing.FontStyle.Bold);
  169. this.skinLabel3.Location = new System.Drawing.Point(7, 265);
  170. this.skinLabel3.Name = "skinLabel3";
  171. this.skinLabel3.Size = new System.Drawing.Size(314, 70);
  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("宋体", 52F, System.Drawing.FontStyle.Bold);
  183. this.skinLabel6.Location = new System.Drawing.Point(7, 488);
  184. this.skinLabel6.Name = "skinLabel6";
  185. this.skinLabel6.Size = new System.Drawing.Size(243, 70);
  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("宋体", 52F, System.Drawing.FontStyle.Bold);
  197. this.skinLabel7.Location = new System.Drawing.Point(7, 376);
  198. this.skinLabel7.Name = "skinLabel7";
  199. this.skinLabel7.Size = new System.Drawing.Size(243, 70);
  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("宋体", 52F, System.Drawing.FontStyle.Bold);
  211. this.skinLabel4.Location = new System.Drawing.Point(662, 376);
  212. this.skinLabel4.Name = "skinLabel4";
  213. this.skinLabel4.Size = new System.Drawing.Size(243, 70);
  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("宋体", 52F, System.Drawing.FontStyle.Bold);
  225. this.skinLabel5.Location = new System.Drawing.Point(662, 488);
  226. this.skinLabel5.Name = "skinLabel5";
  227. this.skinLabel5.Size = new System.Drawing.Size(243, 70);
  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("宋体", 52F, System.Drawing.FontStyle.Bold);
  239. this.skinLabel8.Location = new System.Drawing.Point(662, 265);
  240. this.skinLabel8.Name = "skinLabel8";
  241. this.skinLabel8.Size = new System.Drawing.Size(243, 70);
  242. this.skinLabel8.TabIndex = 11;
  243. this.skinLabel8.Text = "直通率";
  244. //
  245. // LineCode_label
  246. //
  247. this.LineCode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  248. this.LineCode_label.AutoSize = true;
  249. this.LineCode_label.BackColor = System.Drawing.Color.Transparent;
  250. this.LineCode_label.BorderColor = System.Drawing.Color.White;
  251. this.LineCode_label.Font = new System.Drawing.Font("宋体", 30F);
  252. this.LineCode_label.Location = new System.Drawing.Point(846, 45);
  253. this.LineCode_label.Name = "LineCode_label";
  254. this.LineCode_label.Size = new System.Drawing.Size(97, 40);
  255. this.LineCode_label.TabIndex = 14;
  256. this.LineCode_label.Text = "线体";
  257. //
  258. // WorkShift_label
  259. //
  260. this.WorkShift_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  261. this.WorkShift_label.AutoSize = true;
  262. this.WorkShift_label.BackColor = System.Drawing.Color.Transparent;
  263. this.WorkShift_label.BorderColor = System.Drawing.Color.White;
  264. this.WorkShift_label.Font = new System.Drawing.Font("宋体", 30F);
  265. this.WorkShift_label.Location = new System.Drawing.Point(848, 102);
  266. this.WorkShift_label.Name = "WorkShift_label";
  267. this.WorkShift_label.Size = new System.Drawing.Size(97, 40);
  268. this.WorkShift_label.TabIndex = 15;
  269. this.WorkShift_label.Text = "班次";
  270. //
  271. // Logo
  272. //
  273. this.Logo.BackColor = System.Drawing.Color.Transparent;
  274. this.Logo.Image = global::UAS_KanBan.Properties.Resources.malata_logo;
  275. this.Logo.Location = new System.Drawing.Point(6, 42);
  276. this.Logo.Name = "Logo";
  277. this.Logo.Size = new System.Drawing.Size(289, 71);
  278. this.Logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  279. this.Logo.TabIndex = 16;
  280. this.Logo.TabStop = false;
  281. //
  282. // 投入
  283. //
  284. this.投入.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  285. | System.Windows.Forms.AnchorStyles.Left)));
  286. this.投入.AutoSize = true;
  287. this.投入.BackColor = System.Drawing.Color.Transparent;
  288. this.投入.BorderColor = System.Drawing.Color.White;
  289. this.投入.BorderSize = 0;
  290. this.投入.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
  291. this.投入.ForeColor = System.Drawing.Color.Red;
  292. this.投入.Location = new System.Drawing.Point(353, 370);
  293. this.投入.Name = "投入";
  294. this.投入.Size = new System.Drawing.Size(0, 93);
  295. this.投入.TabIndex = 19;
  296. //
  297. // 产出
  298. //
  299. this.产出.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  300. | System.Windows.Forms.AnchorStyles.Left)));
  301. this.产出.AutoSize = true;
  302. this.产出.BackColor = System.Drawing.Color.Transparent;
  303. this.产出.BorderColor = System.Drawing.Color.White;
  304. this.产出.BorderSize = 0;
  305. this.产出.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
  306. this.产出.ForeColor = System.Drawing.Color.Red;
  307. this.产出.Location = new System.Drawing.Point(353, 482);
  308. this.产出.Name = "产出";
  309. this.产出.Size = new System.Drawing.Size(0, 93);
  310. this.产出.TabIndex = 18;
  311. //
  312. // 机型
  313. //
  314. this.机型.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  315. | System.Windows.Forms.AnchorStyles.Left)));
  316. this.机型.AutoSize = true;
  317. this.机型.BackColor = System.Drawing.Color.Transparent;
  318. this.机型.BorderColor = System.Drawing.Color.White;
  319. this.机型.BorderSize = 0;
  320. this.机型.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
  321. this.机型.ForeColor = System.Drawing.Color.Red;
  322. this.机型.Location = new System.Drawing.Point(353, 259);
  323. this.机型.Name = "机型";
  324. this.机型.Size = new System.Drawing.Size(0, 93);
  325. this.机型.TabIndex = 17;
  326. //
  327. // 收益率
  328. //
  329. this.收益率.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  330. | System.Windows.Forms.AnchorStyles.Left)));
  331. this.收益率.AutoSize = true;
  332. this.收益率.BackColor = System.Drawing.Color.Transparent;
  333. this.收益率.BorderColor = System.Drawing.Color.White;
  334. this.收益率.BorderSize = 0;
  335. this.收益率.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
  336. this.收益率.ForeColor = System.Drawing.Color.Red;
  337. this.收益率.Location = new System.Drawing.Point(932, 370);
  338. this.收益率.Name = "收益率";
  339. this.收益率.Size = new System.Drawing.Size(0, 93);
  340. this.收益率.TabIndex = 22;
  341. //
  342. // 故障数
  343. //
  344. this.故障数.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  345. | System.Windows.Forms.AnchorStyles.Left)));
  346. this.故障数.AutoSize = true;
  347. this.故障数.BackColor = System.Drawing.Color.Transparent;
  348. this.故障数.BorderColor = System.Drawing.Color.White;
  349. this.故障数.BorderSize = 0;
  350. this.故障数.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
  351. this.故障数.ForeColor = System.Drawing.Color.Red;
  352. this.故障数.Location = new System.Drawing.Point(932, 482);
  353. this.故障数.Name = "故障数";
  354. this.故障数.Size = new System.Drawing.Size(0, 93);
  355. this.故障数.TabIndex = 21;
  356. //
  357. // 直通率
  358. //
  359. this.直通率.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  360. | System.Windows.Forms.AnchorStyles.Left)));
  361. this.直通率.AutoSize = true;
  362. this.直通率.BackColor = System.Drawing.Color.Transparent;
  363. this.直通率.BorderColor = System.Drawing.Color.White;
  364. this.直通率.BorderSize = 0;
  365. this.直通率.Font = new System.Drawing.Font("微软雅黑", 52F, System.Drawing.FontStyle.Bold);
  366. this.直通率.ForeColor = System.Drawing.Color.Red;
  367. this.直通率.Location = new System.Drawing.Point(932, 259);
  368. this.直通率.Name = "直通率";
  369. this.直通率.Size = new System.Drawing.Size(0, 93);
  370. this.直通率.TabIndex = 20;
  371. //
  372. // 班制
  373. //
  374. this.班制.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  375. this.班制.AutoSize = true;
  376. this.班制.BackColor = System.Drawing.Color.Transparent;
  377. this.班制.BorderColor = System.Drawing.Color.White;
  378. this.班制.BorderSize = 0;
  379. this.班制.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Bold);
  380. this.班制.ForeColor = System.Drawing.Color.Red;
  381. this.班制.Location = new System.Drawing.Point(973, 99);
  382. this.班制.Name = "班制";
  383. this.班制.Size = new System.Drawing.Size(0, 45);
  384. this.班制.TabIndex = 24;
  385. //
  386. // Line
  387. //
  388. this.Line.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  389. this.Line.AutoSize = true;
  390. this.Line.BackColor = System.Drawing.Color.Transparent;
  391. this.Line.BorderColor = System.Drawing.Color.White;
  392. this.Line.BorderSize = 0;
  393. this.Line.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Bold);
  394. this.Line.ForeColor = System.Drawing.Color.Red;
  395. this.Line.Location = new System.Drawing.Point(973, 43);
  396. this.Line.Name = "Line";
  397. this.Line.Size = new System.Drawing.Size(0, 45);
  398. this.Line.TabIndex = 23;
  399. //
  400. // Title2
  401. //
  402. this.Title2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  403. this.Title2.AutoSize = true;
  404. this.Title2.BackColor = System.Drawing.Color.Transparent;
  405. this.Title2.BorderColor = System.Drawing.Color.White;
  406. this.Title2.Font = new System.Drawing.Font("宋体", 50F);
  407. this.Title2.Location = new System.Drawing.Point(344, 168);
  408. this.Title2.Name = "Title2";
  409. this.Title2.Size = new System.Drawing.Size(599, 67);
  410. this.Title2.TabIndex = 25;
  411. this.Title2.Text = "投入\\产出实时统计";
  412. //
  413. // Process
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.BackColor = System.Drawing.Color.Black;
  418. this.ClientSize = new System.Drawing.Size(1184, 687);
  419. this.ControlBoxActive = System.Drawing.Color.Black;
  420. this.ControlBoxDeactive = System.Drawing.Color.Black;
  421. this.Controls.Add(this.Title2);
  422. this.Controls.Add(this.班制);
  423. this.Controls.Add(this.Line);
  424. this.Controls.Add(this.收益率);
  425. this.Controls.Add(this.故障数);
  426. this.Controls.Add(this.直通率);
  427. this.Controls.Add(this.投入);
  428. this.Controls.Add(this.产出);
  429. this.Controls.Add(this.机型);
  430. this.Controls.Add(this.Logo);
  431. this.Controls.Add(this.WorkShift_label);
  432. this.Controls.Add(this.LineCode_label);
  433. this.Controls.Add(this.skinLabel4);
  434. this.Controls.Add(this.skinLabel5);
  435. this.Controls.Add(this.skinLabel8);
  436. this.Controls.Add(this.skinLabel7);
  437. this.Controls.Add(this.skinLabel6);
  438. this.Controls.Add(this.skinLabel3);
  439. this.Controls.Add(this.Line3);
  440. this.Controls.Add(this.Title);
  441. this.Controls.Add(this.MidLine);
  442. this.Controls.Add(this.Line2);
  443. this.Controls.Add(this.Line1);
  444. this.Controls.Add(this.BottomLine);
  445. this.Controls.Add(this.TopLine);
  446. this.ForeColor = System.Drawing.Color.White;
  447. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  448. this.Name = "Process";
  449. this.Text = "产线执行进度";
  450. this.TitleColor = System.Drawing.Color.WhiteSmoke;
  451. this.TitleSuitColor = true;
  452. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Process_FormClosing);
  453. this.Load += new System.EventHandler(this.Process_Load);
  454. this.SizeChanged += new System.EventHandler(this.Process_SizeChanged);
  455. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Process_KeyDown);
  456. ((System.ComponentModel.ISupportInitialize)(this.Logo)).EndInit();
  457. this.ResumeLayout(false);
  458. this.PerformLayout();
  459. }
  460. #endregion
  461. private CCWin.SkinControl.SkinPanel TopLine;
  462. private CCWin.SkinControl.SkinPanel BottomLine;
  463. private CCWin.SkinControl.SkinPanel Line1;
  464. private CCWin.SkinControl.SkinPanel Line2;
  465. private CCWin.SkinControl.SkinPanel MidLine;
  466. private CCWin.SkinControl.SkinLabel Title;
  467. private CCWin.SkinControl.SkinPanel Line3;
  468. private CCWin.SkinControl.SkinLabel skinLabel3;
  469. private CCWin.SkinControl.SkinLabel skinLabel6;
  470. private CCWin.SkinControl.SkinLabel skinLabel7;
  471. private CCWin.SkinControl.SkinLabel skinLabel4;
  472. private CCWin.SkinControl.SkinLabel skinLabel5;
  473. private CCWin.SkinControl.SkinLabel skinLabel8;
  474. private CCWin.SkinControl.SkinLabel LineCode_label;
  475. private CCWin.SkinControl.SkinLabel WorkShift_label;
  476. private CCWin.SkinControl.SkinPictureBox Logo;
  477. private CCWin.SkinControl.SkinLabel 投入;
  478. private CCWin.SkinControl.SkinLabel 产出;
  479. private CCWin.SkinControl.SkinLabel 机型;
  480. private CCWin.SkinControl.SkinLabel 收益率;
  481. private CCWin.SkinControl.SkinLabel 故障数;
  482. private CCWin.SkinControl.SkinLabel 直通率;
  483. private CCWin.SkinControl.SkinLabel 班制;
  484. private CCWin.SkinControl.SkinLabel Line;
  485. private CCWin.SkinControl.SkinLabel Title2;
  486. private System.Windows.Forms.Timer Refresh;
  487. }
  488. }