FrmConfiguration.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. namespace Core.StlMes.Client.Mcp.Coupling
  2. {
  3. partial class FrmConfiguration
  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. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_NO");
  32. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  34. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCEDUR_NO");
  36. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TEST_ITEMS");
  38. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPAN");
  40. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SETTING_TEMPERATURE");
  42. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
  44. this.cmbCx = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  46. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  47. this.cmbCname = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  49. this.txtJcxm = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  51. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  52. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  53. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  54. this.dataSet1 = new System.Data.DataSet();
  55. this.dataTable1 = new System.Data.DataTable();
  56. this.dataColumn1 = new System.Data.DataColumn();
  57. this.dataColumn2 = new System.Data.DataColumn();
  58. this.dataColumn3 = new System.Data.DataColumn();
  59. this.dataColumn4 = new System.Data.DataColumn();
  60. this.dataColumn5 = new System.Data.DataColumn();
  61. this.dataColumn6 = new System.Data.DataColumn();
  62. ((System.ComponentModel.ISupportInitialize)(this.cmbCx)).BeginInit();
  63. this.ultraPanel1.ClientArea.SuspendLayout();
  64. this.ultraPanel1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  66. this.ultraGroupBox1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.cmbCname)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtJcxm)).BeginInit();
  69. this.ultraPanel2.ClientArea.SuspendLayout();
  70. this.ultraPanel2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  72. this.ultraGroupBox3.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // cmbCx
  79. //
  80. this.cmbCx.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  81. this.cmbCx.Location = new System.Drawing.Point(328, 101);
  82. this.cmbCx.Margin = new System.Windows.Forms.Padding(4);
  83. this.cmbCx.Name = "cmbCx";
  84. this.cmbCx.Size = new System.Drawing.Size(163, 24);
  85. this.cmbCx.TabIndex = 73;
  86. this.cmbCx.Visible = false;
  87. //
  88. // ultraPanel1
  89. //
  90. //
  91. // ultraPanel1.ClientArea
  92. //
  93. this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox1);
  94. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  95. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  96. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
  97. this.ultraPanel1.Name = "ultraPanel1";
  98. this.ultraPanel1.Size = new System.Drawing.Size(1633, 54);
  99. this.ultraPanel1.TabIndex = 0;
  100. //
  101. // ultraGroupBox1
  102. //
  103. this.ultraGroupBox1.Controls.Add(this.cmbCname);
  104. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  105. this.ultraGroupBox1.Controls.Add(this.txtJcxm);
  106. this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
  107. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  109. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  110. this.ultraGroupBox1.Name = "ultraGroupBox1";
  111. this.ultraGroupBox1.Size = new System.Drawing.Size(1633, 54);
  112. this.ultraGroupBox1.TabIndex = 0;
  113. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  114. //
  115. // cmbCname
  116. //
  117. this.cmbCname.Location = new System.Drawing.Point(328, 15);
  118. this.cmbCname.Margin = new System.Windows.Forms.Padding(4);
  119. this.cmbCname.Name = "cmbCname";
  120. this.cmbCname.Size = new System.Drawing.Size(225, 24);
  121. this.cmbCname.TabIndex = 72;
  122. //
  123. // ultraLabel1
  124. //
  125. appearance19.BackColor = System.Drawing.Color.Transparent;
  126. appearance19.TextHAlignAsString = "Center";
  127. appearance19.TextVAlignAsString = "Middle";
  128. this.ultraLabel1.Appearance = appearance19;
  129. this.ultraLabel1.AutoSize = true;
  130. this.ultraLabel1.Location = new System.Drawing.Point(248, 19);
  131. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  132. this.ultraLabel1.Name = "ultraLabel1";
  133. this.ultraLabel1.Size = new System.Drawing.Size(67, 19);
  134. this.ultraLabel1.TabIndex = 71;
  135. this.ultraLabel1.Text = "产线名称";
  136. //
  137. // txtJcxm
  138. //
  139. this.txtJcxm.Location = new System.Drawing.Point(99, 15);
  140. this.txtJcxm.Margin = new System.Windows.Forms.Padding(4);
  141. this.txtJcxm.MaxLength = 100;
  142. this.txtJcxm.Name = "txtJcxm";
  143. this.txtJcxm.Size = new System.Drawing.Size(141, 24);
  144. this.txtJcxm.TabIndex = 68;
  145. //
  146. // ultraLabel5
  147. //
  148. appearance1.BackColor = System.Drawing.Color.Transparent;
  149. appearance1.TextHAlignAsString = "Center";
  150. appearance1.TextVAlignAsString = "Middle";
  151. this.ultraLabel5.Appearance = appearance1;
  152. this.ultraLabel5.AutoSize = true;
  153. this.ultraLabel5.Location = new System.Drawing.Point(24, 19);
  154. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4);
  155. this.ultraLabel5.Name = "ultraLabel5";
  156. this.ultraLabel5.Size = new System.Drawing.Size(67, 19);
  157. this.ultraLabel5.TabIndex = 69;
  158. this.ultraLabel5.Text = "检测项目";
  159. //
  160. // ultraPanel2
  161. //
  162. //
  163. // ultraPanel2.ClientArea
  164. //
  165. this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox3);
  166. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.ultraPanel2.Location = new System.Drawing.Point(0, 54);
  168. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  169. this.ultraPanel2.Name = "ultraPanel2";
  170. this.ultraPanel2.Size = new System.Drawing.Size(1633, 428);
  171. this.ultraPanel2.TabIndex = 3;
  172. //
  173. // ultraGroupBox3
  174. //
  175. this.ultraGroupBox3.Controls.Add(this.cmbCx);
  176. this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
  177. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
  179. this.ultraGroupBox3.Margin = new System.Windows.Forms.Padding(4);
  180. this.ultraGroupBox3.Name = "ultraGroupBox3";
  181. this.ultraGroupBox3.Size = new System.Drawing.Size(1633, 428);
  182. this.ultraGroupBox3.TabIndex = 1;
  183. this.ultraGroupBox3.Text = "检验配置项";
  184. this.ultraGroupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  185. //
  186. // ultraGrid1
  187. //
  188. this.ultraGrid1.DataMember = "Table1";
  189. this.ultraGrid1.DataSource = this.dataSet1;
  190. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  191. appearance8.TextHAlignAsString = "Right";
  192. ultraGridColumn1.CellAppearance = appearance8;
  193. ultraGridColumn1.Header.VisiblePosition = 0;
  194. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  195. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  196. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
  197. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  198. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  199. appearance9.BackColor = System.Drawing.Color.White;
  200. appearance9.BackHatchStyle = Infragistics.Win.BackHatchStyle.None;
  201. ultraGridColumn2.CellAppearance = appearance9;
  202. ultraGridColumn2.EditorComponent = this.cmbCx;
  203. ultraGridColumn2.Header.VisiblePosition = 2;
  204. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 6;
  205. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  206. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  207. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  208. ultraGridColumn2.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  209. appearance10.BackColor = System.Drawing.Color.White;
  210. appearance10.BackHatchStyle = Infragistics.Win.BackHatchStyle.None;
  211. ultraGridColumn3.CellAppearance = appearance10;
  212. ultraGridColumn3.Header.VisiblePosition = 3;
  213. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 8;
  214. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  215. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  216. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  217. appearance11.BackColor = System.Drawing.Color.White;
  218. appearance11.BackHatchStyle = Infragistics.Win.BackHatchStyle.None;
  219. ultraGridColumn4.CellAppearance = appearance11;
  220. ultraGridColumn4.Header.VisiblePosition = 1;
  221. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
  222. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  223. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  224. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  225. appearance12.BackColor = System.Drawing.Color.White;
  226. appearance12.BackHatchStyle = Infragistics.Win.BackHatchStyle.None;
  227. ultraGridColumn5.CellAppearance = appearance12;
  228. ultraGridColumn5.Header.VisiblePosition = 4;
  229. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
  230. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  231. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  232. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  233. appearance13.BackColor = System.Drawing.Color.White;
  234. appearance13.BackHatchStyle = Infragistics.Win.BackHatchStyle.None;
  235. appearance13.TextHAlignAsString = "Right";
  236. ultraGridColumn6.CellAppearance = appearance13;
  237. ultraGridColumn6.Header.VisiblePosition = 5;
  238. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 12;
  239. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  240. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  241. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  242. ultraGridColumn7.DataType = typeof(bool);
  243. ultraGridColumn7.Header.Caption = "选择";
  244. ultraGridColumn7.Header.VisiblePosition = 6;
  245. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  246. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  247. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  248. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  249. ultraGridBand1.Columns.AddRange(new object[] {
  250. ultraGridColumn1,
  251. ultraGridColumn2,
  252. ultraGridColumn3,
  253. ultraGridColumn4,
  254. ultraGridColumn5,
  255. ultraGridColumn6,
  256. ultraGridColumn7});
  257. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  258. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  259. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  260. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
  261. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
  262. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  263. this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  264. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.ultraGrid1.Location = new System.Drawing.Point(3, 21);
  267. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  268. this.ultraGrid1.Name = "ultraGrid1";
  269. this.ultraGrid1.Size = new System.Drawing.Size(1627, 404);
  270. this.ultraGrid1.TabIndex = 0;
  271. //
  272. // dataSet1
  273. //
  274. this.dataSet1.DataSetName = "NewDataSet";
  275. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  276. this.dataTable1});
  277. //
  278. // dataTable1
  279. //
  280. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  281. this.dataColumn1,
  282. this.dataColumn2,
  283. this.dataColumn3,
  284. this.dataColumn4,
  285. this.dataColumn5,
  286. this.dataColumn6});
  287. this.dataTable1.TableName = "Table1";
  288. //
  289. // dataColumn1
  290. //
  291. this.dataColumn1.Caption = "项目编号";
  292. this.dataColumn1.ColumnName = "ITEM_NO";
  293. //
  294. // dataColumn2
  295. //
  296. this.dataColumn2.Caption = "产线名称";
  297. this.dataColumn2.ColumnName = "PLINE_CODE";
  298. //
  299. // dataColumn3
  300. //
  301. this.dataColumn3.Caption = "槽号名称";
  302. this.dataColumn3.ColumnName = "PROCEDUR_NO";
  303. //
  304. // dataColumn4
  305. //
  306. this.dataColumn4.Caption = "检测项目";
  307. this.dataColumn4.ColumnName = "TEST_ITEMS";
  308. //
  309. // dataColumn5
  310. //
  311. this.dataColumn5.Caption = "范围";
  312. this.dataColumn5.ColumnName = "SPAN";
  313. //
  314. // dataColumn6
  315. //
  316. this.dataColumn6.Caption = "设定温度";
  317. this.dataColumn6.ColumnName = "SETTING_TEMPERATURE";
  318. //
  319. // FrmConfiguration
  320. //
  321. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  322. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  323. this.ClientSize = new System.Drawing.Size(1633, 482);
  324. this.Controls.Add(this.ultraPanel2);
  325. this.Controls.Add(this.ultraPanel1);
  326. this.Margin = new System.Windows.Forms.Padding(5);
  327. this.Name = "FrmConfiguration";
  328. this.Text = "FrmConfiguration";
  329. this.Load += new System.EventHandler(this.FrmConfiguration_Load);
  330. ((System.ComponentModel.ISupportInitialize)(this.cmbCx)).EndInit();
  331. this.ultraPanel1.ClientArea.ResumeLayout(false);
  332. this.ultraPanel1.ResumeLayout(false);
  333. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  334. this.ultraGroupBox1.ResumeLayout(false);
  335. this.ultraGroupBox1.PerformLayout();
  336. ((System.ComponentModel.ISupportInitialize)(this.cmbCname)).EndInit();
  337. ((System.ComponentModel.ISupportInitialize)(this.txtJcxm)).EndInit();
  338. this.ultraPanel2.ClientArea.ResumeLayout(false);
  339. this.ultraPanel2.ResumeLayout(false);
  340. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  341. this.ultraGroupBox3.ResumeLayout(false);
  342. this.ultraGroupBox3.PerformLayout();
  343. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  346. this.ResumeLayout(false);
  347. }
  348. #endregion
  349. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  350. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  351. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  352. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  353. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  354. private System.Data.DataSet dataSet1;
  355. private System.Data.DataTable dataTable1;
  356. private System.Data.DataColumn dataColumn1;
  357. private System.Data.DataColumn dataColumn2;
  358. private System.Data.DataColumn dataColumn3;
  359. private System.Data.DataColumn dataColumn4;
  360. private System.Data.DataColumn dataColumn5;
  361. private System.Data.DataColumn dataColumn6;
  362. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtJcxm;
  363. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  364. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  365. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCx;
  366. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCname;
  367. }
  368. }