| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- namespace Core.StlMes.Client.LgIntegrationQuery
- {
- partial class frmDbMgLog
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- 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");
- 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.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
- this.label1 = new System.Windows.Forms.Label();
- this.bltSee = new System.Windows.Forms.Button();
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.bltclear = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.panel1 = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).BeginInit();
- this.panel1.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});
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(48, 56);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 107;
- this.label1.Text = "服务名";
- //
- // bltSee
- //
- this.bltSee.Location = new System.Drawing.Point(217, 165);
- this.bltSee.Name = "bltSee";
- this.bltSee.Size = new System.Drawing.Size(75, 23);
- this.bltSee.TabIndex = 108;
- this.bltSee.Text = "查看";
- this.bltSee.UseVisualStyleBackColor = true;
- this.bltSee.Click += new System.EventHandler(this.button1_Click);
- //
- // listBox1
- //
- this.listBox1.FormattingEnabled = true;
- this.listBox1.ItemHeight = 12;
- this.listBox1.Items.AddRange(new object[] {
- "http://172.16.100.217:80/Core.StlMes.LgGlobalMapServer/remoting/HessianRemoting",
- "http://172.16.100.217:80/Core.StlMes.Server.LgPlanGantt/remoting/HessianRemoting"});
- this.listBox1.Location = new System.Drawing.Point(95, 47);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(654, 112);
- this.listBox1.TabIndex = 109;
- //
- // bltclear
- //
- this.bltclear.Location = new System.Drawing.Point(332, 165);
- this.bltclear.Name = "bltclear";
- this.bltclear.Size = new System.Drawing.Size(75, 23);
- this.bltclear.TabIndex = 110;
- this.bltclear.Text = "清空";
- this.bltclear.UseVisualStyleBackColor = true;
- this.bltclear.Click += new System.EventHandler(this.bltclear_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(95, 194);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(654, 149);
- this.textBox1.TabIndex = 111;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.textBox1);
- this.panel1.Controls.Add(this.listBox1);
- this.panel1.Controls.Add(this.bltclear);
- this.panel1.Controls.Add(this.bltSee);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(901, 554);
- this.panel1.TabIndex = 112;
- //
- // frmDbMgLog
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.ClientSize = new System.Drawing.Size(901, 554);
- this.Controls.Add(this.panel1);
- this.Name = "frmDbMgLog";
- 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();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain;
- 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 System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button bltSee;
- private System.Windows.Forms.ListBox listBox1;
- private System.Windows.Forms.Button bltclear;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Panel panel1;
- }
- }
|