| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.components = new System.ComponentModel.Container(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | |
| | | this.gvMx1remark = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); |
| | | this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); |
| | | this.picCheckBox = new System.Windows.Forms.PictureBox(); |
| | | this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.tips = new DevExpress.Utils.ToolTipController(this.components); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | |
| | | // |
| | | this.toolBarMenu1.chkParameter = null; |
| | | this.toolBarMenu1.currentAction = null; |
| | | this.toolBarMenu1.defaultActions = null; |
| | | this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.toolBarMenu1.guidKey = null; |
| | | this.toolBarMenu1.isSetBtn = false; |
| | |
| | | // |
| | | // split1.Panel2 |
| | | // |
| | | this.split1.Panel2.Text = "Panel2"; |
| | | this.split1.Panel2.Text = "Panel2";this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; |
| | | this.split1.Size = new System.Drawing.Size(1126, 570); |
| | | this.split1.SplitterPosition = 558; |
| | | this.split1.SplitterPosition = 0; |
| | | this.split1.TabIndex = 0; |
| | | // |
| | | // gcMain1 |
| | | // |
| | | this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | |
| | | this.gcMain1.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain1.MainView = this.gridView1; |
| | | this.gcMain1.Name = "gcMain1"; |
| | |
| | | // |
| | | this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | |
| | | // |
| | | // gv_status |
| | | // |
| | | |
| | | this.gv_status.AppearanceCell.Options.UseFont = true; |
| | | this.gv_status.Caption = "审核标识"; |
| | | this.gv_status.FieldName = "isCheck"; |
| | |
| | | // |
| | | // gv_isFinish |
| | | // |
| | | |
| | | this.gv_isFinish.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isFinish.Caption = "完成标识"; |
| | | this.gv_isFinish.FieldName = "isFinish"; |
| | |
| | | // |
| | | // gv_returnType |
| | | // |
| | | |
| | | this.gv_returnType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_returnType.Caption = "有无源单"; |
| | | this.gv_returnType.FieldName = "fIsLink"; |
| | |
| | | // |
| | | // gv_billNo |
| | | // |
| | | |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.Caption = "单据编码"; |
| | | this.gv_billNo.FieldName = "billNo"; |
| | |
| | | // |
| | | // gv_lastUpdateUser |
| | | // |
| | | |
| | | this.gv_lastUpdateUser.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastUpdateUser.Caption = "最后跟新人 "; |
| | | this.gv_lastUpdateUser.FieldName = "lastupdateBy"; |
| | |
| | | // |
| | | // gv_lastUpdateTime |
| | | // |
| | | |
| | | this.gv_lastUpdateTime.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastUpdateTime.Caption = "最后修改时间 "; |
| | | this.gv_lastUpdateTime.FieldName = "lastupdateDate"; |
| | |
| | | // |
| | | // gv_checkUser |
| | | // |
| | | |
| | | this.gv_checkUser.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkUser.Caption = "审核人 "; |
| | | this.gv_checkUser.FieldName = "checkUser"; |
| | |
| | | // |
| | | // gv_checkDate |
| | | // |
| | | |
| | | this.gv_checkDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkDate.Caption = "审核时间 "; |
| | | this.gv_checkDate.FieldName = "checkDate"; |
| | |
| | | // |
| | | // gv_returnMethod |
| | | // |
| | | |
| | | this.gv_returnMethod.AppearanceCell.Options.UseFont = true; |
| | | this.gv_returnMethod.Caption = "退料方式 "; |
| | | this.gv_returnMethod.FieldName = "fReturnStyle"; |
| | |
| | | // |
| | | // gv_depotId |
| | | // |
| | | |
| | | this.gv_depotId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_depotId.Caption = "仓库名称"; |
| | | this.gv_depotId.FieldName = "dptName"; |
| | |
| | | // |
| | | // gv_suppId |
| | | // |
| | | |
| | | this.gv_suppId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_suppId.Caption = "客户名称"; |
| | | this.gv_suppId.FieldName = "cusName"; |
| | |
| | | // |
| | | // gv_remark |
| | | // |
| | | |
| | | this.gv_remark.AppearanceCell.Options.UseFont = true; |
| | | this.gv_remark.Caption = "备注 "; |
| | | this.gv_remark.FieldName = "remark"; |
| | |
| | | this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.splitMx1.Horizontal = false; |
| | | this.splitMx1.Location = new System.Drawing.Point(0, 0); |
| | | this.splitMx1.Name = "splitMx1"; |
| | | this.splitMx1.Name = "splitMx1";this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; |
| | | // |
| | | // splitMx1.Panel1 |
| | | // |
| | |
| | | // txt_fIsLink |
| | | // |
| | | this.txt_fIsLink.EditValue = "1"; |
| | | this.txt_fIsLink.Location = new System.Drawing.Point(385, 76); |
| | | this.txt_fIsLink.Location = new System.Drawing.Point(385, 74); |
| | | this.txt_fIsLink.Margin = new System.Windows.Forms.Padding(0); |
| | | this.txt_fIsLink.Name = "txt_fIsLink"; |
| | | this.txt_fIsLink.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { |
| | | new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "有源单"), |
| | | new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "无源单", false)}); |
| | | this.txt_fIsLink.Properties.Padding = new System.Windows.Forms.Padding(0); |
| | | this.txt_fIsLink.Size = new System.Drawing.Size(165, 28); |
| | | this.txt_fIsLink.Size = new System.Drawing.Size(165, 27); |
| | | this.txt_fIsLink.StyleController = this.layoutMx1; |
| | | this.txt_fIsLink.TabIndex = 533; |
| | | // |
| | | // txt_fCustId |
| | | // |
| | | this.txt_fCustId.IsReadly = false; |
| | | this.txt_fCustId.Location = new System.Drawing.Point(385, 44); |
| | | this.txt_fCustId.Location = new System.Drawing.Point(385, 43); |
| | | this.txt_fCustId.Name = "txt_fCustId"; |
| | | this.txt_fCustId.Size = new System.Drawing.Size(165, 28); |
| | | this.txt_fCustId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_fCustId.TabIndex = 532; |
| | | // |
| | | // btnSelect |
| | | // |
| | | this.btnSelect.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.lookup_reference_16x16; |
| | | this.btnSelect.Location = new System.Drawing.Point(12, 108); |
| | | this.btnSelect.Location = new System.Drawing.Point(12, 105); |
| | | this.btnSelect.Name = "btnSelect"; |
| | | this.btnSelect.Size = new System.Drawing.Size(116, 27); |
| | | this.btnSelect.StyleController = this.layoutMx1; |
| | |
| | | // txt_fStockOrgId |
| | | // |
| | | this.txt_fStockOrgId.IsReadly = false; |
| | | this.txt_fStockOrgId.Location = new System.Drawing.Point(114, 44); |
| | | this.txt_fStockOrgId.Location = new System.Drawing.Point(114, 43); |
| | | this.txt_fStockOrgId.Name = "txt_fStockOrgId"; |
| | | this.txt_fStockOrgId.Size = new System.Drawing.Size(165, 28); |
| | | this.txt_fStockOrgId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_fStockOrgId.TabIndex = 526; |
| | | // |
| | | // txt_billNo |
| | | // |
| | | this.txt_billNo.Location = new System.Drawing.Point(114, 12); |
| | | this.txt_billNo.Name = "txt_billNo"; |
| | | |
| | | this.txt_billNo.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_billNo.Size = new System.Drawing.Size(165, 28); |
| | | this.txt_billNo.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_billNo.StyleController = this.layoutMx1; |
| | | this.txt_billNo.TabIndex = 211; |
| | | this.txt_billNo.Tag = "readonly"; |
| | |
| | | // |
| | | // txt_checkDate |
| | | // |
| | | this.txt_checkDate.Location = new System.Drawing.Point(927, 44); |
| | | this.txt_checkDate.Location = new System.Drawing.Point(927, 43); |
| | | this.txt_checkDate.Name = "txt_checkDate"; |
| | | |
| | | this.txt_checkDate.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_checkDate.Size = new System.Drawing.Size(166, 28); |
| | | this.txt_checkDate.Size = new System.Drawing.Size(166, 24); |
| | | this.txt_checkDate.StyleController = this.layoutMx1; |
| | | this.txt_checkDate.TabIndex = 226; |
| | | this.txt_checkDate.Tag = "readonly"; |
| | |
| | | // txt_fStockId |
| | | // |
| | | this.txt_fStockId.IsReadly = false; |
| | | this.txt_fStockId.Location = new System.Drawing.Point(114, 76); |
| | | this.txt_fStockId.Location = new System.Drawing.Point(114, 74); |
| | | this.txt_fStockId.Margin = new System.Windows.Forms.Padding(0); |
| | | this.txt_fStockId.Name = "txt_fStockId"; |
| | | this.txt_fStockId.Size = new System.Drawing.Size(165, 28); |
| | | this.txt_fStockId.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_fStockId.TabIndex = 260; |
| | | // |
| | | // txt_remark |
| | | // |
| | | this.txt_remark.Location = new System.Drawing.Point(385, 108); |
| | | this.txt_remark.Location = new System.Drawing.Point(385, 105); |
| | | this.txt_remark.Name = "txt_remark"; |
| | | |
| | | this.txt_remark.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_remark.Size = new System.Drawing.Size(436, 28); |
| | | this.txt_remark.Size = new System.Drawing.Size(436, 24); |
| | | this.txt_remark.StyleController = this.layoutMx1; |
| | | this.txt_remark.TabIndex = 252; |
| | | // |
| | |
| | | // |
| | | this.txt_checkUser.Location = new System.Drawing.Point(927, 12); |
| | | this.txt_checkUser.Name = "txt_checkUser"; |
| | | |
| | | this.txt_checkUser.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_checkUser.Size = new System.Drawing.Size(166, 28); |
| | | this.txt_checkUser.Size = new System.Drawing.Size(166, 24); |
| | | this.txt_checkUser.StyleController = this.layoutMx1; |
| | | this.txt_checkUser.TabIndex = 222; |
| | | this.txt_checkUser.Tag = "readonly"; |
| | | // |
| | | // txt_status |
| | | // |
| | | this.txt_status.Location = new System.Drawing.Point(825, 76); |
| | | this.txt_status.Location = new System.Drawing.Point(825, 74); |
| | | this.txt_status.Name = "txt_status"; |
| | | this.txt_status.Properties.Caption = "审核标识"; |
| | | this.txt_status.Size = new System.Drawing.Size(268, 24); |
| | |
| | | // |
| | | // txt_isFinish |
| | | // |
| | | this.txt_isFinish.Location = new System.Drawing.Point(554, 76); |
| | | this.txt_isFinish.Location = new System.Drawing.Point(554, 74); |
| | | this.txt_isFinish.Name = "txt_isFinish"; |
| | | this.txt_isFinish.Properties.Caption = "完结标识"; |
| | | this.txt_isFinish.Size = new System.Drawing.Size(267, 24); |
| | |
| | | // |
| | | // txt_lastUpdateTime |
| | | // |
| | | this.txt_lastUpdateTime.Location = new System.Drawing.Point(656, 44); |
| | | this.txt_lastUpdateTime.Location = new System.Drawing.Point(656, 43); |
| | | this.txt_lastUpdateTime.Name = "txt_lastUpdateTime"; |
| | | this.txt_lastUpdateTime.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_lastUpdateTime.StyleController = this.layoutMx1; |
| | |
| | | rowDefinition2, |
| | | rowDefinition3, |
| | | rowDefinition4}); |
| | | this.Root.Size = new System.Drawing.Size(1105, 148); |
| | | this.Root.Size = new System.Drawing.Size(1105, 144); |
| | | this.Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | |
| | | this.layoutControlItem1.Control = this.txt_billNo; |
| | | this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutControlItem1.Name = "layoutControlItem1"; |
| | | this.layoutControlItem1.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem1.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem1.Text = "申请单号"; |
| | | this.layoutControlItem1.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | | this.layoutControlItem2.Control = this.txt_fStockOrgId; |
| | | this.layoutControlItem2.Location = new System.Drawing.Point(0, 32); |
| | | this.layoutControlItem2.Location = new System.Drawing.Point(0, 31); |
| | | this.layoutControlItem2.Name = "layoutControlItem2"; |
| | | this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem2.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem2.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem2.Text = "选择组织"; |
| | | this.layoutControlItem2.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | this.layoutControlItem3.Control = this.txt_fStockId; |
| | | this.layoutControlItem3.Location = new System.Drawing.Point(0, 64); |
| | | this.layoutControlItem3.Location = new System.Drawing.Point(0, 62); |
| | | this.layoutControlItem3.Name = "layoutControlItem3"; |
| | | this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem3.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem3.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem3.Text = "选择仓库"; |
| | | this.layoutControlItem3.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | |
| | | this.layoutControlItem9.Location = new System.Drawing.Point(813, 0); |
| | | this.layoutControlItem9.Name = "layoutControlItem9"; |
| | | this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem9.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem9.Size = new System.Drawing.Size(272, 31); |
| | | this.layoutControlItem9.Text = "审核人"; |
| | | this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem10 |
| | | // |
| | | this.layoutControlItem10.Control = this.txt_checkDate; |
| | | this.layoutControlItem10.Location = new System.Drawing.Point(813, 32); |
| | | this.layoutControlItem10.Location = new System.Drawing.Point(813, 31); |
| | | this.layoutControlItem10.Name = "layoutControlItem10"; |
| | | this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem10.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem10.Size = new System.Drawing.Size(272, 31); |
| | | this.layoutControlItem10.Text = "审核时间"; |
| | | this.layoutControlItem10.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(542, 0); |
| | | this.layoutControlItem14.Name = "layoutControlItem14"; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem14.Text = "最后更新人"; |
| | | this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem15 |
| | | // |
| | | this.layoutControlItem15.Control = this.txt_lastUpdateTime; |
| | | this.layoutControlItem15.Location = new System.Drawing.Point(542, 32); |
| | | this.layoutControlItem15.Location = new System.Drawing.Point(542, 31); |
| | | this.layoutControlItem15.Name = "layoutControlItem15"; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem15.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem15.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem15.Text = "最后更新时间"; |
| | | this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem16 |
| | | // |
| | | this.layoutControlItem16.Control = this.btnSelect; |
| | | this.layoutControlItem16.Location = new System.Drawing.Point(0, 96); |
| | | this.layoutControlItem16.Location = new System.Drawing.Point(0, 93); |
| | | this.layoutControlItem16.MaxSize = new System.Drawing.Size(120, 31); |
| | | this.layoutControlItem16.MinSize = new System.Drawing.Size(20, 31); |
| | | this.layoutControlItem16.Name = "layoutControlItem16"; |
| | | this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem16.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem16.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
| | | this.layoutControlItem16.Text = "退货明细"; |
| | | this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0); |
| | |
| | | // layoutControlItem12 |
| | | // |
| | | this.layoutControlItem12.Control = this.txt_isFinish; |
| | | this.layoutControlItem12.Location = new System.Drawing.Point(542, 64); |
| | | this.layoutControlItem12.Location = new System.Drawing.Point(542, 62); |
| | | this.layoutControlItem12.Name = "layoutControlItem12"; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem12.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem12.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem12.Text = "完结标识"; |
| | | this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem12.TextVisible = false; |
| | |
| | | // layoutControlItem11 |
| | | // |
| | | this.layoutControlItem11.Control = this.txt_status; |
| | | this.layoutControlItem11.Location = new System.Drawing.Point(813, 64); |
| | | this.layoutControlItem11.Location = new System.Drawing.Point(813, 62); |
| | | this.layoutControlItem11.Name = "layoutControlItem11"; |
| | | this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem11.Size = new System.Drawing.Size(272, 32); |
| | | this.layoutControlItem11.Size = new System.Drawing.Size(272, 31); |
| | | this.layoutControlItem11.Text = "审核标识"; |
| | | this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); |
| | | this.layoutControlItem11.TextVisible = false; |
| | |
| | | this.layoutControlItem5.Location = new System.Drawing.Point(271, 0); |
| | | this.layoutControlItem5.Name = "layoutControlItem5"; |
| | | this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem5.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem5.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem5.Text = "退料方式"; |
| | | this.layoutControlItem5.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem4 |
| | | // |
| | | this.layoutControlItem4.Control = this.txt_fCustId; |
| | | this.layoutControlItem4.Location = new System.Drawing.Point(271, 32); |
| | | this.layoutControlItem4.Location = new System.Drawing.Point(271, 31); |
| | | this.layoutControlItem4.Name = "layoutControlItem4"; |
| | | this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1; |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem4.Text = "选择客户"; |
| | | this.layoutControlItem4.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem6 |
| | | // |
| | | this.layoutControlItem6.Control = this.txt_fIsLink; |
| | | this.layoutControlItem6.Location = new System.Drawing.Point(271, 64); |
| | | this.layoutControlItem6.Location = new System.Drawing.Point(271, 62); |
| | | this.layoutControlItem6.MinSize = new System.Drawing.Size(246, 30); |
| | | this.layoutControlItem6.Name = "layoutControlItem6"; |
| | | this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2; |
| | | this.layoutControlItem6.Size = new System.Drawing.Size(271, 32); |
| | | this.layoutControlItem6.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
| | | this.layoutControlItem6.Text = "有无源单"; |
| | | this.layoutControlItem6.TextSize = new System.Drawing.Size(90, 18); |
| | |
| | | // layoutControlItem7 |
| | | // |
| | | this.layoutControlItem7.Control = this.txt_remark; |
| | | this.layoutControlItem7.Location = new System.Drawing.Point(271, 96); |
| | | this.layoutControlItem7.Location = new System.Drawing.Point(271, 93); |
| | | this.layoutControlItem7.Name = "layoutControlItem7"; |
| | | this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1; |
| | | this.layoutControlItem7.OptionsTableLayoutItem.ColumnSpan = 2; |
| | | this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 3; |
| | | this.layoutControlItem7.Size = new System.Drawing.Size(542, 32); |
| | | this.layoutControlItem7.Text = "退货备注"; |
| | | this.layoutControlItem7.Size = new System.Drawing.Size(542, 31); |
| | | this.layoutControlItem7.Text = "申请备注"; |
| | | this.layoutControlItem7.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // tabMx |
| | |
| | | // |
| | | // gvMx1id |
| | | // |
| | | |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "主键Guid"; |
| | | this.gvMx1id.FieldName = "guid"; |
| | |
| | | // |
| | | // gvMx1mid |
| | | // |
| | | |
| | | this.gvMx1mid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mid.Caption = "外键Guid"; |
| | | this.gvMx1mid.FieldName = "pGuid"; |
| | |
| | | // |
| | | // gvMx1invBillNo |
| | | // |
| | | |
| | | this.gvMx1invBillNo.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1invBillNo.Caption = "入库单号"; |
| | | this.gvMx1invBillNo.FieldName = "rkNo"; |
| | |
| | | // |
| | | // gvMx1itemId |
| | | // |
| | | |
| | | this.gvMx1itemId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1itemId.Caption = "物料id "; |
| | | this.gvMx1itemId.FieldName = "itemId"; |
| | |
| | | // |
| | | // gvMx1sqNum |
| | | // |
| | | |
| | | this.gvMx1sqNum.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1sqNum.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1sqNum.AppearanceCell.Options.UseForeColor = true; |
| | |
| | | // |
| | | // gvMx1ysNum |
| | | // |
| | | |
| | | this.gvMx1ysNum.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ysNum.Caption = "已扫数量"; |
| | | this.gvMx1ysNum.FieldName = "sQty"; |
| | |
| | | // |
| | | // gvMx1remark |
| | | // |
| | | |
| | | this.gvMx1remark.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1remark.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1remark.AppearanceCell.Options.UseForeColor = true; |
| | | this.gvMx1remark.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; |
| | | this.gvMx1remark.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gvMx1remark.Caption = "备注"; |
| | | this.gvMx1remark.Caption = "申请备注"; |
| | | this.gvMx1remark.FieldName = "remark"; |
| | | this.gvMx1remark.MinWidth = 50; |
| | | this.gvMx1remark.Name = "gvMx1remark"; |
| | |
| | | this.repositoryItemComboBox1.NullText = "请选择"; |
| | | this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
| | | // |
| | | // gridColumn8 |
| | | // |
| | | this.gridColumn8.Caption = "次序"; |
| | | this.gridColumn8.FieldName = "fidx"; |
| | | this.gridColumn8.MinWidth = 25; |
| | | this.gridColumn8.Name = "gridColumn8"; |
| | | this.gridColumn8.Visible = true; |
| | | this.gridColumn8.VisibleIndex = 10; |
| | | this.gridColumn8.Width = 94; |
| | | // |
| | | // gvMxDel |
| | | // |
| | | this.gvMxDel.Caption = "移出"; |
| | |
| | | this.picCheckBox.TabIndex = 8; |
| | | this.picCheckBox.TabStop = false; |
| | | this.picCheckBox.Visible = false; |
| | | // |
| | | // gridColumn8 |
| | | // |
| | | this.gridColumn8.Caption = "次序"; |
| | | this.gridColumn8.FieldName = "fidx"; |
| | | this.gridColumn8.MinWidth = 25; |
| | | this.gridColumn8.Name = "gridColumn8"; |
| | | this.gridColumn8.Visible = true; |
| | | this.gridColumn8.VisibleIndex = 10; |
| | | this.gridColumn8.Width = 94; |
| | | // |
| | | // Frm_MesShouTui |
| | | // |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; |
| | | private DevExpress.Utils.ToolTipController tips; |
| | | } |
| | | } |