frmSystemLog.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. namespace Core.StlMes.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.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  63. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  64. this.label1 = new System.Windows.Forms.Label();
  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.FormatProvider = new System.Globalization.CultureInfo("en-US");
  174. this.uldtEndTime.FormatString = "yyyy-MM-dd HH:mm";
  175. this.uldtEndTime.Location = new System.Drawing.Point(463, 11);
  176. this.uldtEndTime.MaskInput = "yyyy-mm-dd hh:mm";
  177. this.uldtEndTime.Name = "uldtEndTime";
  178. this.uldtEndTime.Size = new System.Drawing.Size(140, 19);
  179. this.uldtEndTime.TabIndex = 45;
  180. this.uldtEndTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  181. this.uldtEndTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  182. //
  183. // ultraGroupBox1
  184. //
  185. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  186. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 40);
  189. this.ultraGroupBox1.Name = "ultraGroupBox1";
  190. this.ultraGroupBox1.Size = new System.Drawing.Size(901, 514);
  191. this.ultraGroupBox1.TabIndex = 97;
  192. //
  193. // ultraGrid1
  194. //
  195. this.ultraGrid1.DataSource = this.dataSet1;
  196. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  197. ultraGridColumn1.Header.VisiblePosition = 0;
  198. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  199. ultraGridColumn2.Header.VisiblePosition = 1;
  200. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  201. ultraGridColumn3.Header.VisiblePosition = 2;
  202. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  203. ultraGridColumn4.Header.VisiblePosition = 3;
  204. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  205. ultraGridColumn5.Header.VisiblePosition = 4;
  206. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  207. ultraGridColumn6.Header.VisiblePosition = 5;
  208. ultraGridBand1.Columns.AddRange(new object[] {
  209. ultraGridColumn1,
  210. ultraGridColumn2,
  211. ultraGridColumn3,
  212. ultraGridColumn4,
  213. ultraGridColumn5,
  214. ultraGridColumn6});
  215. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  216. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  217. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  218. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  219. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  221. this.ultraGrid1.Name = "ultraGrid1";
  222. this.ultraGrid1.Size = new System.Drawing.Size(895, 511);
  223. this.ultraGrid1.TabIndex = 13;
  224. //
  225. // uldtBeginTime
  226. //
  227. appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  228. appearance3.BorderColor = System.Drawing.Color.Black;
  229. this.uldtBeginTime.ButtonAppearance = appearance3;
  230. this.uldtBeginTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  231. this.uldtBeginTime.FormatProvider = new System.Globalization.CultureInfo("en-US");
  232. this.uldtBeginTime.FormatString = "yyyy-MM-dd HH:mm";
  233. this.uldtBeginTime.Location = new System.Drawing.Point(288, 11);
  234. this.uldtBeginTime.MaskInput = "yyyy-mm-dd hh:mm";
  235. this.uldtBeginTime.Name = "uldtBeginTime";
  236. this.uldtBeginTime.Size = new System.Drawing.Size(140, 19);
  237. this.uldtBeginTime.TabIndex = 44;
  238. this.uldtBeginTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  239. this.uldtBeginTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0);
  240. //
  241. // RadioInterfaceLog
  242. //
  243. this.RadioInterfaceLog.AutoSize = true;
  244. this.RadioInterfaceLog.BackColor = System.Drawing.Color.Gainsboro;
  245. this.RadioInterfaceLog.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  246. this.RadioInterfaceLog.Location = new System.Drawing.Point(105, 12);
  247. this.RadioInterfaceLog.Name = "RadioInterfaceLog";
  248. this.RadioInterfaceLog.Size = new System.Drawing.Size(70, 16);
  249. this.RadioInterfaceLog.TabIndex = 106;
  250. this.RadioInterfaceLog.Tag = "I";
  251. this.RadioInterfaceLog.Text = "接口日志";
  252. this.RadioInterfaceLog.UseVisualStyleBackColor = false;
  253. this.RadioInterfaceLog.CheckedChanged += new System.EventHandler(this.RadioInterfaceLog_CheckedChanged);
  254. //
  255. // RadioSystemLog
  256. //
  257. this.RadioSystemLog.AutoSize = true;
  258. this.RadioSystemLog.BackColor = System.Drawing.Color.Transparent;
  259. this.RadioSystemLog.Checked = true;
  260. this.RadioSystemLog.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  261. this.RadioSystemLog.Location = new System.Drawing.Point(19, 12);
  262. this.RadioSystemLog.Name = "RadioSystemLog";
  263. this.RadioSystemLog.Size = new System.Drawing.Size(70, 16);
  264. this.RadioSystemLog.TabIndex = 105;
  265. this.RadioSystemLog.TabStop = true;
  266. this.RadioSystemLog.Tag = "A";
  267. this.RadioSystemLog.Text = "系统日志";
  268. this.RadioSystemLog.UseVisualStyleBackColor = false;
  269. this.RadioSystemLog.CheckedChanged += new System.EventHandler(this.RadioSystemLog_CheckedChanged);
  270. //
  271. // ultraGroupBox2
  272. //
  273. this.ultraGroupBox2.Controls.Add(this.label1);
  274. this.ultraGroupBox2.Controls.Add(this.RadioSystemLog);
  275. this.ultraGroupBox2.Controls.Add(this.RadioInterfaceLog);
  276. this.ultraGroupBox2.Controls.Add(this.uldtBeginTime);
  277. this.ultraGroupBox2.Controls.Add(this.label2);
  278. this.ultraGroupBox2.Controls.Add(this.uldtEndTime);
  279. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  280. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  281. this.ultraGroupBox2.Name = "ultraGroupBox2";
  282. this.ultraGroupBox2.Size = new System.Drawing.Size(901, 40);
  283. this.ultraGroupBox2.TabIndex = 111;
  284. //
  285. // label1
  286. //
  287. this.label1.AutoSize = true;
  288. this.label1.Location = new System.Drawing.Point(206, 16);
  289. this.label1.Name = "label1";
  290. this.label1.Size = new System.Drawing.Size(77, 12);
  291. this.label1.TabIndex = 107;
  292. this.label1.Text = "错误时间 从";
  293. //
  294. // frmSystemLog
  295. //
  296. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  297. this.ClientSize = new System.Drawing.Size(901, 554);
  298. this.Controls.Add(this.ultraGroupBox1);
  299. this.Controls.Add(this.ultraGroupBox2);
  300. this.Name = "frmSystemLog";
  301. this.Text = "系统日志";
  302. this.Load += new System.EventHandler(this.frmSystemLog_Load);
  303. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  308. this.ultraGroupBox1.ResumeLayout(false);
  309. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  312. this.ultraGroupBox2.ResumeLayout(false);
  313. this.ultraGroupBox2.PerformLayout();
  314. this.ResumeLayout(false);
  315. }
  316. #endregion
  317. private System.Data.DataSet dataSet1;
  318. private System.Data.DataTable dataTable1;
  319. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain;
  320. private System.Windows.Forms.Label label2;
  321. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtEndTime;
  322. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  323. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtBeginTime;
  324. private System.Windows.Forms.RadioButton RadioInterfaceLog;
  325. private System.Windows.Forms.RadioButton RadioSystemLog;
  326. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  327. private System.Data.DataColumn dataColumn1;
  328. private System.Data.DataColumn dataColumn2;
  329. private System.Data.DataColumn dataColumn3;
  330. private System.Data.DataColumn dataColumn4;
  331. private System.Data.DataColumn dataColumn5;
  332. private System.Data.DataColumn dataColumn6;
  333. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  334. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  335. private System.Windows.Forms.Label label1;
  336. }
  337. }