FrmSizBaseConfigInfo.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. namespace Core.StlMes.Client.Mcp.Treatment.HeatTreatment
  2. {
  3. partial class FrmSizBaseConfigInfo
  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 appearance3 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_CODE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_DESC");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_NO");
  41. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  42. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  43. this.cmbCx = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  44. this.cmbGx = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  45. this.chkGx = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  46. this.chkCx = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  47. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  48. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  49. this.TxtGxSeq = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  51. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  52. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  53. this.cmbCxEdi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  54. this.cmbGxEdi = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  55. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  56. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  57. this.dataSet1 = new System.Data.DataSet();
  58. this.dataTable1 = new System.Data.DataTable();
  59. this.dataColumn1 = new System.Data.DataColumn();
  60. this.dataColumn2 = new System.Data.DataColumn();
  61. this.dataColumn3 = new System.Data.DataColumn();
  62. this.dataColumn4 = new System.Data.DataColumn();
  63. this.dataColumn5 = new System.Data.DataColumn();
  64. this.dataColumn6 = new System.Data.DataColumn();
  65. this.dataColumn7 = new System.Data.DataColumn();
  66. this.dataColumn8 = new System.Data.DataColumn();
  67. this.dataColumn9 = new System.Data.DataColumn();
  68. this.ultraPanel1.ClientArea.SuspendLayout();
  69. this.ultraPanel1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  71. this.ultraGroupBox2.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.cmbCx)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.cmbGx)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.chkGx)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.chkCx)).BeginInit();
  76. this.ultraPanel2.ClientArea.SuspendLayout();
  77. this.ultraPanel2.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  79. this.ultraGroupBox1.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.TxtGxSeq)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.cmbCxEdi)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.cmbGxEdi)).BeginInit();
  83. this.ultraPanel3.ClientArea.SuspendLayout();
  84. this.ultraPanel3.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  88. this.SuspendLayout();
  89. //
  90. // ultraPanel1
  91. //
  92. //
  93. // ultraPanel1.ClientArea
  94. //
  95. this.ultraPanel1.ClientArea.Controls.Add(this.ultraGroupBox2);
  96. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  98. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  99. this.ultraPanel1.Name = "ultraPanel1";
  100. this.ultraPanel1.Size = new System.Drawing.Size(1229, 48);
  101. this.ultraPanel1.TabIndex = 0;
  102. //
  103. // ultraGroupBox2
  104. //
  105. this.ultraGroupBox2.Controls.Add(this.cmbCx);
  106. this.ultraGroupBox2.Controls.Add(this.cmbGx);
  107. this.ultraGroupBox2.Controls.Add(this.chkGx);
  108. this.ultraGroupBox2.Controls.Add(this.chkCx);
  109. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  110. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  111. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  112. this.ultraGroupBox2.Name = "ultraGroupBox2";
  113. this.ultraGroupBox2.Size = new System.Drawing.Size(1229, 48);
  114. this.ultraGroupBox2.TabIndex = 0;
  115. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  116. //
  117. // cmbCx
  118. //
  119. this.cmbCx.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  120. this.cmbCx.Enabled = false;
  121. this.cmbCx.Location = new System.Drawing.Point(129, 14);
  122. this.cmbCx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  123. this.cmbCx.Name = "cmbCx";
  124. this.cmbCx.Size = new System.Drawing.Size(163, 24);
  125. this.cmbCx.TabIndex = 81;
  126. //
  127. // cmbGx
  128. //
  129. this.cmbGx.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  130. this.cmbGx.Enabled = false;
  131. this.cmbGx.Location = new System.Drawing.Point(411, 14);
  132. this.cmbGx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  133. this.cmbGx.Name = "cmbGx";
  134. this.cmbGx.Size = new System.Drawing.Size(163, 24);
  135. this.cmbGx.TabIndex = 80;
  136. //
  137. // chkGx
  138. //
  139. this.chkGx.BackColor = System.Drawing.Color.Transparent;
  140. this.chkGx.BackColorInternal = System.Drawing.Color.Transparent;
  141. this.chkGx.Location = new System.Drawing.Point(316, 14);
  142. this.chkGx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  143. this.chkGx.Name = "chkGx";
  144. this.chkGx.Size = new System.Drawing.Size(103, 25);
  145. this.chkGx.TabIndex = 83;
  146. this.chkGx.Text = "工序点";
  147. this.chkGx.CheckedChanged += new System.EventHandler(this.chkCx_CheckedChanged);
  148. //
  149. // chkCx
  150. //
  151. this.chkCx.BackColor = System.Drawing.Color.Transparent;
  152. this.chkCx.BackColorInternal = System.Drawing.Color.Transparent;
  153. this.chkCx.Location = new System.Drawing.Point(35, 14);
  154. this.chkCx.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  155. this.chkCx.Name = "chkCx";
  156. this.chkCx.Size = new System.Drawing.Size(103, 25);
  157. this.chkCx.TabIndex = 82;
  158. this.chkCx.Text = "产线名称";
  159. this.chkCx.CheckedChanged += new System.EventHandler(this.chkCx_CheckedChanged);
  160. //
  161. // ultraPanel2
  162. //
  163. //
  164. // ultraPanel2.ClientArea
  165. //
  166. this.ultraPanel2.ClientArea.Controls.Add(this.ultraGroupBox1);
  167. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  168. this.ultraPanel2.Location = new System.Drawing.Point(0, 425);
  169. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  170. this.ultraPanel2.Name = "ultraPanel2";
  171. this.ultraPanel2.Size = new System.Drawing.Size(1229, 79);
  172. this.ultraPanel2.TabIndex = 1;
  173. //
  174. // ultraGroupBox1
  175. //
  176. this.ultraGroupBox1.Controls.Add(this.TxtGxSeq);
  177. this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
  178. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  179. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  180. this.ultraGroupBox1.Controls.Add(this.cmbCxEdi);
  181. this.ultraGroupBox1.Controls.Add(this.cmbGxEdi);
  182. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  184. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  185. this.ultraGroupBox1.Name = "ultraGroupBox1";
  186. this.ultraGroupBox1.Size = new System.Drawing.Size(1229, 79);
  187. this.ultraGroupBox1.TabIndex = 0;
  188. this.ultraGroupBox1.Text = "编辑区";
  189. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  190. //
  191. // TxtGxSeq
  192. //
  193. this.TxtGxSeq.Location = new System.Drawing.Point(93, 34);
  194. this.TxtGxSeq.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  195. this.TxtGxSeq.MaxLength = 2;
  196. this.TxtGxSeq.Name = "TxtGxSeq";
  197. this.TxtGxSeq.Size = new System.Drawing.Size(133, 24);
  198. this.TxtGxSeq.TabIndex = 1;
  199. //
  200. // ultraLabel3
  201. //
  202. appearance3.BackColor = System.Drawing.Color.Transparent;
  203. appearance3.TextHAlignAsString = "Center";
  204. appearance3.TextVAlignAsString = "Middle";
  205. this.ultraLabel3.Appearance = appearance3;
  206. this.ultraLabel3.Location = new System.Drawing.Point(496, 35);
  207. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  208. this.ultraLabel3.Name = "ultraLabel3";
  209. this.ultraLabel3.Size = new System.Drawing.Size(77, 29);
  210. this.ultraLabel3.TabIndex = 88;
  211. this.ultraLabel3.Text = "工序点";
  212. //
  213. // ultraLabel2
  214. //
  215. appearance4.BackColor = System.Drawing.Color.Transparent;
  216. appearance4.TextHAlignAsString = "Center";
  217. appearance4.TextVAlignAsString = "Middle";
  218. this.ultraLabel2.Appearance = appearance4;
  219. this.ultraLabel2.Location = new System.Drawing.Point(235, 35);
  220. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  221. this.ultraLabel2.Name = "ultraLabel2";
  222. this.ultraLabel2.Size = new System.Drawing.Size(77, 29);
  223. this.ultraLabel2.TabIndex = 87;
  224. this.ultraLabel2.Text = "产线名称";
  225. //
  226. // ultraLabel1
  227. //
  228. appearance5.BackColor = System.Drawing.Color.Transparent;
  229. appearance5.TextHAlignAsString = "Center";
  230. appearance5.TextVAlignAsString = "Middle";
  231. this.ultraLabel1.Appearance = appearance5;
  232. this.ultraLabel1.Location = new System.Drawing.Point(16, 35);
  233. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  234. this.ultraLabel1.Name = "ultraLabel1";
  235. this.ultraLabel1.Size = new System.Drawing.Size(77, 29);
  236. this.ultraLabel1.TabIndex = 86;
  237. this.ultraLabel1.Text = "工序顺序";
  238. //
  239. // cmbCxEdi
  240. //
  241. this.cmbCxEdi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  242. this.cmbCxEdi.Location = new System.Drawing.Point(320, 34);
  243. this.cmbCxEdi.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  244. this.cmbCxEdi.Name = "cmbCxEdi";
  245. this.cmbCxEdi.Size = new System.Drawing.Size(163, 24);
  246. this.cmbCxEdi.TabIndex = 2;
  247. //
  248. // cmbGxEdi
  249. //
  250. this.cmbGxEdi.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  251. this.cmbGxEdi.Location = new System.Drawing.Point(581, 34);
  252. this.cmbGxEdi.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  253. this.cmbGxEdi.Name = "cmbGxEdi";
  254. this.cmbGxEdi.Size = new System.Drawing.Size(163, 24);
  255. this.cmbGxEdi.TabIndex = 3;
  256. //
  257. // ultraPanel3
  258. //
  259. //
  260. // ultraPanel3.ClientArea
  261. //
  262. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGrid1);
  263. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.ultraPanel3.Location = new System.Drawing.Point(0, 48);
  265. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  266. this.ultraPanel3.Name = "ultraPanel3";
  267. this.ultraPanel3.Size = new System.Drawing.Size(1229, 377);
  268. this.ultraPanel3.TabIndex = 3;
  269. //
  270. // ultraGrid1
  271. //
  272. this.ultraGrid1.DataMember = "Table1";
  273. this.ultraGrid1.DataSource = this.dataSet1;
  274. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  275. ultraGridColumn1.Header.VisiblePosition = 0;
  276. ultraGridColumn1.Hidden = true;
  277. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  278. ultraGridColumn2.Header.VisiblePosition = 1;
  279. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  280. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  281. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  282. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  283. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  284. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  285. ultraGridColumn3.Header.VisiblePosition = 2;
  286. ultraGridColumn3.Hidden = true;
  287. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  288. ultraGridColumn4.Header.VisiblePosition = 3;
  289. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
  290. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  291. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
  292. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  293. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  294. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  295. ultraGridColumn5.Header.VisiblePosition = 4;
  296. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  297. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  298. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(144, 0);
  299. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  300. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  301. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  302. ultraGridColumn6.Header.VisiblePosition = 5;
  303. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 6;
  304. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  305. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  306. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  307. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  308. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  309. ultraGridColumn7.Header.VisiblePosition = 6;
  310. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  311. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  312. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(146, 0);
  313. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  314. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  315. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  316. ultraGridColumn8.Header.VisiblePosition = 7;
  317. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 10;
  318. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  319. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(67, 0);
  320. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  321. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  322. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  323. ultraGridColumn9.Header.VisiblePosition = 8;
  324. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 0;
  325. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  326. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  327. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  328. ultraGridBand1.Columns.AddRange(new object[] {
  329. ultraGridColumn1,
  330. ultraGridColumn2,
  331. ultraGridColumn3,
  332. ultraGridColumn4,
  333. ultraGridColumn5,
  334. ultraGridColumn6,
  335. ultraGridColumn7,
  336. ultraGridColumn8,
  337. ultraGridColumn9});
  338. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  339. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  340. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  341. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  342. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  343. this.ultraGrid1.Name = "ultraGrid1";
  344. this.ultraGrid1.Size = new System.Drawing.Size(1229, 377);
  345. this.ultraGrid1.TabIndex = 0;
  346. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  347. //
  348. // dataSet1
  349. //
  350. this.dataSet1.DataSetName = "NewDataSet";
  351. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  352. this.dataTable1});
  353. //
  354. // dataTable1
  355. //
  356. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  357. this.dataColumn1,
  358. this.dataColumn2,
  359. this.dataColumn3,
  360. this.dataColumn4,
  361. this.dataColumn5,
  362. this.dataColumn6,
  363. this.dataColumn7,
  364. this.dataColumn8,
  365. this.dataColumn9});
  366. this.dataTable1.TableName = "Table1";
  367. //
  368. // dataColumn1
  369. //
  370. this.dataColumn1.Caption = "产线代码";
  371. this.dataColumn1.ColumnName = "PLINE_CODE";
  372. //
  373. // dataColumn2
  374. //
  375. this.dataColumn2.Caption = "产线名称";
  376. this.dataColumn2.ColumnName = "PLINE_NAME";
  377. //
  378. // dataColumn3
  379. //
  380. this.dataColumn3.Caption = "工序点代码";
  381. this.dataColumn3.ColumnName = "STATION_CODE";
  382. //
  383. // dataColumn4
  384. //
  385. this.dataColumn4.Caption = "工序点名称";
  386. this.dataColumn4.ColumnName = "STATION_DESC";
  387. //
  388. // dataColumn5
  389. //
  390. this.dataColumn5.Caption = "创建时间";
  391. this.dataColumn5.ColumnName = "CREATE_TIME";
  392. //
  393. // dataColumn6
  394. //
  395. this.dataColumn6.Caption = "创建人";
  396. this.dataColumn6.ColumnName = "CREATE_NAME";
  397. //
  398. // dataColumn7
  399. //
  400. this.dataColumn7.Caption = "修改时间";
  401. this.dataColumn7.ColumnName = "UPDATE_TIME";
  402. //
  403. // dataColumn8
  404. //
  405. this.dataColumn8.Caption = "修改人";
  406. this.dataColumn8.ColumnName = "UPDATE_NAME";
  407. //
  408. // dataColumn9
  409. //
  410. this.dataColumn9.Caption = "工序顺序";
  411. this.dataColumn9.ColumnName = "STATION_NO";
  412. //
  413. // FrmSizBaseConfigInfo
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.ClientSize = new System.Drawing.Size(1229, 504);
  418. this.Controls.Add(this.ultraPanel3);
  419. this.Controls.Add(this.ultraPanel2);
  420. this.Controls.Add(this.ultraPanel1);
  421. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  422. this.Name = "FrmSizBaseConfigInfo";
  423. this.Text = "机组对应工序点";
  424. this.Load += new System.EventHandler(this.FrmSizBaseConfigInfo_Load);
  425. this.ultraPanel1.ClientArea.ResumeLayout(false);
  426. this.ultraPanel1.ResumeLayout(false);
  427. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  428. this.ultraGroupBox2.ResumeLayout(false);
  429. this.ultraGroupBox2.PerformLayout();
  430. ((System.ComponentModel.ISupportInitialize)(this.cmbCx)).EndInit();
  431. ((System.ComponentModel.ISupportInitialize)(this.cmbGx)).EndInit();
  432. ((System.ComponentModel.ISupportInitialize)(this.chkGx)).EndInit();
  433. ((System.ComponentModel.ISupportInitialize)(this.chkCx)).EndInit();
  434. this.ultraPanel2.ClientArea.ResumeLayout(false);
  435. this.ultraPanel2.ResumeLayout(false);
  436. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  437. this.ultraGroupBox1.ResumeLayout(false);
  438. this.ultraGroupBox1.PerformLayout();
  439. ((System.ComponentModel.ISupportInitialize)(this.TxtGxSeq)).EndInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.cmbCxEdi)).EndInit();
  441. ((System.ComponentModel.ISupportInitialize)(this.cmbGxEdi)).EndInit();
  442. this.ultraPanel3.ClientArea.ResumeLayout(false);
  443. this.ultraPanel3.ResumeLayout(false);
  444. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  445. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  446. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  447. this.ResumeLayout(false);
  448. }
  449. #endregion
  450. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  451. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  452. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  453. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  454. private System.Data.DataSet dataSet1;
  455. private System.Data.DataTable dataTable1;
  456. private System.Data.DataColumn dataColumn1;
  457. private System.Data.DataColumn dataColumn2;
  458. private System.Data.DataColumn dataColumn3;
  459. private System.Data.DataColumn dataColumn4;
  460. private System.Data.DataColumn dataColumn5;
  461. private System.Data.DataColumn dataColumn6;
  462. private System.Data.DataColumn dataColumn7;
  463. private System.Data.DataColumn dataColumn8;
  464. private System.Data.DataColumn dataColumn9;
  465. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  466. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCx;
  467. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGx;
  468. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkGx;
  469. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCx;
  470. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  471. private Infragistics.Win.UltraWinEditors.UltraTextEditor TxtGxSeq;
  472. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  473. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  474. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  475. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCxEdi;
  476. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGxEdi;
  477. }
  478. }