Process.Designer.cs 29 KB

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