QCM0211.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. namespace Core.LZMes.Client.QCM
  2. {
  3. partial class QCM0211
  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 appearance41 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("check");
  31. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OLD_SAMPL_NO");
  33. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BATCH_NO");
  35. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPECIMEN_NO");
  37. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SMP_TYPE_CODE");
  39. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("THICK");
  41. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEAT_NO");
  43. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  47. this.panel2 = new System.Windows.Forms.Panel();
  48. this.button2 = new System.Windows.Forms.Button();
  49. this.dataSet2 = new System.Data.DataSet();
  50. this.dataTable2 = new System.Data.DataTable();
  51. this.dataColumn66 = new System.Data.DataColumn();
  52. this.dataColumn1 = new System.Data.DataColumn();
  53. this.dataColumn2 = new System.Data.DataColumn();
  54. this.dataColumn3 = new System.Data.DataColumn();
  55. this.dataColumn4 = new System.Data.DataColumn();
  56. this.dataColumn5 = new System.Data.DataColumn();
  57. this.dataColumn6 = new System.Data.DataColumn();
  58. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  59. this.dataColumn41 = new System.Data.DataColumn();
  60. this.dataColumn40 = new System.Data.DataColumn();
  61. this.dataColumn39 = new System.Data.DataColumn();
  62. this.dataColumn38 = new System.Data.DataColumn();
  63. this.dataColumn37 = new System.Data.DataColumn();
  64. this.dataColumn36 = new System.Data.DataColumn();
  65. this.dataTable1 = new System.Data.DataTable();
  66. this.dataSet1 = new System.Data.DataSet();
  67. this.panel2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // panel2
  76. //
  77. this.panel2.Controls.Add(this.button2);
  78. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  79. this.panel2.Location = new System.Drawing.Point(0, 0);
  80. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  81. this.panel2.Name = "panel2";
  82. this.panel2.Size = new System.Drawing.Size(1128, 51);
  83. this.panel2.TabIndex = 13;
  84. //
  85. // button2
  86. //
  87. this.button2.BackColor = System.Drawing.Color.LightBlue;
  88. this.button2.Location = new System.Drawing.Point(12, 10);
  89. this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  90. this.button2.Name = "button2";
  91. this.button2.Size = new System.Drawing.Size(131, 35);
  92. this.button2.TabIndex = 21;
  93. this.button2.Text = "选样发送";
  94. this.button2.UseVisualStyleBackColor = false;
  95. this.button2.Click += new System.EventHandler(this.button2_Click);
  96. //
  97. // dataSet2
  98. //
  99. this.dataSet2.DataSetName = "NewDataSet";
  100. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  101. this.dataTable2});
  102. //
  103. // dataTable2
  104. //
  105. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  106. this.dataColumn66,
  107. this.dataColumn1,
  108. this.dataColumn2,
  109. this.dataColumn3,
  110. this.dataColumn4,
  111. this.dataColumn5,
  112. this.dataColumn6});
  113. this.dataTable2.TableName = "Table1";
  114. //
  115. // dataColumn66
  116. //
  117. this.dataColumn66.Caption = "";
  118. this.dataColumn66.ColumnName = "check";
  119. this.dataColumn66.DataType = typeof(bool);
  120. this.dataColumn66.DefaultValue = false;
  121. //
  122. // dataColumn1
  123. //
  124. this.dataColumn1.Caption = "钢卷号";
  125. this.dataColumn1.ColumnName = "OLD_SAMPL_NO";
  126. //
  127. // dataColumn2
  128. //
  129. this.dataColumn2.Caption = "轧批号";
  130. this.dataColumn2.ColumnName = "BATCH_NO";
  131. //
  132. // dataColumn3
  133. //
  134. this.dataColumn3.Caption = "取样编号";
  135. this.dataColumn3.ColumnName = "SPECIMEN_NO";
  136. //
  137. // dataColumn4
  138. //
  139. this.dataColumn4.Caption = "取样类型";
  140. this.dataColumn4.ColumnName = "SMP_TYPE_CODE";
  141. //
  142. // dataColumn5
  143. //
  144. this.dataColumn5.Caption = "厚度/直";
  145. this.dataColumn5.ColumnName = "THICK";
  146. //
  147. // dataColumn6
  148. //
  149. this.dataColumn6.Caption = "炉号";
  150. this.dataColumn6.ColumnName = "HEAT_NO";
  151. //
  152. // ultraGrid1
  153. //
  154. this.ultraGrid1.DataMember = "Table1";
  155. this.ultraGrid1.DataSource = this.dataSet2;
  156. appearance41.BackColor = System.Drawing.SystemColors.Window;
  157. appearance41.BorderColor = System.Drawing.Color.DarkGray;
  158. this.ultraGrid1.DisplayLayout.Appearance = appearance41;
  159. appearance15.BackColor = System.Drawing.Color.LightBlue;
  160. ultraGridColumn1.Header.Appearance = appearance15;
  161. ultraGridColumn1.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Center;
  162. ultraGridColumn1.Header.VisiblePosition = 0;
  163. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  164. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  165. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  166. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  167. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  168. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  169. ultraGridColumn1.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  170. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  171. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  172. appearance16.BackColor = System.Drawing.Color.LightBlue;
  173. ultraGridColumn2.Header.Appearance = appearance16;
  174. ultraGridColumn2.Header.VisiblePosition = 1;
  175. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  176. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  177. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  178. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  179. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  180. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  181. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  182. appearance17.BackColor = System.Drawing.Color.LightBlue;
  183. ultraGridColumn3.Header.Appearance = appearance17;
  184. ultraGridColumn3.Header.VisiblePosition = 2;
  185. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  186. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  187. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  188. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  189. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  190. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  191. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  192. appearance18.BackColor = System.Drawing.Color.LightBlue;
  193. ultraGridColumn4.Header.Appearance = appearance18;
  194. ultraGridColumn4.Header.VisiblePosition = 3;
  195. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 7;
  196. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  197. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  198. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  199. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  200. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  201. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  202. appearance19.BackColor = System.Drawing.Color.LightBlue;
  203. ultraGridColumn5.Header.Appearance = appearance19;
  204. ultraGridColumn5.Header.VisiblePosition = 4;
  205. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 9;
  206. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  207. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  208. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  209. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  210. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  211. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  212. appearance20.BackColor = System.Drawing.Color.LightBlue;
  213. ultraGridColumn6.Header.Appearance = appearance20;
  214. ultraGridColumn6.Header.VisiblePosition = 5;
  215. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 11;
  216. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  217. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 30);
  218. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  219. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  220. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  221. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  222. appearance21.BackColor = System.Drawing.Color.LightBlue;
  223. ultraGridColumn7.Header.Appearance = appearance21;
  224. ultraGridColumn7.Header.VisiblePosition = 6;
  225. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 5;
  226. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  227. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(122, 30);
  228. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 30);
  229. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  230. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  231. ultraGridBand1.Columns.AddRange(new object[] {
  232. ultraGridColumn1,
  233. ultraGridColumn2,
  234. ultraGridColumn3,
  235. ultraGridColumn4,
  236. ultraGridColumn5,
  237. ultraGridColumn6,
  238. ultraGridColumn7});
  239. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  240. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  241. this.ultraGrid1.DisplayLayout.InterBandSpacing = 8;
  242. appearance80.FontData.BoldAsString = "True";
  243. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance80;
  244. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  245. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  246. this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  247. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  248. this.ultraGrid1.DisplayLayout.Override.ColumnAutoSizeMode = Infragistics.Win.UltraWinGrid.ColumnAutoSizeMode.AllRowsInBand;
  249. appearance81.TextHAlignAsString = "Center";
  250. appearance81.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
  251. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance81;
  252. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  253. this.ultraGrid1.DisplayLayout.Override.MaxSelectedRows = 1;
  254. this.ultraGrid1.DisplayLayout.Override.MinRowHeight = 23;
  255. appearance82.TextVAlignAsString = "Middle";
  256. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance82;
  257. this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  258. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  259. this.ultraGrid1.DisplayLayout.Override.RowSelectorWidth = 35;
  260. this.ultraGrid1.DisplayLayout.Override.RowSpacingBefore = 0;
  261. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  262. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  263. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  264. this.ultraGrid1.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  265. this.ultraGrid1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  266. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  267. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  268. this.ultraGrid1.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
  269. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  270. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.ultraGrid1.Location = new System.Drawing.Point(0, 51);
  272. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  273. this.ultraGrid1.Name = "ultraGrid1";
  274. this.ultraGrid1.Size = new System.Drawing.Size(1128, 861);
  275. this.ultraGrid1.TabIndex = 14;
  276. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  277. this.ultraGrid1.AfterHeaderCheckStateChanged += new Infragistics.Win.UltraWinGrid.AfterHeaderCheckStateChangedEventHandler(this.ultraGrid1_AfterHeaderCheckStateChanged);
  278. //
  279. // dataColumn41
  280. //
  281. this.dataColumn41.Caption = "材质检验项";
  282. this.dataColumn41.ColumnName = "PHY_NAME_S";
  283. //
  284. // dataColumn40
  285. //
  286. this.dataColumn40.Caption = "材质检验项代码";
  287. this.dataColumn40.ColumnName = "PHY_CODE_S";
  288. //
  289. // dataColumn39
  290. //
  291. this.dataColumn39.Caption = "材质试样组";
  292. this.dataColumn39.ColumnName = "PHY_DESC_M";
  293. //
  294. // dataColumn38
  295. //
  296. this.dataColumn38.Caption = "材质试样组代码";
  297. this.dataColumn38.ColumnName = "PHY_CODE_M";
  298. //
  299. // dataColumn37
  300. //
  301. this.dataColumn37.Caption = "材质大类";
  302. this.dataColumn37.ColumnName = "PHY_DESC_L";
  303. //
  304. // dataColumn36
  305. //
  306. this.dataColumn36.Caption = "材质大类代码";
  307. this.dataColumn36.ColumnName = "PHY_CODE_L";
  308. //
  309. // dataTable1
  310. //
  311. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  312. this.dataColumn36,
  313. this.dataColumn37,
  314. this.dataColumn38,
  315. this.dataColumn39,
  316. this.dataColumn40,
  317. this.dataColumn41});
  318. this.dataTable1.TableName = "Table1";
  319. //
  320. // dataSet1
  321. //
  322. this.dataSet1.DataSetName = "NewDataSet";
  323. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  324. this.dataTable1});
  325. //
  326. // QCM0211
  327. //
  328. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  329. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  330. this.ClientSize = new System.Drawing.Size(1128, 912);
  331. this.Controls.Add(this.ultraGrid1);
  332. this.Controls.Add(this.panel2);
  333. this.Margin = new System.Windows.Forms.Padding(5);
  334. this.Name = "QCM0211";
  335. this.Text = "选样表";
  336. this.Load += new System.EventHandler(this.QCM0211_Load);
  337. this.panel2.ResumeLayout(false);
  338. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  343. this.ResumeLayout(false);
  344. }
  345. #endregion
  346. private System.Windows.Forms.Panel panel2;
  347. private System.Data.DataSet dataSet2;
  348. private System.Data.DataTable dataTable2;
  349. private System.Data.DataColumn dataColumn66;
  350. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  351. private System.Windows.Forms.Button button2;
  352. private System.Data.DataColumn dataColumn41;
  353. private System.Data.DataColumn dataColumn40;
  354. private System.Data.DataColumn dataColumn39;
  355. private System.Data.DataColumn dataColumn38;
  356. private System.Data.DataColumn dataColumn37;
  357. private System.Data.DataColumn dataColumn36;
  358. private System.Data.DataTable dataTable1;
  359. private System.Data.DataSet dataSet1;
  360. private System.Data.DataColumn dataColumn1;
  361. private System.Data.DataColumn dataColumn2;
  362. private System.Data.DataColumn dataColumn3;
  363. private System.Data.DataColumn dataColumn4;
  364. private System.Data.DataColumn dataColumn5;
  365. private System.Data.DataColumn dataColumn6;
  366. }
  367. }