| | |
| | | this.gv_salesOrderId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_orderLineId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panBom = new DevExpress.XtraEditors.PanelControl(); |
| | | this.pageBar1 = new UserControls.Data.UcPageBar(); |
| | | this.splitRight = new DevExpress.XtraEditors.SplitContainerControl(); |
| | |
| | | // |
| | | // wizardControl1 |
| | | // |
| | | this.wizardControl1.CancelText = "取消"; |
| | | this.wizardControl1.Controls.Add(this.welcomeWizardPage1); |
| | | this.wizardControl1.Controls.Add(this.wizardPage1); |
| | | this.wizardControl1.Controls.Add(this.completionWizardPage1); |
| | | this.wizardControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.wizardControl1.FinishText = "&保存"; |
| | | this.wizardControl1.ImageOptions.ImageWidth = 100; |
| | | this.wizardControl1.Margin = new System.Windows.Forms.Padding(4); |
| | | this.wizardControl1.MinimumSize = new System.Drawing.Size(133, 138); |
| | | this.wizardControl1.Name = "wizardControl1"; |
| | | this.wizardControl1.NextText = "&下一步 >"; |
| | | this.wizardControl1.Pages.AddRange(new DevExpress.XtraWizard.BaseWizardPage[] { |
| | | this.welcomeWizardPage1, |
| | | this.wizardPage1, |
| | | this.completionWizardPage1}); |
| | | this.wizardControl1.PreviousText = "< &上一步"; |
| | | this.wizardControl1.Size = new System.Drawing.Size(1038, 718); |
| | | this.wizardControl1.Text = ""; |
| | | // |
| | |
| | | this.gvMx1.Name = "gvMx1"; |
| | | this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; |
| | | this.gvMx1.OptionsFind.ShowSearchNavButtons = false; |
| | | this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; |
| | | this.gvMx1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gvMx1guid |
| | |
| | | // wizardPage1 |
| | | // |
| | | this.wizardPage1.Controls.Add(this.splitLeft); |
| | | this.wizardPage1.DescriptionText = "你可以选择一个或多个"; |
| | | this.wizardPage1.DescriptionText = "你可选择一个或多个,重复或已设置的物料,保存时将自动忽略"; |
| | | this.wizardPage1.Margin = new System.Windows.Forms.Padding(4); |
| | | this.wizardPage1.Name = "wizardPage1"; |
| | | this.wizardPage1.Size = new System.Drawing.Size(998, 540); |
| | |
| | | this.gv2, |
| | | this.gv_salesOrderId, |
| | | this.gv_orderLineId, |
| | | this.gv_itemId, |
| | | this.gridColumn2}); |
| | | this.gv_itemId}); |
| | | this.gvMain.GridControl = this.gcMain; |
| | | this.gvMain.IndicatorWidth = 50; |
| | | this.gvMain.Name = "gvMain"; |
| | |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Tag = "org.FNumber"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 5; |
| | | this.gridColumn1.VisibleIndex = 4; |
| | | this.gridColumn1.Width = 50; |
| | | // |
| | | // gv2 |
| | |
| | | this.gv_itemId.OptionsColumn.AllowEdit = false; |
| | | this.gv_itemId.Tag = "a.item_model"; |
| | | this.gv_itemId.Width = 50; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.AppearanceCell.ForeColor = System.Drawing.Color.Red; |
| | | this.gridColumn2.AppearanceCell.Options.UseForeColor = true; |
| | | this.gridColumn2.AppearanceHeader.ForeColor = System.Drawing.Color.Red; |
| | | this.gridColumn2.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gridColumn2.Caption = "配置次数"; |
| | | this.gridColumn2.FieldName = "jyxm"; |
| | | this.gridColumn2.MaxWidth = 50; |
| | | this.gridColumn2.MinWidth = 50; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 4; |
| | | this.gridColumn2.Width = 50; |
| | | // |
| | | // panBom |
| | | // |
| | |
| | | // |
| | | // completionWizardPage1 |
| | | // |
| | | this.completionWizardPage1.FinishText = "最后一步,点击“Finish”保存复制信息"; |
| | | this.completionWizardPage1.FinishText = "最后一步,点击“保存”完成操作"; |
| | | this.completionWizardPage1.Margin = new System.Windows.Forms.Padding(4); |
| | | this.completionWizardPage1.Name = "completionWizardPage1"; |
| | | this.completionWizardPage1.ProceedText = "点击“Finish”保存信息"; |
| | | this.completionWizardPage1.ProceedText = "点击“保存”完成操作"; |
| | | this.completionWizardPage1.Size = new System.Drawing.Size(898, 553); |
| | | this.completionWizardPage1.Text = "保存信息"; |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_orderLineId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
| | | private UserControls.Data.UcPageBar pageBar1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colChkInt; |
| | | private DevExpress.XtraGrid.GridControl gcMx1; |