Process.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Process));
  30. this.TopLine = new CCWin.SkinControl.SkinPanel();
  31. this.BottomLine = new CCWin.SkinControl.SkinPanel();
  32. this.Line1 = new CCWin.SkinControl.SkinPanel();
  33. this.Line2 = new CCWin.SkinControl.SkinPanel();
  34. this.MidLine = new CCWin.SkinControl.SkinPanel();
  35. this.Title = new CCWin.SkinControl.SkinLabel();
  36. this.Line3 = new CCWin.SkinControl.SkinPanel();
  37. this.机型_label = new CCWin.SkinControl.SkinLabel();
  38. this.产出_label = new CCWin.SkinControl.SkinLabel();
  39. this.投入_label = new CCWin.SkinControl.SkinLabel();
  40. this.收益率_label = new CCWin.SkinControl.SkinLabel();
  41. this.故障数_label = new CCWin.SkinControl.SkinLabel();
  42. this.直通率_label = new CCWin.SkinControl.SkinLabel();
  43. this.LineCode_label = new CCWin.SkinControl.SkinLabel();
  44. this.WorkShift_label = new CCWin.SkinControl.SkinLabel();
  45. this.Logo = new CCWin.SkinControl.SkinPictureBox();
  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.RefreshData = new System.Windows.Forms.Timer(this.components);
  55. this.机型 = new UAS_KanBan.CustomControl.ValueLabel();
  56. this.产出 = new CCWin.SkinControl.SkinLabel();
  57. this.Dash = new CCWin.SkinControl.SkinLabel();
  58. this.wccode = new CCWin.SkinControl.SkinLabel();
  59. ((System.ComponentModel.ISupportInitialize)(this.Logo)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // TopLine
  63. //
  64. this.TopLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  65. | System.Windows.Forms.AnchorStyles.Right)));
  66. this.TopLine.BackColor = System.Drawing.Color.White;
  67. this.TopLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  68. this.TopLine.ControlState = CCWin.SkinClass.ControlState.Normal;
  69. this.TopLine.DownBack = null;
  70. this.TopLine.Location = new System.Drawing.Point(4, 28);
  71. this.TopLine.Margin = new System.Windows.Forms.Padding(4);
  72. this.TopLine.MouseBack = null;
  73. this.TopLine.Name = "TopLine";
  74. this.TopLine.NormlBack = null;
  75. this.TopLine.Size = new System.Drawing.Size(1306, 2);
  76. this.TopLine.TabIndex = 0;
  77. //
  78. // BottomLine
  79. //
  80. this.BottomLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  81. | System.Windows.Forms.AnchorStyles.Right)));
  82. this.BottomLine.BackColor = System.Drawing.Color.White;
  83. this.BottomLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  84. this.BottomLine.ControlState = CCWin.SkinClass.ControlState.Normal;
  85. this.BottomLine.DownBack = null;
  86. this.BottomLine.Location = new System.Drawing.Point(4, 168);
  87. this.BottomLine.Margin = new System.Windows.Forms.Padding(4);
  88. this.BottomLine.MouseBack = null;
  89. this.BottomLine.Name = "BottomLine";
  90. this.BottomLine.NormlBack = null;
  91. this.BottomLine.Size = new System.Drawing.Size(1306, 2);
  92. this.BottomLine.TabIndex = 1;
  93. //
  94. // Line1
  95. //
  96. this.Line1.BackColor = System.Drawing.Color.White;
  97. this.Line1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  98. this.Line1.ControlState = CCWin.SkinClass.ControlState.Normal;
  99. this.Line1.DownBack = null;
  100. this.Line1.Location = new System.Drawing.Point(340, 29);
  101. this.Line1.Margin = new System.Windows.Forms.Padding(4);
  102. this.Line1.MouseBack = null;
  103. this.Line1.Name = "Line1";
  104. this.Line1.NormlBack = null;
  105. this.Line1.Size = new System.Drawing.Size(1, 139);
  106. this.Line1.TabIndex = 1;
  107. //
  108. // Line2
  109. //
  110. this.Line2.BackColor = System.Drawing.Color.White;
  111. this.Line2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  112. this.Line2.ControlState = CCWin.SkinClass.ControlState.Normal;
  113. this.Line2.DownBack = null;
  114. this.Line2.Location = new System.Drawing.Point(1020, 29);
  115. this.Line2.Margin = new System.Windows.Forms.Padding(4);
  116. this.Line2.MouseBack = null;
  117. this.Line2.Name = "Line2";
  118. this.Line2.NormlBack = null;
  119. this.Line2.Size = new System.Drawing.Size(1, 139);
  120. this.Line2.TabIndex = 3;
  121. //
  122. // MidLine
  123. //
  124. this.MidLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.MidLine.BackColor = System.Drawing.Color.White;
  127. this.MidLine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  128. this.MidLine.ControlState = CCWin.SkinClass.ControlState.Normal;
  129. this.MidLine.DownBack = null;
  130. this.MidLine.Location = new System.Drawing.Point(1020, 101);
  131. this.MidLine.Margin = new System.Windows.Forms.Padding(4);
  132. this.MidLine.MouseBack = null;
  133. this.MidLine.Name = "MidLine";
  134. this.MidLine.NormlBack = null;
  135. this.MidLine.Size = new System.Drawing.Size(289, 2);
  136. this.MidLine.TabIndex = 2;
  137. //
  138. // Title
  139. //
  140. this.Title.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  141. this.Title.AutoSize = true;
  142. this.Title.BackColor = System.Drawing.Color.Transparent;
  143. this.Title.BorderColor = System.Drawing.Color.White;
  144. this.Title.Font = new System.Drawing.Font("宋体", 45F);
  145. this.Title.Location = new System.Drawing.Point(356, 61);
  146. this.Title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.Title.Name = "Title";
  148. this.Title.Size = new System.Drawing.Size(632, 75);
  149. this.Title.TabIndex = 4;
  150. this.Title.Text = "产线执行进度看板";
  151. //
  152. // Line3
  153. //
  154. this.Line3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  155. this.Line3.BackColor = System.Drawing.Color.White;
  156. this.Line3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  157. this.Line3.ControlState = CCWin.SkinClass.ControlState.Normal;
  158. this.Line3.DownBack = null;
  159. this.Line3.Location = new System.Drawing.Point(1162, 29);
  160. this.Line3.Margin = new System.Windows.Forms.Padding(4);
  161. this.Line3.MouseBack = null;
  162. this.Line3.Name = "Line3";
  163. this.Line3.NormlBack = null;
  164. this.Line3.Size = new System.Drawing.Size(1, 139);
  165. this.Line3.TabIndex = 4;
  166. //
  167. // 机型_label
  168. //
  169. this.机型_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  170. | System.Windows.Forms.AnchorStyles.Left)));
  171. this.机型_label.AutoSize = true;
  172. this.机型_label.BackColor = System.Drawing.Color.Transparent;
  173. this.机型_label.BorderColor = System.Drawing.Color.White;
  174. this.机型_label.Font = new System.Drawing.Font("宋体", 50F, System.Drawing.FontStyle.Bold);
  175. this.机型_label.Location = new System.Drawing.Point(9, 331);
  176. this.机型_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.机型_label.Name = "机型_label";
  178. this.机型_label.Size = new System.Drawing.Size(375, 84);
  179. this.机型_label.TabIndex = 6;
  180. this.机型_label.Tag = "AutoFont";
  181. this.机型_label.Text = "生产机型";
  182. //
  183. // 产出_label
  184. //
  185. this.产出_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  186. | System.Windows.Forms.AnchorStyles.Left)));
  187. this.产出_label.AutoSize = true;
  188. this.产出_label.BackColor = System.Drawing.Color.Transparent;
  189. this.产出_label.BorderColor = System.Drawing.Color.White;
  190. this.产出_label.Font = new System.Drawing.Font("宋体", 50F, System.Drawing.FontStyle.Bold);
  191. this.产出_label.Location = new System.Drawing.Point(9, 648);
  192. this.产出_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  193. this.产出_label.Name = "产出_label";
  194. this.产出_label.Size = new System.Drawing.Size(375, 84);
  195. this.产出_label.TabIndex = 9;
  196. this.产出_label.Tag = "AutoFont";
  197. this.产出_label.Text = "一次通过";
  198. //
  199. // 投入_label
  200. //
  201. this.投入_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  202. | System.Windows.Forms.AnchorStyles.Left)));
  203. this.投入_label.AutoSize = true;
  204. this.投入_label.BackColor = System.Drawing.Color.Transparent;
  205. this.投入_label.BorderColor = System.Drawing.Color.White;
  206. this.投入_label.Font = new System.Drawing.Font("宋体", 50F, System.Drawing.FontStyle.Bold);
  207. this.投入_label.Location = new System.Drawing.Point(9, 491);
  208. this.投入_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  209. this.投入_label.Name = "投入_label";
  210. this.投入_label.Size = new System.Drawing.Size(418, 84);
  211. this.投入_label.TabIndex = 10;
  212. this.投入_label.Tag = "AutoFont";
  213. this.投入_label.Text = "投入/产出";
  214. //
  215. // 收益率_label
  216. //
  217. this.收益率_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  218. | System.Windows.Forms.AnchorStyles.Left)));
  219. this.收益率_label.AutoSize = true;
  220. this.收益率_label.BackColor = System.Drawing.Color.Transparent;
  221. this.收益率_label.BorderColor = System.Drawing.Color.White;
  222. this.收益率_label.Font = new System.Drawing.Font("宋体", 50F, System.Drawing.FontStyle.Bold);
  223. this.收益率_label.Location = new System.Drawing.Point(829, 491);
  224. this.收益率_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  225. this.收益率_label.Name = "收益率_label";
  226. this.收益率_label.Size = new System.Drawing.Size(290, 84);
  227. this.收益率_label.TabIndex = 13;
  228. this.收益率_label.Tag = "AutoFont";
  229. this.收益率_label.Text = "收益率";
  230. //
  231. // 故障数_label
  232. //
  233. this.故障数_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  234. | System.Windows.Forms.AnchorStyles.Left)));
  235. this.故障数_label.AutoSize = true;
  236. this.故障数_label.BackColor = System.Drawing.Color.Transparent;
  237. this.故障数_label.BorderColor = System.Drawing.Color.White;
  238. this.故障数_label.Font = new System.Drawing.Font("宋体", 50F, System.Drawing.FontStyle.Bold);
  239. this.故障数_label.Location = new System.Drawing.Point(829, 648);
  240. this.故障数_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  241. this.故障数_label.Name = "故障数_label";
  242. this.故障数_label.Size = new System.Drawing.Size(290, 84);
  243. this.故障数_label.TabIndex = 12;
  244. this.故障数_label.Tag = "AutoFont";
  245. this.故障数_label.Text = "故障数";
  246. //
  247. // 直通率_label
  248. //
  249. this.直通率_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  250. | System.Windows.Forms.AnchorStyles.Right)));
  251. this.直通率_label.AutoSize = true;
  252. this.直通率_label.BackColor = System.Drawing.Color.Transparent;
  253. this.直通率_label.BorderColor = System.Drawing.Color.White;
  254. this.直通率_label.Font = new System.Drawing.Font("宋体", 50F, System.Drawing.FontStyle.Bold);
  255. this.直通率_label.Location = new System.Drawing.Point(829, 331);
  256. this.直通率_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  257. this.直通率_label.Name = "直通率_label";
  258. this.直通率_label.Size = new System.Drawing.Size(460, 84);
  259. this.直通率_label.TabIndex = 11;
  260. this.直通率_label.Tag = "AutoFont";
  261. this.直通率_label.Text = "一次直通率";
  262. //
  263. // LineCode_label
  264. //
  265. this.LineCode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  266. this.LineCode_label.AutoSize = true;
  267. this.LineCode_label.BackColor = System.Drawing.Color.Transparent;
  268. this.LineCode_label.BorderColor = System.Drawing.Color.White;
  269. this.LineCode_label.Font = new System.Drawing.Font("宋体", 30F);
  270. this.LineCode_label.Location = new System.Drawing.Point(1032, 41);
  271. this.LineCode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  272. this.LineCode_label.Name = "LineCode_label";
  273. this.LineCode_label.Size = new System.Drawing.Size(122, 50);
  274. this.LineCode_label.TabIndex = 14;
  275. this.LineCode_label.Text = "线体";
  276. //
  277. // WorkShift_label
  278. //
  279. this.WorkShift_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  280. this.WorkShift_label.AutoSize = true;
  281. this.WorkShift_label.BackColor = System.Drawing.Color.Transparent;
  282. this.WorkShift_label.BorderColor = System.Drawing.Color.White;
  283. this.WorkShift_label.Font = new System.Drawing.Font("宋体", 30F);
  284. this.WorkShift_label.Location = new System.Drawing.Point(1032, 110);
  285. this.WorkShift_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  286. this.WorkShift_label.Name = "WorkShift_label";
  287. this.WorkShift_label.Size = new System.Drawing.Size(122, 50);
  288. this.WorkShift_label.TabIndex = 15;
  289. this.WorkShift_label.Text = "班次";
  290. //
  291. // Logo
  292. //
  293. this.Logo.BackColor = System.Drawing.Color.Transparent;
  294. this.Logo.Image = global::UAS_KanBan.Properties.Resources.lo3;
  295. this.Logo.Location = new System.Drawing.Point(8, 39);
  296. this.Logo.Margin = new System.Windows.Forms.Padding(4);
  297. this.Logo.Name = "Logo";
  298. this.Logo.Size = new System.Drawing.Size(325, 119);
  299. this.Logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  300. this.Logo.TabIndex = 16;
  301. this.Logo.TabStop = false;
  302. //
  303. // 投入
  304. //
  305. this.投入.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  306. | System.Windows.Forms.AnchorStyles.Left)));
  307. this.投入.AutoSize = true;
  308. this.投入.BackColor = System.Drawing.Color.Transparent;
  309. this.投入.BorderColor = System.Drawing.Color.Red;
  310. this.投入.BorderSize = 0;
  311. this.投入.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  312. this.投入.ForeColor = System.Drawing.Color.Red;
  313. this.投入.Location = new System.Drawing.Point(453, 491);
  314. this.投入.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  315. this.投入.Name = "投入";
  316. this.投入.Size = new System.Drawing.Size(0, 87);
  317. this.投入.TabIndex = 19;
  318. this.投入.Tag = "AutoFont";
  319. this.投入.SizeChanged += new System.EventHandler(this.投入_SizeChanged);
  320. //
  321. // 一次通过
  322. //
  323. this.一次通过.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  324. | System.Windows.Forms.AnchorStyles.Left)));
  325. this.一次通过.AutoSize = true;
  326. this.一次通过.BackColor = System.Drawing.Color.Transparent;
  327. this.一次通过.BorderColor = System.Drawing.Color.Red;
  328. this.一次通过.BorderSize = 0;
  329. this.一次通过.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  330. this.一次通过.ForeColor = System.Drawing.Color.Red;
  331. this.一次通过.Location = new System.Drawing.Point(453, 648);
  332. this.一次通过.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  333. this.一次通过.Name = "一次通过";
  334. this.一次通过.Size = new System.Drawing.Size(0, 87);
  335. this.一次通过.TabIndex = 18;
  336. this.一次通过.Tag = "AutoFont";
  337. //
  338. // 收益率
  339. //
  340. this.收益率.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  341. | System.Windows.Forms.AnchorStyles.Left)));
  342. this.收益率.AutoSize = true;
  343. this.收益率.BackColor = System.Drawing.Color.Transparent;
  344. this.收益率.BorderColor = System.Drawing.Color.Red;
  345. this.收益率.BorderSize = 0;
  346. this.收益率.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  347. this.收益率.ForeColor = System.Drawing.Color.Red;
  348. this.收益率.Location = new System.Drawing.Point(1175, 491);
  349. this.收益率.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  350. this.收益率.Name = "收益率";
  351. this.收益率.Size = new System.Drawing.Size(0, 87);
  352. this.收益率.TabIndex = 22;
  353. this.收益率.Tag = "AutoFont";
  354. //
  355. // 故障数
  356. //
  357. this.故障数.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  358. | System.Windows.Forms.AnchorStyles.Left)));
  359. this.故障数.AutoSize = true;
  360. this.故障数.BackColor = System.Drawing.Color.Transparent;
  361. this.故障数.BorderColor = System.Drawing.Color.Red;
  362. this.故障数.BorderSize = 0;
  363. this.故障数.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  364. this.故障数.ForeColor = System.Drawing.Color.Red;
  365. this.故障数.Location = new System.Drawing.Point(1175, 648);
  366. this.故障数.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  367. this.故障数.Name = "故障数";
  368. this.故障数.Size = new System.Drawing.Size(0, 87);
  369. this.故障数.TabIndex = 21;
  370. this.故障数.Tag = "AutoFont";
  371. //
  372. // 直通率
  373. //
  374. this.直通率.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  375. | System.Windows.Forms.AnchorStyles.Left)));
  376. this.直通率.AutoSize = true;
  377. this.直通率.BackColor = System.Drawing.Color.Transparent;
  378. this.直通率.BorderColor = System.Drawing.Color.Red;
  379. this.直通率.BorderSize = 0;
  380. this.直通率.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  381. this.直通率.ForeColor = System.Drawing.Color.Red;
  382. this.直通率.Location = new System.Drawing.Point(1175, 331);
  383. this.直通率.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  384. this.直通率.Name = "直通率";
  385. this.直通率.Size = new System.Drawing.Size(0, 87);
  386. this.直通率.TabIndex = 20;
  387. this.直通率.Tag = "AutoFont";
  388. //
  389. // 班次
  390. //
  391. this.班次.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  392. this.班次.AutoSize = true;
  393. this.班次.BackColor = System.Drawing.Color.Transparent;
  394. this.班次.BorderColor = System.Drawing.Color.Red;
  395. this.班次.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.班次.ForeColor = System.Drawing.Color.Red;
  397. this.班次.Location = new System.Drawing.Point(1179, 110);
  398. this.班次.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  399. this.班次.Name = "班次";
  400. this.班次.Size = new System.Drawing.Size(0, 50);
  401. this.班次.TabIndex = 24;
  402. //
  403. // Line
  404. //
  405. this.Line.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  406. this.Line.AutoSize = true;
  407. this.Line.BackColor = System.Drawing.Color.Transparent;
  408. this.Line.BorderColor = System.Drawing.Color.Red;
  409. this.Line.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.Line.ForeColor = System.Drawing.Color.Red;
  411. this.Line.Location = new System.Drawing.Point(1180, 40);
  412. this.Line.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  413. this.Line.Name = "Line";
  414. this.Line.Size = new System.Drawing.Size(0, 50);
  415. this.Line.TabIndex = 23;
  416. //
  417. // Title2
  418. //
  419. this.Title2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  420. this.Title2.AutoSize = true;
  421. this.Title2.BackColor = System.Drawing.Color.Transparent;
  422. this.Title2.BorderColor = System.Drawing.Color.White;
  423. this.Title2.Font = new System.Drawing.Font("宋体", 45F);
  424. this.Title2.Location = new System.Drawing.Point(377, 201);
  425. this.Title2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  426. this.Title2.Name = "Title2";
  427. this.Title2.Size = new System.Drawing.Size(670, 75);
  428. this.Title2.TabIndex = 25;
  429. this.Title2.Text = "投入\\产出实时统计";
  430. //
  431. // 机型
  432. //
  433. this.机型.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  434. | System.Windows.Forms.AnchorStyles.Left)));
  435. this.机型.AutoSize = true;
  436. this.机型.BackColor = System.Drawing.Color.Transparent;
  437. this.机型.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  438. this.机型.ForeColor = System.Drawing.Color.Red;
  439. this.机型.Location = new System.Drawing.Point(453, 331);
  440. this.机型.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  441. this.机型.Name = "机型";
  442. this.机型.Size = new System.Drawing.Size(0, 87);
  443. this.机型.TabIndex = 17;
  444. this.机型.Tag = "AutoFont";
  445. //
  446. // 产出
  447. //
  448. this.产出.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  449. | System.Windows.Forms.AnchorStyles.Left)));
  450. this.产出.AutoSize = true;
  451. this.产出.BackColor = System.Drawing.Color.Transparent;
  452. this.产出.BorderColor = System.Drawing.Color.Red;
  453. this.产出.BorderSize = 0;
  454. this.产出.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  455. this.产出.ForeColor = System.Drawing.Color.Red;
  456. this.产出.Location = new System.Drawing.Point(537, 491);
  457. this.产出.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  458. this.产出.Name = "产出";
  459. this.产出.Size = new System.Drawing.Size(0, 87);
  460. this.产出.TabIndex = 26;
  461. this.产出.Tag = "AutoFont";
  462. //
  463. // Dash
  464. //
  465. this.Dash.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  466. | System.Windows.Forms.AnchorStyles.Left)));
  467. this.Dash.AutoSize = true;
  468. this.Dash.BackColor = System.Drawing.Color.Transparent;
  469. this.Dash.BorderColor = System.Drawing.Color.Red;
  470. this.Dash.BorderSize = 0;
  471. this.Dash.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  472. this.Dash.ForeColor = System.Drawing.Color.Red;
  473. this.Dash.Location = new System.Drawing.Point(498, 491);
  474. this.Dash.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  475. this.Dash.Name = "Dash";
  476. this.Dash.Size = new System.Drawing.Size(82, 87);
  477. this.Dash.TabIndex = 27;
  478. this.Dash.Tag = "AutoFont";
  479. this.Dash.Text = "/";
  480. //
  481. // wccode
  482. //
  483. this.wccode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  484. this.wccode.AutoSize = true;
  485. this.wccode.BackColor = System.Drawing.Color.Transparent;
  486. this.wccode.BorderColor = System.Drawing.Color.Red;
  487. this.wccode.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.wccode.ForeColor = System.Drawing.Color.Red;
  489. this.wccode.Location = new System.Drawing.Point(63, 222);
  490. this.wccode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  491. this.wccode.Name = "wccode";
  492. this.wccode.Size = new System.Drawing.Size(0, 50);
  493. this.wccode.TabIndex = 28;
  494. this.wccode.Visible = false;
  495. //
  496. // Process
  497. //
  498. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  499. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  500. this.BackColor = System.Drawing.Color.Black;
  501. this.ClientSize = new System.Drawing.Size(1292, 859);
  502. this.Controls.Add(this.wccode);
  503. this.Controls.Add(this.Dash);
  504. this.Controls.Add(this.产出);
  505. this.Controls.Add(this.Title2);
  506. this.Controls.Add(this.班次);
  507. this.Controls.Add(this.Line);
  508. this.Controls.Add(this.收益率);
  509. this.Controls.Add(this.故障数);
  510. this.Controls.Add(this.直通率);
  511. this.Controls.Add(this.投入);
  512. this.Controls.Add(this.一次通过);
  513. this.Controls.Add(this.机型);
  514. this.Controls.Add(this.Logo);
  515. this.Controls.Add(this.WorkShift_label);
  516. this.Controls.Add(this.LineCode_label);
  517. this.Controls.Add(this.收益率_label);
  518. this.Controls.Add(this.故障数_label);
  519. this.Controls.Add(this.直通率_label);
  520. this.Controls.Add(this.投入_label);
  521. this.Controls.Add(this.产出_label);
  522. this.Controls.Add(this.机型_label);
  523. this.Controls.Add(this.Line3);
  524. this.Controls.Add(this.Title);
  525. this.Controls.Add(this.MidLine);
  526. this.Controls.Add(this.Line2);
  527. this.Controls.Add(this.Line1);
  528. this.Controls.Add(this.BottomLine);
  529. this.Controls.Add(this.TopLine);
  530. this.ForeColor = System.Drawing.Color.White;
  531. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  532. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  533. this.Margin = new System.Windows.Forms.Padding(4);
  534. this.Name = "Process";
  535. this.Text = "";
  536. this.TitleColor = System.Drawing.Color.WhiteSmoke;
  537. this.TitleSuitColor = true;
  538. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Process_FormClosing);
  539. this.Load += new System.EventHandler(this.Process_Load);
  540. this.SizeChanged += new System.EventHandler(this.Process_SizeChanged);
  541. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Process_KeyDown);
  542. ((System.ComponentModel.ISupportInitialize)(this.Logo)).EndInit();
  543. this.ResumeLayout(false);
  544. this.PerformLayout();
  545. }
  546. #endregion
  547. private CCWin.SkinControl.SkinPanel TopLine;
  548. private CCWin.SkinControl.SkinPanel BottomLine;
  549. private CCWin.SkinControl.SkinPanel Line1;
  550. private CCWin.SkinControl.SkinPanel Line2;
  551. private CCWin.SkinControl.SkinPanel MidLine;
  552. private CCWin.SkinControl.SkinLabel Title;
  553. private CCWin.SkinControl.SkinPanel Line3;
  554. private CCWin.SkinControl.SkinLabel 机型_label;
  555. private CCWin.SkinControl.SkinLabel 产出_label;
  556. private CCWin.SkinControl.SkinLabel 投入_label;
  557. private CCWin.SkinControl.SkinLabel 收益率_label;
  558. private CCWin.SkinControl.SkinLabel 故障数_label;
  559. private CCWin.SkinControl.SkinLabel 直通率_label;
  560. private CCWin.SkinControl.SkinLabel LineCode_label;
  561. private CCWin.SkinControl.SkinLabel WorkShift_label;
  562. private CCWin.SkinControl.SkinPictureBox Logo;
  563. private CCWin.SkinControl.SkinLabel 投入;
  564. private CCWin.SkinControl.SkinLabel 一次通过;
  565. private CCWin.SkinControl.SkinLabel 收益率;
  566. private CCWin.SkinControl.SkinLabel 故障数;
  567. private CCWin.SkinControl.SkinLabel 直通率;
  568. private CCWin.SkinControl.SkinLabel 班次;
  569. private CCWin.SkinControl.SkinLabel Line;
  570. private CCWin.SkinControl.SkinLabel Title2;
  571. private System.Windows.Forms.Timer RefreshData;
  572. private CustomControl.ValueLabel 机型;
  573. private CCWin.SkinControl.SkinLabel 产出;
  574. private CCWin.SkinControl.SkinLabel Dash;
  575. private CCWin.SkinControl.SkinLabel wccode;
  576. }
  577. }