frmStationconMateriel.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. namespace Core.LgMes.Client.LgIntegrationQuery
  9. {
  10. partial class frmStationconMateriel : Core.Mes.Client.Common.frmStyleBase
  11. {
  12. /// <summary>
  13. /// 必需的设计器变量。
  14. /// </summary>
  15. private System.ComponentModel.IContainer components = null;
  16. /// <summary>
  17. /// 清理所有正在使用的资源。
  18. /// </summary>
  19. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  20. protected override void Dispose(bool disposing)
  21. {
  22. if (disposing && (components != null))
  23. {
  24. components.Dispose();
  25. }
  26. base.Dispose(disposing);
  27. }
  28. #region Windows 窗体设计器生成的代码
  29. /// <summary>
  30. /// 设计器支持所需的方法 - 不要
  31. /// 使用代码编辑器修改此方法的内容。
  32. /// </summary>
  33. private void InitializeComponent()
  34. {
  35. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELCODE", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELNAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELFORSHORT");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELTYPE");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELUNITS");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JMTYPE");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ERPITEMCODE");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Flag");
  44. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELCODE");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELNAME");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELTYPE");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("craftposid", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  49. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  50. this.radBHZ = new System.Windows.Forms.RadioButton();
  51. this.radAllType = new System.Windows.Forms.RadioButton();
  52. this.radWS = new System.Windows.Forms.RadioButton();
  53. this.radFL = new System.Windows.Forms.RadioButton();
  54. this.radHJ = new System.Windows.Forms.RadioButton();
  55. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  56. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  57. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  58. this.dataSet1 = new System.Data.DataSet();
  59. this.dataTable1 = new System.Data.DataTable();
  60. this.dataColumn1 = new System.Data.DataColumn();
  61. this.dataColumn2 = new System.Data.DataColumn();
  62. this.dataColumn3 = new System.Data.DataColumn();
  63. this.dataColumn4 = new System.Data.DataColumn();
  64. this.dataColumn5 = new System.Data.DataColumn();
  65. this.dataColumn6 = new System.Data.DataColumn();
  66. this.dataColumn7 = new System.Data.DataColumn();
  67. this.dataColumn10 = new System.Data.DataColumn();
  68. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  69. this.dataSet2 = new System.Data.DataSet();
  70. this.dataTable2 = new System.Data.DataTable();
  71. this.dataColumn8 = new System.Data.DataColumn();
  72. this.dataColumn9 = new System.Data.DataColumn();
  73. this.dataColumn11 = new System.Data.DataColumn();
  74. this.dataColumn14 = new System.Data.DataColumn();
  75. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  76. this.rdbVDS = new System.Windows.Forms.RadioButton();
  77. this.rdbCCM = new System.Windows.Forms.RadioButton();
  78. this.rdbLFS = new System.Windows.Forms.RadioButton();
  79. this.rdbRHS = new System.Windows.Forms.RadioButton();
  80. this.rdbCAS = new System.Windows.Forms.RadioButton();
  81. this.rdbHmp = new System.Windows.Forms.RadioButton();
  82. this.rdbBOF = new System.Windows.Forms.RadioButton();
  83. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  84. this.ultraGroupBox1.SuspendLayout();
  85. this.FrmBase_Fill_Panel.SuspendLayout();
  86. this.splitContainer1.Panel1.SuspendLayout();
  87. this.splitContainer1.Panel2.SuspendLayout();
  88. this.splitContainer1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  96. this.ultraGroupBox2.SuspendLayout();
  97. this.SuspendLayout();
  98. //
  99. // ultraGroupBox1
  100. //
  101. this.ultraGroupBox1.Controls.Add(this.radBHZ);
  102. this.ultraGroupBox1.Controls.Add(this.radAllType);
  103. this.ultraGroupBox1.Controls.Add(this.radWS);
  104. this.ultraGroupBox1.Controls.Add(this.radFL);
  105. this.ultraGroupBox1.Controls.Add(this.radHJ);
  106. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  107. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F);
  108. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  109. this.ultraGroupBox1.Name = "ultraGroupBox1";
  110. this.ultraGroupBox1.Size = new System.Drawing.Size(1013, 36);
  111. this.ultraGroupBox1.TabIndex = 3;
  112. //
  113. // radBHZ
  114. //
  115. this.radBHZ.AutoSize = true;
  116. this.radBHZ.Location = new System.Drawing.Point(180, 10);
  117. this.radBHZ.Name = "radBHZ";
  118. this.radBHZ.Size = new System.Drawing.Size(67, 18);
  119. this.radBHZ.TabIndex = 7;
  120. this.radBHZ.Tag = "BH";
  121. this.radBHZ.Text = "保护渣";
  122. this.radBHZ.UseVisualStyleBackColor = true;
  123. this.radBHZ.CheckedChanged += new System.EventHandler(this.radBHZ_CheckedChanged);
  124. //
  125. // radAllType
  126. //
  127. this.radAllType.AutoSize = true;
  128. this.radAllType.Checked = true;
  129. this.radAllType.Location = new System.Drawing.Point(250, 10);
  130. this.radAllType.Name = "radAllType";
  131. this.radAllType.Size = new System.Drawing.Size(81, 18);
  132. this.radAllType.TabIndex = 6;
  133. this.radAllType.TabStop = true;
  134. this.radAllType.Text = "全部类型";
  135. this.radAllType.UseVisualStyleBackColor = true;
  136. this.radAllType.Click += new System.EventHandler(this.radAllType_CheckedChanged);
  137. //
  138. // radWS
  139. //
  140. this.radWS.AutoSize = true;
  141. this.radWS.Location = new System.Drawing.Point(124, 10);
  142. this.radWS.Name = "radWS";
  143. this.radWS.Size = new System.Drawing.Size(53, 18);
  144. this.radWS.TabIndex = 5;
  145. this.radWS.Tag = "WS";
  146. this.radWS.Text = "喂线";
  147. this.radWS.UseVisualStyleBackColor = true;
  148. this.radWS.Click += new System.EventHandler(this.radWS_CheckedChanged);
  149. //
  150. // radFL
  151. //
  152. this.radFL.AutoSize = true;
  153. this.radFL.Location = new System.Drawing.Point(12, 10);
  154. this.radFL.Name = "radFL";
  155. this.radFL.Size = new System.Drawing.Size(53, 18);
  156. this.radFL.TabIndex = 4;
  157. this.radFL.Tag = "FL";
  158. this.radFL.Text = "辅料";
  159. this.radFL.UseVisualStyleBackColor = true;
  160. this.radFL.Click += new System.EventHandler(this.radFL_CheckedChanged);
  161. //
  162. // radHJ
  163. //
  164. this.radHJ.AutoSize = true;
  165. this.radHJ.Location = new System.Drawing.Point(68, 10);
  166. this.radHJ.Name = "radHJ";
  167. this.radHJ.Size = new System.Drawing.Size(53, 18);
  168. this.radHJ.TabIndex = 3;
  169. this.radHJ.Tag = "HJ";
  170. this.radHJ.Text = "合金";
  171. this.radHJ.UseVisualStyleBackColor = true;
  172. this.radHJ.CheckedChanged += new System.EventHandler(this.radHJ_CheckedChanged);
  173. //
  174. // FrmBase_Fill_Panel
  175. //
  176. this.FrmBase_Fill_Panel.Controls.Add(this.splitContainer1);
  177. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  178. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  179. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  181. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  182. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1013, 649);
  183. this.FrmBase_Fill_Panel.TabIndex = 0;
  184. //
  185. // splitContainer1
  186. //
  187. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.splitContainer1.Location = new System.Drawing.Point(0, 36);
  189. this.splitContainer1.Name = "splitContainer1";
  190. //
  191. // splitContainer1.Panel1
  192. //
  193. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  194. //
  195. // splitContainer1.Panel2
  196. //
  197. this.splitContainer1.Panel2.Controls.Add(this.ultraGrid2);
  198. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
  199. this.splitContainer1.Size = new System.Drawing.Size(1013, 613);
  200. this.splitContainer1.SplitterDistance = 351;
  201. this.splitContainer1.SplitterWidth = 2;
  202. this.splitContainer1.TabIndex = 8;
  203. //
  204. // ultraGrid1
  205. //
  206. this.ultraGrid1.DataSource = this.dataSet1;
  207. ultraGridColumn1.Header.VisiblePosition = 0;
  208. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  209. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  210. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
  211. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  212. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  213. ultraGridColumn2.Header.VisiblePosition = 1;
  214. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  215. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  216. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(149, 0);
  217. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  218. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  219. ultraGridColumn3.Header.VisiblePosition = 2;
  220. ultraGridColumn3.Hidden = true;
  221. ultraGridColumn4.Header.VisiblePosition = 3;
  222. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  223. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  224. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(66, 0);
  225. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  226. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  227. ultraGridColumn5.Header.VisiblePosition = 4;
  228. ultraGridColumn5.Hidden = true;
  229. ultraGridColumn6.Header.VisiblePosition = 5;
  230. ultraGridColumn6.Hidden = true;
  231. ultraGridColumn7.Header.VisiblePosition = 6;
  232. ultraGridColumn7.Hidden = true;
  233. ultraGridColumn8.Header.VisiblePosition = 7;
  234. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  235. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  236. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(46, 0);
  237. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  238. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  239. ultraGridColumn8.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  240. ultraGridBand1.Columns.AddRange(new object[] {
  241. ultraGridColumn1,
  242. ultraGridColumn2,
  243. ultraGridColumn3,
  244. ultraGridColumn4,
  245. ultraGridColumn5,
  246. ultraGridColumn6,
  247. ultraGridColumn7,
  248. ultraGridColumn8});
  249. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  250. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  251. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  252. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  253. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F);
  255. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  256. this.ultraGrid1.Name = "ultraGrid1";
  257. this.ultraGrid1.Size = new System.Drawing.Size(351, 613);
  258. this.ultraGrid1.TabIndex = 7;
  259. this.ultraGrid1.AfterCellActivate += new System.EventHandler(this.ultraGrid1_AfterCellActivate);
  260. //
  261. // dataSet1
  262. //
  263. this.dataSet1.DataSetName = "NewDataSet";
  264. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  265. this.dataTable1});
  266. //
  267. // dataTable1
  268. //
  269. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  270. this.dataColumn1,
  271. this.dataColumn2,
  272. this.dataColumn3,
  273. this.dataColumn4,
  274. this.dataColumn5,
  275. this.dataColumn6,
  276. this.dataColumn7,
  277. this.dataColumn10});
  278. this.dataTable1.TableName = "Table1";
  279. //
  280. // dataColumn1
  281. //
  282. this.dataColumn1.Caption = "物料编码";
  283. this.dataColumn1.ColumnName = "MATERIELCODE";
  284. //
  285. // dataColumn2
  286. //
  287. this.dataColumn2.Caption = "物料名称";
  288. this.dataColumn2.ColumnName = "MATERIELNAME";
  289. //
  290. // dataColumn3
  291. //
  292. this.dataColumn3.Caption = "物料简称";
  293. this.dataColumn3.ColumnName = "MATERIELFORSHORT";
  294. //
  295. // dataColumn4
  296. //
  297. this.dataColumn4.Caption = "物料类型";
  298. this.dataColumn4.ColumnName = "MATERIELTYPE";
  299. //
  300. // dataColumn5
  301. //
  302. this.dataColumn5.Caption = "物料单位";
  303. this.dataColumn5.ColumnName = "MATERIELUNITS";
  304. //
  305. // dataColumn6
  306. //
  307. this.dataColumn6.Caption = "过程加料类型";
  308. this.dataColumn6.ColumnName = "JMTYPE";
  309. //
  310. // dataColumn7
  311. //
  312. this.dataColumn7.Caption = "ERP物料代码";
  313. this.dataColumn7.ColumnName = "ERPITEMCODE";
  314. //
  315. // dataColumn10
  316. //
  317. this.dataColumn10.Caption = "选择";
  318. this.dataColumn10.ColumnName = "Flag";
  319. this.dataColumn10.DataType = typeof(bool);
  320. this.dataColumn10.DefaultValue = false;
  321. //
  322. // ultraGrid2
  323. //
  324. this.ultraGrid2.DataSource = this.dataSet2;
  325. ultraGridColumn9.Header.VisiblePosition = 0;
  326. ultraGridColumn9.Hidden = true;
  327. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 2;
  328. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  329. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  330. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  331. ultraGridColumn10.Header.VisiblePosition = 1;
  332. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 4;
  333. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  334. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(153, 0);
  335. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  336. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  337. ultraGridColumn11.Header.VisiblePosition = 2;
  338. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 6;
  339. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  340. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  341. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  342. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  343. ultraGridColumn12.Header.VisiblePosition = 3;
  344. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 0;
  345. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  346. ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(96, 0);
  347. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  348. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  349. ultraGridBand2.Columns.AddRange(new object[] {
  350. ultraGridColumn9,
  351. ultraGridColumn10,
  352. ultraGridColumn11,
  353. ultraGridColumn12});
  354. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  355. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  356. this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
  357. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  358. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  359. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F);
  360. this.ultraGrid2.Location = new System.Drawing.Point(0, 36);
  361. this.ultraGrid2.Name = "ultraGrid2";
  362. this.ultraGrid2.Size = new System.Drawing.Size(660, 577);
  363. this.ultraGrid2.TabIndex = 8;
  364. //
  365. // dataSet2
  366. //
  367. this.dataSet2.DataSetName = "NewDataSet";
  368. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  369. this.dataTable2});
  370. //
  371. // dataTable2
  372. //
  373. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  374. this.dataColumn8,
  375. this.dataColumn9,
  376. this.dataColumn11,
  377. this.dataColumn14});
  378. this.dataTable2.TableName = "Table1";
  379. //
  380. // dataColumn8
  381. //
  382. this.dataColumn8.Caption = "物料编码";
  383. this.dataColumn8.ColumnName = "MATERIELCODE";
  384. //
  385. // dataColumn9
  386. //
  387. this.dataColumn9.Caption = "物料名称";
  388. this.dataColumn9.ColumnName = "MATERIELNAME";
  389. //
  390. // dataColumn11
  391. //
  392. this.dataColumn11.Caption = "物料类型";
  393. this.dataColumn11.ColumnName = "MATERIELTYPE";
  394. //
  395. // dataColumn14
  396. //
  397. this.dataColumn14.Caption = "岗位";
  398. this.dataColumn14.ColumnName = "craftposid";
  399. //
  400. // ultraGroupBox2
  401. //
  402. this.ultraGroupBox2.Controls.Add(this.rdbVDS);
  403. this.ultraGroupBox2.Controls.Add(this.rdbCCM);
  404. this.ultraGroupBox2.Controls.Add(this.rdbLFS);
  405. this.ultraGroupBox2.Controls.Add(this.rdbRHS);
  406. this.ultraGroupBox2.Controls.Add(this.rdbCAS);
  407. this.ultraGroupBox2.Controls.Add(this.rdbHmp);
  408. this.ultraGroupBox2.Controls.Add(this.rdbBOF);
  409. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  410. this.ultraGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F);
  411. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  412. this.ultraGroupBox2.Name = "ultraGroupBox2";
  413. this.ultraGroupBox2.Size = new System.Drawing.Size(660, 36);
  414. this.ultraGroupBox2.TabIndex = 9;
  415. //
  416. // rdbVDS
  417. //
  418. this.rdbVDS.AutoSize = true;
  419. this.rdbVDS.Location = new System.Drawing.Point(376, 10);
  420. this.rdbVDS.Name = "rdbVDS";
  421. this.rdbVDS.Size = new System.Drawing.Size(53, 18);
  422. this.rdbVDS.TabIndex = 10;
  423. this.rdbVDS.Tag = "VDS";
  424. this.rdbVDS.Text = "VD炉";
  425. this.rdbVDS.UseVisualStyleBackColor = true;
  426. //
  427. // rdbCCM
  428. //
  429. this.rdbCCM.AutoSize = true;
  430. this.rdbCCM.Location = new System.Drawing.Point(435, 10);
  431. this.rdbCCM.Name = "rdbCCM";
  432. this.rdbCCM.Size = new System.Drawing.Size(67, 18);
  433. this.rdbCCM.TabIndex = 8;
  434. this.rdbCCM.Tag = "CCM";
  435. this.rdbCCM.Text = "连铸机";
  436. this.rdbCCM.UseVisualStyleBackColor = true;
  437. this.rdbCCM.CheckedChanged += new System.EventHandler(this.rdbHmp_CheckedChanged);
  438. //
  439. // rdbLFS
  440. //
  441. this.rdbLFS.AutoSize = true;
  442. this.rdbLFS.Location = new System.Drawing.Point(242, 10);
  443. this.rdbLFS.Name = "rdbLFS";
  444. this.rdbLFS.Size = new System.Drawing.Size(67, 18);
  445. this.rdbLFS.TabIndex = 7;
  446. this.rdbLFS.Tag = "LFS";
  447. this.rdbLFS.Text = "精炼炉";
  448. this.rdbLFS.UseVisualStyleBackColor = true;
  449. this.rdbLFS.CheckedChanged += new System.EventHandler(this.rdbHmp_CheckedChanged);
  450. //
  451. // rdbRHS
  452. //
  453. this.rdbRHS.AutoSize = true;
  454. this.rdbRHS.Location = new System.Drawing.Point(317, 10);
  455. this.rdbRHS.Name = "rdbRHS";
  456. this.rdbRHS.Size = new System.Drawing.Size(53, 18);
  457. this.rdbRHS.TabIndex = 6;
  458. this.rdbRHS.Tag = "RHS";
  459. this.rdbRHS.Text = "RH炉";
  460. this.rdbRHS.UseVisualStyleBackColor = true;
  461. this.rdbRHS.CheckedChanged += new System.EventHandler(this.rdbHmp_CheckedChanged);
  462. //
  463. // rdbCAS
  464. //
  465. this.rdbCAS.AutoSize = true;
  466. this.rdbCAS.Location = new System.Drawing.Point(170, 10);
  467. this.rdbCAS.Name = "rdbCAS";
  468. this.rdbCAS.Size = new System.Drawing.Size(67, 18);
  469. this.rdbCAS.TabIndex = 5;
  470. this.rdbCAS.Tag = "CAS";
  471. this.rdbCAS.Text = "吹氩站";
  472. this.rdbCAS.UseVisualStyleBackColor = true;
  473. this.rdbCAS.CheckedChanged += new System.EventHandler(this.rdbHmp_CheckedChanged);
  474. //
  475. // rdbHmp
  476. //
  477. this.rdbHmp.AutoSize = true;
  478. this.rdbHmp.Checked = true;
  479. this.rdbHmp.Location = new System.Drawing.Point(12, 10);
  480. this.rdbHmp.Name = "rdbHmp";
  481. this.rdbHmp.Size = new System.Drawing.Size(95, 18);
  482. this.rdbHmp.TabIndex = 4;
  483. this.rdbHmp.TabStop = true;
  484. this.rdbHmp.Tag = "HMP";
  485. this.rdbHmp.Text = "铁水预处理";
  486. this.rdbHmp.UseVisualStyleBackColor = true;
  487. this.rdbHmp.CheckedChanged += new System.EventHandler(this.rdbHmp_CheckedChanged);
  488. //
  489. // rdbBOF
  490. //
  491. this.rdbBOF.AutoSize = true;
  492. this.rdbBOF.Location = new System.Drawing.Point(112, 10);
  493. this.rdbBOF.Name = "rdbBOF";
  494. this.rdbBOF.Size = new System.Drawing.Size(53, 18);
  495. this.rdbBOF.TabIndex = 3;
  496. this.rdbBOF.Tag = "BOF";
  497. this.rdbBOF.Text = "转炉";
  498. this.rdbBOF.UseVisualStyleBackColor = true;
  499. this.rdbBOF.CheckedChanged += new System.EventHandler(this.rdbHmp_CheckedChanged);
  500. //
  501. // frmStationconMateriel
  502. //
  503. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  504. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  505. this.ClientSize = new System.Drawing.Size(1013, 649);
  506. this.Controls.Add(this.FrmBase_Fill_Panel);
  507. this.Name = "frmStationconMateriel";
  508. this.Text = "岗位与物料关系配置";
  509. this.Load += new System.EventHandler(this.frmStationconMateriel_Load);
  510. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  511. this.ultraGroupBox1.ResumeLayout(false);
  512. this.ultraGroupBox1.PerformLayout();
  513. this.FrmBase_Fill_Panel.ResumeLayout(false);
  514. this.splitContainer1.Panel1.ResumeLayout(false);
  515. this.splitContainer1.Panel2.ResumeLayout(false);
  516. this.splitContainer1.ResumeLayout(false);
  517. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  518. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  519. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  520. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  521. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  522. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  524. this.ultraGroupBox2.ResumeLayout(false);
  525. this.ultraGroupBox2.PerformLayout();
  526. this.ResumeLayout(false);
  527. }
  528. #endregion
  529. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  530. private RadioButton radWS;
  531. private RadioButton radFL;
  532. private RadioButton radHJ;
  533. private Panel FrmBase_Fill_Panel;
  534. private RadioButton radAllType;
  535. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  536. private DataSet dataSet1;
  537. private DataTable dataTable1;
  538. private DataColumn dataColumn1;
  539. private DataColumn dataColumn2;
  540. private DataColumn dataColumn3;
  541. private DataColumn dataColumn4;
  542. private DataColumn dataColumn5;
  543. private DataColumn dataColumn6;
  544. private DataColumn dataColumn7;
  545. private RadioButton radBHZ;
  546. private SplitContainer splitContainer1;
  547. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  548. private DataSet dataSet2;
  549. private DataTable dataTable2;
  550. private DataColumn dataColumn8;
  551. private DataColumn dataColumn9;
  552. private DataColumn dataColumn11;
  553. private DataColumn dataColumn14;
  554. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  555. private RadioButton rdbCCM;
  556. private RadioButton rdbLFS;
  557. private RadioButton rdbRHS;
  558. private RadioButton rdbCAS;
  559. private RadioButton rdbHmp;
  560. private RadioButton rdbBOF;
  561. private DataColumn dataColumn10;
  562. private RadioButton rdbVDS;
  563. }
  564. }