| | |
| | | this.lookSearchSupplier.EditValue = "请选择"; |
| | | this.lookSearchSupplier.Location = new System.Drawing.Point(0, 0); |
| | | this.lookSearchSupplier.Name = "lookSearchSupplier"; |
| | | this.lookSearchSupplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.lookSearchSupplier.Properties.Appearance.Options.UseFont = true; |
| | | this.lookSearchSupplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.lookSearchSupplier.Properties.PopupView = this.searchLookUpEdit1View; |
| | | this.lookSearchSupplier.Size = new System.Drawing.Size(266, 28); |
| | | this.lookSearchSupplier.Size = new System.Drawing.Size(266, 24); |
| | | this.lookSearchSupplier.TabIndex = 9; |
| | | // |
| | | // searchLookUpEdit1View |
| | |
| | | // |
| | | this.gridColumn6.Caption = "使用组织"; |
| | | this.gridColumn6.FieldName = "fSubsidiary"; |
| | | this.gridColumn6.MinWidth = 200; |
| | | this.gridColumn6.MinWidth = 50; |
| | | this.gridColumn6.Name = "gridColumn6"; |
| | | this.gridColumn6.Visible = true; |
| | | this.gridColumn6.VisibleIndex = 0; |
| | |
| | | // |
| | | this.gridColumn2.Caption = "物料编号"; |
| | | this.gridColumn2.FieldName = "itemNo"; |
| | | this.gridColumn2.MinWidth = 110; |
| | | this.gridColumn2.MaxWidth = 110; |
| | | this.gridColumn2.MinWidth = 50; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.UnboundDataType = typeof(string); |
| | | this.gridColumn2.Visible = true; |
| | |
| | | // |
| | | this.gridColumn3.Caption = "物料名称"; |
| | | this.gridColumn3.FieldName = "itemName"; |
| | | this.gridColumn3.MinWidth = 100; |
| | | this.gridColumn3.MaxWidth = 150; |
| | | this.gridColumn3.MinWidth = 50; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Visible = true; |
| | | this.gridColumn3.VisibleIndex = 3; |
| | |
| | | // |
| | | this.gridColumn5.Caption = "物料规格"; |
| | | this.gridColumn5.FieldName = "itemModel"; |
| | | this.gridColumn5.MinWidth = 100; |
| | | this.gridColumn5.MaxWidth = 200; |
| | | this.gridColumn5.MinWidth = 50; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.Visible = true; |
| | | this.gridColumn5.VisibleIndex = 4; |