namespace Core.StlMes.Client.Mcp.Mch.MchResult { partial class FrmSetPline { /// /// 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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton(); Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("MchComSetplineEntity", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineCode"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineName"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StationCodes"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("StationNames"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UserDate"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UserName"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OfflinePlace"); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSetPline)); this.kreason = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.judgeNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.txtOffice = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.FrmScrap_Fill_Panel = new System.Windows.Forms.Panel(); this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.mchComSetplineEntityBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); ((System.ComponentModel.ISupportInitialize)(this.kreason)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.judgeNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOffice)).BeginInit(); this.FrmScrap_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mchComSetplineEntityBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); this.SuspendLayout(); // // kreason // this.kreason.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.kreason.Location = new System.Drawing.Point(82, 9); this.kreason.Name = "kreason"; this.kreason.Size = new System.Drawing.Size(144, 24); this.kreason.TabIndex = 74; this.kreason.TextChanged += new System.EventHandler(this.kreason_TextChanged); // // judgeNo // editorButton1.Text = "工序点调整"; this.judgeNo.ButtonsRight.Add(editorButton1); this.judgeNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007; this.judgeNo.Location = new System.Drawing.Point(269, 265); this.judgeNo.Margin = new System.Windows.Forms.Padding(4); this.judgeNo.MaxLength = 100; this.judgeNo.Name = "judgeNo"; this.judgeNo.Size = new System.Drawing.Size(374, 24); this.judgeNo.TabIndex = 1079; this.judgeNo.Visible = false; this.judgeNo.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.judgeNo_EditorButtonClick); // // txtOffice // editorButton2.Text = "去向调整"; this.txtOffice.ButtonsRight.Add(editorButton2); this.txtOffice.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007; this.txtOffice.Location = new System.Drawing.Point(200, 196); this.txtOffice.Margin = new System.Windows.Forms.Padding(4); this.txtOffice.MaxLength = 100; this.txtOffice.Name = "txtOffice"; this.txtOffice.Size = new System.Drawing.Size(374, 24); this.txtOffice.TabIndex = 1080; this.txtOffice.Visible = false; this.txtOffice.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txtOffice_EditorButtonClick); // // FrmScrap_Fill_Panel // this.FrmScrap_Fill_Panel.Controls.Add(this.ultraGroupBox2); this.FrmScrap_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmScrap_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmScrap_Fill_Panel.Location = new System.Drawing.Point(0, 0); this.FrmScrap_Fill_Panel.Margin = new System.Windows.Forms.Padding(4); this.FrmScrap_Fill_Panel.Name = "FrmScrap_Fill_Panel"; this.FrmScrap_Fill_Panel.Size = new System.Drawing.Size(774, 416); this.FrmScrap_Fill_Panel.TabIndex = 0; // // ultraGroupBox2 // this.ultraGroupBox2.Controls.Add(this.txtOffice); this.ultraGroupBox2.Controls.Add(this.judgeNo); this.ultraGroupBox2.Controls.Add(this.ultraGrid1); this.ultraGroupBox2.Controls.Add(this.ultraGroupBox1); this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(774, 416); this.ultraGroupBox2.TabIndex = 1; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // ultraGrid1 // this.ultraGrid1.DataSource = this.mchComSetplineEntityBindingSource; appearance16.BackColor = System.Drawing.SystemColors.Window; appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ultraGrid1.DisplayLayout.Appearance = appearance16; ultraGridColumn1.DefaultCellValue = "False"; ultraGridColumn1.Header.Caption = "选择"; ultraGridColumn1.Header.VisiblePosition = 5; ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0; ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox; ultraGridColumn2.EditorComponent = this.kreason; ultraGridColumn2.Header.Caption = "产线"; ultraGridColumn2.Header.VisiblePosition = 0; ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn2.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList; ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn3.Header.VisiblePosition = 1; ultraGridColumn3.Hidden = true; ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2; ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn4.Header.VisiblePosition = 2; ultraGridColumn4.Hidden = true; ultraGridColumn5.ButtonDisplayStyle = Infragistics.Win.UltraWinGrid.ButtonDisplayStyle.Always; ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn5.EditorComponent = this.judgeNo; ultraGridColumn5.Header.Caption = "工序"; ultraGridColumn5.Header.VisiblePosition = 3; ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4; ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0; ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2; ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2; ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn6.Header.VisiblePosition = 4; ultraGridColumn6.Hidden = true; ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn7.Header.VisiblePosition = 6; ultraGridColumn7.Hidden = true; ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly; ultraGridColumn8.Header.VisiblePosition = 7; ultraGridColumn8.Hidden = true; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6, ultraGridColumn7, ultraGridColumn8}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance17.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance17; appearance18.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance18; this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance19.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance19.BackColor2 = System.Drawing.SystemColors.Control; appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance19.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance19; this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1; appearance20.BackColor = System.Drawing.SystemColors.Window; appearance20.ForeColor = System.Drawing.SystemColors.ControlText; this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance20; appearance21.BackColor = System.Drawing.SystemColors.Highlight; appearance21.ForeColor = System.Drawing.SystemColors.HighlightText; this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance21; this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom; this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance22.BackColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance22; appearance23.BorderColor = System.Drawing.Color.Silver; appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance23; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ultraGrid1.DisplayLayout.Override.CellPadding = 0; appearance24.BackColor = System.Drawing.SystemColors.Control; appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance24.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance24.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance24; appearance25.TextHAlignAsString = "Left"; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance25; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance26.BackColor = System.Drawing.SystemColors.Window; appearance26.BorderColor = System.Drawing.Color.Silver; this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance26; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance27.BackColor = System.Drawing.SystemColors.ControlLight; this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance27; 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(3, 46); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(768, 367); this.ultraGrid1.TabIndex = 1078; this.ultraGrid1.Text = "ultraGrid1"; this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange); // // mchComSetplineEntityBindingSource // this.mchComSetplineEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Mch.Entity.MchComSetplineEntity); // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.kreason); this.ultraGroupBox1.Controls.Add(this.ultraLabel1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.ultraGroupBox1.Location = new System.Drawing.Point(3, 0); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(768, 46); this.ultraGroupBox1.TabIndex = 1077; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // ultraLabel1 // appearance38.TextHAlignAsString = "Center"; appearance38.TextVAlignAsString = "Middle"; this.ultraLabel1.Appearance = appearance38; this.ultraLabel1.AutoSize = true; this.ultraLabel1.Location = new System.Drawing.Point(39, 13); this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(36, 19); this.ultraLabel1.TabIndex = 10; this.ultraLabel1.Text = "产线"; // // FrmSetPline // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(774, 416); this.Controls.Add(this.FrmScrap_Fill_Panel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSetPline"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "加工产线工序点配置"; this.Load += new System.EventHandler(this.FrmSetPline_Load); ((System.ComponentModel.ISupportInitialize)(this.kreason)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.judgeNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtOffice)).EndInit(); this.FrmScrap_Fill_Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mchComSetplineEntityBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel FrmScrap_Fill_Panel; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.Misc.UltraLabel ultraLabel1; private Infragistics.Win.UltraWinEditors.UltraComboEditor kreason; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private Infragistics.Win.UltraWinEditors.UltraTextEditor judgeNo; private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOffice; private System.Windows.Forms.BindingSource mchComSetplineEntityBindingSource; } }