namespace Core.LgMes.Client.LgIntegrationQuery
{
partial class frmSendMessage
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OBJECTID");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OBJECTSRC");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OBJECTDES");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MSGCONTENT");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LASTFRESHTIME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance4 = 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("Query");
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("Query");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OutExcel");
Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
this.ckbTime = new System.Windows.Forms.CheckBox();
this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
this.ultraGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dataSet1 = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.XMCode = new System.Data.DataColumn();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.chkShift = new System.Windows.Forms.CheckBox();
this.uldtBeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.label4 = new System.Windows.Forms.Label();
this.uldtEndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
this.ultbrMain = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
this._frmStyleBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
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.txtHeatNo = new System.Windows.Forms.TextBox();
this.FrmBase_Fill_Panel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).BeginInit();
this.SuspendLayout();
//
// 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(15, 11);
this.ckbTime.Name = "ckbTime";
this.ckbTime.Size = new System.Drawing.Size(79, 18);
this.ckbTime.TabIndex = 97;
this.ckbTime.Text = "时间 从";
this.ckbTime.UseVisualStyleBackColor = true;
this.ckbTime.CheckedChanged += new System.EventHandler(this.ckbTime_CheckedChanged);
//
// FrmBase_Fill_Panel
//
this.FrmBase_Fill_Panel.Controls.Add(this.ultraGrid);
this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1);
this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(987, 457);
this.FrmBase_Fill_Panel.TabIndex = 3;
//
// ultraGrid
//
this.ultraGrid.DataMember = "Table1";
this.ultraGrid.DataSource = this.dataSet1;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(128, 0);
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(462, 0);
ultraGridColumn5.Header.VisiblePosition = 4;
ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(146, 0);
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
this.ultraGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ultraGrid.DisplayLayout.GroupByBox.Hidden = true;
appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
this.ultraGrid.DisplayLayout.Override.HeaderAppearance = appearance2;
this.ultraGrid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
this.ultraGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraGrid.Location = new System.Drawing.Point(0, 40);
this.ultraGrid.Name = "ultraGrid";
this.ultraGrid.Size = new System.Drawing.Size(987, 417);
this.ultraGrid.TabIndex = 0;
//
// dataSet1
//
this.dataSet1.DataSetName = "NewDataSet";
this.dataSet1.Locale = new System.Globalization.CultureInfo("zh-CN");
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
this.XMCode,
this.dataColumn1,
this.dataColumn2,
this.dataColumn3,
this.dataColumn4});
this.dataTable1.TableName = "Table1";
//
// XMCode
//
this.XMCode.Caption = "炉号";
this.XMCode.ColumnName = "OBJECTID";
this.XMCode.ReadOnly = true;
//
// ultraGroupBox1
//
this.ultraGroupBox1.Controls.Add(this.txtHeatNo);
this.ultraGroupBox1.Controls.Add(this.ckbTime);
this.ultraGroupBox1.Controls.Add(this.chkShift);
this.ultraGroupBox1.Controls.Add(this.uldtBeginTime);
this.ultraGroupBox1.Controls.Add(this.label4);
this.ultraGroupBox1.Controls.Add(this.uldtEndTime);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(987, 40);
this.ultraGroupBox1.TabIndex = 1;
//
// chkShift
//
this.chkShift.AutoSize = true;
this.chkShift.BackColor = System.Drawing.Color.Transparent;
this.chkShift.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.chkShift.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.chkShift.Location = new System.Drawing.Point(439, 11);
this.chkShift.Name = "chkShift";
this.chkShift.Size = new System.Drawing.Size(51, 18);
this.chkShift.TabIndex = 77;
this.chkShift.Text = "炉号";
this.chkShift.UseVisualStyleBackColor = false;
this.chkShift.CheckedChanged += new System.EventHandler(this.chkShift_CheckedChanged);
//
// uldtBeginTime
//
appearance5.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance5.BorderColor = System.Drawing.Color.Black;
this.uldtBeginTime.ButtonAppearance = appearance5;
this.uldtBeginTime.DateTime = new System.DateTime(1753, 1, 1, 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(98, 11);
this.uldtBeginTime.MaskInput = "yyyy-mm-dd hh:mm";
this.uldtBeginTime.Name = "uldtBeginTime";
this.uldtBeginTime.Size = new System.Drawing.Size(142, 19);
this.uldtBeginTime.TabIndex = 94;
this.uldtBeginTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.uldtBeginTime.Value = null;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(249, 13);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(21, 14);
this.label4.TabIndex = 96;
this.label4.Text = "到";
//
// uldtEndTime
//
appearance4.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
appearance4.BorderColor = System.Drawing.Color.Black;
this.uldtEndTime.ButtonAppearance = appearance4;
this.uldtEndTime.DateTime = new System.DateTime(1753, 1, 1, 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(279, 11);
this.uldtEndTime.MaskInput = "yyyy-mm-dd hh:mm";
this.uldtEndTime.Name = "uldtEndTime";
this.uldtEndTime.Size = new System.Drawing.Size(142, 19);
this.uldtEndTime.TabIndex = 95;
this.uldtEndTime.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
this.uldtEndTime.Value = null;
//
// ultbrMain
//
this.ultbrMain.DesignerFlags = 1;
this.ultbrMain.LockToolbars = true;
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});
//
// _frmStyleBase_Toolbars_Dock_Area_Bottom
//
this._frmStyleBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
this._frmStyleBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
this._frmStyleBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
this._frmStyleBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
this._frmStyleBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 0);
this._frmStyleBase_Toolbars_Dock_Area_Bottom.Name = "_frmStyleBase_Toolbars_Dock_Area_Bottom";
this._frmStyleBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(0, 0);
this._frmStyleBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultbrMain;
//
// dataColumn1
//
this.dataColumn1.Caption = "发送岗位";
this.dataColumn1.ColumnName = "OBJECTSRC";
//
// dataColumn2
//
this.dataColumn2.Caption = "接受岗位";
this.dataColumn2.ColumnName = "OBJECTDES";
//
// dataColumn3
//
this.dataColumn3.Caption = "消息内容";
this.dataColumn3.ColumnName = "MSGCONTENT";
//
// dataColumn4
//
this.dataColumn4.Caption = "刷新时间";
this.dataColumn4.ColumnName = "LASTFRESHTIME";
//
// txtHeatNo
//
this.txtHeatNo.Enabled = false;
this.txtHeatNo.Location = new System.Drawing.Point(488, 8);
this.txtHeatNo.Name = "txtHeatNo";
this.txtHeatNo.Size = new System.Drawing.Size(159, 21);
this.txtHeatNo.TabIndex = 98;
//
// frmSendMessage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(987, 457);
this.Controls.Add(this.FrmBase_Fill_Panel);
this.Name = "frmSendMessage";
this.Text = "作业消息发送异常信息查询";
this.Load += new System.EventHandler(this.frmSendMessage_Load);
this.FrmBase_Fill_Panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.uldtBeginTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uldtEndTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultbrMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.CheckBox ckbTime;
private System.Windows.Forms.Panel FrmBase_Fill_Panel;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid;
private System.Data.DataSet dataSet1;
private System.Data.DataTable dataTable1;
private System.Data.DataColumn XMCode;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private System.Windows.Forms.CheckBox chkShift;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtBeginTime;
private System.Windows.Forms.Label label4;
private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor uldtEndTime;
private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultbrMain;
private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmStyleBase_Toolbars_Dock_Area_Bottom;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn2;
private System.Data.DataColumn dataColumn3;
private System.Data.DataColumn dataColumn4;
private System.Windows.Forms.TextBox txtHeatNo;
}
}