Process.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  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(1139, 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, 132);
  83. this.BottomLine.MouseBack = null;
  84. this.BottomLine.Name = "BottomLine";
  85. this.BottomLine.NormlBack = null;
  86. this.BottomLine.Size = new System.Drawing.Size(1139, 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(301, 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, 110);
  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(841, 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, 110);
  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(841, 81);
  128. this.MidLine.MouseBack = null;
  129. this.MidLine.Name = "MidLine";
  130. this.MidLine.NormlBack = null;
  131. this.MidLine.Size = new System.Drawing.Size(300, 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(319, 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(952, 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, 110);
  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.Text = "生产机型";
  175. //
  176. // 产出_label
  177. //
  178. this.产出_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  179. | System.Windows.Forms.AnchorStyles.Left)));
  180. this.产出_label.AutoSize = true;
  181. this.产出_label.BackColor = System.Drawing.Color.Transparent;
  182. this.产出_label.BorderColor = System.Drawing.Color.White;
  183. this.产出_label.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  184. this.产出_label.Location = new System.Drawing.Point(7, 488);
  185. this.产出_label.Name = "产出_label";
  186. this.产出_label.Size = new System.Drawing.Size(243, 70);
  187. this.产出_label.TabIndex = 9;
  188. this.产出_label.Text = "总产出";
  189. //
  190. // 投入_label
  191. //
  192. this.投入_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  193. | System.Windows.Forms.AnchorStyles.Left)));
  194. this.投入_label.AutoSize = true;
  195. this.投入_label.BackColor = System.Drawing.Color.Transparent;
  196. this.投入_label.BorderColor = System.Drawing.Color.White;
  197. this.投入_label.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  198. this.投入_label.Location = new System.Drawing.Point(7, 376);
  199. this.投入_label.Name = "投入_label";
  200. this.投入_label.Size = new System.Drawing.Size(243, 70);
  201. this.投入_label.TabIndex = 10;
  202. this.投入_label.Text = "总投入";
  203. //
  204. // 收益率_label
  205. //
  206. this.收益率_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  207. | System.Windows.Forms.AnchorStyles.Left)));
  208. this.收益率_label.AutoSize = true;
  209. this.收益率_label.BackColor = System.Drawing.Color.Transparent;
  210. this.收益率_label.BorderColor = System.Drawing.Color.White;
  211. this.收益率_label.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  212. this.收益率_label.Location = new System.Drawing.Point(662, 376);
  213. this.收益率_label.Name = "收益率_label";
  214. this.收益率_label.Size = new System.Drawing.Size(243, 70);
  215. this.收益率_label.TabIndex = 13;
  216. this.收益率_label.Text = "收益率";
  217. //
  218. // 故障数_label
  219. //
  220. this.故障数_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  221. | System.Windows.Forms.AnchorStyles.Left)));
  222. this.故障数_label.AutoSize = true;
  223. this.故障数_label.BackColor = System.Drawing.Color.Transparent;
  224. this.故障数_label.BorderColor = System.Drawing.Color.White;
  225. this.故障数_label.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  226. this.故障数_label.Location = new System.Drawing.Point(662, 488);
  227. this.故障数_label.Name = "故障数_label";
  228. this.故障数_label.Size = new System.Drawing.Size(243, 70);
  229. this.故障数_label.TabIndex = 12;
  230. this.故障数_label.Text = "故障数";
  231. //
  232. // 直通率_label
  233. //
  234. this.直通率_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  235. | System.Windows.Forms.AnchorStyles.Left)));
  236. this.直通率_label.AutoSize = true;
  237. this.直通率_label.BackColor = System.Drawing.Color.Transparent;
  238. this.直通率_label.BorderColor = System.Drawing.Color.White;
  239. this.直通率_label.Font = new System.Drawing.Font("宋体", 52F, System.Drawing.FontStyle.Bold);
  240. this.直通率_label.Location = new System.Drawing.Point(662, 265);
  241. this.直通率_label.Name = "直通率_label";
  242. this.直通率_label.Size = new System.Drawing.Size(243, 70);
  243. this.直通率_label.TabIndex = 11;
  244. this.直通率_label.Text = "直通率";
  245. //
  246. // LineCode_label
  247. //
  248. this.LineCode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  249. this.LineCode_label.AutoSize = true;
  250. this.LineCode_label.BackColor = System.Drawing.Color.Transparent;
  251. this.LineCode_label.BorderColor = System.Drawing.Color.White;
  252. this.LineCode_label.Font = new System.Drawing.Font("宋体", 30F);
  253. this.LineCode_label.Location = new System.Drawing.Point(849, 33);
  254. this.LineCode_label.Name = "LineCode_label";
  255. this.LineCode_label.Size = new System.Drawing.Size(97, 40);
  256. this.LineCode_label.TabIndex = 14;
  257. this.LineCode_label.Text = "线体";
  258. //
  259. // WorkShift_label
  260. //
  261. this.WorkShift_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  262. this.WorkShift_label.AutoSize = true;
  263. this.WorkShift_label.BackColor = System.Drawing.Color.Transparent;
  264. this.WorkShift_label.BorderColor = System.Drawing.Color.White;
  265. this.WorkShift_label.Font = new System.Drawing.Font("宋体", 30F);
  266. this.WorkShift_label.Location = new System.Drawing.Point(852, 90);
  267. this.WorkShift_label.Name = "WorkShift_label";
  268. this.WorkShift_label.Size = new System.Drawing.Size(97, 40);
  269. this.WorkShift_label.TabIndex = 15;
  270. this.WorkShift_label.Text = "班次";
  271. //
  272. // Logo
  273. //
  274. this.Logo.BackColor = System.Drawing.Color.Transparent;
  275. this.Logo.Image = global::UAS_KanBan.Properties.Resources.lo3;
  276. this.Logo.Location = new System.Drawing.Point(6, 31);
  277. this.Logo.Name = "Logo";
  278. this.Logo.Size = new System.Drawing.Size(289, 95);
  279. this.Logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  280. this.Logo.TabIndex = 16;
  281. this.Logo.TabStop = false;
  282. //
  283. // 投入
  284. //
  285. this.投入.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  286. | System.Windows.Forms.AnchorStyles.Left)));
  287. this.投入.AutoSize = true;
  288. this.投入.BackColor = System.Drawing.Color.Transparent;
  289. this.投入.BorderColor = System.Drawing.Color.Red;
  290. this.投入.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.投入.ForeColor = System.Drawing.Color.Red;
  292. this.投入.Location = new System.Drawing.Point(377, 376);
  293. this.投入.Name = "投入";
  294. this.投入.Size = new System.Drawing.Size(0, 69);
  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.Red;
  304. this.产出.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.产出.ForeColor = System.Drawing.Color.Red;
  306. this.产出.Location = new System.Drawing.Point(377, 488);
  307. this.产出.Name = "产出";
  308. this.产出.Size = new System.Drawing.Size(0, 69);
  309. this.产出.TabIndex = 18;
  310. //
  311. // 收益率
  312. //
  313. this.收益率.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  314. | System.Windows.Forms.AnchorStyles.Left)));
  315. this.收益率.AutoSize = true;
  316. this.收益率.BackColor = System.Drawing.Color.Transparent;
  317. this.收益率.BorderColor = System.Drawing.Color.Red;
  318. this.收益率.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.收益率.ForeColor = System.Drawing.Color.Red;
  320. this.收益率.Location = new System.Drawing.Point(959, 376);
  321. this.收益率.Name = "收益率";
  322. this.收益率.Size = new System.Drawing.Size(0, 69);
  323. this.收益率.TabIndex = 22;
  324. //
  325. // 故障数
  326. //
  327. this.故障数.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  328. | System.Windows.Forms.AnchorStyles.Left)));
  329. this.故障数.AutoSize = true;
  330. this.故障数.BackColor = System.Drawing.Color.Transparent;
  331. this.故障数.BorderColor = System.Drawing.Color.Red;
  332. this.故障数.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.故障数.ForeColor = System.Drawing.Color.Red;
  334. this.故障数.Location = new System.Drawing.Point(959, 488);
  335. this.故障数.Name = "故障数";
  336. this.故障数.Size = new System.Drawing.Size(0, 69);
  337. this.故障数.TabIndex = 21;
  338. //
  339. // 直通率
  340. //
  341. this.直通率.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  342. | System.Windows.Forms.AnchorStyles.Left)));
  343. this.直通率.AutoSize = true;
  344. this.直通率.BackColor = System.Drawing.Color.Transparent;
  345. this.直通率.BorderColor = System.Drawing.Color.Red;
  346. this.直通率.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.直通率.ForeColor = System.Drawing.Color.Red;
  348. this.直通率.Location = new System.Drawing.Point(959, 265);
  349. this.直通率.Name = "直通率";
  350. this.直通率.Size = new System.Drawing.Size(0, 69);
  351. this.直通率.TabIndex = 20;
  352. //
  353. // 班制
  354. //
  355. this.班制.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  356. this.班制.AutoSize = true;
  357. this.班制.BackColor = System.Drawing.Color.Transparent;
  358. this.班制.BorderColor = System.Drawing.Color.White;
  359. this.班制.BorderSize = 0;
  360. this.班制.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Bold);
  361. this.班制.ForeColor = System.Drawing.Color.Red;
  362. this.班制.Location = new System.Drawing.Point(966, 88);
  363. this.班制.Name = "班制";
  364. this.班制.Size = new System.Drawing.Size(0, 45);
  365. this.班制.TabIndex = 24;
  366. //
  367. // Line
  368. //
  369. this.Line.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  370. this.Line.AutoSize = true;
  371. this.Line.BackColor = System.Drawing.Color.Transparent;
  372. this.Line.BorderColor = System.Drawing.Color.White;
  373. this.Line.BorderSize = 0;
  374. this.Line.Font = new System.Drawing.Font("微软雅黑", 25F, System.Drawing.FontStyle.Bold);
  375. this.Line.ForeColor = System.Drawing.Color.Red;
  376. this.Line.Location = new System.Drawing.Point(966, 32);
  377. this.Line.Name = "Line";
  378. this.Line.Size = new System.Drawing.Size(0, 45);
  379. this.Line.TabIndex = 23;
  380. //
  381. // Title2
  382. //
  383. this.Title2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  384. this.Title2.AutoSize = true;
  385. this.Title2.BackColor = System.Drawing.Color.Transparent;
  386. this.Title2.BorderColor = System.Drawing.Color.White;
  387. this.Title2.Font = new System.Drawing.Font("宋体", 45F);
  388. this.Title2.Location = new System.Drawing.Point(319, 159);
  389. this.Title2.Name = "Title2";
  390. this.Title2.Size = new System.Drawing.Size(535, 60);
  391. this.Title2.TabIndex = 25;
  392. this.Title2.Text = "投入\\产出实时统计";
  393. //
  394. // 机型
  395. //
  396. this.机型.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  397. | System.Windows.Forms.AnchorStyles.Left)));
  398. this.机型.AutoSize = true;
  399. this.机型.BackColor = System.Drawing.Color.Transparent;
  400. this.机型.BorderColor = System.Drawing.Color.Red;
  401. this.机型.Font = new System.Drawing.Font("宋体", 51.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.机型.ForeColor = System.Drawing.Color.Red;
  403. this.机型.Location = new System.Drawing.Point(377, 265);
  404. this.机型.Name = "机型";
  405. this.机型.Size = new System.Drawing.Size(0, 69);
  406. this.机型.TabIndex = 17;
  407. //
  408. // Process
  409. //
  410. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  411. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  412. this.BackColor = System.Drawing.Color.Black;
  413. this.ClientSize = new System.Drawing.Size(1143, 687);
  414. this.Controls.Add(this.Title2);
  415. this.Controls.Add(this.班制);
  416. this.Controls.Add(this.Line);
  417. this.Controls.Add(this.收益率);
  418. this.Controls.Add(this.故障数);
  419. this.Controls.Add(this.直通率);
  420. this.Controls.Add(this.投入);
  421. this.Controls.Add(this.产出);
  422. this.Controls.Add(this.机型);
  423. this.Controls.Add(this.Logo);
  424. this.Controls.Add(this.WorkShift_label);
  425. this.Controls.Add(this.LineCode_label);
  426. this.Controls.Add(this.收益率_label);
  427. this.Controls.Add(this.故障数_label);
  428. this.Controls.Add(this.直通率_label);
  429. this.Controls.Add(this.投入_label);
  430. this.Controls.Add(this.产出_label);
  431. this.Controls.Add(this.机型_label);
  432. this.Controls.Add(this.Line3);
  433. this.Controls.Add(this.Title);
  434. this.Controls.Add(this.MidLine);
  435. this.Controls.Add(this.Line2);
  436. this.Controls.Add(this.Line1);
  437. this.Controls.Add(this.BottomLine);
  438. this.Controls.Add(this.TopLine);
  439. this.ForeColor = System.Drawing.Color.White;
  440. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  441. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  442. this.Name = "Process";
  443. this.Text = "";
  444. this.TitleColor = System.Drawing.Color.WhiteSmoke;
  445. this.TitleSuitColor = true;
  446. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Process_FormClosing);
  447. this.Load += new System.EventHandler(this.Process_Load);
  448. this.SizeChanged += new System.EventHandler(this.Process_SizeChanged);
  449. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Process_KeyDown);
  450. ((System.ComponentModel.ISupportInitialize)(this.Logo)).EndInit();
  451. this.ResumeLayout(false);
  452. this.PerformLayout();
  453. }
  454. #endregion
  455. private CCWin.SkinControl.SkinPanel TopLine;
  456. private CCWin.SkinControl.SkinPanel BottomLine;
  457. private CCWin.SkinControl.SkinPanel Line1;
  458. private CCWin.SkinControl.SkinPanel Line2;
  459. private CCWin.SkinControl.SkinPanel MidLine;
  460. private CCWin.SkinControl.SkinLabel Title;
  461. private CCWin.SkinControl.SkinPanel Line3;
  462. private CCWin.SkinControl.SkinLabel 机型_label;
  463. private CCWin.SkinControl.SkinLabel 产出_label;
  464. private CCWin.SkinControl.SkinLabel 投入_label;
  465. private CCWin.SkinControl.SkinLabel 收益率_label;
  466. private CCWin.SkinControl.SkinLabel 故障数_label;
  467. private CCWin.SkinControl.SkinLabel 直通率_label;
  468. private CCWin.SkinControl.SkinLabel LineCode_label;
  469. private CCWin.SkinControl.SkinLabel WorkShift_label;
  470. private CCWin.SkinControl.SkinPictureBox Logo;
  471. private CCWin.SkinControl.SkinLabel 投入;
  472. private CCWin.SkinControl.SkinLabel 产出;
  473. private CCWin.SkinControl.SkinLabel 收益率;
  474. private CCWin.SkinControl.SkinLabel 故障数;
  475. private CCWin.SkinControl.SkinLabel 直通率;
  476. private CCWin.SkinControl.SkinLabel 班制;
  477. private CCWin.SkinControl.SkinLabel Line;
  478. private CCWin.SkinControl.SkinLabel Title2;
  479. private System.Windows.Forms.Timer Refresh;
  480. private CCWin.SkinControl.SkinLabel 机型;
  481. }
  482. }