FrmILHistory.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmILHistory
  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.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Output");
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Output");
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  45. this.ugrdUserinfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  46. this.ulgrpModel = new Infragistics.Win.Misc.UltraGroupBox();
  47. this.cbmID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  48. this.udteEndE = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  49. this.udteStartE = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  50. this.udteEndS = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  51. this.udteStartS = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.chkEnd = new System.Windows.Forms.CheckBox();
  55. this.chkStart = new System.Windows.Forms.CheckBox();
  56. this.chkID = new System.Windows.Forms.CheckBox();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  59. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  62. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  63. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  64. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  65. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  66. ((System.ComponentModel.ISupportInitialize)(this.ugrdUserinfo)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).BeginInit();
  68. this.ulgrpModel.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.cbmID)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.udteEndE)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.udteStartE)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.udteEndS)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.udteStartS)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  75. this.panel1.SuspendLayout();
  76. this.SuspendLayout();
  77. //
  78. // ugrdUserinfo
  79. //
  80. appearance1.BackColor = System.Drawing.Color.GhostWhite;
  81. appearance1.TextVAlignAsString = "Middle";
  82. this.ugrdUserinfo.DisplayLayout.Override.CellAppearance = appearance1;
  83. this.ugrdUserinfo.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  84. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  85. appearance2.TextHAlignAsString = "Center";
  86. appearance2.TextVAlignAsString = "Middle";
  87. this.ugrdUserinfo.DisplayLayout.Override.HeaderAppearance = appearance2;
  88. this.ugrdUserinfo.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  89. this.ugrdUserinfo.DisplayLayout.Override.MaxSelectedRows = 0;
  90. this.ugrdUserinfo.DisplayLayout.Override.MinRowHeight = 23;
  91. appearance3.BackColor = System.Drawing.Color.LightSteelBlue;
  92. this.ugrdUserinfo.DisplayLayout.Override.RowSelectorAppearance = appearance3;
  93. this.ugrdUserinfo.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  94. this.ugrdUserinfo.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  95. this.ugrdUserinfo.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  96. this.ugrdUserinfo.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  97. this.ugrdUserinfo.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  98. this.ugrdUserinfo.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.ugrdUserinfo.Font = new System.Drawing.Font("宋体", 10.5F);
  100. this.ugrdUserinfo.Location = new System.Drawing.Point(0, 104);
  101. this.ugrdUserinfo.Name = "ugrdUserinfo";
  102. this.ugrdUserinfo.Size = new System.Drawing.Size(863, 419);
  103. this.ugrdUserinfo.TabIndex = 0;
  104. //
  105. // ulgrpModel
  106. //
  107. appearance4.FontData.Name = "宋体";
  108. appearance4.FontData.SizeInPoints = 9F;
  109. this.ulgrpModel.Appearance = appearance4;
  110. this.ulgrpModel.Controls.Add(this.cbmID);
  111. this.ulgrpModel.Controls.Add(this.udteEndE);
  112. this.ulgrpModel.Controls.Add(this.udteStartE);
  113. this.ulgrpModel.Controls.Add(this.udteEndS);
  114. this.ulgrpModel.Controls.Add(this.udteStartS);
  115. this.ulgrpModel.Controls.Add(this.label3);
  116. this.ulgrpModel.Controls.Add(this.label2);
  117. this.ulgrpModel.Controls.Add(this.chkEnd);
  118. this.ulgrpModel.Controls.Add(this.chkStart);
  119. this.ulgrpModel.Controls.Add(this.chkID);
  120. this.ulgrpModel.Dock = System.Windows.Forms.DockStyle.Top;
  121. this.ulgrpModel.Location = new System.Drawing.Point(0, 25);
  122. this.ulgrpModel.Name = "ulgrpModel";
  123. this.ulgrpModel.Size = new System.Drawing.Size(863, 79);
  124. this.ulgrpModel.TabIndex = 0;
  125. //
  126. // cbmID
  127. //
  128. appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  129. appearance5.BorderColor = System.Drawing.Color.Black;
  130. this.cbmID.Appearance = appearance5;
  131. this.cbmID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  132. this.cbmID.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  133. this.cbmID.Enabled = false;
  134. this.cbmID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.cbmID.Location = new System.Drawing.Point(459, 13);
  136. this.cbmID.Name = "cbmID";
  137. this.cbmID.Size = new System.Drawing.Size(83, 19);
  138. this.cbmID.TabIndex = 297;
  139. this.cbmID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  140. //
  141. // udteEndE
  142. //
  143. appearance6.BackColor = System.Drawing.Color.White;
  144. this.udteEndE.Appearance = appearance6;
  145. this.udteEndE.BackColor = System.Drawing.Color.White;
  146. this.udteEndE.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  147. this.udteEndE.Enabled = false;
  148. this.udteEndE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.udteEndE.FormatProvider = new System.Globalization.CultureInfo("en-US");
  150. this.udteEndE.FormatString = "yyyy-MM-dd ";
  151. this.udteEndE.Location = new System.Drawing.Point(258, 42);
  152. this.udteEndE.MaskInput = "yyyy-mm-dd";
  153. this.udteEndE.Name = "udteEndE";
  154. this.udteEndE.Size = new System.Drawing.Size(105, 21);
  155. this.udteEndE.TabIndex = 296;
  156. this.udteEndE.Value = null;
  157. //
  158. // udteStartE
  159. //
  160. appearance7.BackColor = System.Drawing.Color.White;
  161. this.udteStartE.Appearance = appearance7;
  162. this.udteStartE.BackColor = System.Drawing.Color.White;
  163. this.udteStartE.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  164. this.udteStartE.Enabled = false;
  165. this.udteStartE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.udteStartE.FormatProvider = new System.Globalization.CultureInfo("en-US");
  167. this.udteStartE.FormatString = "yyyy-MM-dd ";
  168. this.udteStartE.Location = new System.Drawing.Point(258, 13);
  169. this.udteStartE.MaskInput = "yyyy-mm-dd";
  170. this.udteStartE.Name = "udteStartE";
  171. this.udteStartE.Size = new System.Drawing.Size(105, 21);
  172. this.udteStartE.TabIndex = 295;
  173. this.udteStartE.Value = null;
  174. //
  175. // udteEndS
  176. //
  177. appearance8.BackColor = System.Drawing.Color.White;
  178. this.udteEndS.Appearance = appearance8;
  179. this.udteEndS.BackColor = System.Drawing.Color.White;
  180. this.udteEndS.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  181. this.udteEndS.Enabled = false;
  182. this.udteEndS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.udteEndS.FormatProvider = new System.Globalization.CultureInfo("en-US");
  184. this.udteEndS.FormatString = "yyyy-MM-dd ";
  185. this.udteEndS.Location = new System.Drawing.Point(123, 42);
  186. this.udteEndS.MaskInput = "yyyy-mm-dd";
  187. this.udteEndS.Name = "udteEndS";
  188. this.udteEndS.Size = new System.Drawing.Size(105, 21);
  189. this.udteEndS.TabIndex = 294;
  190. this.udteEndS.Value = null;
  191. //
  192. // udteStartS
  193. //
  194. appearance9.BackColor = System.Drawing.Color.White;
  195. this.udteStartS.Appearance = appearance9;
  196. this.udteStartS.BackColor = System.Drawing.Color.White;
  197. this.udteStartS.DateTime = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
  198. this.udteStartS.Enabled = false;
  199. this.udteStartS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.udteStartS.FormatProvider = new System.Globalization.CultureInfo("en-US");
  201. this.udteStartS.FormatString = "yyyy-MM-dd ";
  202. this.udteStartS.Location = new System.Drawing.Point(123, 13);
  203. this.udteStartS.MaskInput = "yyyy-mm-dd";
  204. this.udteStartS.Name = "udteStartS";
  205. this.udteStartS.Size = new System.Drawing.Size(105, 21);
  206. this.udteStartS.TabIndex = 293;
  207. this.udteStartS.Value = null;
  208. //
  209. // label3
  210. //
  211. this.label3.AutoSize = true;
  212. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.label3.Location = new System.Drawing.Point(235, 46);
  214. this.label3.Name = "label3";
  215. this.label3.Size = new System.Drawing.Size(17, 12);
  216. this.label3.TabIndex = 0;
  217. this.label3.Text = "至";
  218. //
  219. // label2
  220. //
  221. this.label2.AutoSize = true;
  222. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.label2.Location = new System.Drawing.Point(235, 17);
  224. this.label2.Name = "label2";
  225. this.label2.Size = new System.Drawing.Size(17, 12);
  226. this.label2.TabIndex = 0;
  227. this.label2.Text = "至";
  228. //
  229. // chkEnd
  230. //
  231. this.chkEnd.AutoSize = true;
  232. this.chkEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.chkEnd.Location = new System.Drawing.Point(23, 44);
  234. this.chkEnd.Name = "chkEnd";
  235. this.chkEnd.Size = new System.Drawing.Size(96, 16);
  236. this.chkEnd.TabIndex = 4;
  237. this.chkEnd.Text = "结束时间 从";
  238. this.chkEnd.UseVisualStyleBackColor = true;
  239. this.chkEnd.CheckedChanged += new System.EventHandler(this.cbxDateTime2_CheckedChanged);
  240. //
  241. // chkStart
  242. //
  243. this.chkStart.AutoSize = true;
  244. this.chkStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.chkStart.Location = new System.Drawing.Point(23, 15);
  246. this.chkStart.Name = "chkStart";
  247. this.chkStart.Size = new System.Drawing.Size(96, 16);
  248. this.chkStart.TabIndex = 1;
  249. this.chkStart.Text = "开始时间 从";
  250. this.chkStart.UseVisualStyleBackColor = true;
  251. this.chkStart.CheckedChanged += new System.EventHandler(this.cbxDateTime1_CheckedChanged);
  252. //
  253. // chkID
  254. //
  255. this.chkID.AutoSize = true;
  256. this.chkID.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.chkID.Location = new System.Drawing.Point(376, 14);
  258. this.chkID.Name = "chkID";
  259. this.chkID.Size = new System.Drawing.Size(82, 18);
  260. this.chkID.TabIndex = 7;
  261. this.chkID.Text = "铁包编号";
  262. this.chkID.UseVisualStyleBackColor = true;
  263. this.chkID.CheckedChanged += new System.EventHandler(this.cbxID_CheckedChanged);
  264. //
  265. // label1
  266. //
  267. this.label1.AutoSize = true;
  268. this.label1.Location = new System.Drawing.Point(0, 0);
  269. this.label1.Name = "label1";
  270. this.label1.Size = new System.Drawing.Size(0, 12);
  271. this.label1.TabIndex = 0;
  272. this.label1.Visible = false;
  273. //
  274. // ultraToolbarsManager1
  275. //
  276. this.ultraToolbarsManager1.DesignerFlags = 1;
  277. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  278. this.ultraToolbarsManager1.LockToolbars = true;
  279. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  280. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  281. ultraToolbar1.DockedColumn = 0;
  282. ultraToolbar1.DockedRow = 0;
  283. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  284. buttonTool1,
  285. buttonTool2,
  286. buttonTool3});
  287. ultraToolbar1.Text = "UltraToolbar1";
  288. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  289. ultraToolbar1});
  290. buttonTool4.SharedPropsInternal.Caption = "查询(&Q)";
  291. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  292. buttonTool5.SharedPropsInternal.Caption = "导出(&P)";
  293. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  294. buttonTool6.SharedPropsInternal.Caption = "关闭(&C)";
  295. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  296. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  297. buttonTool4,
  298. buttonTool5,
  299. buttonTool6});
  300. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  301. //
  302. // panel1
  303. //
  304. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  305. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  306. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  307. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  308. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  309. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  310. this.panel1.Location = new System.Drawing.Point(0, 0);
  311. this.panel1.Name = "panel1";
  312. this.panel1.Size = new System.Drawing.Size(863, 25);
  313. this.panel1.TabIndex = 11;
  314. //
  315. // panel1_Fill_Panel
  316. //
  317. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  318. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  319. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  320. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  321. this.panel1_Fill_Panel.Size = new System.Drawing.Size(863, 0);
  322. this.panel1_Fill_Panel.TabIndex = 0;
  323. //
  324. // _panel1_Toolbars_Dock_Area_Left
  325. //
  326. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  327. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  328. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  329. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  330. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  331. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  332. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 0);
  333. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  334. //
  335. // _panel1_Toolbars_Dock_Area_Right
  336. //
  337. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  338. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  339. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  340. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  341. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(863, 28);
  342. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  343. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 0);
  344. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  345. //
  346. // _panel1_Toolbars_Dock_Area_Top
  347. //
  348. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  349. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  350. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  351. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  352. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  353. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  354. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(863, 28);
  355. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  356. //
  357. // _panel1_Toolbars_Dock_Area_Bottom
  358. //
  359. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  360. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  361. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  362. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  363. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 25);
  364. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  365. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(863, 0);
  366. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  367. //
  368. // FrmILHistory
  369. //
  370. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  372. this.ClientSize = new System.Drawing.Size(863, 523);
  373. this.Controls.Add(this.ugrdUserinfo);
  374. this.Controls.Add(this.label1);
  375. this.Controls.Add(this.ulgrpModel);
  376. this.Controls.Add(this.panel1);
  377. this.Name = "FrmILHistory";
  378. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  379. this.Text = "铁包使用记录";
  380. this.Load += new System.EventHandler(this.FrmILHistory_Load);
  381. ((System.ComponentModel.ISupportInitialize)(this.ugrdUserinfo)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.ulgrpModel)).EndInit();
  383. this.ulgrpModel.ResumeLayout(false);
  384. this.ulgrpModel.PerformLayout();
  385. ((System.ComponentModel.ISupportInitialize)(this.cbmID)).EndInit();
  386. ((System.ComponentModel.ISupportInitialize)(this.udteEndE)).EndInit();
  387. ((System.ComponentModel.ISupportInitialize)(this.udteStartE)).EndInit();
  388. ((System.ComponentModel.ISupportInitialize)(this.udteEndS)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.udteStartS)).EndInit();
  390. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  391. this.panel1.ResumeLayout(false);
  392. this.ResumeLayout(false);
  393. this.PerformLayout();
  394. }
  395. #endregion
  396. public Infragistics.Win.UltraWinGrid.UltraGrid ugrdUserinfo;
  397. public Infragistics.Win.Misc.UltraGroupBox ulgrpModel;
  398. private System.Windows.Forms.Label label1;
  399. private System.Windows.Forms.Label label2;
  400. private System.Windows.Forms.CheckBox chkStart;
  401. private System.Windows.Forms.CheckBox chkID;
  402. private System.Windows.Forms.Label label3;
  403. private System.Windows.Forms.CheckBox chkEnd;
  404. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  405. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  406. private System.Windows.Forms.Panel panel1;
  407. private System.Windows.Forms.Panel panel1_Fill_Panel;
  408. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  409. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  410. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  411. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  412. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStartE;
  413. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEndS;
  414. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStartS;
  415. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEndE;
  416. private Infragistics.Win.UltraWinEditors.UltraComboEditor cbmID;
  417. }
  418. }