| | |
| | | this.gvMx1itemBarcode.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1itemBarcode.Caption = "物料条码 "; |
| | | this.gvMx1itemBarcode.FieldName = "itemBarcode"; |
| | | this.gvMx1itemBarcode.MinWidth = 120; |
| | | this.gvMx1itemBarcode.MinWidth = 300; |
| | | this.gvMx1itemBarcode.Name = "gvMx1itemBarcode"; |
| | | this.gvMx1itemBarcode.Tag = "query_a.ITEM_BARCODE"; |
| | | this.gvMx1itemBarcode.Visible = true; |
| | | this.gvMx1itemBarcode.VisibleIndex = 0; |
| | | this.gvMx1itemBarcode.Width = 120; |
| | | this.gvMx1itemBarcode.Width = 300; |
| | | // |
| | | // gvMx1guid |
| | | // |
| | |
| | | this.txt_iCount_1.Name = "txt_iCount_1"; |
| | | this.txt_iCount_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_iCount_1.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_iCount_1.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_iCount_1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager)); |
| | | this.txt_iCount_1.Properties.MaskSettings.Set("mask", "\\d+"); |
| | | this.txt_iCount_1.Properties.UseMaskAsDisplayFormat = true; |
| | | this.txt_iCount_1.Size = new System.Drawing.Size(94, 28); |
| | | this.txt_iCount_1.TabIndex = 262; |
| | | this.txt_iCount_1.ToolTip = "请输入条码张数"; |
| | | // |
| | | // labelControl4 |
| | | // |
| | |
| | | this.txt_psnQty_1.Name = "txt_psnQty_1"; |
| | | this.txt_psnQty_1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_psnQty_1.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_psnQty_1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegExpMaskManager)); |
| | | this.txt_psnQty_1.Properties.MaskSettings.Set("mask", "\\d+"); |
| | | this.txt_psnQty_1.Properties.UseMaskAsDisplayFormat = true; |
| | | this.txt_psnQty_1.Size = new System.Drawing.Size(94, 28); |
| | | this.txt_psnQty_1.TabIndex = 258; |
| | | this.txt_psnQty_1.ToolTip = "请输入每张条码的数量"; |
| | | // |
| | | // labelControl2 |
| | | // |