| | |
| | | // lookSearchSupplier |
| | | // |
| | | this.lookSearchSupplier.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | 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.gridColumn2.Caption = "仓库编号"; |
| | | this.gridColumn2.FieldName = "depotCode"; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.UnboundDataType = typeof(string); |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 1; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | this.gridColumn3.Caption = "供应商名称"; |
| | | this.gridColumn3.Caption = "仓库名称"; |
| | | this.gridColumn3.FieldName = "depotName"; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.Visible = true; |