ucHeatNoQuery.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. namespace Core.LgMes.Client.LgResMgt
  2. {
  3. partial class ucHeatNoQuery
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATPROCESSNO");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATNO");
  35. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  40. this.btAddLH = new System.Windows.Forms.Button();
  41. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  42. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  43. this.panel2 = new System.Windows.Forms.Panel();
  44. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  45. this.button1 = new System.Windows.Forms.Button();
  46. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  47. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  48. this.button37 = new System.Windows.Forms.Button();
  49. this.comboBox4 = new System.Windows.Forms.ComboBox();
  50. this.ultxtGZ = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  51. this.ultxtLH = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  53. this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  54. this.checkBox2 = new System.Windows.Forms.CheckBox();
  55. this.label41 = new System.Windows.Forms.Label();
  56. this.label42 = new System.Windows.Forms.Label();
  57. this.label43 = new System.Windows.Forms.Label();
  58. this.label44 = new System.Windows.Forms.Label();
  59. this.dsLH = new System.Data.DataSet();
  60. this.dataTable1 = new System.Data.DataTable();
  61. this.dataColumn1 = new System.Data.DataColumn();
  62. this.dataColumn2 = new System.Data.DataColumn();
  63. this.panel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  66. this.ultraExpandableGroupBox1.SuspendLayout();
  67. this.panel2.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  70. this.ultraExpandableGroupBox2.SuspendLayout();
  71. this.ultraExpandableGroupBoxPanel2.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.ultxtGZ)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultxtLH)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.dsLH)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // panel1
  81. //
  82. this.panel1.Controls.Add(this.ultraGrid2);
  83. this.panel1.Controls.Add(this.btAddLH);
  84. this.panel1.Location = new System.Drawing.Point(0, 0);
  85. this.panel1.Name = "panel1";
  86. this.panel1.Size = new System.Drawing.Size(200, 100);
  87. this.panel1.TabIndex = 0;
  88. //
  89. // ultraGrid2
  90. //
  91. appearance1.BackColor = System.Drawing.Color.LightSteelBlue;
  92. appearance1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
  93. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
  94. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  95. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  96. this.ultraGrid2.DisplayLayout.CaptionAppearance = appearance2;
  97. appearance3.BackColor = System.Drawing.Color.LightSteelBlue;
  98. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance3;
  99. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  100. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  103. this.ultraGrid2.Name = "ultraGrid2";
  104. this.ultraGrid2.Size = new System.Drawing.Size(200, 76);
  105. this.ultraGrid2.TabIndex = 17;
  106. //
  107. // btAddLH
  108. //
  109. this.btAddLH.BackColor = System.Drawing.Color.LightSteelBlue;
  110. this.btAddLH.Dock = System.Windows.Forms.DockStyle.Bottom;
  111. this.btAddLH.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  112. this.btAddLH.Font = new System.Drawing.Font("宋体", 10.5F);
  113. this.btAddLH.Location = new System.Drawing.Point(0, 76);
  114. this.btAddLH.Name = "btAddLH";
  115. this.btAddLH.Size = new System.Drawing.Size(200, 24);
  116. this.btAddLH.TabIndex = 55;
  117. this.btAddLH.Text = "新增熔炼号";
  118. this.btAddLH.UseVisualStyleBackColor = false;
  119. //
  120. // ultraExpandableGroupBox1
  121. //
  122. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  123. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(0, 0);
  124. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 0);
  125. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  126. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(200, 185);
  127. this.ultraExpandableGroupBox1.TabIndex = 0;
  128. //
  129. // ultraExpandableGroupBoxPanel1
  130. //
  131. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(0, 0);
  132. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  133. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(200, 100);
  134. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  135. //
  136. // panel2
  137. //
  138. this.panel2.Controls.Add(this.ultraGrid1);
  139. this.panel2.Controls.Add(this.button1);
  140. this.panel2.Controls.Add(this.ultraExpandableGroupBox2);
  141. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.panel2.Location = new System.Drawing.Point(0, 0);
  143. this.panel2.Name = "panel2";
  144. this.panel2.Size = new System.Drawing.Size(191, 569);
  145. this.panel2.TabIndex = 10;
  146. //
  147. // ultraGrid1
  148. //
  149. this.ultraGrid1.DataSource = this.dsLH;
  150. appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
  151. appearance4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(233)))), ((int)(((byte)(233)))));
  152. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.BackwardDiagonal;
  153. this.ultraGrid1.DisplayLayout.Appearance = appearance4;
  154. ultraGridColumn1.Header.VisiblePosition = 0;
  155. ultraGridColumn1.Hidden = true;
  156. ultraGridColumn2.Header.VisiblePosition = 1;
  157. ultraGridColumn2.Width = 149;
  158. ultraGridBand1.Columns.AddRange(new object[] {
  159. ultraGridColumn1,
  160. ultraGridColumn2});
  161. ultraGridBand1.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  162. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  163. appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  164. this.ultraGrid1.DisplayLayout.CaptionAppearance = appearance5;
  165. appearance6.BackColor = System.Drawing.Color.LightSteelBlue;
  166. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance6;
  167. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  168. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  169. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.ultraGrid1.Location = new System.Drawing.Point(0, 215);
  171. this.ultraGrid1.Name = "ultraGrid1";
  172. this.ultraGrid1.Size = new System.Drawing.Size(191, 330);
  173. this.ultraGrid1.TabIndex = 17;
  174. //
  175. // button1
  176. //
  177. this.button1.BackColor = System.Drawing.Color.LightSteelBlue;
  178. this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
  179. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  180. this.button1.Font = new System.Drawing.Font("宋体", 10.5F);
  181. this.button1.Location = new System.Drawing.Point(0, 545);
  182. this.button1.Name = "button1";
  183. this.button1.Size = new System.Drawing.Size(191, 24);
  184. this.button1.TabIndex = 55;
  185. this.button1.Text = "新增熔炼号";
  186. this.button1.UseVisualStyleBackColor = false;
  187. //
  188. // ultraExpandableGroupBox2
  189. //
  190. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  191. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  192. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(191, 215);
  193. this.ultraExpandableGroupBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
  195. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  196. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(191, 215);
  197. this.ultraExpandableGroupBox2.TabIndex = 16;
  198. this.ultraExpandableGroupBox2.Text = "查询条件";
  199. //
  200. // ultraExpandableGroupBoxPanel2
  201. //
  202. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.button37);
  203. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.comboBox4);
  204. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultxtGZ);
  205. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultxtLH);
  206. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraDateTimeEditor2);
  207. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraDateTimeEditor1);
  208. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.checkBox2);
  209. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label41);
  210. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label42);
  211. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label43);
  212. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.label44);
  213. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 20);
  215. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  216. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(185, 192);
  217. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  218. //
  219. // button37
  220. //
  221. this.button37.Enabled = false;
  222. this.button37.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  223. this.button37.Location = new System.Drawing.Point(50, 158);
  224. this.button37.Name = "button37";
  225. this.button37.Size = new System.Drawing.Size(75, 24);
  226. this.button37.TabIndex = 45;
  227. this.button37.Text = "查询";
  228. this.button37.UseVisualStyleBackColor = true;
  229. //
  230. // comboBox4
  231. //
  232. this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  233. this.comboBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.comboBox4.FormattingEnabled = true;
  235. this.comboBox4.Items.AddRange(new object[] {
  236. "甲班",
  237. "乙班",
  238. "丙班",
  239. "丁班",
  240. "全部"});
  241. this.comboBox4.Location = new System.Drawing.Point(47, 65);
  242. this.comboBox4.Name = "comboBox4";
  243. this.comboBox4.Size = new System.Drawing.Size(116, 22);
  244. this.comboBox4.TabIndex = 44;
  245. //
  246. // ultxtGZ
  247. //
  248. this.ultxtGZ.ButtonsRight.Add(editorButton1);
  249. this.ultxtGZ.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.ultxtGZ.Location = new System.Drawing.Point(47, 95);
  251. this.ultxtGZ.Name = "ultxtGZ";
  252. this.ultxtGZ.Size = new System.Drawing.Size(115, 21);
  253. this.ultxtGZ.TabIndex = 39;
  254. this.ultxtGZ.FlatMode = true;
  255. //
  256. // ultxtLH
  257. //
  258. this.ultxtLH.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.ultxtLH.Location = new System.Drawing.Point(47, 124);
  260. this.ultxtLH.Name = "ultxtLH";
  261. this.ultxtLH.Size = new System.Drawing.Size(115, 21);
  262. this.ultxtLH.TabIndex = 38;
  263. this.ultxtLH.FlatMode = true;
  264. //
  265. // ultraDateTimeEditor2
  266. //
  267. this.ultraDateTimeEditor2.DateTime = new System.DateTime(2008, 1, 3, 0, 0, 0, 0);
  268. this.ultraDateTimeEditor2.Enabled = false;
  269. this.ultraDateTimeEditor2.FormatProvider = new System.Globalization.CultureInfo("en-US");
  270. this.ultraDateTimeEditor2.FormatString = "yyyy-MM-dd";
  271. this.ultraDateTimeEditor2.Location = new System.Drawing.Point(47, 36);
  272. this.ultraDateTimeEditor2.MaskInput = "yyyy-mm-dd";
  273. this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2";
  274. this.ultraDateTimeEditor2.Size = new System.Drawing.Size(115, 21);
  275. this.ultraDateTimeEditor2.TabIndex = 18;
  276. this.ultraDateTimeEditor2.FlatMode = true;
  277. this.ultraDateTimeEditor2.Value = new System.DateTime(2008, 1, 3, 0, 0, 0, 0);
  278. //
  279. // ultraDateTimeEditor1
  280. //
  281. this.ultraDateTimeEditor1.DateTime = new System.DateTime(2008, 1, 3, 0, 0, 0, 0);
  282. this.ultraDateTimeEditor1.Enabled = false;
  283. this.ultraDateTimeEditor1.FormatProvider = new System.Globalization.CultureInfo("en-US");
  284. this.ultraDateTimeEditor1.FormatString = "yyyy-MM-dd";
  285. this.ultraDateTimeEditor1.Location = new System.Drawing.Point(47, 7);
  286. this.ultraDateTimeEditor1.MaskInput = "yyyy-mm-dd";
  287. this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1";
  288. this.ultraDateTimeEditor1.Size = new System.Drawing.Size(115, 21);
  289. this.ultraDateTimeEditor1.TabIndex = 17;
  290. this.ultraDateTimeEditor1.FlatMode = true;
  291. this.ultraDateTimeEditor1.Value = new System.DateTime(2008, 1, 3, 0, 0, 0, 0);
  292. //
  293. // checkBox2
  294. //
  295. this.checkBox2.AutoSize = true;
  296. this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  297. this.checkBox2.Location = new System.Drawing.Point(7, 8);
  298. this.checkBox2.Name = "checkBox2";
  299. this.checkBox2.Size = new System.Drawing.Size(37, 18);
  300. this.checkBox2.TabIndex = 18;
  301. this.checkBox2.Text = "起";
  302. this.checkBox2.UseVisualStyleBackColor = true;
  303. //
  304. // label41
  305. //
  306. this.label41.AutoSize = true;
  307. this.label41.Location = new System.Drawing.Point(1, 128);
  308. this.label41.Name = "label41";
  309. this.label41.Size = new System.Drawing.Size(49, 14);
  310. this.label41.TabIndex = 17;
  311. this.label41.Text = "熔炼号";
  312. //
  313. // label42
  314. //
  315. this.label42.AutoSize = true;
  316. this.label42.Location = new System.Drawing.Point(7, 99);
  317. this.label42.Name = "label42";
  318. this.label42.Size = new System.Drawing.Size(35, 14);
  319. this.label42.TabIndex = 16;
  320. this.label42.Text = "牌号";
  321. //
  322. // label43
  323. //
  324. this.label43.AutoSize = true;
  325. this.label43.Location = new System.Drawing.Point(8, 70);
  326. this.label43.Name = "label43";
  327. this.label43.Size = new System.Drawing.Size(35, 14);
  328. this.label43.TabIndex = 15;
  329. this.label43.Text = "班次";
  330. //
  331. // label44
  332. //
  333. this.label44.AutoSize = true;
  334. this.label44.Location = new System.Drawing.Point(23, 40);
  335. this.label44.Name = "label44";
  336. this.label44.Size = new System.Drawing.Size(21, 14);
  337. this.label44.TabIndex = 12;
  338. this.label44.Text = "止";
  339. //
  340. // dsLH
  341. //
  342. this.dsLH.DataSetName = "NewDataSet";
  343. this.dsLH.Tables.AddRange(new System.Data.DataTable[] {
  344. this.dataTable1});
  345. //
  346. // dataTable1
  347. //
  348. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  349. this.dataColumn1,
  350. this.dataColumn2});
  351. this.dataTable1.TableName = "Table1";
  352. //
  353. // dataColumn1
  354. //
  355. this.dataColumn1.Caption = "加热处理号";
  356. this.dataColumn1.ColumnName = "HEATPROCESSNO";
  357. //
  358. // dataColumn2
  359. //
  360. this.dataColumn2.Caption = "熔炼号";
  361. this.dataColumn2.ColumnName = "HEATNO";
  362. //
  363. // ucHeatNoQuery
  364. //
  365. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  366. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  367. this.BackColor = System.Drawing.Color.LightSteelBlue;
  368. this.Controls.Add(this.panel2);
  369. this.Name = "ucHeatNoQuery";
  370. this.Size = new System.Drawing.Size(191, 569);
  371. this.panel1.ResumeLayout(false);
  372. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  374. this.ultraExpandableGroupBox1.ResumeLayout(false);
  375. this.panel2.ResumeLayout(false);
  376. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  378. this.ultraExpandableGroupBox2.ResumeLayout(false);
  379. this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
  380. this.ultraExpandableGroupBoxPanel2.PerformLayout();
  381. ((System.ComponentModel.ISupportInitialize)(this.ultxtGZ)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.ultxtLH)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.dsLH)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  387. this.ResumeLayout(false);
  388. }
  389. #endregion
  390. private System.Windows.Forms.Panel panel1;
  391. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  392. private System.Windows.Forms.Button btAddLH;
  393. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  394. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  395. private System.Windows.Forms.Panel panel2;
  396. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  397. private System.Windows.Forms.Button button1;
  398. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  399. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  400. private System.Windows.Forms.Button button37;
  401. private System.Windows.Forms.ComboBox comboBox4;
  402. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtGZ;
  403. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultxtLH;
  404. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2;
  405. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1;
  406. private System.Windows.Forms.CheckBox checkBox2;
  407. private System.Windows.Forms.Label label41;
  408. private System.Windows.Forms.Label label42;
  409. private System.Windows.Forms.Label label43;
  410. private System.Windows.Forms.Label label44;
  411. private System.Data.DataSet dsLH;
  412. private System.Data.DataTable dataTable1;
  413. private System.Data.DataColumn dataColumn1;
  414. private System.Data.DataColumn dataColumn2;
  415. }
  416. }