FrmPotSendSuccesful.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmPotSendSuccesful
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SENDTOOLID");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SENDOVENID");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SENDGRADE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SHIFTCODE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SENDTIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SKATEFACTORY");
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SENDTOOLID");
  50. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SENDOVENID");
  51. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SENDGRADE");
  52. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SHIFTCODE");
  53. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SENDTIME");
  54. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SKATEFACTORY");
  55. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  56. this.QUERY = new System.Windows.Forms.ToolStripButton();
  57. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  58. this.EXPORT = new System.Windows.Forms.ToolStripButton();
  59. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  60. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  61. this.udteEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  62. this.udteStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.uGrdSendHiy = new Infragistics.Win.UltraWinGrid.UltraGrid();
  66. this.uDSrSendHiy = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  67. this.GridExcelExporter = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  68. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  69. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  70. this.toolStrip1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.udteStart)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.uGrdSendHiy)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.uDSrSendHiy)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  76. this.ultraGroupBox1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  78. this.ultraGroupBox2.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // toolStrip1
  82. //
  83. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  84. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  85. this.QUERY,
  86. this.toolStripSeparator1,
  87. this.EXPORT,
  88. this.toolStripSeparator2,
  89. this.CLOSE});
  90. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  91. this.toolStrip1.Name = "toolStrip1";
  92. this.toolStrip1.Size = new System.Drawing.Size(500, 30);
  93. this.toolStrip1.TabIndex = 2;
  94. this.toolStrip1.Text = "toolStrip1";
  95. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  96. //
  97. // QUERY
  98. //
  99. this.QUERY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  100. this.QUERY.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.QUERY.Name = "QUERY";
  102. this.QUERY.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  103. this.QUERY.Size = new System.Drawing.Size(74, 27);
  104. this.QUERY.Text = "查询(&Q)";
  105. this.QUERY.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  106. //
  107. // toolStripSeparator1
  108. //
  109. this.toolStripSeparator1.Name = "toolStripSeparator1";
  110. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
  111. //
  112. // EXPORT
  113. //
  114. this.EXPORT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  115. this.EXPORT.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.EXPORT.Name = "EXPORT";
  117. this.EXPORT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  118. this.EXPORT.Size = new System.Drawing.Size(71, 27);
  119. this.EXPORT.Text = "导出(&P)";
  120. this.EXPORT.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  121. //
  122. // toolStripSeparator2
  123. //
  124. this.toolStripSeparator2.Name = "toolStripSeparator2";
  125. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
  126. //
  127. // CLOSE
  128. //
  129. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  130. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  131. this.CLOSE.Name = "CLOSE";
  132. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  133. this.CLOSE.Size = new System.Drawing.Size(72, 27);
  134. this.CLOSE.Text = "关闭(&C)";
  135. this.CLOSE.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  136. //
  137. // udteEnd
  138. //
  139. this.udteEnd.Location = new System.Drawing.Point(172, 8);
  140. this.udteEnd.MaskInput = "{date}";
  141. this.udteEnd.Name = "udteEnd";
  142. this.udteEnd.Size = new System.Drawing.Size(116, 21);
  143. this.udteEnd.TabIndex = 2;
  144. //
  145. // udteStart
  146. //
  147. this.udteStart.Location = new System.Drawing.Point(30, 8);
  148. this.udteStart.MaskInput = "{date}";
  149. this.udteStart.Name = "udteStart";
  150. this.udteStart.Size = new System.Drawing.Size(116, 21);
  151. this.udteStart.TabIndex = 1;
  152. //
  153. // label2
  154. //
  155. this.label2.AutoSize = true;
  156. this.label2.Location = new System.Drawing.Point(150, 12);
  157. this.label2.Name = "label2";
  158. this.label2.Size = new System.Drawing.Size(17, 12);
  159. this.label2.TabIndex = 0;
  160. this.label2.Text = "到";
  161. //
  162. // label1
  163. //
  164. this.label1.AutoSize = true;
  165. this.label1.Location = new System.Drawing.Point(7, 12);
  166. this.label1.Name = "label1";
  167. this.label1.Size = new System.Drawing.Size(17, 12);
  168. this.label1.TabIndex = 0;
  169. this.label1.Text = "从";
  170. //
  171. // uGrdSendHiy
  172. //
  173. this.uGrdSendHiy.DataSource = this.uDSrSendHiy;
  174. appearance1.BackColor = System.Drawing.SystemColors.Window;
  175. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  176. this.uGrdSendHiy.DisplayLayout.Appearance = appearance1;
  177. ultraGridColumn1.Header.Caption = "钢包号";
  178. ultraGridColumn1.Header.VisiblePosition = 0;
  179. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0);
  180. ultraGridColumn2.Header.Caption = "发送炉号";
  181. ultraGridColumn2.Header.VisiblePosition = 1;
  182. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
  183. ultraGridColumn3.Header.Caption = "钢包等级";
  184. ultraGridColumn3.Header.VisiblePosition = 2;
  185. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
  186. ultraGridColumn4.Header.Caption = "班别";
  187. ultraGridColumn4.Header.VisiblePosition = 3;
  188. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0);
  189. ultraGridColumn5.Header.Caption = "发送时刻";
  190. ultraGridColumn5.Header.VisiblePosition = 4;
  191. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(142, 0);
  192. ultraGridColumn6.Header.Caption = "滑板厂家";
  193. ultraGridColumn6.Header.VisiblePosition = 5;
  194. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
  195. ultraGridBand1.Columns.AddRange(new object[] {
  196. ultraGridColumn1,
  197. ultraGridColumn2,
  198. ultraGridColumn3,
  199. ultraGridColumn4,
  200. ultraGridColumn5,
  201. ultraGridColumn6});
  202. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  203. this.uGrdSendHiy.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  204. this.uGrdSendHiy.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  205. appearance2.TextHAlignAsString = "Left";
  206. this.uGrdSendHiy.DisplayLayout.CaptionAppearance = appearance2;
  207. appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder;
  208. appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
  209. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  210. appearance3.BorderColor = System.Drawing.SystemColors.Window;
  211. this.uGrdSendHiy.DisplayLayout.GroupByBox.Appearance = appearance3;
  212. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  213. this.uGrdSendHiy.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  214. this.uGrdSendHiy.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  215. this.uGrdSendHiy.DisplayLayout.GroupByBox.Hidden = true;
  216. appearance5.BackColor = System.Drawing.SystemColors.ControlLightLight;
  217. appearance5.BackColor2 = System.Drawing.SystemColors.Control;
  218. appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  219. appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
  220. this.uGrdSendHiy.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
  221. this.uGrdSendHiy.DisplayLayout.MaxColScrollRegions = 1;
  222. this.uGrdSendHiy.DisplayLayout.MaxRowScrollRegions = 1;
  223. appearance6.BackColor = System.Drawing.SystemColors.Window;
  224. appearance6.ForeColor = System.Drawing.SystemColors.ControlText;
  225. this.uGrdSendHiy.DisplayLayout.Override.ActiveCellAppearance = appearance6;
  226. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  227. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  228. this.uGrdSendHiy.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  229. this.uGrdSendHiy.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  230. this.uGrdSendHiy.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  231. appearance8.BackColor = System.Drawing.SystemColors.Window;
  232. this.uGrdSendHiy.DisplayLayout.Override.CardAreaAppearance = appearance8;
  233. appearance9.BorderColor = System.Drawing.Color.Silver;
  234. appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  235. this.uGrdSendHiy.DisplayLayout.Override.CellAppearance = appearance9;
  236. this.uGrdSendHiy.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  237. this.uGrdSendHiy.DisplayLayout.Override.CellPadding = 0;
  238. this.uGrdSendHiy.DisplayLayout.Override.DefaultRowHeight = 22;
  239. appearance10.BackColor = System.Drawing.SystemColors.Control;
  240. appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark;
  241. appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  242. appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  243. appearance10.BorderColor = System.Drawing.SystemColors.Window;
  244. this.uGrdSendHiy.DisplayLayout.Override.GroupByRowAppearance = appearance10;
  245. appearance11.TextHAlignAsString = "Left";
  246. this.uGrdSendHiy.DisplayLayout.Override.HeaderAppearance = appearance11;
  247. this.uGrdSendHiy.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  248. this.uGrdSendHiy.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  249. appearance12.BackColor = System.Drawing.SystemColors.Window;
  250. appearance12.BorderColor = System.Drawing.Color.Silver;
  251. this.uGrdSendHiy.DisplayLayout.Override.RowAppearance = appearance12;
  252. this.uGrdSendHiy.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  253. this.uGrdSendHiy.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.Single;
  254. appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
  255. this.uGrdSendHiy.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
  256. this.uGrdSendHiy.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  257. this.uGrdSendHiy.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  258. this.uGrdSendHiy.Dock = System.Windows.Forms.DockStyle.Fill;
  259. this.uGrdSendHiy.Location = new System.Drawing.Point(3, 0);
  260. this.uGrdSendHiy.Name = "uGrdSendHiy";
  261. this.uGrdSendHiy.Size = new System.Drawing.Size(494, 354);
  262. this.uGrdSendHiy.TabIndex = 0;
  263. //
  264. // uDSrSendHiy
  265. //
  266. this.uDSrSendHiy.Band.Columns.AddRange(new object[] {
  267. ultraDataColumn1,
  268. ultraDataColumn2,
  269. ultraDataColumn3,
  270. ultraDataColumn4,
  271. ultraDataColumn5,
  272. ultraDataColumn6});
  273. //
  274. // ultraGroupBox1
  275. //
  276. this.ultraGroupBox1.Controls.Add(this.udteEnd);
  277. this.ultraGroupBox1.Controls.Add(this.label1);
  278. this.ultraGroupBox1.Controls.Add(this.udteStart);
  279. this.ultraGroupBox1.Controls.Add(this.label2);
  280. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  281. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 30);
  282. this.ultraGroupBox1.Name = "ultraGroupBox1";
  283. this.ultraGroupBox1.Size = new System.Drawing.Size(500, 38);
  284. this.ultraGroupBox1.TabIndex = 3;
  285. //
  286. // ultraGroupBox2
  287. //
  288. this.ultraGroupBox2.Controls.Add(this.uGrdSendHiy);
  289. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 68);
  291. this.ultraGroupBox2.Name = "ultraGroupBox2";
  292. this.ultraGroupBox2.Size = new System.Drawing.Size(500, 357);
  293. this.ultraGroupBox2.TabIndex = 4;
  294. //
  295. // FrmPotSendSuccesful
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.ClientSize = new System.Drawing.Size(500, 425);
  300. this.Controls.Add(this.ultraGroupBox2);
  301. this.Controls.Add(this.ultraGroupBox1);
  302. this.Controls.Add(this.toolStrip1);
  303. this.Name = "FrmPotSendSuccesful";
  304. this.Text = "钢包发送历史记录";
  305. this.Load += new System.EventHandler(this.FrmPotSendSuccesful_Load);
  306. this.toolStrip1.ResumeLayout(false);
  307. this.toolStrip1.PerformLayout();
  308. ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.udteStart)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.uGrdSendHiy)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.uDSrSendHiy)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  313. this.ultraGroupBox1.ResumeLayout(false);
  314. this.ultraGroupBox1.PerformLayout();
  315. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  316. this.ultraGroupBox2.ResumeLayout(false);
  317. this.ResumeLayout(false);
  318. this.PerformLayout();
  319. }
  320. #endregion
  321. private System.Windows.Forms.ToolStrip toolStrip1;
  322. private System.Windows.Forms.ToolStripButton QUERY;
  323. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  324. private System.Windows.Forms.ToolStripButton EXPORT;
  325. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  326. private System.Windows.Forms.ToolStripButton CLOSE;
  327. private System.Windows.Forms.Label label2;
  328. private System.Windows.Forms.Label label1;
  329. private Infragistics.Win.UltraWinGrid.UltraGrid uGrdSendHiy;
  330. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter GridExcelExporter;
  331. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEnd;
  332. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStart;
  333. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  334. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  335. private Infragistics.Win.UltraWinDataSource.UltraDataSource uDSrSendHiy;
  336. }
  337. }