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