namespace Core.LgMes.Client.LgDeviceManager { partial class FrmPotSendSuccesful { /// /// 必需的设计器变量。 /// 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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SENDTOOLID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SENDOVENID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SENDGRADE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SHIFTCODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SENDTIME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SKATEFACTORY"); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SENDTOOLID"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SENDOVENID"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SENDGRADE"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SHIFTCODE"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SENDTIME"); Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SKATEFACTORY"); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.QUERY = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.EXPORT = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.CLOSE = new System.Windows.Forms.ToolStripButton(); this.udteEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.udteStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.uGrdSendHiy = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.uDSrSendHiy = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components); this.GridExcelExporter = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udteStart)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uGrdSendHiy)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uDSrSendHiy)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.QUERY, this.toolStripSeparator1, this.EXPORT, this.toolStripSeparator2, this.CLOSE}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(500, 30); this.toolStrip1.TabIndex = 2; this.toolStrip1.Text = "toolStrip1"; this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked); // // QUERY // this.QUERY.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.QUERY.ImageTransparentColor = System.Drawing.Color.Magenta; this.QUERY.Name = "QUERY"; this.QUERY.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.QUERY.Size = new System.Drawing.Size(74, 27); this.QUERY.Text = "查询(&Q)"; this.QUERY.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30); // // EXPORT // this.EXPORT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.EXPORT.ImageTransparentColor = System.Drawing.Color.Magenta; this.EXPORT.Name = "EXPORT"; this.EXPORT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.EXPORT.Size = new System.Drawing.Size(71, 27); this.EXPORT.Text = "导出(&P)"; this.EXPORT.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30); // // CLOSE // this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta; this.CLOSE.Name = "CLOSE"; this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3); this.CLOSE.Size = new System.Drawing.Size(72, 27); this.CLOSE.Text = "关闭(&C)"; this.CLOSE.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; // // udteEnd // this.udteEnd.Location = new System.Drawing.Point(172, 8); this.udteEnd.MaskInput = "{date}"; this.udteEnd.Name = "udteEnd"; this.udteEnd.Size = new System.Drawing.Size(116, 21); this.udteEnd.TabIndex = 2; // // udteStart // this.udteStart.Location = new System.Drawing.Point(30, 8); this.udteStart.MaskInput = "{date}"; this.udteStart.Name = "udteStart"; this.udteStart.Size = new System.Drawing.Size(116, 21); this.udteStart.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(150, 12); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 0; this.label2.Text = "到"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(17, 12); this.label1.TabIndex = 0; this.label1.Text = "从"; // // uGrdSendHiy // this.uGrdSendHiy.DataSource = this.uDSrSendHiy; appearance1.BackColor = System.Drawing.SystemColors.Window; appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.uGrdSendHiy.DisplayLayout.Appearance = appearance1; ultraGridColumn1.Header.Caption = "钢包号"; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(77, 0); ultraGridColumn2.Header.Caption = "发送炉号"; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0); ultraGridColumn3.Header.Caption = "钢包等级"; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0); ultraGridColumn4.Header.Caption = "班别"; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(56, 0); ultraGridColumn5.Header.Caption = "发送时刻"; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(142, 0); ultraGridColumn6.Header.Caption = "滑板厂家"; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0); ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.uGrdSendHiy.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.uGrdSendHiy.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance2.TextHAlignAsString = "Left"; this.uGrdSendHiy.DisplayLayout.CaptionAppearance = appearance2; appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance3.BorderColor = System.Drawing.SystemColors.Window; this.uGrdSendHiy.DisplayLayout.GroupByBox.Appearance = appearance3; appearance4.ForeColor = System.Drawing.SystemColors.GrayText; this.uGrdSendHiy.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4; this.uGrdSendHiy.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.uGrdSendHiy.DisplayLayout.GroupByBox.Hidden = true; appearance5.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance5.BackColor2 = System.Drawing.SystemColors.Control; appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance5.ForeColor = System.Drawing.SystemColors.GrayText; this.uGrdSendHiy.DisplayLayout.GroupByBox.PromptAppearance = appearance5; this.uGrdSendHiy.DisplayLayout.MaxColScrollRegions = 1; this.uGrdSendHiy.DisplayLayout.MaxRowScrollRegions = 1; appearance6.BackColor = System.Drawing.SystemColors.Window; appearance6.ForeColor = System.Drawing.SystemColors.ControlText; this.uGrdSendHiy.DisplayLayout.Override.ActiveCellAppearance = appearance6; appearance7.BackColor = System.Drawing.SystemColors.Highlight; appearance7.ForeColor = System.Drawing.SystemColors.HighlightText; this.uGrdSendHiy.DisplayLayout.Override.ActiveRowAppearance = appearance7; this.uGrdSendHiy.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft; this.uGrdSendHiy.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None; appearance8.BackColor = System.Drawing.SystemColors.Window; this.uGrdSendHiy.DisplayLayout.Override.CardAreaAppearance = appearance8; appearance9.BorderColor = System.Drawing.Color.Silver; appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.uGrdSendHiy.DisplayLayout.Override.CellAppearance = appearance9; this.uGrdSendHiy.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.uGrdSendHiy.DisplayLayout.Override.CellPadding = 0; this.uGrdSendHiy.DisplayLayout.Override.DefaultRowHeight = 22; appearance10.BackColor = System.Drawing.SystemColors.Control; appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance10.BorderColor = System.Drawing.SystemColors.Window; this.uGrdSendHiy.DisplayLayout.Override.GroupByRowAppearance = appearance10; appearance11.TextHAlignAsString = "Left"; this.uGrdSendHiy.DisplayLayout.Override.HeaderAppearance = appearance11; this.uGrdSendHiy.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.uGrdSendHiy.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; appearance12.BackColor = System.Drawing.SystemColors.Window; appearance12.BorderColor = System.Drawing.Color.Silver; this.uGrdSendHiy.DisplayLayout.Override.RowAppearance = appearance12; this.uGrdSendHiy.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; this.uGrdSendHiy.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.Single; appearance13.BackColor = System.Drawing.SystemColors.ControlLight; this.uGrdSendHiy.DisplayLayout.Override.TemplateAddRowAppearance = appearance13; this.uGrdSendHiy.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.uGrdSendHiy.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.uGrdSendHiy.Dock = System.Windows.Forms.DockStyle.Fill; this.uGrdSendHiy.Location = new System.Drawing.Point(3, 0); this.uGrdSendHiy.Name = "uGrdSendHiy"; this.uGrdSendHiy.Size = new System.Drawing.Size(494, 354); this.uGrdSendHiy.TabIndex = 0; // // uDSrSendHiy // this.uDSrSendHiy.Band.Columns.AddRange(new object[] { ultraDataColumn1, ultraDataColumn2, ultraDataColumn3, ultraDataColumn4, ultraDataColumn5, ultraDataColumn6}); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.udteEnd); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.udteStart); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 30); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(500, 38); this.ultraGroupBox1.TabIndex = 3; // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.uGrdSendHiy); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 68); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(500, 357); this.ultraGroupBox2.TabIndex = 4; // // FrmPotSendSuccesful // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(500, 425); this.Controls.Add(this.ultraGroupBox2); this.Controls.Add(this.ultraGroupBox1); this.Controls.Add(this.toolStrip1); this.Name = "FrmPotSendSuccesful"; this.Text = "钢包发送历史记录"; this.Load += new System.EventHandler(this.FrmPotSendSuccesful_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.udteEnd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udteStart)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uGrdSendHiy)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uDSrSendHiy)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton QUERY; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton EXPORT; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton CLOSE; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinGrid.UltraGrid uGrdSendHiy; private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter GridExcelExporter; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteEnd; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteStart; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private Infragistics.Win.UltraWinDataSource.UltraDataSource uDSrSendHiy; } }