namespace Core.StlMes.Client.Qcm { partial class FrmProductPlane { /// /// 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 appearance25 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESS_CODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESS_DESC"); Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_CODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_DESC"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STATION_ID"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK"); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.dataColumn6 = new System.Data.DataColumn(); this.dataColumn17 = new System.Data.DataColumn(); this.dataColumn18 = new System.Data.DataColumn(); this.dataColumn23 = new System.Data.DataColumn(); this.dataColumn1 = new System.Data.DataColumn(); this.dataTable2 = new System.Data.DataTable(); this.dataColumn13 = new System.Data.DataColumn(); this.dataColumn14 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel(); this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit(); this.FrmBase_Fill_Panel.SuspendLayout(); this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); this.SuspendLayout(); // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Tables.AddRange(new System.Data.DataTable[] { this.dataTable1, this.dataTable2}); // // dataTable1 // this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn3, this.dataColumn5, this.dataColumn6, this.dataColumn17, this.dataColumn18, this.dataColumn23, this.dataColumn1}); this.dataTable1.TableName = "Table1"; // // dataColumn3 // this.dataColumn3.Caption = "工序点代码"; this.dataColumn3.ColumnName = "STATION_CODE"; // // dataColumn5 // this.dataColumn5.Caption = "工序点名称"; this.dataColumn5.ColumnName = "STATION_DESC"; // // dataColumn6 // this.dataColumn6.Caption = "工序点顺序号"; this.dataColumn6.ColumnName = "STATION_ID"; // // dataColumn17 // this.dataColumn17.Caption = "产线代码"; this.dataColumn17.ColumnName = "PLINE_CODE"; // // dataColumn18 // this.dataColumn18.Caption = "产线名称"; this.dataColumn18.ColumnName = "PLINE_NAME"; // // dataColumn23 // this.dataColumn23.Caption = "备注"; this.dataColumn23.ColumnName = "MEMO"; // // dataColumn1 // this.dataColumn1.Caption = "选择"; this.dataColumn1.ColumnName = "CHK"; // // dataTable2 // this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] { this.dataColumn13, this.dataColumn14, this.dataColumn2, this.dataColumn4}); this.dataTable2.TableName = "Table2"; // // dataColumn13 // this.dataColumn13.Caption = "产线代码"; this.dataColumn13.ColumnName = "PLINE_CODE"; // // dataColumn14 // this.dataColumn14.Caption = "产线描述"; this.dataColumn14.ColumnName = "PLINE_NAME"; // // dataColumn2 // this.dataColumn2.Caption = "工序代码"; this.dataColumn2.ColumnName = "PROCESS_CODE"; // // dataColumn4 // this.dataColumn4.Caption = "工序名称"; this.dataColumn4.ColumnName = "PROCESS_DESC"; // // FrmBase_Fill_Panel // this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel); 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(1173, 428); this.FrmBase_Fill_Panel.TabIndex = 2; // // FrmBase_Fill_Panel_Fill_Panel // this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.splitContainer1); this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0); this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel"; this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1173, 428); this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.ultraGrid2); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.ultraGrid1); this.splitContainer1.Size = new System.Drawing.Size(1173, 428); this.splitContainer1.SplitterDistance = 345; this.splitContainer1.TabIndex = 15; // // ultraGrid2 // this.ultraGrid2.DataMember = "Table2"; this.ultraGrid2.DataSource = this.dataSet1; appearance25.BackColor = System.Drawing.SystemColors.Window; appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ultraGrid2.DisplayLayout.Appearance = appearance25; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Hidden = true; ultraGridColumn1.Width = 52; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(233, 0); ultraGridColumn2.Width = 72; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.Hidden = true; ultraGridColumn3.Width = 64; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0); ultraGridColumn4.Width = 64; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True; appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance26.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance26; appearance27.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27; this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance28.BackColor2 = System.Drawing.SystemColors.Control; appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance28.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance28; this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1; appearance29.BackColor = System.Drawing.SystemColors.Window; appearance29.ForeColor = System.Drawing.SystemColors.ControlText; this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance29; appearance30.BackColor = System.Drawing.SystemColors.Highlight; appearance30.ForeColor = System.Drawing.SystemColors.HighlightText; this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance30; this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False; this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance31.BackColor = System.Drawing.SystemColors.Window; this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance31; appearance32.BorderColor = System.Drawing.Color.Silver; appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance32; this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ultraGrid2.DisplayLayout.Override.CellPadding = 0; this.ultraGrid2.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly; appearance33.BackColor = System.Drawing.SystemColors.Control; appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance33.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance33; appearance34.TextHAlignAsString = "Left"; this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance34; this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance35.BackColor = System.Drawing.SystemColors.Window; appearance35.BorderColor = System.Drawing.Color.Silver; this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance35; this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance36.BackColor = System.Drawing.SystemColors.ControlLight; this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance36; this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill; this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate; this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy; this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ultraGrid2.Location = new System.Drawing.Point(0, 0); this.ultraGrid2.Name = "ultraGrid2"; this.ultraGrid2.Size = new System.Drawing.Size(345, 428); this.ultraGrid2.TabIndex = 14; this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate); // // ultraGrid1 // this.ultraGrid1.DataMember = "Table1"; this.ultraGrid1.DataSource = this.dataSet1; ultraGridColumn5.Header.VisiblePosition = 0; ultraGridColumn5.Hidden = true; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn6.Header.VisiblePosition = 1; ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8; ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn7.Header.VisiblePosition = 2; ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10; ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0); ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn8.Header.VisiblePosition = 3; ultraGridColumn8.Hidden = true; ultraGridColumn8.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn9.Header.VisiblePosition = 4; ultraGridColumn9.Hidden = true; ultraGridColumn9.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(224, 0); ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn10.Header.VisiblePosition = 5; ultraGridColumn10.RowLayoutColumnInfo.OriginX = 12; ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(282, 0); ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn11.DefaultCellValue = "False"; ultraGridColumn11.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor; ultraGridColumn11.Header.VisiblePosition = 6; ultraGridColumn11.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(59, 0); ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox; ultraGridBand2.Columns.AddRange(new object[] { ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8, ultraGridColumn9, ultraGridColumn10, ultraGridColumn11}); ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2); this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; 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(824, 428); this.ultraGrid1.TabIndex = 13; this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange); // // FrmProductPlane // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1173, 428); this.Controls.Add(this.FrmBase_Fill_Panel); this.Name = "FrmProductPlane"; this.Text = "生产产线与工序点对应管理"; this.Load += new System.EventHandler(this.FrmProductPlane_Load_1); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit(); this.FrmBase_Fill_Panel.ResumeLayout(false); this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn3; private System.Data.DataColumn dataColumn5; private System.Data.DataColumn dataColumn6; private System.Data.DataTable dataTable2; private System.Data.DataColumn dataColumn13; private System.Data.DataColumn dataColumn14; private System.Windows.Forms.Panel FrmBase_Fill_Panel; private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel; private System.Data.DataColumn dataColumn17; private System.Data.DataColumn dataColumn18; private System.Data.DataColumn dataColumn23; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Data.DataColumn dataColumn1; private System.Data.DataColumn dataColumn2; private System.Data.DataColumn dataColumn4; private System.Windows.Forms.SplitContainer splitContainer1; } }