namespace Core.LgMes.Client.LgJobMgt { partial class frmJobPlanInfo { /// /// 必需的设计器变量。 /// 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() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("rownum"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORD_GON_ID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEATNO"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AIM_GRADE_CODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CAST_ID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CAST_NO"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEAT_NUM"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CAST_SEQ"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLAN_CCM_STR_TIME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STD_NAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HEAT_STATE"); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnNo = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.dsPlanInfo = 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.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(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dsPlanInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.SuspendLayout(); // // ultraGrid1 // this.ultraGrid1.DataSource = this.dsPlanInfo; appearance1.BackColor = System.Drawing.Color.Snow; this.ultraGrid1.DisplayLayout.Appearance = appearance1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Width = 48; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.Width = 112; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.Width = 103; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.Width = 108; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.Width = 62; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.Width = 66; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn7.Width = 87; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn8.Width = 77; ultraGridColumn9.Header.VisiblePosition = 8; ultraGridColumn10.Header.VisiblePosition = 9; ultraGridColumn11.Header.VisiblePosition = 10; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8, ultraGridColumn9, ultraGridColumn10, ultraGridColumn11}); this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); appearance2.BackColor = System.Drawing.Color.LightSteelBlue; appearance2.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance2; appearance3.BackColor = System.Drawing.Color.GhostWhite; this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance3; appearance4.BackColor = System.Drawing.Color.LightSteelBlue; this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance4; this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGrid1.Location = new System.Drawing.Point(0, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(635, 300); this.ultraGrid1.TabIndex = 2; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242))))); this.groupBox1.Controls.Add(this.btnNo); this.groupBox1.Controls.Add(this.btnOk); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 300); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(635, 54); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; // // btnNo // this.btnNo.Location = new System.Drawing.Point(352, 20); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(75, 25); this.btnNo.TabIndex = 12; this.btnNo.Text = "取消"; this.btnNo.UseVisualStyleBackColor = false; this.btnNo.Click += new System.EventHandler(this.btnNo_Click); // // btnOk // this.btnOk.Location = new System.Drawing.Point(205, 20); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 25); this.btnOk.TabIndex = 11; this.btnOk.Text = "确定"; this.btnOk.UseVisualStyleBackColor = false; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // dsPlanInfo // this.dsPlanInfo.DataSetName = "NewDataSet"; this.dsPlanInfo.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.dataColumn7, this.dataColumn8, this.dataColumn9, this.dataColumn10, this.dataColumn11}); this.dataTable1.TableName = "Table1"; // // dataColumn1 // this.dataColumn1.Caption = "ID"; this.dataColumn1.ColumnName = "rownum"; // // dataColumn2 // this.dataColumn2.Caption = "订单行号"; this.dataColumn2.ColumnName = "ORD_GON_ID"; // // dataColumn3 // this.dataColumn3.Caption = "熔炼号"; this.dataColumn3.ColumnName = "HEATNO"; // // dataColumn4 // this.dataColumn4.Caption = "牌号"; this.dataColumn4.ColumnName = "AIM_GRADE_CODE"; // // dataColumn5 // this.dataColumn5.Caption = "铸机号"; this.dataColumn5.ColumnName = "CAST_ID"; // // dataColumn6 // this.dataColumn6.Caption = "浇次号"; this.dataColumn6.ColumnName = "CAST_NO"; // // dataColumn7 // this.dataColumn7.Caption = "浇次内炉数"; this.dataColumn7.ColumnName = "HEAT_NUM"; // // dataColumn8 // this.dataColumn8.Caption = "浇次内顺序"; this.dataColumn8.ColumnName = "CAST_SEQ"; // // dataColumn9 // this.dataColumn9.Caption = "开浇时间"; this.dataColumn9.ColumnName = "PLAN_CCM_STR_TIME"; // // dataColumn10 // this.dataColumn10.Caption = "说明"; this.dataColumn10.ColumnName = "STD_NAME"; // // dataColumn11 // this.dataColumn11.Caption = "状态"; this.dataColumn11.ColumnName = "HEAT_STATE"; // // frmJobPlanInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gainsboro; this.ClientSize = new System.Drawing.Size(635, 354); this.Controls.Add(this.groupBox1); this.Controls.Add(this.ultraGrid1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmJobPlanInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "作业计划"; this.Load += new System.EventHandler(this.frmJobPlanInfo_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dsPlanInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnNo; private System.Windows.Forms.Button btnOk; private System.Data.DataSet dsPlanInfo; private System.Data.DataTable dataTable1; 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; } }