namespace Core.LgMes.Client.LgIntegrationQuery { partial class frmSystemLog { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Select"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close"); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ERRSEQ", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ErrType"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ERRCODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ErrDate"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ErrNote"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ERRMODULE"); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.dataColumn6 = new System.Data.DataColumn(); this.ultbrMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this.label2 = new System.Windows.Forms.Label(); this.uldtEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.uldtBeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.RadioInterfaceLog = new System.Windows.Forms.RadioButton(); this.RadioSystemLog = new System.Windows.Forms.RadioButton(); this.ckbTime = new System.Windows.Forms.CheckBox(); this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.SuspendLayout(); // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn1, this.dataColumn2, this.dataColumn3, this.dataColumn4, this.dataColumn5, this.dataColumn6}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "错误序号"; this.dataColumn1.ColumnName = "ERRSEQ"; // // dataColumn2 // this.dataColumn2.Caption = "错误类型"; this.dataColumn2.ColumnName = "ErrType"; // // dataColumn3 // this.dataColumn3.Caption = "错误代码"; this.dataColumn3.ColumnName = "ERRCODE"; // // dataColumn4 // this.dataColumn4.Caption = "错误时间"; this.dataColumn4.ColumnName = "ErrDate"; // // dataColumn5 // this.dataColumn5.Caption = "错误信息"; this.dataColumn5.ColumnName = "ErrNote"; // // dataColumn6 // this.dataColumn6.Caption = "系统模块"; this.dataColumn6.ColumnName = "ERRMODULE"; // // ultbrMain // appearance1.FontData.Name = "宋体"; appearance1.FontData.SizeInPoints = 10.5F; this.ultbrMain.Appearance = appearance1; this.ultbrMain.DesignerFlags = 1; this.ultbrMain.LockToolbars = true; this.ultbrMain.ShowFullMenusDelay = 500; this.ultbrMain.ShowQuickCustomizeButton = false; this.ultbrMain.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; buttonTool1.InstanceProps.IsFirstInGroup = true; buttonTool2.InstanceProps.IsFirstInGroup = true; buttonTool3.InstanceProps.IsFirstInGroup = true; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2, buttonTool3}); ultraToolbar1.Text = "UltraToolbar1"; this.ultbrMain.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); buttonTool4.SharedPropsInternal.Caption = "查询(&Q)"; buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; buttonTool5.SharedPropsInternal.Caption = "导出(&P)"; buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; buttonTool6.SharedPropsInternal.Caption = "关闭(&C)"; buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultbrMain.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool4, buttonTool5, buttonTool6}); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(436, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(21, 14); this.label2.TabIndex = 46; this.label2.Text = "到"; // // uldtEndTime // appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel; appearance2.BorderColor = System.Drawing.Color.Black; this.uldtEndTime.ButtonAppearance = appearance2; this.uldtEndTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0); this.uldtEndTime.Enabled = false; this.uldtEndTime.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.uldtEndTime.FormatString = "yyyy-MM-dd HH:mm"; this.uldtEndTime.Location = new System.Drawing.Point(463, 11); this.uldtEndTime.MaskInput = "yyyy-mm-dd hh:mm"; this.uldtEndTime.Name = "uldtEndTime"; this.uldtEndTime.Size = new System.Drawing.Size(140, 19); this.uldtEndTime.TabIndex = 45; this.uldtEndTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.uldtEndTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.ultraGrid1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGroupBox1.Location = new System.Drawing.Point(0, 40); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(901, 514); this.ultraGroupBox1.TabIndex = 97; // // ultraGrid1 // this.ultraGrid1.DataSource = this.dataSet1; ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6}); this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true; this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGrid1.Location = new System.Drawing.Point(3, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(895, 511); this.ultraGrid1.TabIndex = 13; // // uldtBeginTime // appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel; appearance3.BorderColor = System.Drawing.Color.Black; this.uldtBeginTime.ButtonAppearance = appearance3; this.uldtBeginTime.DateTime = new System.DateTime(2008, 1, 12, 0, 0, 0, 0); this.uldtBeginTime.Enabled = false; this.uldtBeginTime.FormatProvider = new System.Globalization.CultureInfo("en-US"); this.uldtBeginTime.FormatString = "yyyy-MM-dd HH:mm"; this.uldtBeginTime.Location = new System.Drawing.Point(288, 11); this.uldtBeginTime.MaskInput = "yyyy-mm-dd hh:mm"; this.uldtBeginTime.Name = "uldtBeginTime"; this.uldtBeginTime.Size = new System.Drawing.Size(140, 19); this.uldtBeginTime.TabIndex = 44; this.uldtBeginTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True; this.uldtBeginTime.Value = new System.DateTime(2008, 1, 12, 0, 0, 0, 0); // // RadioInterfaceLog // this.RadioInterfaceLog.AutoSize = true; this.RadioInterfaceLog.BackColor = System.Drawing.Color.Gainsboro; this.RadioInterfaceLog.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.RadioInterfaceLog.Location = new System.Drawing.Point(105, 12); this.RadioInterfaceLog.Name = "RadioInterfaceLog"; this.RadioInterfaceLog.Size = new System.Drawing.Size(70, 16); this.RadioInterfaceLog.TabIndex = 106; this.RadioInterfaceLog.Tag = "I"; this.RadioInterfaceLog.Text = "接口日志"; this.RadioInterfaceLog.UseVisualStyleBackColor = false; this.RadioInterfaceLog.CheckedChanged += new System.EventHandler(this.RadioInterfaceLog_CheckedChanged); // // RadioSystemLog // this.RadioSystemLog.AutoSize = true; this.RadioSystemLog.BackColor = System.Drawing.Color.Transparent; this.RadioSystemLog.Checked = true; this.RadioSystemLog.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.RadioSystemLog.Location = new System.Drawing.Point(19, 12); this.RadioSystemLog.Name = "RadioSystemLog"; this.RadioSystemLog.Size = new System.Drawing.Size(70, 16); this.RadioSystemLog.TabIndex = 105; this.RadioSystemLog.TabStop = true; this.RadioSystemLog.Tag = "A"; this.RadioSystemLog.Text = "系统日志"; this.RadioSystemLog.UseVisualStyleBackColor = false; this.RadioSystemLog.CheckedChanged += new System.EventHandler(this.RadioSystemLog_CheckedChanged); // // ckbTime // this.ckbTime.AutoSize = true; this.ckbTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ckbTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ckbTime.Location = new System.Drawing.Point(203, 11); this.ckbTime.Name = "ckbTime"; this.ckbTime.Size = new System.Drawing.Size(79, 18); this.ckbTime.TabIndex = 93; this.ckbTime.Text = "时间 从"; this.ckbTime.UseVisualStyleBackColor = true; this.ckbTime.CheckedChanged += new System.EventHandler(this.ckbTime_CheckedChanged); // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.RadioSystemLog); this.ultraGroupBox2.Controls.Add(this.RadioInterfaceLog); this.ultraGroupBox2.Controls.Add(this.ckbTime); this.ultraGroupBox2.Controls.Add(this.uldtBeginTime); this.ultraGroupBox2.Controls.Add(this.label2); this.ultraGroupBox2.Controls.Add(this.uldtEndTime); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(901, 40); this.ultraGroupBox2.TabIndex = 111; // // frmSystemLog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.ClientSize = new System.Drawing.Size(901, 554); this.Controls.Add(this.ultraGroupBox1); this.Controls.Add(this.ultraGroupBox2); this.Name = "frmSystemLog"; this.Text = "系统日志"; this.Load += new System.EventHandler(this.frmSystemLog_Load); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain; private System.Windows.Forms.Label label2; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtEndTime; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtBeginTime; private System.Windows.Forms.RadioButton RadioInterfaceLog; private System.Windows.Forms.RadioButton RadioSystemLog; private System.Windows.Forms.CheckBox ckbTime; private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn4; private System.Data.DataColumn dataColumn5; private System.Data.DataColumn dataColumn6; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; } }