frmCcmJob.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmCcmJob
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. _bIfGetData = false;
  16. _bIfSetData = false;
  17. try
  18. {
  19. if (_getDataThread != null)
  20. _getDataThread.Abort();
  21. }
  22. catch { }
  23. try
  24. {
  25. if (_setDataThread != null)
  26. _setDataThread.Abort();
  27. }
  28. catch { }
  29. System.Threading.Thread.Sleep(1000);
  30. if (disposing && (components != null))
  31. {
  32. components.Dispose();
  33. }
  34. base.Dispose(disposing);
  35. }
  36. #region Windows 窗体设计器生成的代码
  37. /// <summary>
  38. /// 设计器支持所需的方法 - 不要
  39. /// 使用代码编辑器修改此方法的内容。
  40. /// </summary>
  41. private void InitializeComponent()
  42. {
  43. this.components = new System.ComponentModel.Container();
  44. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  49. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCcmJob));
  50. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  60. this.ulgridDevSta = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  62. this.ultgridWater = new Infragistics.Win.UltraWinGrid.UltraGrid();
  63. this.panel1 = new System.Windows.Forms.Panel();
  64. this.panel2 = new System.Windows.Forms.Panel();
  65. this.ucCcmTimeInfo1 = new Core.LgMes.Client.LgJobMgt.ucCcmTimeInfo();
  66. this.ucCcmPlan1 = new Core.LgMes.Client.LgJobMgt.ucCcmPlan();
  67. this.ucCcmPlanTime1 = new Core.LgMes.Client.LgJobMgt.UcCcmPlanTime();
  68. this.panel3 = new System.Windows.Forms.Panel();
  69. this.ucCcmDevInfo1 = new Core.LgMes.Client.LgJobMgt.ucCcmDevInfo();
  70. this.panel4 = new System.Windows.Forms.Panel();
  71. this.panel5 = new System.Windows.Forms.Panel();
  72. this.ucChemelEment1 = new Core.LgMes.Client.LgJobMgt.ucChemelEment();
  73. this.ulgridTempInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  74. ((System.ComponentModel.ISupportInitialize)(this.ulgridDevSta)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.ultgridWater)).BeginInit();
  76. this.panel1.SuspendLayout();
  77. this.panel2.SuspendLayout();
  78. this.panel3.SuspendLayout();
  79. this.panel4.SuspendLayout();
  80. this.panel5.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.ulgridTempInfo)).BeginInit();
  82. this.SuspendLayout();
  83. //
  84. // ulgridDevSta
  85. //
  86. appearance6.BackColor = System.Drawing.Color.Snow;
  87. this.ulgridDevSta.DisplayLayout.Appearance = appearance6;
  88. this.ulgridDevSta.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  89. appearance18.BackColor = System.Drawing.Color.PapayaWhip;
  90. appearance18.FontData.BoldAsString = "True";
  91. appearance18.FontData.SizeInPoints = 9F;
  92. appearance18.TextHAlignAsString = "Left";
  93. appearance18.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  94. this.ulgridDevSta.DisplayLayout.CaptionAppearance = appearance18;
  95. appearance19.BackColor = System.Drawing.Color.LightBlue;
  96. appearance19.FontData.SizeInPoints = 9.5F;
  97. this.ulgridDevSta.DisplayLayout.Override.HeaderAppearance = appearance19;
  98. this.ulgridDevSta.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  99. appearance20.BackColor = System.Drawing.Color.MintCream;
  100. this.ulgridDevSta.DisplayLayout.Override.RowAlternateAppearance = appearance20;
  101. appearance21.BackColor = System.Drawing.Color.LightBlue;
  102. this.ulgridDevSta.DisplayLayout.Override.RowSelectorAppearance = appearance21;
  103. this.ulgridDevSta.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.ulgridDevSta.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.ulgridDevSta.Location = new System.Drawing.Point(0, 0);
  106. this.ulgridDevSta.Name = "ulgridDevSta";
  107. this.ulgridDevSta.Size = new System.Drawing.Size(990, 101);
  108. this.ulgridDevSta.TabIndex = 6;
  109. this.ulgridDevSta.Text = "结晶器/二冷水状态";
  110. //
  111. // imageList1
  112. //
  113. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  114. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  115. this.imageList1.Images.SetKeyName(0, "回转台.jpg");
  116. this.imageList1.Images.SetKeyName(1, "大包上台.JPG");
  117. this.imageList1.Images.SetKeyName(2, "大包换包.JPG");
  118. this.imageList1.Images.SetKeyName(3, "换包位.JPG");
  119. //
  120. // ultgridWater
  121. //
  122. appearance13.BackColor = System.Drawing.Color.Snow;
  123. this.ultgridWater.DisplayLayout.Appearance = appearance13;
  124. this.ultgridWater.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  125. appearance14.BackColor = System.Drawing.Color.PapayaWhip;
  126. appearance14.FontData.BoldAsString = "True";
  127. appearance14.FontData.SizeInPoints = 9F;
  128. appearance14.TextHAlignAsString = "Left";
  129. appearance14.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  130. this.ultgridWater.DisplayLayout.CaptionAppearance = appearance14;
  131. appearance15.BackColor = System.Drawing.Color.LightBlue;
  132. appearance15.FontData.SizeInPoints = 9.5F;
  133. this.ultgridWater.DisplayLayout.Override.HeaderAppearance = appearance15;
  134. this.ultgridWater.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  135. appearance16.BackColor = System.Drawing.Color.MintCream;
  136. this.ultgridWater.DisplayLayout.Override.RowAlternateAppearance = appearance16;
  137. appearance17.BackColor = System.Drawing.Color.LightBlue;
  138. this.ultgridWater.DisplayLayout.Override.RowSelectorAppearance = appearance17;
  139. this.ultgridWater.Dock = System.Windows.Forms.DockStyle.Bottom;
  140. this.ultgridWater.Font = new System.Drawing.Font("宋体", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.ultgridWater.Location = new System.Drawing.Point(0, 101);
  142. this.ultgridWater.Name = "ultgridWater";
  143. this.ultgridWater.Size = new System.Drawing.Size(990, 125);
  144. this.ultgridWater.TabIndex = 12;
  145. //
  146. // panel1
  147. //
  148. this.panel1.Controls.Add(this.ulgridDevSta);
  149. this.panel1.Controls.Add(this.ultgridWater);
  150. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  151. this.panel1.Location = new System.Drawing.Point(0, 271);
  152. this.panel1.Name = "panel1";
  153. this.panel1.Size = new System.Drawing.Size(990, 226);
  154. this.panel1.TabIndex = 13;
  155. //
  156. // panel2
  157. //
  158. this.panel2.Controls.Add(this.ucCcmTimeInfo1);
  159. this.panel2.Controls.Add(this.ucCcmPlan1);
  160. this.panel2.Controls.Add(this.ucCcmPlanTime1);
  161. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  162. this.panel2.Location = new System.Drawing.Point(0, 0);
  163. this.panel2.Name = "panel2";
  164. this.panel2.Size = new System.Drawing.Size(990, 181);
  165. this.panel2.TabIndex = 15;
  166. //
  167. // ucCcmTimeInfo1
  168. //
  169. this.ucCcmTimeInfo1.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.ucCcmTimeInfo1.Location = new System.Drawing.Point(0, 92);
  171. this.ucCcmTimeInfo1.Name = "ucCcmTimeInfo1";
  172. this.ucCcmTimeInfo1.Size = new System.Drawing.Size(818, 89);
  173. this.ucCcmTimeInfo1.TabIndex = 1;
  174. //
  175. // ucCcmPlan1
  176. //
  177. this.ucCcmPlan1.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.ucCcmPlan1.Location = new System.Drawing.Point(0, 0);
  179. this.ucCcmPlan1.Name = "ucCcmPlan1";
  180. this.ucCcmPlan1.Size = new System.Drawing.Size(818, 92);
  181. this.ucCcmPlan1.TabIndex = 10;
  182. this.ucCcmPlan1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ucCcmPlan1_KeyDown);
  183. //
  184. // ucCcmPlanTime1
  185. //
  186. this.ucCcmPlanTime1.Dock = System.Windows.Forms.DockStyle.Right;
  187. this.ucCcmPlanTime1.Location = new System.Drawing.Point(818, 0);
  188. this.ucCcmPlanTime1.Name = "ucCcmPlanTime1";
  189. this.ucCcmPlanTime1.Size = new System.Drawing.Size(172, 181);
  190. this.ucCcmPlanTime1.TabIndex = 11;
  191. //
  192. // panel3
  193. //
  194. this.panel3.Controls.Add(this.ucCcmDevInfo1);
  195. this.panel3.Controls.Add(this.panel2);
  196. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  197. this.panel3.Location = new System.Drawing.Point(0, 0);
  198. this.panel3.Name = "panel3";
  199. this.panel3.Size = new System.Drawing.Size(990, 271);
  200. this.panel3.TabIndex = 16;
  201. //
  202. // ucCcmDevInfo1
  203. //
  204. this.ucCcmDevInfo1.Dock = System.Windows.Forms.DockStyle.Top;
  205. this.ucCcmDevInfo1.Location = new System.Drawing.Point(0, 181);
  206. this.ucCcmDevInfo1.Name = "ucCcmDevInfo1";
  207. this.ucCcmDevInfo1.Size = new System.Drawing.Size(990, 90);
  208. this.ucCcmDevInfo1.TabIndex = 2;
  209. //
  210. // panel4
  211. //
  212. this.panel4.Controls.Add(this.panel5);
  213. this.panel4.Controls.Add(this.panel1);
  214. this.panel4.Controls.Add(this.panel3);
  215. this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
  216. this.panel4.Location = new System.Drawing.Point(0, 0);
  217. this.panel4.Name = "panel4";
  218. this.panel4.Size = new System.Drawing.Size(990, 741);
  219. this.panel4.TabIndex = 17;
  220. //
  221. // panel5
  222. //
  223. this.panel5.Controls.Add(this.ucChemelEment1);
  224. this.panel5.Controls.Add(this.ulgridTempInfo);
  225. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.panel5.Location = new System.Drawing.Point(0, 497);
  227. this.panel5.Name = "panel5";
  228. this.panel5.Size = new System.Drawing.Size(990, 244);
  229. this.panel5.TabIndex = 17;
  230. //
  231. // ucChemelEment1
  232. //
  233. this.ucChemelEment1.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.ucChemelEment1.Location = new System.Drawing.Point(0, 0);
  235. this.ucChemelEment1.Name = "ucChemelEment1";
  236. this.ucChemelEment1.Size = new System.Drawing.Size(641, 244);
  237. this.ucChemelEment1.TabIndex = 9;
  238. //
  239. // ulgridTempInfo
  240. //
  241. appearance1.BackColor = System.Drawing.Color.Honeydew;
  242. appearance1.BorderColor = System.Drawing.Color.Silver;
  243. this.ulgridTempInfo.DisplayLayout.Appearance = appearance1;
  244. this.ulgridTempInfo.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  245. appearance2.BackColor = System.Drawing.Color.PapayaWhip;
  246. appearance2.FontData.SizeInPoints = 9F;
  247. appearance2.TextHAlignAsString = "Left";
  248. this.ulgridTempInfo.DisplayLayout.CaptionAppearance = appearance2;
  249. appearance3.BackColor = System.Drawing.Color.LightBlue;
  250. this.ulgridTempInfo.DisplayLayout.Override.HeaderAppearance = appearance3;
  251. this.ulgridTempInfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  252. appearance4.BackColor = System.Drawing.Color.MintCream;
  253. this.ulgridTempInfo.DisplayLayout.Override.RowAlternateAppearance = appearance4;
  254. appearance5.BackColor = System.Drawing.Color.LightBlue;
  255. this.ulgridTempInfo.DisplayLayout.Override.RowSelectorAppearance = appearance5;
  256. this.ulgridTempInfo.Dock = System.Windows.Forms.DockStyle.Right;
  257. this.ulgridTempInfo.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.ulgridTempInfo.Location = new System.Drawing.Point(641, 0);
  259. this.ulgridTempInfo.Name = "ulgridTempInfo";
  260. this.ulgridTempInfo.Size = new System.Drawing.Size(349, 244);
  261. this.ulgridTempInfo.TabIndex = 10;
  262. //
  263. // frmCcmJob
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  266. this.BackColor = System.Drawing.Color.Honeydew;
  267. this.ClientSize = new System.Drawing.Size(1180, 741);
  268. this.Controls.Add(this.panel4);
  269. this.Name = "frmCcmJob";
  270. this.Load += new System.EventHandler(this.frmCcmJob_Load);
  271. ((System.ComponentModel.ISupportInitialize)(this.ulgridDevSta)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.ultgridWater)).EndInit();
  273. this.panel1.ResumeLayout(false);
  274. this.panel2.ResumeLayout(false);
  275. this.panel3.ResumeLayout(false);
  276. this.panel4.ResumeLayout(false);
  277. this.panel5.ResumeLayout(false);
  278. ((System.ComponentModel.ISupportInitialize)(this.ulgridTempInfo)).EndInit();
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private Core.LgMes.Client.LgJobMgt.ucCcmTimeInfo ucCcmTimeInfo1;
  283. private ucCcmDevInfo ucCcmDevInfo1;
  284. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridDevSta;
  285. private ucCcmPlan ucCcmPlan1;
  286. private System.Windows.Forms.ImageList imageList1;
  287. private ucChemelEment ucChemelEment1;
  288. private UcCcmPlanTime ucCcmPlanTime1;
  289. private Infragistics.Win.UltraWinGrid.UltraGrid ultgridWater;
  290. private System.Windows.Forms.Panel panel1;
  291. private System.Windows.Forms.Panel panel2;
  292. private System.Windows.Forms.Panel panel3;
  293. private System.Windows.Forms.Panel panel4;
  294. private System.Windows.Forms.Panel panel5;
  295. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridTempInfo;
  296. }
  297. }