namespace Core.StlMes.Client.BuyBillet { partial class FrmJGONLINE { /// /// 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() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("dt1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SCMONTH"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FACTORY"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KIND"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADENAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPEC_JG_DESC"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODEL_DESC"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDEGE_STOVE_NO"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BATCH_NO"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REAL_BL_NUM"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REAL_BL_WT"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column1"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column2"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column3"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column4"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column5"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Column6"); 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(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.startDate = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.ug = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ds = new System.Data.DataSet(); this.dt1 = new System.Data.DataTable(); this.SCMONTH = new System.Data.DataColumn(); 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.dataColumn7 = new System.Data.DataColumn(); this.dataColumn8 = new System.Data.DataColumn(); this.dataColumn9 = new System.Data.DataColumn(); this.dataColumn10 = new System.Data.DataColumn(); this.dataColumn11 = new System.Data.DataColumn(); this.dataColumn12 = new System.Data.DataColumn(); this.dataColumn13 = new System.Data.DataColumn(); this.dataColumn14 = new System.Data.DataColumn(); this.dataColumn15 = new System.Data.DataColumn(); this.dataColumn16 = new System.Data.DataColumn(); this.dataColumn17 = new System.Data.DataColumn(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ug)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dt1)).BeginInit(); this.SuspendLayout(); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.startDate); this.ultraGroupBox1.Controls.Add(this.label1); 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(791, 32); this.ultraGroupBox1.TabIndex = 5; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // startDate // this.startDate.CustomFormat = "yyyy-MM-dd"; this.startDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.startDate.Location = new System.Drawing.Point(58, 9); this.startDate.Name = "startDate"; this.startDate.Size = new System.Drawing.Size(107, 21); this.startDate.TabIndex = 6; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 5; this.label1.Text = "日期"; // // ug // this.ug.DataMember = "dt1"; this.ug.DataSource = this.ds; appearance1.BackColor = System.Drawing.SystemColors.Window; appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ug.DisplayLayout.Appearance = appearance1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn9.Header.VisiblePosition = 8; ultraGridColumn10.Header.VisiblePosition = 9; ultraGridColumn11.Header.VisiblePosition = 10; ultraGridColumn12.Header.VisiblePosition = 11; ultraGridColumn13.Header.VisiblePosition = 12; ultraGridColumn14.Header.VisiblePosition = 13; ultraGridColumn15.Header.VisiblePosition = 14; ultraGridColumn16.Header.VisiblePosition = 15; ultraGridColumn17.Header.VisiblePosition = 16; ultraGridColumn18.Header.VisiblePosition = 17; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8, ultraGridColumn9, ultraGridColumn10, ultraGridColumn11, ultraGridColumn12, ultraGridColumn13, ultraGridColumn14, ultraGridColumn15, ultraGridColumn16, ultraGridColumn17, ultraGridColumn18}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ug.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ug.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ug.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance2.BorderColor = System.Drawing.SystemColors.Window; this.ug.DisplayLayout.GroupByBox.Appearance = appearance2; appearance3.ForeColor = System.Drawing.SystemColors.GrayText; this.ug.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3; this.ug.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ug.DisplayLayout.GroupByBox.Hidden = true; appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance4.BackColor2 = System.Drawing.SystemColors.Control; appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance4.ForeColor = System.Drawing.SystemColors.GrayText; this.ug.DisplayLayout.GroupByBox.PromptAppearance = appearance4; this.ug.DisplayLayout.MaxColScrollRegions = 1; this.ug.DisplayLayout.MaxRowScrollRegions = 1; appearance5.BackColor = System.Drawing.SystemColors.Window; appearance5.ForeColor = System.Drawing.SystemColors.ControlText; this.ug.DisplayLayout.Override.ActiveCellAppearance = appearance5; appearance6.BackColor = System.Drawing.SystemColors.Highlight; appearance6.ForeColor = System.Drawing.SystemColors.HighlightText; this.ug.DisplayLayout.Override.ActiveRowAppearance = appearance6; this.ug.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ug.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance7.BackColor = System.Drawing.SystemColors.Window; this.ug.DisplayLayout.Override.CardAreaAppearance = appearance7; appearance8.BorderColor = System.Drawing.Color.Silver; appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ug.DisplayLayout.Override.CellAppearance = appearance8; this.ug.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ug.DisplayLayout.Override.CellPadding = 0; appearance9.BackColor = System.Drawing.SystemColors.Control; appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance9.BorderColor = System.Drawing.SystemColors.Window; this.ug.DisplayLayout.Override.GroupByRowAppearance = appearance9; appearance10.TextHAlignAsString = "Left"; this.ug.DisplayLayout.Override.HeaderAppearance = appearance10; this.ug.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ug.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance11.BackColor = System.Drawing.SystemColors.Window; appearance11.BorderColor = System.Drawing.Color.Silver; this.ug.DisplayLayout.Override.RowAppearance = appearance11; this.ug.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance12.BackColor = System.Drawing.SystemColors.ControlLight; this.ug.DisplayLayout.Override.TemplateAddRowAppearance = appearance12; this.ug.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ug.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ug.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; this.ug.Dock = System.Windows.Forms.DockStyle.Fill; this.ug.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ug.Location = new System.Drawing.Point(0, 32); this.ug.Name = "ug"; this.ug.Size = new System.Drawing.Size(791, 318); this.ug.TabIndex = 7; this.ug.Text = "ultraGrid1"; // // ds // this.ds.DataSetName = "NewDataSet"; this.ds.Tables.AddRange(new System.Data.DataTable[] { this.dt1}); // // dt1 // this.dt1.Columns.AddRange(new System.Data.DataColumn[] { this.SCMONTH, this.dataColumn1, this.dataColumn2, this.dataColumn3, this.dataColumn4, this.dataColumn5, this.dataColumn6, this.dataColumn7, this.dataColumn8, this.dataColumn9, this.dataColumn10, this.dataColumn11, this.dataColumn12, this.dataColumn13, this.dataColumn14, this.dataColumn15, this.dataColumn16, this.dataColumn17}); this.dt1.TableName = "dt1"; // // SCMONTH // this.SCMONTH.Caption = "生产日期"; this.SCMONTH.ColumnName = "SCMONTH"; // // dataColumn1 // this.dataColumn1.Caption = "生产厂"; this.dataColumn1.ColumnName = "FACTORY"; // // dataColumn2 // this.dataColumn2.Caption = "生产线"; this.dataColumn2.ColumnName = "PLINE_NAME"; // // dataColumn3 // this.dataColumn3.Caption = "品种"; this.dataColumn3.ColumnName = "KIND"; // // dataColumn4 // this.dataColumn4.Caption = "钢级"; this.dataColumn4.ColumnName = "STEELNAME"; // // dataColumn5 // this.dataColumn5.Caption = "钢种"; this.dataColumn5.ColumnName = "GRADENAME"; // // dataColumn6 // this.dataColumn6.Caption = "规格"; this.dataColumn6.ColumnName = "SPEC_JG_DESC"; // // dataColumn7 // this.dataColumn7.Caption = "扣型"; this.dataColumn7.ColumnName = "MODEL_DESC"; // // dataColumn8 // this.dataColumn8.Caption = "炉号"; this.dataColumn8.ColumnName = "JUDEGE_STOVE_NO"; // // dataColumn9 // this.dataColumn9.Caption = "批号"; this.dataColumn9.ColumnName = "BATCH_NO"; // // dataColumn10 // this.dataColumn10.Caption = "实存支数"; this.dataColumn10.ColumnName = "REAL_BL_NUM"; // // dataColumn11 // this.dataColumn11.Caption = "实存重量"; this.dataColumn11.ColumnName = "REAL_BL_WT"; // // dataColumn12 // this.dataColumn12.Caption = "状态"; this.dataColumn12.ColumnName = "Column1"; // // dataColumn13 // this.dataColumn13.Caption = "存放地点"; this.dataColumn13.ColumnName = "Column2"; // // dataColumn14 // this.dataColumn14.Caption = "委托编号"; this.dataColumn14.ColumnName = "Column3"; // // dataColumn15 // this.dataColumn15.Caption = "质量状况"; this.dataColumn15.ColumnName = "Column4"; // // dataColumn16 // this.dataColumn16.Caption = "备注"; this.dataColumn16.ColumnName = "Column5"; // // dataColumn17 // this.dataColumn17.Caption = "停留天数"; this.dataColumn17.ColumnName = "Column6"; // // FrmJGONLINE // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(791, 350); this.Controls.Add(this.ug); this.Controls.Add(this.ultraGroupBox1); this.Name = "FrmJGONLINE"; this.Text = "FrmJGONLINE"; this.Load += new System.EventHandler(this.FrmJGONLINE_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ug)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ds)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dt1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private System.Windows.Forms.DateTimePicker startDate; private System.Windows.Forms.Label label1; private Infragistics.Win.UltraWinGrid.UltraGrid ug; private System.Data.DataSet ds; private System.Data.DataTable dt1; private System.Data.DataColumn SCMONTH; 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.Data.DataColumn dataColumn7; private System.Data.DataColumn dataColumn8; private System.Data.DataColumn dataColumn9; private System.Data.DataColumn dataColumn10; private System.Data.DataColumn dataColumn11; private System.Data.DataColumn dataColumn12; private System.Data.DataColumn dataColumn13; private System.Data.DataColumn dataColumn14; private System.Data.DataColumn dataColumn15; private System.Data.DataColumn dataColumn16; private System.Data.DataColumn dataColumn17; } }