} //Constructor #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStripButton toolStripBack; Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderICR)); this.ultraGroupBox2 = new Signature.Windows.Forms.GroupBox(); this.txtName = new Signature.Windows.Forms.MaskedLabel(); this.txtTeacher = new Signature.Windows.Forms.MaskedEdit(); this.txtCustomerID = new Signature.Windows.Forms.MaskedEdit(); this.label9 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new Signature.Windows.Forms.GroupBox(); this.imgXField = new PegasusImaging.WinForms.ImagXpress7.PICImagXpress(); this.img = new PegasusImaging.WinForms.ImagXpress7.PICImagXpress(); this.tStrip = new System.Windows.Forms.ToolStrip(); this.tooStripProccessImage = new System.Windows.Forms.ToolStripButton(); this.toolStripNext = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTeacher = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripAll = new System.Windows.Forms.ToolStripButton(); toolStripBack = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit(); this.groupBox1.SuspendLayout(); this.tStrip.SuspendLayout(); this.SuspendLayout(); // // toolStripBack // toolStripBack.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripBack.Name = "toolStripBack"; toolStripBack.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0); toolStripBack.Size = new System.Drawing.Size(76, 22); toolStripBack.Text = "Back"; toolStripBack.Click += new System.EventHandler(this.button1_Click); // // ultraGroupBox2 // this.ultraGroupBox2.AllowDrop = true; this.ultraGroupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox2.Controls.Add(this.txtName); this.ultraGroupBox2.Controls.Add(this.txtTeacher); this.ultraGroupBox2.Controls.Add(this.txtCustomerID); this.ultraGroupBox2.Controls.Add(this.label9); this.ultraGroupBox2.Controls.Add(this.label1); this.ultraGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox2.Location = new System.Drawing.Point(12, 35); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(552, 106); this.ultraGroupBox2.TabIndex = 43; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // txtName // this.txtName.AllowDrop = true; appearance1.BackColor = System.Drawing.Color.Transparent; appearance1.FontData.SizeInPoints = 12F; this.txtName.Appearance = appearance1; this.txtName.Location = new System.Drawing.Point(177, 19); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(357, 29); this.txtName.TabIndex = 19; this.txtName.TabStop = true; this.txtName.Value = null; // // txtTeacher // this.txtTeacher.AllowDrop = true; this.txtTeacher.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtTeacher.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTeacher.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTeacher.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTeacher.Location = new System.Drawing.Point(110, 57); this.txtTeacher.MaxLength = 30; this.txtTeacher.Name = "txtCustomerID"; this.txtTeacher.Size = new System.Drawing.Size(424, 26); this.txtTeacher.TabIndex = 1; this.txtTeacher.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // txtCustomerID // this.txtCustomerID.AllowDrop = true; this.txtCustomerID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtCustomerID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCustomerID.Location = new System.Drawing.Point(110, 24); this.txtCustomerID.Name = "txtCustomerID"; this.txtCustomerID.Size = new System.Drawing.Size(52, 20); this.txtCustomerID.TabIndex = 0; this.txtCustomerID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Location = new System.Drawing.Point(37, 24); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(54, 19); this.label9.TabIndex = 18; this.label9.Text = "School:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(11, 63); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 16); this.label1.TabIndex = 16; this.label1.Text = "Teacher/Class:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.AllowDrop = true; this.groupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox1.Controls.Add(this.imgXField); this.groupBox1.Controls.Add(this.img); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(13, 150); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(551, 502); this.groupBox1.TabIndex = 44; this.groupBox1.Text = "Image Processing"; this.groupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // imgXField // this.imgXField.AddOnBehavior = PegasusImaging.WinForms.ImagXpress7.enumAddOnBehavior.ADDONBEHAVIOR_ShowEval; this.imgXField.AlignH = PegasusImaging.WinForms.ImagXpress7.enumAlignH.ALIGNH_Center; this.imgXField.AlignV = PegasusImaging.WinForms.ImagXpress7.enumAlignV.ALIGNV_Center; this.imgXField.AspectX = 1; this.imgXField.AspectY = 1; this.imgXField.Async = false; this.imgXField.AsyncCancelOnClose = false; this.imgXField.AsyncMaxThreads = 4; this.imgXField.AsyncPriority = PegasusImaging.WinForms.ImagXpress7.enumAsyncPriority.ASYNC_Normal; this.imgXField.AutoClose = true; this.imgXField.AutoInvalidate = true; this.imgXField.AutoSize = PegasusImaging.WinForms.ImagXpress7.enumAutoSize.ISIZE_CropImage; this.imgXField.BackColor = System.Drawing.Color.White; this.imgXField.BorderType = PegasusImaging.WinForms.ImagXpress7.enumBorderType.BORD_Inset; this.imgXField.CancelLoad = false; this.imgXField.CancelMode = PegasusImaging.WinForms.ImagXpress7.enumCancelMode.CM_None; this.imgXField.CancelRemove = false; this.imgXField.CompressInMemory = PegasusImaging.WinForms.ImagXpress7.enumCompressInMemory.CMEM_NONE; this.imgXField.CropX = 0; this.imgXField.CropY = 0; this.imgXField.DIBXPos = -1; this.imgXField.DIBYPos = -1; this.imgXField.DisplayError = false; this.imgXField.DisplayMode = PegasusImaging.WinForms.ImagXpress7.enumPicDisplayMode.DM_TrueColor; this.imgXField.DrawFillColor = System.Drawing.Color.Black; this.imgXField.DrawFillStyle = PegasusImaging.WinForms.ImagXpress7.enumFillStyle.FILL_Transparent; this.imgXField.DrawMode = PegasusImaging.WinForms.ImagXpress7.enumDrawMode.PEN_CopyPen; this.imgXField.DrawStyle = PegasusImaging.WinForms.ImagXpress7.enumBorderStyle.STYLE_Solid; this.imgXField.DrawWidth = 1; this.imgXField.Edition = PegasusImaging.WinForms.ImagXpress7.enumEdition.EDITION_Prof; this.imgXField.EvalMode = PegasusImaging.WinForms.ImagXpress7.enumEvaluationMode.EVAL_Automatic; this.imgXField.FileName = ""; this.imgXField.FileOffsetUse = PegasusImaging.WinForms.ImagXpress7.enumFileOffsetUse.FO_IMAGE; this.imgXField.FileTimeout = 10000; this.imgXField.FTPMode = PegasusImaging.WinForms.ImagXpress7.enumFTPMode.FTP_ACTIVE; this.imgXField.FTPPassword = ""; this.imgXField.FTPUserName = ""; this.imgXField.IResUnits = PegasusImaging.WinForms.ImagXpress7.enumIRes.IRes_Inch; this.imgXField.IResX = 0; this.imgXField.IResY = 0; this.imgXField.JPEGCosited = false; this.imgXField.JPEGEnhDecomp = true; this.imgXField.LoadCropEnabled = false; this.imgXField.LoadCropHeight = 0; this.imgXField.LoadCropWidth = 0; this.imgXField.LoadCropX = 0; this.imgXField.LoadCropY = 0; this.imgXField.LoadResizeEnabled = false; this.imgXField.LoadResizeHeight = 0; this.imgXField.LoadResizeMaintainAspectRatio = true; this.imgXField.LoadResizeWidth = 0; this.imgXField.LoadRotated = PegasusImaging.WinForms.ImagXpress7.enumLoadRotated.LR_NONE; this.imgXField.LoadThumbnail = PegasusImaging.WinForms.ImagXpress7.enumLoadThumbnail.THUMBNAIL_None; this.imgXField.Location = new System.Drawing.Point(14, 408); this.imgXField.LZWPassword = ""; this.imgXField.ManagePalette = true; this.imgXField.MaxHeight = 0; this.imgXField.MaxWidth = 0; this.imgXField.MinHeight = 1; this.imgXField.MinWidth = 1; this.imgXField.MousePointer = PegasusImaging.WinForms.ImagXpress7.enumMousePointer.MP_Default; this.imgXField.Multitask = false; this.imgXField.Name = "imgXField"; this.imgXField.Notify = false; this.imgXField.NotifyDelay = 0; this.imgXField.OLEDropMode = PegasusImaging.WinForms.ImagXpress7.enumOLEDropMode.OLEDROP_NONE; this.imgXField.OwnDIB = true; this.imgXField.PageNbr = 0; this.imgXField.Pages = 0; this.imgXField.Palette = PegasusImaging.WinForms.ImagXpress7.enumPalette.IPAL_Optimized; this.imgXField.PDFSwapBlackandWhite = false; this.imgXField.Persistence = true; this.imgXField.PFileName = ""; this.imgXField.PICPassword = ""; this.imgXField.Picture = null; this.imgXField.PictureEnabled = true; this.imgXField.PrinterBanding = false; this.imgXField.ProgressEnabled = false; this.imgXField.ProgressPct = 10; this.imgXField.ProxyServer = ""; this.imgXField.RaiseExceptions = false; this.imgXField.SaveCompressSize = 0; this.imgXField.SaveEXIFThumbnailSize = ((short)(0)); this.imgXField.SaveFileName = ""; this.imgXField.SaveFileType = PegasusImaging.WinForms.ImagXpress7.enumSaveFileType.FT_DEFAULT; this.imgXField.SaveGIFInterlaced = false; this.imgXField.SaveGIFType = PegasusImaging.WinForms.ImagXpress7.enumGIFType.GIF89a; this.imgXField.SaveJLSInterLeave = 0; this.imgXField.SaveJLSMaxValue = 0; this.imgXField.SaveJLSNear = 0; this.imgXField.SaveJLSPoint = 0; this.imgXField.SaveJP2Order = PegasusImaging.WinForms.ImagXpress7.enumProgressionOrder.PO_DEFAULT; this.imgXField.SaveJP2Type = PegasusImaging.WinForms.ImagXpress7.enumJP2Type.JP2_LOSSY; this.imgXField.SaveJPEGChromFactor = ((short)(10)); this.imgXField.SaveJPEGCosited = false; this.imgXField.SaveJPEGGrayscale = false; this.imgXField.SaveJPEGLumFactor = ((short)(10)); this.imgXField.SaveJPEGProgressive = false; this.imgXField.SaveJPEGSubSampling = PegasusImaging.WinForms.ImagXpress7.enumSaveJPEGSubSampling.SS_411; this.imgXField.SaveLJPCompMethod = PegasusImaging.WinForms.ImagXpress7.enumSaveLJPCompMethod.LJPMETHOD_JPEG; this.imgXField.SaveLJPCompType = PegasusImaging.WinForms.ImagXpress7.enumSaveLJPCompType.LJPTYPE_RGB; this.imgXField.SaveLJPPrediction = ((short)(1)); this.imgXField.SaveMultiPage = false; this.imgXField.SavePBMType = PegasusImaging.WinForms.ImagXpress7.enumPortableType.PT_Binary; this.imgXField.SavePDFCompression = PegasusImaging.WinForms.ImagXpress7.enumSavePDFCompression.PDF_Compress_Default; this.imgXField.SavePDFSwapBlackandWhite = false; this.imgXField.SavePGMType = PegasusImaging.WinForms.ImagXpress7.enumPortableType.PT_Binary; this.imgXField.SavePNGInterlaced = false; this.imgXField.SavePPMType = PegasusImaging.WinForms.ImagXpress7.enumPortableType.PT_Binary; this.imgXField.SaveTIFFByteOrder = PegasusImaging.WinForms.ImagXpress7.enumSaveTIFFByteOrder.TIFF_INTEL; this.imgXField.SaveTIFFCompression = PegasusImaging.WinForms.ImagXpress7.enumSaveTIFFCompression.TIFF_Uncompressed; this.imgXField.SaveTIFFRowsPerStrip = 0; this.imgXField.SaveTileHeight = 0; this.imgXField.SaveTileWidth = 0; this.imgXField.SaveToBuffer = false; this.imgXField.SaveTransparencyColor = System.Drawing.Color.Black; this.imgXField.SaveTransparent = PegasusImaging.WinForms.ImagXpress7.enumTransparencyMatch.TRANSPARENT_None; this.imgXField.SaveWSQBlack = ((short)(0)); this.imgXField.SaveWSQQuant = 1; this.imgXField.SaveWSQWhite = ((short)(255)); this.imgXField.ScaleResizeToGray = false; this.imgXField.ScrollBarLargeChangeH = 10; this.imgXField.ScrollBarLargeChangeV = 10; this.imgXField.ScrollBars = PegasusImaging.WinForms.ImagXpress7.enumScrollBars.SB_None; this.imgXField.ScrollBarSmallChangeH = 1; this.imgXField.ScrollBarSmallChangeV = 1; this.imgXField.ShowHourglass = false; this.imgXField.Size = new System.Drawing.Size(519, 88); this.imgXField.SN = "PEXPL700AL-28EWFI88YN1"; this.imgXField.SpecialTIFFHandling = false; this.imgXField.TabIndex = 46; this.imgXField.TIFFIFDOffset = 0; this.imgXField.Timer = 0; this.imgXField.TWAINManufacturer = ""; this.imgXField.TWAINProductFamily = ""; this.imgXField.TWAINProductName = ""; this.imgXField.TWAINVersionInfo = ""; this.imgXField.UndoEnabled = false; this.imgXField.ViewAntialias = true; this.imgXField.ViewBrightness = ((short)(0)); this.imgXField.ViewContrast = ((short)(0)); this.imgXField.ViewDithered = true; this.imgXField.ViewGrayMode = PegasusImaging.WinForms.ImagXpress7.enumGrayMode.GRAY_Standard; this.imgXField.ViewProgressive = false; this.imgXField.ViewSmoothing = true; this.imgXField.ViewUpdate = true; this.imgXField.WMFConvert = false; // // img // this.img.AddOnBehavior = PegasusImaging.WinForms.ImagXpress7.enumAddOnBehavior.ADDONBEHAVIOR_ShowEval; this.img.AlignH = PegasusImaging.WinForms.ImagXpress7.enumAlignH.ALIGNH_Center; this.img.AlignV = PegasusImaging.WinForms.ImagXpress7.enumAlignV.ALIGNV_Center; this.img.AspectX = 1; this.img.AspectY = 1; this.img.Async = false; this.img.AsyncCancelOnClose = false; this.img.AsyncMaxThreads = 4; this.img.AsyncPriority = PegasusImaging.WinForms.ImagXpress7.enumAsyncPriority.ASYNC_Normal; this.img.AutoClose = true; this.img.AutoInvalidate = true; this.img.AutoSize = PegasusImaging.WinForms.ImagXpress7.enumAutoSize.ISIZE_BestFit; this.img.BackColor = System.Drawing.Color.Black; this.img.BorderType = PegasusImaging.WinForms.ImagXpress7.enumBorderType.BORD_Flat; this.img.CancelLoad = false; this.img.CancelMode = PegasusImaging.WinForms.ImagXpress7.enumCancelMode.CM_None; this.img.CancelRemove = false; this.img.CompressInMemory = PegasusImaging.WinForms.ImagXpress7.enumCompressInMemory.CMEM_NONE; this.img.CropX = 0; this.img.CropY = 0; this.img.DIBXPos = -1; this.img.DIBYPos = -1; this.img.DisplayError = false; this.img.DisplayMode = PegasusImaging.WinForms.ImagXpress7.enumPicDisplayMode.DM_TrueColor; this.img.DrawFillColor = System.Drawing.Color.Black; this.img.DrawFillStyle = PegasusImaging.WinForms.ImagXpress7.enumFillStyle.FILL_Transparent; this.img.DrawMode = PegasusImaging.WinForms.ImagXpress7.enumDrawMode.PEN_CopyPen; this.img.DrawStyle = PegasusImaging.WinForms.ImagXpress7.enumBorderStyle.STYLE_Solid; this.img.DrawWidth = 1; this.img.Edition = PegasusImaging.WinForms.ImagXpress7.enumEdition.EDITION_Prof; this.img.EvalMode = PegasusImaging.WinForms.ImagXpress7.enumEvaluationMode.EVAL_Automatic; this.img.FileName = ""; this.img.FileOffsetUse = PegasusImaging.WinForms.ImagXpress7.enumFileOffsetUse.FO_IMAGE; this.img.FileTimeout = 10000; this.img.FTPMode = PegasusImaging.WinForms.ImagXpress7.enumFTPMode.FTP_ACTIVE; this.img.FTPPassword = ""; this.img.FTPUserName = ""; this.img.IResUnits = PegasusImaging.WinForms.ImagXpress7.enumIRes.IRes_Inch; this.img.IResX = 0; this.img.IResY = 0; this.img.JPEGCosited = false; this.img.JPEGEnhDecomp = true; this.img.LoadCropEnabled = false; this.img.LoadCropHeight = 0; this.img.LoadCropWidth = 0; this.img.LoadCropX = 0; this.img.LoadCropY = 0; this.img.LoadResizeEnabled = false; this.img.LoadResizeHeight = 0; this.img.LoadResizeMaintainAspectRatio = true; this.img.LoadResizeWidth = 0; this.img.LoadRotated = PegasusImaging.WinForms.ImagXpress7.enumLoadRotated.LR_NONE; this.img.LoadThumbnail = PegasusImaging.WinForms.ImagXpress7.enumLoadThumbnail.THUMBNAIL_None; this.img.Location = new System.Drawing.Point(14, 31); this.img.LZWPassword = ""; this.img.ManagePalette = true; this.img.MaxHeight = 0; this.img.MaxWidth = 0; this.img.MinHeight = 1; this.img.MinWidth = 1; this.img.MousePointer = PegasusImaging.WinForms.ImagXpress7.enumMousePointer.MP_Default; this.img.Multitask = false; this.img.Name = "img"; this.img.Notify = false; this.img.NotifyDelay = 0; this.img.OLEDropMode = PegasusImaging.WinForms.ImagXpress7.enumOLEDropMode.OLEDROP_NONE; this.img.OwnDIB = true; this.img.PageNbr = 0; this.img.Pages = 0; this.img.Palette = PegasusImaging.WinForms.ImagXpress7.enumPalette.IPAL_Optimized; this.img.PDFSwapBlackandWhite = false; this.img.Persistence = true; this.img.PFileName = ""; this.img.PICPassword = ""; this.img.Picture = null; this.img.PictureEnabled = true; this.img.PrinterBanding = false; this.img.ProgressEnabled = false; this.img.ProgressPct = 10; this.img.ProxyServer = ""; this.img.RaiseExceptions = false; this.img.SaveCompressSize = 0; this.img.SaveEXIFThumbnailSize = ((short)(0)); this.img.SaveFileName = ""; this.img.SaveFileType = PegasusImaging.WinForms.ImagXpress7.enumSaveFileType.FT_DEFAULT; this.img.SaveGIFInterlaced = false; this.img.SaveGIFType = PegasusImaging.WinForms.ImagXpress7.enumGIFType.GIF89a; this.img.SaveJLSInterLeave = 0; this.img.SaveJLSMaxValue = 0; this.img.SaveJLSNear = 0; this.img.SaveJLSPoint = 0; this.img.SaveJP2Order = PegasusImaging.WinForms.ImagXpress7.enumProgressionOrder.PO_DEFAULT; this.img.SaveJP2Type = PegasusImaging.WinForms.ImagXpress7.enumJP2Type.JP2_LOSSY; this.img.SaveJPEGChromFactor = ((short)(10)); this.img.SaveJPEGCosited = false; this.img.SaveJPEGGrayscale = false; this.img.SaveJPEGLumFactor = ((short)(10)); this.img.SaveJPEGProgressive = false; this.img.SaveJPEGSubSampling = PegasusImaging.WinForms.ImagXpress7.enumSaveJPEGSubSampling.SS_411; this.img.SaveLJPCompMethod = PegasusImaging.WinForms.ImagXpress7.enumSaveLJPCompMethod.LJPMETHOD_JPEG; this.img.SaveLJPCompType = PegasusImaging.WinForms.ImagXpress7.enumSaveLJPCompType.LJPTYPE_RGB; this.img.SaveLJPPrediction = ((short)(1)); this.img.SaveMultiPage = false; this.img.SavePBMType = PegasusImaging.WinForms.ImagXpress7.enumPortableType.PT_Binary; this.img.SavePDFCompression = PegasusImaging.WinForms.ImagXpress7.enumSavePDFCompression.PDF_Compress_Default; this.img.SavePDFSwapBlackandWhite = false; this.img.SavePGMType = PegasusImaging.WinForms.ImagXpress7.enumPortableType.PT_Binary; this.img.SavePNGInterlaced = false; this.img.SavePPMType = PegasusImaging.WinForms.ImagXpress7.enumPortableType.PT_Binary; this.img.SaveTIFFByteOrder = PegasusImaging.WinForms.ImagXpress7.enumSaveTIFFByteOrder.TIFF_INTEL; this.img.SaveTIFFCompression = PegasusImaging.WinForms.ImagXpress7.enumSaveTIFFCompression.TIFF_Uncompressed; this.img.SaveTIFFRowsPerStrip = 0; this.img.SaveTileHeight = 0; this.img.SaveTileWidth = 0; this.img.SaveToBuffer = false; this.img.SaveTransparencyColor = System.Drawing.Color.Black; this.img.SaveTransparent = PegasusImaging.WinForms.ImagXpress7.enumTransparencyMatch.TRANSPARENT_None; this.img.SaveWSQBlack = ((short)(0)); this.img.SaveWSQQuant = 1; this.img.SaveWSQWhite = ((short)(255)); this.img.ScaleResizeToGray = false; this.img.ScrollBarLargeChangeH = 10; this.img.ScrollBarLargeChangeV = 10; this.img.ScrollBars = PegasusImaging.WinForms.ImagXpress7.enumScrollBars.SB_None; this.img.ScrollBarSmallChangeH = 1; this.img.ScrollBarSmallChangeV = 1; this.img.ShowHourglass = false; this.img.Size = new System.Drawing.Size(518, 371); this.img.SN = "PEXPL700AL-28EWFI88YN1"; this.img.SpecialTIFFHandling = false; this.img.TabIndex = 44; this.img.Text = "img"; this.img.TIFFIFDOffset = 0; this.img.Timer = 0; this.img.TWAINManufacturer = ""; this.img.TWAINProductFamily = ""; this.img.TWAINProductName = ""; this.img.TWAINVersionInfo = ""; this.img.UndoEnabled = false; this.img.ViewAntialias = true; this.img.ViewBrightness = ((short)(0)); this.img.ViewContrast = ((short)(0)); this.img.ViewDithered = true; this.img.ViewGrayMode = PegasusImaging.WinForms.ImagXpress7.enumGrayMode.GRAY_Standard; this.img.ViewProgressive = false; this.img.ViewSmoothing = true; this.img.ViewUpdate = true; this.img.WMFConvert = false; // // tStrip // this.tStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tooStripProccessImage, toolStripBack, this.toolStripNext, this.toolStripSeparator3, this.toolStripTeacher, this.toolStripSeparator1, this.toolStripAll }); this.tStrip.Location = new System.Drawing.Point(0, 0); this.tStrip.Name = "tStrip"; this.tStrip.Size = new System.Drawing.Size(578, 25); this.tStrip.TabIndex = 55; this.tStrip.Text = "toolStrip1"; // // tooStripProccessImage // this.tooStripProccessImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tooStripProccessImage.Image = ((System.Drawing.Image)(resources.GetObject("tooStripProccessImage.Image"))); this.tooStripProccessImage.ImageTransparentColor = System.Drawing.Color.Magenta; this.tooStripProccessImage.Name = "tooStripProccessImage"; this.tooStripProccessImage.Size = new System.Drawing.Size(87, 22); this.tooStripProccessImage.Text = "Process Image"; this.tooStripProccessImage.Click += new System.EventHandler(this.btProcessImage_Click); // // toolStripNext // this.toolStripNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripNext.Image = ((System.Drawing.Image)(resources.GetObject("toolStripNext.Image"))); this.toolStripNext.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripNext.Name = "toolStripNext"; this.toolStripNext.Size = new System.Drawing.Size(35, 22); this.toolStripNext.Text = "Next"; this.toolStripNext.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.toolStripNext.Click += new System.EventHandler(this.bNextImage_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // toolStripTeacher // this.toolStripTeacher.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripTeacher.Image = ((System.Drawing.Image)(resources.GetObject("toolStripTeacher.Image"))); this.toolStripTeacher.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripTeacher.Name = "toolStripTeacher"; this.toolStripTeacher.Size = new System.Drawing.Size(96, 22); this.toolStripTeacher.Text = "Process Teacher"; this.toolStripTeacher.ToolTipText = "toolStripTeacher"; this.toolStripTeacher.Click += new System.EventHandler(this.toolStripTeacher_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripAll // this.toolStripAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripAll.Image = ((System.Drawing.Image)(resources.GetObject("toolStripAll.Image"))); this.toolStripAll.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripAll.Name = "toolStripAll"; this.toolStripAll.Size = new System.Drawing.Size(90, 22); this.toolStripAll.Text = "Process School"; this.toolStripAll.ToolTipText = "Process All"; this.toolStripAll.Click += new System.EventHandler(this.cAll_Click); // // frmOrderICR // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(578, 687); this.Controls.Add(this.tStrip); this.Controls.Add(this.groupBox1); this.Controls.Add(this.ultraGroupBox2); this.MinimizeBox = false; this.Name = "frmOrderICR"; this.Text = "Order Scan Processing"; this.TransparencyKey = System.Drawing.Color.Empty; this.Load += new System.EventHandler(this.frmICR_Load); this.Controls.SetChildIndex(this.ultraGroupBox2, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.tStrip, 0); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit(); this.groupBox1.ResumeLayout(false); this.tStrip.ResumeLayout(false); this.tStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
} //Constructor #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderICRFix)); this.ultraGroupBox2 = new Signature.Windows.Forms.GroupBox(); this.txtName = new Signature.Windows.Forms.MaskedLabel(); this.txtTeacher = new Signature.Windows.Forms.MaskedEdit(); this.txtCustomerID = new Signature.Windows.Forms.MaskedEdit(); this.label9 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.tStrip = new System.Windows.Forms.ToolStrip(); this.NextTeacher = new System.Windows.Forms.ToolStripButton(); this.Start = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.tStrip.SuspendLayout(); this.SuspendLayout(); // // ultraGroupBox2 // this.ultraGroupBox2.AllowDrop = true; this.ultraGroupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox2.Controls.Add(this.txtName); this.ultraGroupBox2.Controls.Add(this.txtTeacher); this.ultraGroupBox2.Controls.Add(this.txtCustomerID); this.ultraGroupBox2.Controls.Add(this.label9); this.ultraGroupBox2.Controls.Add(this.label1); this.ultraGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox2.Location = new System.Drawing.Point(12, 44); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(567, 106); this.ultraGroupBox2.TabIndex = 43; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // txtName // this.txtName.AllowDrop = true; appearance1.BackColor = System.Drawing.Color.Transparent; appearance1.FontData.SizeInPoints = 12F; this.txtName.Appearance = appearance1; this.txtName.Location = new System.Drawing.Point(192, 24); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(357, 29); this.txtName.TabIndex = 19; this.txtName.TabStop = true; this.txtName.Value = null; // // txtTeacher // this.txtTeacher.AllowDrop = true; this.txtTeacher.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtTeacher.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTeacher.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTeacher.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTeacher.Location = new System.Drawing.Point(125, 62); this.txtTeacher.MaxLength = 30; this.txtTeacher.Name = "txtCustomerID"; this.txtTeacher.ReadOnly = true; this.txtTeacher.Size = new System.Drawing.Size(424, 26); this.txtTeacher.TabIndex = 1; // // txtCustomerID // this.txtCustomerID.AllowDrop = true; this.txtCustomerID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtCustomerID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCustomerID.Location = new System.Drawing.Point(125, 29); this.txtCustomerID.Name = "txtCustomerID"; this.txtCustomerID.Size = new System.Drawing.Size(52, 20); this.txtCustomerID.TabIndex = 0; this.txtCustomerID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Location = new System.Drawing.Point(52, 29); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(54, 19); this.label9.TabIndex = 18; this.label9.Text = "School:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(26, 68); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 16); this.label1.TabIndex = 16; this.label1.Text = "Teacher/Class:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tStrip // this.tStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.NextTeacher, this.Start, this.toolStripSeparator3 }); this.tStrip.Location = new System.Drawing.Point(0, 0); this.tStrip.Name = "tStrip"; this.tStrip.Size = new System.Drawing.Size(592, 25); this.tStrip.TabIndex = 54; this.tStrip.Text = "toolStrip1"; // // NextTeacher // this.NextTeacher.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.NextTeacher.Image = ((System.Drawing.Image)(resources.GetObject("NextTeacher.Image"))); this.NextTeacher.ImageTransparentColor = System.Drawing.Color.Magenta; this.NextTeacher.Name = "NextTeacher"; this.NextTeacher.Size = new System.Drawing.Size(99, 22); this.NextTeacher.Text = "Next Teacher >>"; // // Start // this.Start.ImageTransparentColor = System.Drawing.Color.Magenta; this.Start.Name = "Start"; this.Start.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0); this.Start.Size = new System.Drawing.Size(118, 22); this.Start.Text = "Start Process"; this.Start.Click += new System.EventHandler(this.Start_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // frmOrderICRFix // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(592, 202); this.Controls.Add(this.tStrip); this.Controls.Add(this.ultraGroupBox2); this.MinimizeBox = false; this.Name = "frmOrderICRFix"; this.Text = "Order Scan Processing"; this.Load += new System.EventHandler(this.frmICR_Load); this.Controls.SetChildIndex(this.ultraGroupBox2, 0); this.Controls.SetChildIndex(this.tStrip, 0); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); this.tStrip.ResumeLayout(false); this.tStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
} //Constructor #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.ToolStripButton toolStripBack; Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderZonal)); this.ultraGroupBox2 = new Signature.Windows.Forms.GroupBox(); this.txtName = new Signature.Windows.Forms.MaskedLabel(); this.txtTeacher = new Signature.Windows.Forms.MaskedEdit(); this.txtCustomerID = new Signature.Windows.Forms.MaskedEdit(); this.label9 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new Signature.Windows.Forms.GroupBox(); this.panel3 = new System.Windows.Forms.Panel(); this.imgXField = new PegasusImaging.WinForms.ImagXpress9.ImageXView(this.components); this.panel2 = new System.Windows.Forms.Panel(); this.img = new PegasusImaging.WinForms.ImagXpress9.ImageXView(this.components); this.tStrip = new System.Windows.Forms.ToolStrip(); this.tooStripProccessImage = new System.Windows.Forms.ToolStripButton(); this.toolStripNext = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTeacher = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripAll = new System.Windows.Forms.ToolStripButton(); this.imagXpress1 = new PegasusImaging.WinForms.ImagXpress9.ImagXpress(this.components); toolStripBack = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit(); this.groupBox1.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); this.tStrip.SuspendLayout(); this.SuspendLayout(); // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(0, 707); this.txtStatus.Size = new System.Drawing.Size(578, 29); // // toolStripBack // toolStripBack.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripBack.Name = "toolStripBack"; toolStripBack.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0); toolStripBack.Size = new System.Drawing.Size(76, 22); toolStripBack.Text = "Back"; toolStripBack.Click += new System.EventHandler(this.button1_Click); // // ultraGroupBox2 // this.ultraGroupBox2.AllowDrop = true; appearance1.AlphaLevel = ((short)(95)); appearance1.BackColor = System.Drawing.Color.Transparent; this.ultraGroupBox2.Appearance = appearance1; this.ultraGroupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox2.Controls.Add(this.txtName); this.ultraGroupBox2.Controls.Add(this.txtTeacher); this.ultraGroupBox2.Controls.Add(this.txtCustomerID); this.ultraGroupBox2.Controls.Add(this.label9); this.ultraGroupBox2.Controls.Add(this.label1); this.ultraGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox2.Location = new System.Drawing.Point(12, 35); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(552, 106); this.ultraGroupBox2.TabIndex = 43; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // txtName // this.txtName.AllowDrop = true; appearance2.BackColor = System.Drawing.Color.Transparent; appearance2.FontData.SizeInPoints = 12F; this.txtName.Appearance = appearance2; this.txtName.Location = new System.Drawing.Point(177, 19); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(357, 29); this.txtName.TabIndex = 19; this.txtName.TabStop = true; this.txtName.Value = null; // // txtTeacher // this.txtTeacher.AllowDrop = true; this.txtTeacher.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtTeacher.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTeacher.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTeacher.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTeacher.Location = new System.Drawing.Point(110, 57); this.txtTeacher.MaxLength = 30; this.txtTeacher.Name = "txtCustomerID"; this.txtTeacher.Size = new System.Drawing.Size(424, 26); this.txtTeacher.TabIndex = 1; this.txtTeacher.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // txtCustomerID // this.txtCustomerID.AllowDrop = true; this.txtCustomerID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtCustomerID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCustomerID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCustomerID.Location = new System.Drawing.Point(110, 24); this.txtCustomerID.Name = "txtCustomerID"; this.txtCustomerID.Size = new System.Drawing.Size(52, 20); this.txtCustomerID.TabIndex = 0; this.txtCustomerID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Location = new System.Drawing.Point(37, 24); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(54, 19); this.label9.TabIndex = 18; this.label9.Text = "School:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(11, 63); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 16); this.label1.TabIndex = 16; this.label1.Text = "Teacher/Class:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox1 // this.groupBox1.AllowDrop = true; appearance3.AlphaLevel = ((short)(95)); appearance3.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Appearance = appearance3; this.groupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox1.Controls.Add(this.panel3); this.groupBox1.Controls.Add(this.panel2); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(13, 150); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(551, 551); this.groupBox1.TabIndex = 44; this.groupBox1.Text = "Image Processing"; this.groupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // panel3 // this.panel3.Controls.Add(this.imgXField); this.panel3.Location = new System.Drawing.Point(3, 445); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(545, 100); this.panel3.TabIndex = 50; // // imgXField // this.imgXField.Dock = System.Windows.Forms.DockStyle.Bottom; this.imgXField.Location = new System.Drawing.Point(0, 0); this.imgXField.MouseWheelCapture = false; this.imgXField.Name = "imgXField"; this.imgXField.Size = new System.Drawing.Size(545, 100); this.imgXField.TabIndex = 48; // // panel2 // this.panel2.Controls.Add(this.img); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(3, 16); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(545, 430); this.panel2.TabIndex = 49; // // img // this.img.Dock = System.Windows.Forms.DockStyle.Fill; this.img.Location = new System.Drawing.Point(0, 0); this.img.MouseWheelCapture = false; this.img.Name = "img"; this.img.Size = new System.Drawing.Size(545, 430); this.img.TabIndex = 48; // // tStrip // this.tStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tooStripProccessImage, toolStripBack, this.toolStripNext, this.toolStripSeparator3, this.toolStripTeacher, this.toolStripSeparator1, this.toolStripAll }); this.tStrip.Location = new System.Drawing.Point(0, 0); this.tStrip.Name = "tStrip"; this.tStrip.Size = new System.Drawing.Size(578, 25); this.tStrip.TabIndex = 55; this.tStrip.Text = "toolStrip1"; // // tooStripProccessImage // this.tooStripProccessImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tooStripProccessImage.Image = ((System.Drawing.Image)(resources.GetObject("tooStripProccessImage.Image"))); this.tooStripProccessImage.ImageTransparentColor = System.Drawing.Color.Magenta; this.tooStripProccessImage.Name = "tooStripProccessImage"; this.tooStripProccessImage.Size = new System.Drawing.Size(87, 22); this.tooStripProccessImage.Text = "Process Image"; this.tooStripProccessImage.Click += new System.EventHandler(this.btProcessImage_Click); // // toolStripNext // this.toolStripNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripNext.Image = ((System.Drawing.Image)(resources.GetObject("toolStripNext.Image"))); this.toolStripNext.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripNext.Name = "toolStripNext"; this.toolStripNext.Size = new System.Drawing.Size(35, 22); this.toolStripNext.Text = "Next"; this.toolStripNext.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.toolStripNext.Click += new System.EventHandler(this.bNextImage_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // toolStripTeacher // this.toolStripTeacher.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripTeacher.Image = ((System.Drawing.Image)(resources.GetObject("toolStripTeacher.Image"))); this.toolStripTeacher.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripTeacher.Name = "toolStripTeacher"; this.toolStripTeacher.Size = new System.Drawing.Size(96, 22); this.toolStripTeacher.Text = "Process Teacher"; this.toolStripTeacher.ToolTipText = "toolStripTeacher"; this.toolStripTeacher.Click += new System.EventHandler(this.toolStripTeacher_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // toolStripAll // this.toolStripAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripAll.Image = ((System.Drawing.Image)(resources.GetObject("toolStripAll.Image"))); this.toolStripAll.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripAll.Name = "toolStripAll"; this.toolStripAll.Size = new System.Drawing.Size(90, 22); this.toolStripAll.Text = "Process School"; this.toolStripAll.ToolTipText = "Process All"; this.toolStripAll.Click += new System.EventHandler(this.cAll_Click); // // frmOrderZonal // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(578, 736); this.Controls.Add(this.tStrip); this.Controls.Add(this.groupBox1); this.Controls.Add(this.ultraGroupBox2); this.MinimizeBox = false; this.Name = "frmOrderZonal"; this.Text = "Order Scan Processing"; this.Load += new System.EventHandler(this.frmICR_Load); this.Controls.SetChildIndex(this.txtStatus, 0); this.Controls.SetChildIndex(this.ultraGroupBox2, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.tStrip, 0); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.ultraGroupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit(); this.groupBox1.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel2.ResumeLayout(false); this.tStrip.ResumeLayout(false); this.tStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStripButton toolStripPrint; Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCardByProduct)); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); this.ultraGroupBox1 = new Signature.Windows.Forms.GroupBox(); this.txtFilePath = new Signature.Windows.Forms.MaskedEdit(); this.butOpen = new System.Windows.Forms.Button(); this.txtProductID = new Signature.Windows.Forms.MaskedEdit(); this.label1 = new System.Windows.Forms.Label(); this.txtDescription = new Infragistics.Win.Misc.UltraLabel(); this.ultraGroupBox2 = new Signature.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); this.picBarcode = new System.Windows.Forms.PictureBox(); this.tStrip = new System.Windows.Forms.ToolStrip(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolPrintEnvelope = new System.Windows.Forms.ToolStripButton(); this.groupBox1 = new Signature.Windows.Forms.GroupBox(); this.txtEDescription = new Infragistics.Win.Misc.UltraLabel(); this.txtEnvTemplateID = new Signature.Windows.Forms.MaskedEditNumeric(); this.label2 = new System.Windows.Forms.Label(); this.txtPointY = new Signature.Windows.Forms.MaskedEditNumeric(); this.LabelPointY = new System.Windows.Forms.Label(); this.txtPointX = new Signature.Windows.Forms.MaskedEditNumeric(); this.LabelPointX = new System.Windows.Forms.Label(); this.txtTDescription = new Infragistics.Win.Misc.UltraLabel(); this.cbAsTemplate = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.txtTemplateID = new Signature.Windows.Forms.MaskedEditNumeric(); this.LabelTemplateID = new System.Windows.Forms.Label(); toolStripPrint = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit(); this.ultraGroupBox2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBarcode)).BeginInit(); this.tStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(0, 706); this.txtStatus.Size = new System.Drawing.Size(600, 29); // // toolStripPrint // toolStripPrint.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripPrint.Name = "toolStripPrint"; toolStripPrint.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0); toolStripPrint.Size = new System.Drawing.Size(104, 22); toolStripPrint.Text = "Print Card"; toolStripPrint.Click += new System.EventHandler(this.toolStripPrint_Click); // // ultraGroupBox1 // this.ultraGroupBox1.AllowDrop = true; appearance1.AlphaLevel = ((short)(95)); appearance1.BackColor = System.Drawing.Color.Transparent; this.ultraGroupBox1.Appearance = appearance1; this.ultraGroupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox1.Controls.Add(this.txtFilePath); this.ultraGroupBox1.Controls.Add(this.butOpen); this.ultraGroupBox1.Controls.Add(this.txtProductID); this.ultraGroupBox1.Controls.Add(this.label1); this.ultraGroupBox1.Controls.Add(this.txtDescription); this.ultraGroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox1.Location = new System.Drawing.Point(10, 43); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(576, 95); this.ultraGroupBox1.TabIndex = 12; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000; // // txtFilePath // this.txtFilePath.AllowDrop = true; this.txtFilePath.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilePath.Location = new System.Drawing.Point(95, 62); this.txtFilePath.Name = "txtCustomerID"; this.txtFilePath.Size = new System.Drawing.Size(392, 20); this.txtFilePath.TabIndex = 1; this.txtFilePath.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // butOpen // this.butOpen.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.butOpen.Location = new System.Drawing.Point(493, 61); this.butOpen.Name = "butOpen"; this.butOpen.Size = new System.Drawing.Size(62, 23); this.butOpen.TabIndex = 17; this.butOpen.Text = "Open ..."; this.butOpen.Click += new System.EventHandler(this.butOpen_Click); // // txtProductID // this.txtProductID.AllowDrop = true; this.txtProductID.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtProductID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtProductID.Location = new System.Drawing.Point(95, 25); this.txtProductID.Name = "txtCustomerID"; this.txtProductID.Size = new System.Drawing.Size(110, 20); this.txtProductID.TabIndex = 0; this.txtProductID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(8, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 19); this.label1.TabIndex = 16; this.label1.Text = "Item #:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtDescription // appearance2.BackColor = System.Drawing.Color.Transparent; appearance2.BackColor2 = System.Drawing.Color.Black; this.txtDescription.Appearance = appearance2; this.txtDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDescription.Location = new System.Drawing.Point(216, 25); this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(348, 20); this.txtDescription.TabIndex = 14; this.txtDescription.UseOsThemes = Infragistics.Win.DefaultableBoolean.True; // // ultraGroupBox2 // this.ultraGroupBox2.AllowDrop = true; appearance3.AlphaLevel = ((short)(95)); appearance3.BackColor = System.Drawing.Color.Transparent; this.ultraGroupBox2.Appearance = appearance3; this.ultraGroupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox2.Controls.Add(this.panel1); this.ultraGroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox2.Location = new System.Drawing.Point(6, 275); this.ultraGroupBox2.Name = "ultraGroupBox2"; this.ultraGroupBox2.Size = new System.Drawing.Size(582, 406); this.ultraGroupBox2.TabIndex = 13; this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000; // // panel1 // this.panel1.AutoScroll = true; this.panel1.Controls.Add(this.picBarcode); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(576, 403); this.panel1.TabIndex = 0; // // picBarcode // this.picBarcode.Location = new System.Drawing.Point(3, 4); this.picBarcode.Name = "picBarcode"; this.picBarcode.Size = new System.Drawing.Size(562, 334); this.picBarcode.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picBarcode.TabIndex = 0; this.picBarcode.TabStop = false; // // tStrip // this.tStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripPrint, this.toolStripSeparator3, this.toolPrintEnvelope }); this.tStrip.Location = new System.Drawing.Point(0, 0); this.tStrip.Name = "tStrip"; this.tStrip.Size = new System.Drawing.Size(600, 25); this.tStrip.TabIndex = 56; this.tStrip.Text = "toolStrip1"; // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // toolPrintEnvelope // this.toolPrintEnvelope.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolPrintEnvelope.Image = ((System.Drawing.Image)(resources.GetObject("toolPrintEnvelope.Image"))); this.toolPrintEnvelope.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolPrintEnvelope.Name = "toolPrintEnvelope"; this.toolPrintEnvelope.Size = new System.Drawing.Size(87, 22); this.toolPrintEnvelope.Text = "Print Envelope"; this.toolPrintEnvelope.Click += new System.EventHandler(this.toolPrintEnvelope_Click); // // groupBox1 // this.groupBox1.AllowDrop = true; appearance4.AlphaLevel = ((short)(95)); appearance4.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Appearance = appearance4; this.groupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox1.Controls.Add(this.txtEDescription); this.groupBox1.Controls.Add(this.txtEnvTemplateID); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtPointY); this.groupBox1.Controls.Add(this.LabelPointY); this.groupBox1.Controls.Add(this.txtPointX); this.groupBox1.Controls.Add(this.LabelPointX); this.groupBox1.Controls.Add(this.txtTDescription); this.groupBox1.Controls.Add(this.cbAsTemplate); this.groupBox1.Controls.Add(this.txtTemplateID); this.groupBox1.Controls.Add(this.LabelTemplateID); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(8, 144); this.groupBox1.Name = "ultraGroupBox1"; this.groupBox1.Size = new System.Drawing.Size(580, 125); this.groupBox1.TabIndex = 57; this.groupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000; // // txtEDescription // appearance7.BackColor = System.Drawing.Color.Transparent; appearance7.BackColor2 = System.Drawing.Color.Black; this.txtEDescription.Appearance = appearance7; this.txtEDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtEDescription.Location = new System.Drawing.Point(218, 42); this.txtEDescription.Name = "txtEDescription"; this.txtEDescription.Size = new System.Drawing.Size(340, 20); this.txtEDescription.TabIndex = 253; this.txtEDescription.UseOsThemes = Infragistics.Win.DefaultableBoolean.True; // // txtEnvTemplateID // this.txtEnvTemplateID.AllowDrop = true; appearance9.TextHAlignAsString = "Right"; this.txtEnvTemplateID.Appearance = appearance9; this.txtEnvTemplateID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtEnvTemplateID.DataMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw; this.txtEnvTemplateID.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtEnvTemplateID.InputMask = "nnnnnnnnn"; this.txtEnvTemplateID.Location = new System.Drawing.Point(127, 42); this.txtEnvTemplateID.Name = "txtRetail"; this.txtEnvTemplateID.PromptChar = ' '; this.txtEnvTemplateID.Size = new System.Drawing.Size(80, 20); this.txtEnvTemplateID.TabIndex = 251; this.txtEnvTemplateID.Text = "() -"; this.txtEnvTemplateID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(14, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(107, 20); this.label2.TabIndex = 252; this.label2.Text = "Env. Template ID :"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtPointY // this.txtPointY.AllowDrop = true; appearance5.TextHAlignAsString = "Right"; this.txtPointY.Appearance = appearance5; this.txtPointY.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtPointY.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtPointY.FormatString = "###,###.##"; this.txtPointY.InputMask = "{LOC}nnnnnnn.nn"; this.txtPointY.Location = new System.Drawing.Point(394, 96); this.txtPointY.Name = "txtAmountDue"; this.txtPointY.Size = new System.Drawing.Size(64, 20); this.txtPointY.TabIndex = 249; this.txtPointY.Text = "0"; // // LabelPointY // this.LabelPointY.BackColor = System.Drawing.Color.Transparent; this.LabelPointY.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LabelPointY.Location = new System.Drawing.Point(304, 96); this.LabelPointY.Name = "LabelPointY"; this.LabelPointY.Size = new System.Drawing.Size(82, 18); this.LabelPointY.TabIndex = 250; this.LabelPointY.Text = "PointY :"; this.LabelPointY.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtPointX // this.txtPointX.AllowDrop = true; appearance6.TextHAlignAsString = "Right"; this.txtPointX.Appearance = appearance6; this.txtPointX.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtPointX.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtPointX.FormatString = "###,###.##"; this.txtPointX.InputMask = "{LOC}nnnnnnn.nn"; this.txtPointX.Location = new System.Drawing.Point(394, 70); this.txtPointX.Name = "txtAmountDue"; this.txtPointX.Size = new System.Drawing.Size(64, 20); this.txtPointX.TabIndex = 247; this.txtPointX.Text = "0"; // // LabelPointX // this.LabelPointX.BackColor = System.Drawing.Color.Transparent; this.LabelPointX.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LabelPointX.Location = new System.Drawing.Point(304, 70); this.LabelPointX.Name = "LabelPointX"; this.LabelPointX.Size = new System.Drawing.Size(82, 18); this.LabelPointX.TabIndex = 248; this.LabelPointX.Text = "PointX :"; this.LabelPointX.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtTDescription // appearance10.BackColor = System.Drawing.Color.Transparent; appearance10.BackColor2 = System.Drawing.Color.Black; this.txtTDescription.Appearance = appearance10; this.txtTDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTDescription.Location = new System.Drawing.Point(218, 17); this.txtTDescription.Name = "txtTDescription"; this.txtTDescription.Size = new System.Drawing.Size(326, 20); this.txtTDescription.TabIndex = 246; this.txtTDescription.UseOsThemes = Infragistics.Win.DefaultableBoolean.True; // // cbAsTemplate // appearance8.BackColor = System.Drawing.Color.Transparent; appearance8.BackColor2 = System.Drawing.Color.Transparent; appearance8.BackColorAlpha = Infragistics.Win.Alpha.Transparent; appearance8.ForeColor = System.Drawing.Color.Black; appearance8.ForeColorDisabled = System.Drawing.Color.White; this.cbAsTemplate.Appearance = appearance8; this.cbAsTemplate.BackColor = System.Drawing.Color.Transparent; this.cbAsTemplate.BackColorInternal = System.Drawing.Color.Transparent; this.cbAsTemplate.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.cbAsTemplate.Checked = true; this.cbAsTemplate.CheckState = System.Windows.Forms.CheckState.Checked; this.cbAsTemplate.Location = new System.Drawing.Point(13, 74); this.cbAsTemplate.Name = "cbAsTemplate"; this.cbAsTemplate.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cbAsTemplate.Size = new System.Drawing.Size(164, 19); this.cbAsTemplate.TabIndex = 245; this.cbAsTemplate.Text = "Use Template Settings :"; this.cbAsTemplate.CheckedChanged += new System.EventHandler(this.cbAsTemplate_CheckedChanged); // // txtTemplateID // this.txtTemplateID.AllowDrop = true; appearance11.TextHAlignAsString = "Right"; this.txtTemplateID.Appearance = appearance11; this.txtTemplateID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtTemplateID.DataMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw; this.txtTemplateID.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtTemplateID.InputMask = "nnnnnnnnn"; this.txtTemplateID.Location = new System.Drawing.Point(126, 17); this.txtTemplateID.Name = "txtRetail"; this.txtTemplateID.PromptChar = ' '; this.txtTemplateID.Size = new System.Drawing.Size(80, 20); this.txtTemplateID.TabIndex = 235; this.txtTemplateID.Text = "() -"; this.txtTemplateID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // LabelTemplateID // this.LabelTemplateID.BackColor = System.Drawing.Color.Transparent; this.LabelTemplateID.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LabelTemplateID.Location = new System.Drawing.Point(13, 17); this.LabelTemplateID.Name = "LabelTemplateID"; this.LabelTemplateID.Size = new System.Drawing.Size(107, 20); this.LabelTemplateID.TabIndex = 236; this.LabelTemplateID.Text = "Card Template ID :"; this.LabelTemplateID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // frmCardByProduct // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.BackColor = System.Drawing.Color.AliceBlue; this.ClientSize = new System.Drawing.Size(600, 735); this.Controls.Add(this.groupBox1); this.Controls.Add(this.tStrip); this.Controls.Add(this.ultraGroupBox2); this.Controls.Add(this.ultraGroupBox1); this.Name = "frmCardByProduct"; this.ShowInTaskbar = false; this.Text = "Product"; this.Load += new System.EventHandler(this.frmOrder_Load); this.Closing += new System.ComponentModel.CancelEventHandler(this.frmOrder_Closing); this.Controls.SetChildIndex(this.txtStatus, 0); this.Controls.SetChildIndex(this.ultraGroupBox1, 0); this.Controls.SetChildIndex(this.ultraGroupBox2, 0); this.Controls.SetChildIndex(this.tStrip, 0); this.Controls.SetChildIndex(this.groupBox1, 0); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); this.ultraGroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit(); this.ultraGroupBox2.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picBarcode)).EndInit(); this.tStrip.ResumeLayout(false); this.tStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.ToolStripButton toolStripPrint; Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCardTemplate)); this.tStrip = new System.Windows.Forms.ToolStrip(); this.groupBox1 = new Signature.Windows.Forms.GroupBox(); this.groupBox4 = new Signature.Windows.Forms.GroupBox(); this.txtFontSize = new Signature.Windows.Forms.MaskedEditNumeric(); this.label8 = new System.Windows.Forms.Label(); this.txtFontName = new Signature.Windows.Forms.MaskedEdit(); this.label4 = new System.Windows.Forms.Label(); this.cbBold = new Infragistics.Win.UltraWinEditors.UltraCheckEditor(); this.groupBox3 = new Signature.Windows.Forms.GroupBox(); this.txtWidth = new Signature.Windows.Forms.MaskedEditNumeric(); this.label6 = new System.Windows.Forms.Label(); this.txtHeight = new Signature.Windows.Forms.MaskedEditNumeric(); this.label7 = new System.Windows.Forms.Label(); this.groupBox2 = new Signature.Windows.Forms.GroupBox(); this.txtRotation = new Signature.Windows.Forms.MaskedEditNumeric(); this.label9 = new System.Windows.Forms.Label(); this.txtPointY = new Signature.Windows.Forms.MaskedEditNumeric(); this.label1 = new System.Windows.Forms.Label(); this.txtPointX = new Signature.Windows.Forms.MaskedEditNumeric(); this.label5 = new System.Windows.Forms.Label(); this.ultraGroupBox4 = new Signature.Windows.Forms.GroupBox(); this.txtPaperSizeWidth = new Signature.Windows.Forms.MaskedEditNumeric(); this.label2 = new System.Windows.Forms.Label(); this.txtPaperSizeHeight = new Signature.Windows.Forms.MaskedEditNumeric(); this.label3 = new System.Windows.Forms.Label(); this.txtTDescription = new Signature.Windows.Forms.MaskedEdit(); this.txtTemplateID = new Signature.Windows.Forms.MaskedEditNumeric(); this.LabelTemplateID = new System.Windows.Forms.Label(); this.toolDraw = new System.Windows.Forms.ToolStripButton(); toolStripPrint = new System.Windows.Forms.ToolStripButton(); this.tStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox4)).BeginInit(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).BeginInit(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit(); this.ultraGroupBox4.SuspendLayout(); this.SuspendLayout(); // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(0, 307); this.txtStatus.Size = new System.Drawing.Size(596, 29); // // toolStripPrint // toolStripPrint.ImageTransparentColor = System.Drawing.Color.Magenta; toolStripPrint.Name = "toolStripPrint"; toolStripPrint.Padding = new System.Windows.Forms.Padding(20, 0, 20, 0); toolStripPrint.Size = new System.Drawing.Size(76, 22); toolStripPrint.Text = "Print"; toolStripPrint.Click += new System.EventHandler(this.toolStripPrint_Click); // // tStrip // this.tStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripPrint, this.toolDraw }); this.tStrip.Location = new System.Drawing.Point(0, 0); this.tStrip.Name = "tStrip"; this.tStrip.Size = new System.Drawing.Size(596, 25); this.tStrip.TabIndex = 56; this.tStrip.Text = "toolStrip1"; // // groupBox1 // this.groupBox1.AllowDrop = true; appearance1.AlphaLevel = ((short)(95)); appearance1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Appearance = appearance1; this.groupBox1.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox1.Controls.Add(this.groupBox4); this.groupBox1.Controls.Add(this.groupBox3); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.ultraGroupBox4); this.groupBox1.Controls.Add(this.txtTDescription); this.groupBox1.Controls.Add(this.txtTemplateID); this.groupBox1.Controls.Add(this.LabelTemplateID); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(0, 25); this.groupBox1.Name = "ultraGroupBox1"; this.groupBox1.Size = new System.Drawing.Size(596, 282); this.groupBox1.TabIndex = 57; this.groupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2000; // // groupBox4 // this.groupBox4.AllowDrop = true; appearance2.AlphaLevel = ((short)(250)); appearance2.BackColor = System.Drawing.Color.Transparent; this.groupBox4.Appearance = appearance2; this.groupBox4.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox4.Controls.Add(this.txtFontSize); this.groupBox4.Controls.Add(this.label8); this.groupBox4.Controls.Add(this.txtFontName); this.groupBox4.Controls.Add(this.label4); this.groupBox4.Controls.Add(this.cbBold); this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox4.Location = new System.Drawing.Point(226, 145); this.groupBox4.Name = "ultraGroupBox4"; this.groupBox4.Size = new System.Drawing.Size(331, 90); this.groupBox4.TabIndex = 261; this.groupBox4.Text = "Characters"; this.groupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.XP; // // txtFontSize // this.txtFontSize.AllowDrop = true; appearance3.TextHAlignAsString = "Right"; this.txtFontSize.Appearance = appearance3; this.txtFontSize.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtFontSize.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtFontSize.FormatString = "###,###.##"; this.txtFontSize.InputMask = "{LOC}nnn"; this.txtFontSize.Location = new System.Drawing.Point(58, 64); this.txtFontSize.Name = "txtAmountDue"; this.txtFontSize.Size = new System.Drawing.Size(48, 20); this.txtFontSize.TabIndex = 259; this.txtFontSize.Text = "0"; this.txtFontSize.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label8 // this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label8.Location = new System.Drawing.Point(6, 63); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(46, 18); this.label8.TabIndex = 260; this.label8.Text = "Size :"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtFontName // this.txtFontName.AllowDrop = true; this.txtFontName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtFontName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFontName.Location = new System.Drawing.Point(58, 39); this.txtFontName.Name = "txtCustomerID"; this.txtFontName.Size = new System.Drawing.Size(245, 20); this.txtFontName.TabIndex = 257; this.txtFontName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label4 // this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(10, 39); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(42, 19); this.label4.TabIndex = 258; this.label4.Text = "Font :"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // cbBold // appearance4.BackColor = System.Drawing.Color.Transparent; appearance4.BackColor2 = System.Drawing.Color.Transparent; appearance4.BackColorAlpha = Infragistics.Win.Alpha.Transparent; appearance4.ForeColor = System.Drawing.Color.Black; appearance4.ForeColorDisabled = System.Drawing.Color.White; this.cbBold.Appearance = appearance4; this.cbBold.BackColor = System.Drawing.Color.Transparent; this.cbBold.BackColorInternal = System.Drawing.Color.Transparent; this.cbBold.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; this.cbBold.Checked = true; this.cbBold.CheckState = System.Windows.Forms.CheckState.Checked; this.cbBold.Location = new System.Drawing.Point(19, 19); this.cbBold.Name = "cbBold"; this.cbBold.RightToLeft = System.Windows.Forms.RightToLeft.No; this.cbBold.Size = new System.Drawing.Size(52, 19); this.cbBold.TabIndex = 246; this.cbBold.Text = "Bold :"; this.cbBold.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // groupBox3 // this.groupBox3.AllowDrop = true; appearance5.AlphaLevel = ((short)(250)); appearance5.BackColor = System.Drawing.Color.Transparent; this.groupBox3.Appearance = appearance5; this.groupBox3.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox3.Controls.Add(this.txtWidth); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.txtHeight); this.groupBox3.Controls.Add(this.label7); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox3.Location = new System.Drawing.Point(12, 49); this.groupBox3.Name = "ultraGroupBox4"; this.groupBox3.Size = new System.Drawing.Size(204, 90); this.groupBox3.TabIndex = 260; this.groupBox3.Text = "Canvas"; this.groupBox3.TextRenderingMode = Infragistics.Win.TextRenderingMode.GDI; this.groupBox3.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.XP; // // txtWidth // this.txtWidth.AllowDrop = true; appearance6.TextHAlignAsString = "Right"; this.txtWidth.Appearance = appearance6; this.txtWidth.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtWidth.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtWidth.FormatString = "###,###.##"; this.txtWidth.InputMask = "{LOC}nnnnnnn.nn"; this.txtWidth.Location = new System.Drawing.Point(106, 54); this.txtWidth.Name = "txtAmountDue"; this.txtWidth.Size = new System.Drawing.Size(64, 20); this.txtWidth.TabIndex = 257; this.txtWidth.Text = "0"; this.txtWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label6 // this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(16, 54); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(82, 18); this.label6.TabIndex = 258; this.label6.Text = "Width :"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtHeight // this.txtHeight.AllowDrop = true; appearance7.TextHAlignAsString = "Right"; this.txtHeight.Appearance = appearance7; this.txtHeight.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtHeight.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtHeight.FormatString = "###,###.##"; this.txtHeight.InputMask = "{LOC}nnnnnnn.nn"; this.txtHeight.Location = new System.Drawing.Point(106, 28); this.txtHeight.Name = "txtAmountDue"; this.txtHeight.Size = new System.Drawing.Size(64, 20); this.txtHeight.TabIndex = 255; this.txtHeight.Text = "0"; this.txtHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label7 // this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(16, 28); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(82, 18); this.label7.TabIndex = 256; this.label7.Text = "Height :"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // this.groupBox2.AllowDrop = true; appearance8.AlphaLevel = ((short)(250)); appearance8.BackColor = System.Drawing.Color.Transparent; this.groupBox2.Appearance = appearance8; this.groupBox2.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.groupBox2.Controls.Add(this.txtRotation); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.txtPointY); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txtPointX); this.groupBox2.Controls.Add(this.label5); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(226, 49); this.groupBox2.Name = "ultraGroupBox4"; this.groupBox2.Size = new System.Drawing.Size(331, 90); this.groupBox2.TabIndex = 259; this.groupBox2.Text = "Point"; this.groupBox2.TextRenderingMode = Infragistics.Win.TextRenderingMode.GDI; this.groupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.XP; // // txtRotation // this.txtRotation.AllowDrop = true; appearance9.TextHAlignAsString = "Right"; this.txtRotation.Appearance = appearance9; this.txtRotation.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtRotation.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtRotation.FormatString = "###"; this.txtRotation.InputMask = "{LOC}nnn"; this.txtRotation.Location = new System.Drawing.Point(239, 28); this.txtRotation.Name = "txtAmountDue"; this.txtRotation.Size = new System.Drawing.Size(47, 20); this.txtRotation.TabIndex = 259; this.txtRotation.Text = "0"; this.txtRotation.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(172, 28); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(61, 18); this.label9.TabIndex = 260; this.label9.Text = "Rotation :"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtPointY // this.txtPointY.AllowDrop = true; appearance10.TextHAlignAsString = "Right"; this.txtPointY.Appearance = appearance10; this.txtPointY.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtPointY.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtPointY.FormatString = "###,###.##"; this.txtPointY.InputMask = "{LOC}nnnnnnn.nn"; this.txtPointY.Location = new System.Drawing.Point(78, 54); this.txtPointY.Name = "txtAmountDue"; this.txtPointY.Size = new System.Drawing.Size(64, 20); this.txtPointY.TabIndex = 257; this.txtPointY.Text = "0"; this.txtPointY.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(9, 54); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(61, 18); this.label1.TabIndex = 258; this.label1.Text = "PointY :"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtPointX // this.txtPointX.AllowDrop = true; appearance11.TextHAlignAsString = "Right"; this.txtPointX.Appearance = appearance11; this.txtPointX.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtPointX.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtPointX.FormatString = "###,###.##"; this.txtPointX.InputMask = "{LOC}nnnnnnn.nn"; this.txtPointX.Location = new System.Drawing.Point(78, 28); this.txtPointX.Name = "txtAmountDue"; this.txtPointX.Size = new System.Drawing.Size(64, 20); this.txtPointX.TabIndex = 255; this.txtPointX.Text = "0"; this.txtPointX.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label5 // this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(9, 28); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(61, 18); this.label5.TabIndex = 256; this.label5.Text = "PointX :"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // ultraGroupBox4 // this.ultraGroupBox4.AllowDrop = true; appearance12.AlphaLevel = ((short)(250)); appearance12.BackColor = System.Drawing.Color.Transparent; this.ultraGroupBox4.Appearance = appearance12; this.ultraGroupBox4.BackColorInternal = System.Drawing.SystemColors.GradientInactiveCaption; this.ultraGroupBox4.Controls.Add(this.txtPaperSizeWidth); this.ultraGroupBox4.Controls.Add(this.label2); this.ultraGroupBox4.Controls.Add(this.txtPaperSizeHeight); this.ultraGroupBox4.Controls.Add(this.label3); this.ultraGroupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.ultraGroupBox4.Location = new System.Drawing.Point(12, 145); this.ultraGroupBox4.Name = "ultraGroupBox4"; this.ultraGroupBox4.Size = new System.Drawing.Size(204, 90); this.ultraGroupBox4.TabIndex = 257; this.ultraGroupBox4.Text = "Paper Size"; this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.XP; // // txtPaperSizeWidth // this.txtPaperSizeWidth.AllowDrop = true; appearance13.TextHAlignAsString = "Right"; this.txtPaperSizeWidth.Appearance = appearance13; this.txtPaperSizeWidth.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtPaperSizeWidth.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtPaperSizeWidth.FormatString = "###,###.##"; this.txtPaperSizeWidth.InputMask = "{LOC}nnnnnnn.nn"; this.txtPaperSizeWidth.Location = new System.Drawing.Point(106, 54); this.txtPaperSizeWidth.Name = "txtAmountDue"; this.txtPaperSizeWidth.Size = new System.Drawing.Size(64, 20); this.txtPaperSizeWidth.TabIndex = 257; this.txtPaperSizeWidth.Text = "0"; this.txtPaperSizeWidth.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(16, 54); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 18); this.label2.TabIndex = 258; this.label2.Text = "Width :"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtPaperSizeHeight // this.txtPaperSizeHeight.AllowDrop = true; appearance14.TextHAlignAsString = "Right"; this.txtPaperSizeHeight.Appearance = appearance14; this.txtPaperSizeHeight.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtPaperSizeHeight.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtPaperSizeHeight.FormatString = "###,###.##"; this.txtPaperSizeHeight.InputMask = "{LOC}nnnnnnn.nn"; this.txtPaperSizeHeight.Location = new System.Drawing.Point(106, 28); this.txtPaperSizeHeight.Name = "txtAmountDue"; this.txtPaperSizeHeight.Size = new System.Drawing.Size(64, 20); this.txtPaperSizeHeight.TabIndex = 255; this.txtPaperSizeHeight.Text = "0"; this.txtPaperSizeHeight.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // label3 // this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(16, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 18); this.label3.TabIndex = 256; this.label3.Text = "Height :"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtTDescription // this.txtTDescription.AllowDrop = true; this.txtTDescription.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(173)))), ((int)(((byte)(179))))); this.txtTDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTDescription.Location = new System.Drawing.Point(183, 16); this.txtTDescription.Name = "txtTDescription"; this.txtTDescription.Size = new System.Drawing.Size(374, 20); this.txtTDescription.TabIndex = 246; this.txtTDescription.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // txtTemplateID // this.txtTemplateID.AllowDrop = true; appearance16.TextHAlignAsString = "Right"; this.txtTemplateID.Appearance = appearance16; this.txtTemplateID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.txtTemplateID.DataMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.Raw; this.txtTemplateID.EditAs = Infragistics.Win.UltraWinMaskedEdit.EditAsType.UseSpecifiedMask; this.txtTemplateID.InputMask = "nnnnnnnnn"; this.txtTemplateID.Location = new System.Drawing.Point(97, 16); this.txtTemplateID.Name = "txtRetail"; this.txtTemplateID.PromptChar = ' '; this.txtTemplateID.Size = new System.Drawing.Size(80, 20); this.txtTemplateID.TabIndex = 235; this.txtTemplateID.Text = "() -"; this.txtTemplateID.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCustomerID_KeyUp); // // LabelTemplateID // this.LabelTemplateID.BackColor = System.Drawing.Color.Transparent; this.LabelTemplateID.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LabelTemplateID.Location = new System.Drawing.Point(13, 16); this.LabelTemplateID.Name = "LabelTemplateID"; this.LabelTemplateID.Size = new System.Drawing.Size(78, 20); this.LabelTemplateID.TabIndex = 236; this.LabelTemplateID.Text = "Template ID :"; this.LabelTemplateID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // toolDraw // this.toolDraw.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolDraw.Image = ((System.Drawing.Image)(resources.GetObject("toolDraw.Image"))); this.toolDraw.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolDraw.Name = "toolDraw"; this.toolDraw.Size = new System.Drawing.Size(38, 22); this.toolDraw.Text = "Draw"; this.toolDraw.Click += new System.EventHandler(this.toolDraw_Click); // // frmCardTemplate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.BackColor = System.Drawing.Color.AliceBlue; this.ClientSize = new System.Drawing.Size(596, 336); this.Controls.Add(this.groupBox1); this.Controls.Add(this.tStrip); this.Name = "frmCardTemplate"; this.ShowInTaskbar = false; this.Text = "Card Template"; this.Load += new System.EventHandler(this.frmOrder_Load); this.Closing += new System.ComponentModel.CancelEventHandler(this.frmOrder_Closing); this.Controls.SetChildIndex(this.txtStatus, 0); this.Controls.SetChildIndex(this.tStrip, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.tStrip.ResumeLayout(false); this.tStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox4)).EndInit(); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox3)).EndInit(); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupBox2)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit(); this.ultraGroupBox4.ResumeLayout(false); this.ultraGroupBox4.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }