| | |
| | | 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.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 = 264; |
| | |
| | | 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.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 = 263; |