namespace ICSSoft.Frame.APP { partial class FormEcAdd { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEcAdd)); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btnBigenOrSuspend = new DevExpress.XtraEditors.SimpleButton(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colEcCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEcReason = new DevExpress.XtraGrid.Columns.GridColumn(); this.ColNgQty = new DevExpress.XtraGrid.Columns.GridColumn(); this.BtnDelete = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnEditDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); this.txtEcCode = new DevExpress.XtraEditors.GridLookUpEdit(); this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colText = new DevExpress.XtraGrid.Columns.GridColumn(); this.colValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.COLID = new DevExpress.XtraGrid.Columns.GridColumn(); this.txtEcQty = new DevExpress.XtraEditors.TextEdit(); this.label6 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnCancle = new DevExpress.XtraEditors.SimpleButton(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnEditDel)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEcCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEcQty.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl1.Location = new System.Drawing.Point(0, 3); this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(80, 27); this.labelControl1.TabIndex = 26; this.labelControl1.Text = "不良录入"; // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.btnBigenOrSuspend); this.panelControl1.Controls.Add(this.grdDetail); this.panelControl1.Controls.Add(this.txtEcCode); this.panelControl1.Controls.Add(this.txtEcQty); this.panelControl1.Controls.Add(this.label6); this.panelControl1.Controls.Add(this.label1); this.panelControl1.Location = new System.Drawing.Point(2, 39); this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(672, 425); this.panelControl1.TabIndex = 27; // // btnBigenOrSuspend // this.btnBigenOrSuspend.Location = new System.Drawing.Point(520, 76); this.btnBigenOrSuspend.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnBigenOrSuspend.Name = "btnBigenOrSuspend"; this.btnBigenOrSuspend.Size = new System.Drawing.Size(65, 36); this.btnBigenOrSuspend.TabIndex = 207; this.btnBigenOrSuspend.Text = "新增"; this.btnBigenOrSuspend.Click += new System.EventHandler(this.btnBigenOrSuspend_Click); // // grdDetail // this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDetail.Location = new System.Drawing.Point(0, 120); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDetail.Name = "grdDetail"; this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.btnEditDel}); this.grdDetail.Size = new System.Drawing.Size(674, 304); this.grdDetail.TabIndex = 205; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail, this.grvAdvDetail}); // // grvDetail // this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colEcCode, this.colEcReason, this.ColNgQty, this.BtnDelete}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.IndicatorWidth = 20; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; // // colEcCode // this.colEcCode.Caption = "不良代码"; this.colEcCode.FieldName = "EcCode"; this.colEcCode.Name = "colEcCode"; this.colEcCode.Visible = true; this.colEcCode.VisibleIndex = 0; // // colEcReason // this.colEcReason.Caption = "不良原因"; this.colEcReason.FieldName = "EcName"; this.colEcReason.Name = "colEcReason"; this.colEcReason.Visible = true; this.colEcReason.VisibleIndex = 1; // // ColNgQty // this.ColNgQty.Caption = "数量"; this.ColNgQty.FieldName = "OpNgQty"; this.ColNgQty.Name = "ColNgQty"; this.ColNgQty.Visible = true; this.ColNgQty.VisibleIndex = 2; // // BtnDelete // this.BtnDelete.Caption = "移除"; this.BtnDelete.ColumnEdit = this.btnEditDel; this.BtnDelete.Name = "BtnDelete"; this.BtnDelete.Visible = true; this.BtnDelete.VisibleIndex = 3; // // btnEditDel // this.btnEditDel.AutoHeight = false; this.btnEditDel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.btnEditDel.Name = "btnEditDel"; this.btnEditDel.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; this.btnEditDel.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnEditDel_ButtonClick); // // grvAdvDetail // this.grvAdvDetail.GridControl = this.grdDetail; this.grvAdvDetail.Name = "grvAdvDetail"; this.grvAdvDetail.OptionsBehavior.ReadOnly = true; this.grvAdvDetail.OptionsSelection.MultiSelect = true; this.grvAdvDetail.OptionsView.ShowFooter = true; this.grvAdvDetail.OptionsView.ShowGroupPanel = false; // // txtEcCode // this.txtEcCode.EditValue = ""; this.txtEcCode.Location = new System.Drawing.Point(128, 31); this.txtEcCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtEcCode.Name = "txtEcCode"; this.txtEcCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtEcCode.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains; this.txtEcCode.Properties.View = this.gridLookUpEdit1View; this.txtEcCode.Size = new System.Drawing.Size(150, 24); this.txtEcCode.TabIndex = 204; // // gridLookUpEdit1View // this.gridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colText, this.colValue, this.COLID}); this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus; this.gridLookUpEdit1View.Name = "gridLookUpEdit1View"; this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false; this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false; // // colText // this.colText.Caption = "不良原因"; this.colText.FieldName = "Text"; this.colText.Name = "colText"; this.colText.Visible = true; this.colText.VisibleIndex = 0; // // colValue // this.colValue.Caption = "不良代码"; this.colValue.FieldName = "Value"; this.colValue.Name = "colValue"; this.colValue.Visible = true; this.colValue.VisibleIndex = 1; // // COLID // this.COLID.Caption = "ID"; this.COLID.FieldName = "Key"; this.COLID.Name = "COLID"; // // txtEcQty // this.txtEcQty.Location = new System.Drawing.Point(435, 30); this.txtEcQty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtEcQty.Name = "txtEcQty"; this.txtEcQty.Properties.Mask.EditMask = "d"; this.txtEcQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric; this.txtEcQty.Size = new System.Drawing.Size(150, 24); this.txtEcQty.TabIndex = 92; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(341, 34); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(83, 18); this.label6.TabIndex = 91; this.label6.Text = "不良数量:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(49, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 18); this.label1.TabIndex = 8; this.label1.Text = "不良代码:"; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(645, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(30, 39); this.btnClose.TabIndex = 30; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnCancle // this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White; this.btnCancle.Appearance.Options.UseFont = true; this.btnCancle.Appearance.Options.UseForeColor = true; this.btnCancle.Appearance.Options.UseTextOptions = true; this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image"))); this.btnCancle.Location = new System.Drawing.Point(595, 471); this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false; this.btnCancle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnCancle.Name = "btnCancle"; this.btnCancle.Size = new System.Drawing.Size(80, 39); this.btnCancle.TabIndex = 29; this.btnCancle.Text = "取消"; this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOK.Appearance.ForeColor = System.Drawing.Color.White; this.btnOK.Appearance.Options.UseFont = true; this.btnOK.Appearance.Options.UseForeColor = true; this.btnOK.Appearance.Options.UseTextOptions = true; this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image"))); this.btnOK.Location = new System.Drawing.Point(504, 471); this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false; this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(80, 39); this.btnOK.TabIndex = 28; this.btnOK.Text = "保存"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // FormEcAdd // this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.Appearance.Options.UseBackColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(677, 509); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnCancle); this.Controls.Add(this.btnOK); this.Controls.Add(this.panelControl1); this.Controls.Add(this.labelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormEcAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "产品工序价格"; this.Load += new System.EventHandler(this.FormEcAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnEditDel)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEcCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtEcQty.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.SimpleButton btnCancle; private DevExpress.XtraEditors.SimpleButton btnClose; private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.TextEdit txtEcQty; private System.Windows.Forms.Label label6; private DevExpress.XtraEditors.GridLookUpEdit txtEcCode; private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail; private DevExpress.XtraEditors.SimpleButton btnBigenOrSuspend; private DevExpress.XtraGrid.Columns.GridColumn colEcCode; private DevExpress.XtraGrid.Columns.GridColumn colEcReason; private DevExpress.XtraGrid.Columns.GridColumn ColNgQty; private DevExpress.XtraGrid.Columns.GridColumn colText; private DevExpress.XtraGrid.Columns.GridColumn colValue; private DevExpress.XtraGrid.Columns.GridColumn COLID; private DevExpress.XtraGrid.Columns.GridColumn BtnDelete; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit btnEditDel; } }