| | |
| | | this.gridColumn1.FieldName = "id"; |
| | | this.gridColumn1.MaxWidth = 80; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.UnboundDataType = typeof(short); |
| | | this.gridColumn1.UnboundDataType = typeof(string); |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 0; |
| | | this.gridColumn1.Width = 42; |
| | |
| | | this.gridColumn2.Caption = "物料编号"; |
| | | this.gridColumn2.FieldName = "itemNo"; |
| | | this.gridColumn2.MaxWidth = 80; |
| | | this.gridColumn2.MinWidth = 80; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.UnboundDataType = typeof(string); |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 1; |
| | | this.gridColumn2.Width = 68; |
| | | this.gridColumn2.Width = 80; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | |
| | | this.Controls.Add(this.lookSearchSupplier); |
| | | this.Name = "UcLookItems"; |
| | | this.Size = new System.Drawing.Size(266, 33); |
| | | this.Tag = "no"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.lookSearchSupplier.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit(); |
| | | this.ResumeLayout(false); |