frmSystemLog.Designer.cs.svn-base 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmSystemLog
  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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  37. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ERRSEQ", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ErrType");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ERRCODE");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ErrDate");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ErrNote");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ERRMODULE");
  45. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  46. this.dataSet1 = new System.Data.DataSet();
  47. this.dataTable1 = new System.Data.DataTable();
  48. this.dataColumn1 = new System.Data.DataColumn();
  49. this.dataColumn2 = new System.Data.DataColumn();
  50. this.dataColumn3 = new System.Data.DataColumn();
  51. this.dataColumn4 = new System.Data.DataColumn();
  52. this.dataColumn5 = new System.Data.DataColumn();
  53. this.dataColumn6 = new System.Data.DataColumn();
  54. this.ultbrMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  55. this.label2 = new System.Windows.Forms.Label();
  56. this.uldtEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  57. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  58. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  59. this.uldtBeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  60. this.RadioInterfaceLog = new System.Windows.Forms.RadioButton();
  61. this.RadioSystemLog = new System.Windows.Forms.RadioButton();
  62. this.ckbTime = new System.Windows.Forms.CheckBox();
  63. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  64. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  65. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  70. this.ultraGroupBox1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  74. this.ultraGroupBox2.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // dataSet1
  78. //
  79. this.dataSet1.DataSetName = "NewDataSet";
  80. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  81. this.dataTable1});
  82. //
  83. // dataTable1
  84. //
  85. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  86. this.dataColumn1,
  87. this.dataColumn2,
  88. this.dataColumn3,
  89. this.dataColumn4,
  90. this.dataColumn5,
  91. this.dataColumn6});
  92. this.dataTable1.TableName = "Table1";
  93. //
  94. // dataColumn1
  95. //
  96. this.dataColumn1.Caption = "错误序号";
  97. this.dataColumn1.ColumnName = "ERRSEQ";
  98. //
  99. // dataColumn2
  100. //
  101. this.dataColumn2.Caption = "错误类型";
  102. this.dataColumn2.ColumnName = "ErrType";
  103. //
  104. // dataColumn3
  105. //
  106. this.dataColumn3.Caption = "错误代码";
  107. this.dataColumn3.ColumnName = "ERRCODE";
  108. //
  109. // dataColumn4
  110. //
  111. this.dataColumn4.Caption = "错误时间";
  112. this.dataColumn4.ColumnName = "ErrDate";
  113. //
  114. // dataColumn5
  115. //
  116. this.dataColumn5.Caption = "错误信息";
  117. this.dataColumn5.ColumnName = "ErrNote";
  118. //
  119. // dataColumn6
  120. //
  121. this.dataColumn6.Caption = "系统模块";
  122. this.dataColumn6.ColumnName = "ERRMODULE";
  123. //
  124. // ultbrMain
  125. //
  126. appearance1.FontData.Name = "宋体";
  127. appearance1.FontData.SizeInPoints = 10.5F;
  128. this.ultbrMain.Appearance = appearance1;
  129. this.ultbrMain.DesignerFlags = 1;
  130. this.ultbrMain.LockToolbars = true;
  131. this.ultbrMain.ShowFullMenusDelay = 500;
  132. this.ultbrMain.ShowQuickCustomizeButton = false;
  133. this.ultbrMain.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  134. ultraToolbar1.DockedColumn = 0;
  135. ultraToolbar1.DockedRow = 0;
  136. buttonTool1.InstanceProps.IsFirstInGroup = true;
  137. buttonTool2.InstanceProps.IsFirstInGroup = true;
  138. buttonTool3.InstanceProps.IsFirstInGroup = true;
  139. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  140. buttonTool1,
  141. buttonTool2,
  142. buttonTool3});
  143. ultraToolbar1.Text = "UltraToolbar1";
  144. this.ultbrMain.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  145. ultraToolbar1});
  146. buttonTool4.SharedPropsInternal.Caption = "查询(&Q)";
  147. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  148. buttonTool5.SharedPropsInternal.Caption = "导出(&P)";
  149. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  150. buttonTool6.SharedPropsInternal.Caption = "关闭(&C)";
  151. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  152. this.ultbrMain.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  153. buttonTool4,
  154. buttonTool5,
  155. buttonTool6});
  156. //
  157. // label2
  158. //
  159. this.label2.AutoSize = true;
  160. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.label2.Location = new System.Drawing.Point(436, 13);
  162. this.label2.Name = "label2";
  163. this.label2.Size = new System.Drawing.Size(21, 14);
  164. this.label2.TabIndex = 46;
  165. this.label2.Text = "到";
  166. //
  167. // uldtEndTime
  168. //
  169. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  170. appearance2.BorderColor = System.Drawing.Color.Black;
  171. this.uldtEndTime.ButtonAppearance = appearance2;
  172. this.uldtEndTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  173. this.uldtEndTime.Enabled = false;
  174. this.uldtEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  175. this.uldtEndTime.FormatString = "yyyy-MM-dd HH:mm";
  176. this.uldtEndTime.Location = new System.Drawing.Point(463, 11);
  177. this.uldtEndTime.MaskInput = "yyyy-mm-dd hh:mm";
  178. this.uldtEndTime.Name = "uldtEndTime";
  179. this.uldtEndTime.Size = new System.Drawing.Size(140, 19);
  180. this.uldtEndTime.TabIndex = 45;
  181. this.uldtEndTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  182. this.uldtEndTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  183. //
  184. // ultraGroupBox1
  185. //
  186. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  187. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 40);
  190. this.ultraGroupBox1.Name = "ultraGroupBox1";
  191. this.ultraGroupBox1.Size = new System.Drawing.Size(901, 514);
  192. this.ultraGroupBox1.TabIndex = 97;
  193. //
  194. // ultraGrid1
  195. //
  196. this.ultraGrid1.DataSource = this.dataSet1;
  197. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  198. ultraGridColumn1.Header.VisiblePosition = 0;
  199. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  200. ultraGridColumn2.Header.VisiblePosition = 1;
  201. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  202. ultraGridColumn3.Header.VisiblePosition = 2;
  203. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  204. ultraGridColumn4.Header.VisiblePosition = 3;
  205. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  206. ultraGridColumn5.Header.VisiblePosition = 4;
  207. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
  208. ultraGridColumn6.Header.VisiblePosition = 5;
  209. ultraGridBand1.Columns.AddRange(new object[] {
  210. ultraGridColumn1,
  211. ultraGridColumn2,
  212. ultraGridColumn3,
  213. ultraGridColumn4,
  214. ultraGridColumn5,
  215. ultraGridColumn6});
  216. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  217. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  218. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  219. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  222. this.ultraGrid1.Name = "ultraGrid1";
  223. this.ultraGrid1.Size = new System.Drawing.Size(895, 511);
  224. this.ultraGrid1.TabIndex = 13;
  225. //
  226. // uldtBeginTime
  227. //
  228. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  229. appearance3.BorderColor = System.Drawing.Color.Black;
  230. this.uldtBeginTime.ButtonAppearance = appearance3;
  231. this.uldtBeginTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  232. this.uldtBeginTime.Enabled = false;
  233. this.uldtBeginTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  234. this.uldtBeginTime.FormatString = "yyyy-MM-dd HH:mm";
  235. this.uldtBeginTime.Location = new System.Drawing.Point(288, 11);
  236. this.uldtBeginTime.MaskInput = "yyyy-mm-dd hh:mm";
  237. this.uldtBeginTime.Name = "uldtBeginTime";
  238. this.uldtBeginTime.Size = new System.Drawing.Size(140, 19);
  239. this.uldtBeginTime.TabIndex = 44;
  240. this.uldtBeginTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  241. this.uldtBeginTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  242. //
  243. // RadioInterfaceLog
  244. //
  245. this.RadioInterfaceLog.AutoSize = true;
  246. this.RadioInterfaceLog.BackColor = System.Drawing.Color.Gainsboro;
  247. this.RadioInterfaceLog.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  248. this.RadioInterfaceLog.Location = new System.Drawing.Point(105, 12);
  249. this.RadioInterfaceLog.Name = "RadioInterfaceLog";
  250. this.RadioInterfaceLog.Size = new System.Drawing.Size(70, 16);
  251. this.RadioInterfaceLog.TabIndex = 106;
  252. this.RadioInterfaceLog.Tag = "I";
  253. this.RadioInterfaceLog.Text = "接口日志";
  254. this.RadioInterfaceLog.UseVisualStyleBackColor = false;
  255. this.RadioInterfaceLog.CheckedChanged += new System.EventHandler(this.RadioInterfaceLog_CheckedChanged);
  256. //
  257. // RadioSystemLog
  258. //
  259. this.RadioSystemLog.AutoSize = true;
  260. this.RadioSystemLog.BackColor = System.Drawing.Color.Transparent;
  261. this.RadioSystemLog.Checked = true;
  262. this.RadioSystemLog.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  263. this.RadioSystemLog.Location = new System.Drawing.Point(19, 12);
  264. this.RadioSystemLog.Name = "RadioSystemLog";
  265. this.RadioSystemLog.Size = new System.Drawing.Size(70, 16);
  266. this.RadioSystemLog.TabIndex = 105;
  267. this.RadioSystemLog.TabStop = true;
  268. this.RadioSystemLog.Tag = "A";
  269. this.RadioSystemLog.Text = "系统日志";
  270. this.RadioSystemLog.UseVisualStyleBackColor = false;
  271. this.RadioSystemLog.CheckedChanged += new System.EventHandler(this.RadioSystemLog_CheckedChanged);
  272. //
  273. // ckbTime
  274. //
  275. this.ckbTime.AutoSize = true;
  276. this.ckbTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  277. this.ckbTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.ckbTime.Location = new System.Drawing.Point(203, 11);
  279. this.ckbTime.Name = "ckbTime";
  280. this.ckbTime.Size = new System.Drawing.Size(79, 18);
  281. this.ckbTime.TabIndex = 93;
  282. this.ckbTime.Text = "时间 从";
  283. this.ckbTime.UseVisualStyleBackColor = true;
  284. this.ckbTime.CheckedChanged += new System.EventHandler(this.ckbTime_CheckedChanged);
  285. //
  286. // ultraGroupBox2
  287. //
  288. this.ultraGroupBox2.Controls.Add(this.RadioSystemLog);
  289. this.ultraGroupBox2.Controls.Add(this.RadioInterfaceLog);
  290. this.ultraGroupBox2.Controls.Add(this.ckbTime);
  291. this.ultraGroupBox2.Controls.Add(this.uldtBeginTime);
  292. this.ultraGroupBox2.Controls.Add(this.label2);
  293. this.ultraGroupBox2.Controls.Add(this.uldtEndTime);
  294. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  295. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  296. this.ultraGroupBox2.Name = "ultraGroupBox2";
  297. this.ultraGroupBox2.Size = new System.Drawing.Size(901, 40);
  298. this.ultraGroupBox2.TabIndex = 111;
  299. //
  300. // frmSystemLog
  301. //
  302. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  303. this.ClientSize = new System.Drawing.Size(901, 554);
  304. this.Controls.Add(this.ultraGroupBox1);
  305. this.Controls.Add(this.ultraGroupBox2);
  306. this.Name = "frmSystemLog";
  307. this.Text = "系统日志";
  308. this.Load += new System.EventHandler(this.frmSystemLog_Load);
  309. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  314. this.ultraGroupBox1.ResumeLayout(false);
  315. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  318. this.ultraGroupBox2.ResumeLayout(false);
  319. this.ultraGroupBox2.PerformLayout();
  320. this.ResumeLayout(false);
  321. }
  322. #endregion
  323. private System.Data.DataSet dataSet1;
  324. private System.Data.DataTable dataTable1;
  325. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain;
  326. private System.Windows.Forms.Label label2;
  327. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtEndTime;
  328. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  329. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtBeginTime;
  330. private System.Windows.Forms.RadioButton RadioInterfaceLog;
  331. private System.Windows.Forms.RadioButton RadioSystemLog;
  332. private System.Windows.Forms.CheckBox ckbTime;
  333. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  334. private System.Data.DataColumn dataColumn1;
  335. private System.Data.DataColumn dataColumn2;
  336. private System.Data.DataColumn dataColumn3;
  337. private System.Data.DataColumn dataColumn4;
  338. private System.Data.DataColumn dataColumn5;
  339. private System.Data.DataColumn dataColumn6;
  340. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  341. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  342. }
  343. }