QCM0107.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. namespace Core.LZMes.Client.QCM
  2. {
  3. partial class QCM0107
  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 appearance1 = 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("MEMO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO_CODE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREAT_NAME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREAT_TIME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOD_ID");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOD_TIME");
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  50. this.dataSet1 = new System.Data.DataSet();
  51. this.dataTable1 = new System.Data.DataTable();
  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.dataColumn7 = new System.Data.DataColumn();
  59. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  60. this.textBox1 = new System.Windows.Forms.TextBox();
  61. this.label3 = new System.Windows.Forms.Label();
  62. this.textBox3 = new System.Windows.Forms.TextBox();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.comboBox1 = new System.Windows.Forms.ComboBox();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.panel2 = new System.Windows.Forms.Panel();
  67. this.textBox2 = new System.Windows.Forms.TextBox();
  68. this.label9 = new System.Windows.Forms.Label();
  69. this.button1 = new System.Windows.Forms.Button();
  70. this.label4 = new System.Windows.Forms.Label();
  71. this.comboBox3 = new System.Windows.Forms.ComboBox();
  72. this.label10 = new System.Windows.Forms.Label();
  73. this.panel1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  78. this.ultraGroupBox1.SuspendLayout();
  79. this.panel2.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // panel1
  83. //
  84. this.panel1.Controls.Add(this.ultraGrid1);
  85. this.panel1.Controls.Add(this.ultraGroupBox1);
  86. this.panel1.Controls.Add(this.panel2);
  87. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.panel1.Location = new System.Drawing.Point(0, 0);
  89. this.panel1.Name = "panel1";
  90. this.panel1.Size = new System.Drawing.Size(979, 441);
  91. this.panel1.TabIndex = 0;
  92. //
  93. // ultraGrid1
  94. //
  95. this.ultraGrid1.DataSource = this.dataSet1;
  96. appearance1.BackColor = System.Drawing.SystemColors.Window;
  97. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  98. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  99. ultraGridColumn1.Header.VisiblePosition = 1;
  100. ultraGridColumn1.Width = 448;
  101. ultraGridColumn2.Header.VisiblePosition = 2;
  102. ultraGridColumn2.Width = 93;
  103. ultraGridColumn3.Header.Caption = "处理备注代码";
  104. ultraGridColumn3.Header.VisiblePosition = 0;
  105. ultraGridColumn3.Width = 107;
  106. ultraGridColumn4.Header.VisiblePosition = 3;
  107. ultraGridColumn5.Header.VisiblePosition = 4;
  108. ultraGridColumn6.Header.VisiblePosition = 5;
  109. ultraGridColumn7.Header.VisiblePosition = 6;
  110. ultraGridBand1.Columns.AddRange(new object[] {
  111. ultraGridColumn1,
  112. ultraGridColumn2,
  113. ultraGridColumn3,
  114. ultraGridColumn4,
  115. ultraGridColumn5,
  116. ultraGridColumn6,
  117. ultraGridColumn7});
  118. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  119. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  120. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  121. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  122. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  123. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  124. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  125. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  126. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  127. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  128. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  129. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  130. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  131. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  132. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  133. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  134. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  135. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  136. appearance7.BackColor = System.Drawing.SystemColors.Window;
  137. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  138. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  139. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  140. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  141. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  142. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  143. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  144. appearance12.BackColor = System.Drawing.SystemColors.Window;
  145. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  146. appearance8.BorderColor = System.Drawing.Color.Silver;
  147. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  148. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  149. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  150. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  151. appearance6.BackColor = System.Drawing.SystemColors.Control;
  152. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  153. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  154. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  155. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  156. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  157. appearance5.TextHAlignAsString = "Left";
  158. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  159. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  160. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  161. appearance11.BackColor = System.Drawing.SystemColors.Window;
  162. appearance11.BorderColor = System.Drawing.Color.Silver;
  163. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  164. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  165. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  166. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  167. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  168. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  169. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.ultraGrid1.Location = new System.Drawing.Point(0, 60);
  171. this.ultraGrid1.Name = "ultraGrid1";
  172. this.ultraGrid1.Size = new System.Drawing.Size(979, 309);
  173. this.ultraGrid1.TabIndex = 2;
  174. this.ultraGrid1.Text = "ultraGrid1";
  175. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  176. //
  177. // dataSet1
  178. //
  179. this.dataSet1.DataSetName = "NewDataSet";
  180. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  181. this.dataTable1});
  182. //
  183. // dataTable1
  184. //
  185. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  186. this.dataColumn1,
  187. this.dataColumn2,
  188. this.dataColumn3,
  189. this.dataColumn4,
  190. this.dataColumn5,
  191. this.dataColumn6,
  192. this.dataColumn7});
  193. this.dataTable1.TableName = "Table1";
  194. //
  195. // dataColumn1
  196. //
  197. this.dataColumn1.Caption = "处理备注";
  198. this.dataColumn1.ColumnName = "MEMO";
  199. //
  200. // dataColumn2
  201. //
  202. this.dataColumn2.Caption = "产线";
  203. this.dataColumn2.ColumnName = "PLINE_CODE";
  204. //
  205. // dataColumn3
  206. //
  207. this.dataColumn3.Caption = "备注代码";
  208. this.dataColumn3.ColumnName = "MEMO_CODE";
  209. //
  210. // dataColumn4
  211. //
  212. this.dataColumn4.Caption = "创建人";
  213. this.dataColumn4.ColumnName = "CREAT_NAME";
  214. //
  215. // dataColumn5
  216. //
  217. this.dataColumn5.Caption = "创建时间";
  218. this.dataColumn5.ColumnName = "CREAT_TIME";
  219. //
  220. // dataColumn6
  221. //
  222. this.dataColumn6.Caption = "修改人";
  223. this.dataColumn6.ColumnName = "MOD_ID";
  224. //
  225. // dataColumn7
  226. //
  227. this.dataColumn7.Caption = "修改时间";
  228. this.dataColumn7.ColumnName = "MOD_TIME";
  229. //
  230. // ultraGroupBox1
  231. //
  232. this.ultraGroupBox1.Controls.Add(this.textBox1);
  233. this.ultraGroupBox1.Controls.Add(this.label3);
  234. this.ultraGroupBox1.Controls.Add(this.textBox3);
  235. this.ultraGroupBox1.Controls.Add(this.label2);
  236. this.ultraGroupBox1.Controls.Add(this.comboBox1);
  237. this.ultraGroupBox1.Controls.Add(this.label1);
  238. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  239. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 369);
  240. this.ultraGroupBox1.Name = "ultraGroupBox1";
  241. this.ultraGroupBox1.Size = new System.Drawing.Size(979, 72);
  242. this.ultraGroupBox1.TabIndex = 1;
  243. this.ultraGroupBox1.Text = "处理备注添加区域";
  244. //
  245. // textBox1
  246. //
  247. this.textBox1.Location = new System.Drawing.Point(282, 30);
  248. this.textBox1.Margin = new System.Windows.Forms.Padding(4);
  249. this.textBox1.Name = "textBox1";
  250. this.textBox1.Size = new System.Drawing.Size(97, 25);
  251. this.textBox1.TabIndex = 54;
  252. //
  253. // label3
  254. //
  255. this.label3.AutoSize = true;
  256. this.label3.Location = new System.Drawing.Point(177, 35);
  257. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  258. this.label3.Name = "label3";
  259. this.label3.Size = new System.Drawing.Size(97, 15);
  260. this.label3.TabIndex = 53;
  261. this.label3.Text = "处理备注代码";
  262. //
  263. // textBox3
  264. //
  265. this.textBox3.Location = new System.Drawing.Point(474, 32);
  266. this.textBox3.Margin = new System.Windows.Forms.Padding(4);
  267. this.textBox3.Name = "textBox3";
  268. this.textBox3.Size = new System.Drawing.Size(481, 25);
  269. this.textBox3.TabIndex = 52;
  270. //
  271. // label2
  272. //
  273. this.label2.AutoSize = true;
  274. this.label2.Location = new System.Drawing.Point(399, 35);
  275. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  276. this.label2.Name = "label2";
  277. this.label2.Size = new System.Drawing.Size(67, 15);
  278. this.label2.TabIndex = 51;
  279. this.label2.Text = "处理备注";
  280. //
  281. // comboBox1
  282. //
  283. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  284. this.comboBox1.FormattingEnabled = true;
  285. this.comboBox1.Items.AddRange(new object[] {
  286. "卷板",
  287. "中厚板",
  288. "线棒",
  289. "炼钢"});
  290. this.comboBox1.Location = new System.Drawing.Point(58, 32);
  291. this.comboBox1.Margin = new System.Windows.Forms.Padding(4);
  292. this.comboBox1.Name = "comboBox1";
  293. this.comboBox1.Size = new System.Drawing.Size(101, 23);
  294. this.comboBox1.TabIndex = 50;
  295. //
  296. // label1
  297. //
  298. this.label1.AutoSize = true;
  299. this.label1.Location = new System.Drawing.Point(13, 35);
  300. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  301. this.label1.Name = "label1";
  302. this.label1.Size = new System.Drawing.Size(37, 15);
  303. this.label1.TabIndex = 49;
  304. this.label1.Text = "产线";
  305. //
  306. // panel2
  307. //
  308. this.panel2.Controls.Add(this.textBox2);
  309. this.panel2.Controls.Add(this.label9);
  310. this.panel2.Controls.Add(this.button1);
  311. this.panel2.Controls.Add(this.label4);
  312. this.panel2.Controls.Add(this.comboBox3);
  313. this.panel2.Controls.Add(this.label10);
  314. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  315. this.panel2.Location = new System.Drawing.Point(0, 0);
  316. this.panel2.Name = "panel2";
  317. this.panel2.Size = new System.Drawing.Size(979, 60);
  318. this.panel2.TabIndex = 0;
  319. //
  320. // textBox2
  321. //
  322. this.textBox2.Location = new System.Drawing.Point(308, 18);
  323. this.textBox2.Margin = new System.Windows.Forms.Padding(4);
  324. this.textBox2.Name = "textBox2";
  325. this.textBox2.Size = new System.Drawing.Size(296, 25);
  326. this.textBox2.TabIndex = 57;
  327. this.textBox2.Visible = false;
  328. //
  329. // label9
  330. //
  331. this.label9.BackColor = System.Drawing.Color.LightBlue;
  332. this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  333. this.label9.Location = new System.Drawing.Point(196, 17);
  334. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  335. this.label9.Name = "label9";
  336. this.label9.Size = new System.Drawing.Size(115, 26);
  337. this.label9.TabIndex = 56;
  338. this.label9.Text = "上传文件选择";
  339. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  340. this.label9.Visible = false;
  341. //
  342. // button1
  343. //
  344. this.button1.Location = new System.Drawing.Point(594, 12);
  345. this.button1.Name = "button1";
  346. this.button1.Size = new System.Drawing.Size(144, 36);
  347. this.button1.TabIndex = 55;
  348. this.button1.Text = "导入Excel";
  349. this.button1.UseVisualStyleBackColor = true;
  350. this.button1.Visible = false;
  351. this.button1.Click += new System.EventHandler(this.button1_Click);
  352. //
  353. // label4
  354. //
  355. this.label4.AutoSize = true;
  356. this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.label4.ForeColor = System.Drawing.Color.Red;
  358. this.label4.Location = new System.Drawing.Point(177, 18);
  359. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  360. this.label4.Name = "label4";
  361. this.label4.Size = new System.Drawing.Size(789, 20);
  362. this.label4.TabIndex = 54;
  363. this.label4.Text = "卷板处理备注代码可以从JB1001往上递增,中厚板的从ZHB1001递增,线棒的从XB1001递增";
  364. //
  365. // comboBox3
  366. //
  367. this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  368. this.comboBox3.FormattingEnabled = true;
  369. this.comboBox3.Items.AddRange(new object[] {
  370. "卷板",
  371. "中厚板",
  372. "线棒",
  373. "炼钢"});
  374. this.comboBox3.Location = new System.Drawing.Point(58, 18);
  375. this.comboBox3.Margin = new System.Windows.Forms.Padding(4);
  376. this.comboBox3.Name = "comboBox3";
  377. this.comboBox3.Size = new System.Drawing.Size(101, 23);
  378. this.comboBox3.TabIndex = 48;
  379. //
  380. // label10
  381. //
  382. this.label10.AutoSize = true;
  383. this.label10.Location = new System.Drawing.Point(13, 22);
  384. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  385. this.label10.Name = "label10";
  386. this.label10.Size = new System.Drawing.Size(37, 15);
  387. this.label10.TabIndex = 47;
  388. this.label10.Text = "产线";
  389. //
  390. // QCM0107
  391. //
  392. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  393. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  394. this.ClientSize = new System.Drawing.Size(979, 441);
  395. this.Controls.Add(this.panel1);
  396. this.Name = "QCM0107";
  397. this.Text = "处理备注维护";
  398. this.Load += new System.EventHandler(this.QCM0107_Load);
  399. this.panel1.ResumeLayout(false);
  400. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  401. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  403. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  404. this.ultraGroupBox1.ResumeLayout(false);
  405. this.ultraGroupBox1.PerformLayout();
  406. this.panel2.ResumeLayout(false);
  407. this.panel2.PerformLayout();
  408. this.ResumeLayout(false);
  409. }
  410. #endregion
  411. private System.Windows.Forms.Panel panel1;
  412. private System.Windows.Forms.Panel panel2;
  413. private System.Windows.Forms.ComboBox comboBox3;
  414. private System.Windows.Forms.Label label10;
  415. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  416. private System.Windows.Forms.Label label2;
  417. private System.Windows.Forms.ComboBox comboBox1;
  418. private System.Windows.Forms.Label label1;
  419. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  420. private System.Data.DataSet dataSet1;
  421. private System.Data.DataTable dataTable1;
  422. private System.Data.DataColumn dataColumn1;
  423. private System.Data.DataColumn dataColumn2;
  424. private System.Windows.Forms.TextBox textBox3;
  425. private System.Windows.Forms.TextBox textBox1;
  426. private System.Windows.Forms.Label label3;
  427. private System.Data.DataColumn dataColumn3;
  428. private System.Data.DataColumn dataColumn4;
  429. private System.Data.DataColumn dataColumn5;
  430. private System.Data.DataColumn dataColumn6;
  431. private System.Data.DataColumn dataColumn7;
  432. private System.Windows.Forms.Label label4;
  433. private System.Windows.Forms.Button button1;
  434. private System.Windows.Forms.TextBox textBox2;
  435. private System.Windows.Forms.Label label9;
  436. }
  437. }