namespace Core.LZMes.Client.UIK { partial class UICO20190 { /// /// 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("BEF_STL_GRD"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_STL_GRD"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("wgt"); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); this.panel1 = new System.Windows.Forms.Panel(); this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn15 = new System.Data.DataColumn(); this.dataColumn16 = new System.Data.DataColumn(); this.dataColumn17 = new System.Data.DataColumn(); this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.label8 = new System.Windows.Forms.Label(); this.textBox9 = new System.Windows.Forms.TextBox(); this.ultraDateTimeEditor2 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.label2 = new System.Windows.Forms.Label(); this.ultraDateTimeEditor1 = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor(); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components); this.panel1.SuspendLayout(); this.ultraPanel2.ClientArea.SuspendLayout(); this.ultraPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.ultraPanel1.ClientArea.SuspendLayout(); this.ultraPanel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.ultraPanel2); this.panel1.Controls.Add(this.ultraPanel1); this.panel1.Controls.Add(this.panel2); 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(917, 468); this.panel1.TabIndex = 0; // // ultraPanel2 // // // ultraPanel2.ClientArea // this.ultraPanel2.ClientArea.Controls.Add(this.ultraGrid1); this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraPanel2.Location = new System.Drawing.Point(0, 44); this.ultraPanel2.Name = "ultraPanel2"; this.ultraPanel2.Size = new System.Drawing.Size(917, 390); this.ultraPanel2.TabIndex = 5; // // ultraGrid1 // this.ultraGrid1.DataSource = this.dataSet1; this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ExtendLastColumn; ultraGridColumn1.Header.Caption = "原牌号"; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn2.Header.Caption = "变更后牌号"; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn3.Header.Caption = "重量"; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout; ultraGridBand1.SummaryFooterCaption = "汇总"; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1; appearance12.BackColor = System.Drawing.SystemColors.GradientActiveCaption; this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance12; appearance14.BackColor = System.Drawing.Color.GhostWhite; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance14; this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons; appearance15.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance15; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard; appearance16.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance16; appearance17.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance17; this.ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True; this.ultraGrid1.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard; this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed; this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGrid1.Location = new System.Drawing.Point(0, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(917, 390); this.ultraGrid1.TabIndex = 3; // // 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.dataColumn15, this.dataColumn16, this.dataColumn17}); this.dataTable1.TableName = "Table1"; // // dataColumn15 // this.dataColumn15.ColumnName = "BEF_STL_GRD"; // // dataColumn16 // this.dataColumn16.ColumnName = "SPEC_STL_GRD"; // // dataColumn17 // this.dataColumn17.ColumnName = "wgt"; // // ultraPanel1 // // // ultraPanel1.ClientArea // this.ultraPanel1.ClientArea.Controls.Add(this.textBox2); this.ultraPanel1.ClientArea.Controls.Add(this.label18); this.ultraPanel1.ClientArea.Controls.Add(this.label17); this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.ultraPanel1.Location = new System.Drawing.Point(0, 434); this.ultraPanel1.Name = "ultraPanel1"; this.ultraPanel1.Size = new System.Drawing.Size(917, 34); this.ultraPanel1.TabIndex = 4; // // textBox2 // this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox2.Location = new System.Drawing.Point(94, 4); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(81, 21); this.textBox2.TabIndex = 79; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(178, 9); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(17, 12); this.label18.TabIndex = 83; this.label18.Text = "吨"; // // label17 // this.label17.BackColor = System.Drawing.Color.LightBlue; this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label17.Location = new System.Drawing.Point(34, 4); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(59, 21); this.label17.TabIndex = 82; this.label17.Text = "重量合计"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // panel2 // this.panel2.Controls.Add(this.ultraGroupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(917, 44); this.panel2.TabIndex = 0; // // ultraGroupBox1 // appearance13.BackColor = System.Drawing.Color.Gainsboro; this.ultraGroupBox1.Appearance = appearance13; this.ultraGroupBox1.Controls.Add(this.label8); this.ultraGroupBox1.Controls.Add(this.textBox9); this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor2); this.ultraGroupBox1.Controls.Add(this.label2); this.ultraGroupBox1.Controls.Add(this.ultraDateTimeEditor1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(917, 44); this.ultraGroupBox1.TabIndex = 5; // // label8 // this.label8.BackColor = System.Drawing.Color.LightBlue; this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(560, 12); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(61, 23); this.label8.TabIndex = 38; this.label8.Text = "钢卷号"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // textBox9 // this.textBox9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBox9.Location = new System.Drawing.Point(622, 12); this.textBox9.MaxLength = 20; this.textBox9.Name = "textBox9"; this.textBox9.Size = new System.Drawing.Size(127, 23); this.textBox9.TabIndex = 37; // // ultraDateTimeEditor2 // appearance2.BorderColor = System.Drawing.Color.Black; this.ultraDateTimeEditor2.Appearance = appearance2; this.ultraDateTimeEditor2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005; this.ultraDateTimeEditor2.Location = new System.Drawing.Point(230, 9); this.ultraDateTimeEditor2.Name = "ultraDateTimeEditor2"; this.ultraDateTimeEditor2.Size = new System.Drawing.Size(116, 21); this.ultraDateTimeEditor2.TabIndex = 26; // // label2 // this.label2.BackColor = System.Drawing.Color.LightBlue; this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label2.Location = new System.Drawing.Point(34, 9); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 21); this.label2.TabIndex = 25; this.label2.Text = "生产日期"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // ultraDateTimeEditor1 // appearance6.BorderColor = System.Drawing.Color.Black; this.ultraDateTimeEditor1.Appearance = appearance6; this.ultraDateTimeEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005; this.ultraDateTimeEditor1.Location = new System.Drawing.Point(108, 9); this.ultraDateTimeEditor1.Name = "ultraDateTimeEditor1"; this.ultraDateTimeEditor1.Size = new System.Drawing.Size(116, 21); this.ultraDateTimeEditor1.TabIndex = 24; // // saveFileDialog1 // this.saveFileDialog1.Filter = "表格(*.xls)|*.xls"; // // UICO20190 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(917, 468); this.Controls.Add(this.panel1); this.Name = "UICO20190"; this.Text = "牌号变更统计"; this.panel1.ResumeLayout(false); this.ultraPanel2.ClientArea.ResumeLayout(false); this.ultraPanel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ultraPanel1.ClientArea.ResumeLayout(false); this.ultraPanel1.ClientArea.PerformLayout(); this.ultraPanel1.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeEditor1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.Panel panel2; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor2; private System.Windows.Forms.Label label2; private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeEditor1; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox textBox9; private System.Windows.Forms.SaveFileDialog saveFileDialog1; private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn15; private System.Data.DataColumn dataColumn16; private Infragistics.Win.Misc.UltraPanel ultraPanel2; private Infragistics.Win.Misc.UltraPanel ultraPanel1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Data.DataColumn dataColumn17; } }