Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.DataMatrixGenerator dataMatrixGenerator1 = new DevExpress.XtraPrinting.BarCode.DataMatrixGenerator();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPanel1              = new DevExpress.XtraReports.UI.XRPanel();
     this.xrBarCode1            = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrLabel2              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1              = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.collectionDataSource1 = new DevExpress.Persistent.Base.ReportsV2.CollectionDataSource();
     this.xrLine1               = new DevExpress.XtraReports.UI.XRLine();
     ((System.ComponentModel.ISupportInitialize)(this.collectionDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.Detail.HeightF       = 283.3333F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPanel1
     //
     this.xrPanel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrPanel1.CanGrow = false;
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine1,
         this.xrBarCode1,
         this.xrLabel2,
         this.xrLabel1
     });
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(546.0001F, 151.8333F);
     //
     // xrBarCode1
     //
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ItemNumber].[BarCode]")
     });
     this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 93.79164F);
     this.xrBarCode1.Name          = "xrBarCode1";
     this.xrBarCode1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrBarCode1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrBarCode1.Symbology     = dataMatrixGenerator1;
     //
     // xrLabel2
     //
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ItemNumber].[ItemDescription]")
     });
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 58.29166F);
     this.xrLabel2.Multiline     = true;
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(280.0001F, 23F);
     this.xrLabel2.Text          = "xrLabel2";
     //
     // xrLabel1
     //
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ItemNumber].[AccountingNumber]")
     });
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 23.91666F);
     this.xrLabel1.Multiline     = true;
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel1.Text          = "xrLabel1";
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 19.41667F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 185F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // collectionDataSource1
     //
     this.collectionDataSource1.Name               = "collectionDataSource1";
     this.collectionDataSource1.ObjectTypeName     = "RX2_Office.Module.BusinessObjects.ItemInventory";
     this.collectionDataSource1.TopReturnedRecords = 0;
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(301.5417F, 0F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(2F, 144.7917F);
     //
     // InvItemLabelRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.collectionDataSource1
     });
     this.DataSource = this.collectionDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(12, 38, 19, 185);
     this.PageHeight = 112;
     this.PageWidth  = 606;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 0;
     this.Version = "18.1";
     ((System.ComponentModel.ISupportInitialize)(this.collectionDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #2
0
 /// <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();
     DevExpress.XtraPrinting.BarCode.DataMatrixGenerator dataMatrixGenerator1 = new DevExpress.XtraPrinting.BarCode.DataMatrixGenerator();
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator     qrCodeGenerator1     = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     DevExpress.XtraPrinting.BarCode.Code128Generator    code128Generator1    = new DevExpress.XtraPrinting.BarCode.Code128Generator();
     System.ComponentModel.ComponentResourceManager      resources            = new System.ComponentModel.ComponentResourceManager(typeof(Barcode));
     this.Detail                  = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPanel1                = new DevExpress.XtraReports.UI.XRPanel();
     this.barcode_Sub2            = new DevExpress.XtraReports.UI.XRBarCode();
     this.pictureBox              = new DevExpress.XtraReports.UI.XRPictureBox();
     this.barcode_Sub1            = new DevExpress.XtraReports.UI.XRBarCode();
     this.lb_MainBarcodeInfo      = new DevExpress.XtraReports.UI.XRLabel();
     this.barcode_Main            = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrLabel2                = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1                = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin               = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin            = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.imageCollection1        = new DevExpress.Utils.ImageCollection(this.components);
     this.dxErrorProvider1        = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.barManager1             = new DevExpress.XtraBars.BarManager(this.components);
     this.barWorkspaceMenuItem1   = new DevExpress.XtraBars.BarWorkspaceMenuItem();
     this.barButtonItem1          = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItem1           = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem2           = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3           = new DevExpress.XtraBars.BarCheckItem();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.Detail.Dpi     = 254F;
     this.Detail.HeightF = 1075F;
     this.Detail.HierarchyPrintOptions.Indent = 50.8F;
     this.Detail.MultiColumn.Mode             = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.barcode_Sub2,
         this.pictureBox,
         this.barcode_Sub1,
         this.lb_MainBarcodeInfo,
         this.barcode_Main,
         this.xrLabel2,
         this.xrLabel1
     });
     this.xrPanel1.Dpi                      = 254F;
     this.xrPanel1.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name                     = "xrPanel1";
     this.xrPanel1.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(100, 100, 20, 20, 254F);
     this.xrPanel1.SizeF                    = new System.Drawing.SizeF(2020F, 1075F);
     this.xrPanel1.StylePriority.UsePadding = false;
     //
     // barcode_Sub2
     //
     this.barcode_Sub2.Alignment                      = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.barcode_Sub2.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.barcode_Sub2.Dpi                            = 254F;
     this.barcode_Sub2.LocationFloat                  = new DevExpress.Utils.PointFloat(449.7917F, 429.0484F);
     this.barcode_Sub2.Module                         = 5.08F;
     this.barcode_Sub2.Name                           = "barcode_Sub2";
     this.barcode_Sub2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(26, 26, 0, 0, 254F);
     this.barcode_Sub2.ShowText                       = false;
     this.barcode_Sub2.SizeF                          = new System.Drawing.SizeF(452.4375F, 251.7224F);
     this.barcode_Sub2.StylePriority.UseBorders       = false;
     this.barcode_Sub2.StylePriority.UseTextAlignment = false;
     dataMatrixGenerator1.MatrixSize                  = DevExpress.XtraPrinting.BarCode.DataMatrixSize.Matrix32x32;
     this.barcode_Sub2.Symbology                      = dataMatrixGenerator1;
     this.barcode_Sub2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // pictureBox
     //
     this.pictureBox.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.pictureBox.Dpi                      = 254F;
     this.pictureBox.ImageAlignment           = DevExpress.XtraPrinting.ImageAlignment.TopLeft;
     this.pictureBox.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 680.7708F);
     this.pictureBox.Name                     = "pictureBox";
     this.pictureBox.SizeF                    = new System.Drawing.SizeF(902.2294F, 394.2293F);
     this.pictureBox.Sizing                   = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.pictureBox.StylePriority.UseBorders = false;
     //
     // barcode_Sub1
     //
     this.barcode_Sub1.Alignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.barcode_Sub1.Borders   = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.barcode_Sub1.Dpi                            = 254F;
     this.barcode_Sub1.Font                           = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barcode_Sub1.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 429.0484F);
     this.barcode_Sub1.Module                         = 7F;
     this.barcode_Sub1.Name                           = "barcode_Sub1";
     this.barcode_Sub1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(70, 70, 5, 5, 254F);
     this.barcode_Sub1.ShowText                       = false;
     this.barcode_Sub1.SizeF                          = new System.Drawing.SizeF(449.7917F, 251.7224F);
     this.barcode_Sub1.StylePriority.UseBorders       = false;
     this.barcode_Sub1.StylePriority.UseFont          = false;
     this.barcode_Sub1.StylePriority.UsePadding       = false;
     this.barcode_Sub1.StylePriority.UseTextAlignment = false;
     this.barcode_Sub1.Symbology                      = qrCodeGenerator1;
     this.barcode_Sub1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lb_MainBarcodeInfo
     //
     this.lb_MainBarcodeInfo.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lb_MainBarcodeInfo.Dpi                            = 254F;
     this.lb_MainBarcodeInfo.Font                           = new System.Drawing.Font("Trebuchet MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lb_MainBarcodeInfo.LocationFloat                  = new DevExpress.Utils.PointFloat(224.8958F, 354.9651F);
     this.lb_MainBarcodeInfo.Multiline                      = true;
     this.lb_MainBarcodeInfo.Name                           = "lb_MainBarcodeInfo";
     this.lb_MainBarcodeInfo.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.lb_MainBarcodeInfo.SizeF                          = new System.Drawing.SizeF(677.3334F, 74.0834F);
     this.lb_MainBarcodeInfo.StylePriority.UseBorders       = false;
     this.lb_MainBarcodeInfo.StylePriority.UseFont          = false;
     this.lb_MainBarcodeInfo.StylePriority.UseTextAlignment = false;
     this.lb_MainBarcodeInfo.Text                           = "lb_MainBarcodeInfo";
     this.lb_MainBarcodeInfo.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // barcode_Main
     //
     this.barcode_Main.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.barcode_Main.Dpi                            = 254F;
     this.barcode_Main.LocationFloat                  = new DevExpress.Utils.PointFloat(224.8958F, 87.52422F);
     this.barcode_Main.Module                         = 2.5F;
     this.barcode_Main.Name                           = "barcode_Main";
     this.barcode_Main.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(75, 26, 40, 40, 254F);
     this.barcode_Main.ShowText                       = false;
     this.barcode_Main.SizeF                          = new System.Drawing.SizeF(677.3334F, 267.4409F);
     this.barcode_Main.StylePriority.UseBorders       = false;
     this.barcode_Main.StylePriority.UsePadding       = false;
     this.barcode_Main.StylePriority.UseTextAlignment = false;
     this.barcode_Main.Symbology                      = code128Generator1;
     this.barcode_Main.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel2.Dpi                            = 254F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 87.52422F);
     this.xrLabel2.Multiline                      = true;
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(224.8958F, 341.5243F);
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "LOT ID";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel1.Dpi                            = 254F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Multiline                      = true;
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(902.2292F, 87.52422F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "RUN SHEET";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 254F;
     this.TopMargin.HeightF       = 40F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 254F;
     this.BottomMargin.HeightF       = 40F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     //
     // barManager1
     //
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barWorkspaceMenuItem1,
         this.barButtonItem1,
         this.barCheckItem1,
         this.barCheckItem2,
         this.barCheckItem3
     });
     this.barManager1.MaxItemId = 6;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     //
     // barWorkspaceMenuItem1
     //
     this.barWorkspaceMenuItem1.Caption = "barWorkspaceMenuItem1";
     this.barWorkspaceMenuItem1.Id      = 0;
     this.barWorkspaceMenuItem1.Name    = "barWorkspaceMenuItem1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 2;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // barCheckItem1
     //
     this.barCheckItem1.Caption = "barCheckItem1";
     this.barCheckItem1.Id      = 3;
     this.barCheckItem1.Name    = "barCheckItem1";
     //
     // barCheckItem2
     //
     this.barCheckItem2.Caption = "barCheckItem2";
     this.barCheckItem2.Id      = 4;
     this.barCheckItem2.Name    = "barCheckItem2";
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption = "barCheckItem3";
     this.barCheckItem3.Id      = 5;
     this.barCheckItem3.Name    = "barCheckItem3";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name       = "repositoryItemTextEdit1";
     //
     // Barcode
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.Dpi          = 254F;
     this.Margins      = new System.Drawing.Printing.Margins(40, 40, 40, 40);
     this.PageHeight   = 2970;
     this.PageWidth    = 2100;
     this.PaperKind    = System.Drawing.Printing.PaperKind.A4;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.Version      = "20.1";
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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();
     DevExpress.XtraPrinting.BarCode.DataMatrixGenerator dataMatrixGenerator1 = new DevExpress.XtraPrinting.BarCode.DataMatrixGenerator();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaption1    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData1       = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3_Odd   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.txtBarcode        = new DevExpress.XtraReports.UI.XRBarCode();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Title
     //
     this.Title.BackColor   = System.Drawing.Color.Transparent;
     this.Title.BorderColor = System.Drawing.Color.Black;
     this.Title.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1F;
     this.Title.Font        = new System.Drawing.Font("Arial", 14.25F);
     this.Title.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.Title.Name        = "Title";
     //
     // DetailCaption1
     //
     this.DetailCaption1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.DetailCaption1.BorderColor   = System.Drawing.Color.White;
     this.DetailCaption1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailCaption1.BorderWidth   = 2F;
     this.DetailCaption1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.DetailCaption1.ForeColor     = System.Drawing.Color.White;
     this.DetailCaption1.Name          = "DetailCaption1";
     this.DetailCaption1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData1
     //
     this.DetailData1.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailData1.BorderWidth   = 2F;
     this.DetailData1.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData1.ForeColor     = System.Drawing.Color.Black;
     this.DetailData1.Name          = "DetailData1";
     this.DetailData1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3_Odd
     //
     this.DetailData3_Odd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
     this.DetailData3_Odd.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData3_Odd.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailData3_Odd.BorderWidth   = 1F;
     this.DetailData3_Odd.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData3_Odd.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3_Odd.Name          = "DetailData3_Odd";
     this.DetailData3_Odd.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageInfo
     //
     this.PageInfo.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 0F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 0F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // ReportHeader
     //
     this.ReportHeader.HeightF = 0F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // GroupHeader1
     //
     this.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.GroupHeader1.HeightF    = 0F;
     this.GroupHeader1.Name       = "GroupHeader1";
     //
     // Detail
     //
     this.Detail.BorderWidth = 0F;
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel4,
         this.xrLabel5,
         this.xrLabel6,
         this.xrLabel7,
         this.txtBarcode
     });
     this.Detail.HeightF         = 55F;
     this.Detail.Name            = "Detail";
     this.Detail.SnapLinePadding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StylePriority.UseBorderWidth = false;
     //
     // xrLabel4
     //
     this.xrLabel4.CanGrow = false;
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PartNo]")
     });
     this.xrLabel4.Font                           = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
     this.xrLabel4.ForeColor                      = System.Drawing.Color.Black;
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(40F, 8F);
     this.xrLabel4.Multiline                      = true;
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(80F, 8F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseForeColor     = false;
     this.xrLabel4.StylePriority.UsePadding       = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.CanGrow = false;
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DateShift]")
     });
     this.xrLabel5.Font                           = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
     this.xrLabel5.ForeColor                      = System.Drawing.Color.Black;
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(40F, 17F);
     this.xrLabel5.Multiline                      = true;
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(80F, 8F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseForeColor     = false;
     this.xrLabel5.StylePriority.UsePadding       = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.CanGrow = false;
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VN]")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
     this.xrLabel6.ForeColor                      = System.Drawing.Color.Black;
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(40F, 35F);
     this.xrLabel6.Multiline                      = true;
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(80F, 8F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseForeColor     = false;
     this.xrLabel6.StylePriority.UsePadding       = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.CanGrow = false;
     this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MoldNoSEQ]")
     });
     this.xrLabel7.Font                           = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
     this.xrLabel7.ForeColor                      = System.Drawing.Color.Black;
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(40F, 26F);
     this.xrLabel7.Multiline                      = true;
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(80F, 8F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseForeColor     = false;
     this.xrLabel7.StylePriority.UsePadding       = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // txtBarcode
     //
     this.txtBarcode.Alignment   = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.txtBarcode.BorderColor = System.Drawing.Color.Transparent;
     this.txtBarcode.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.txtBarcode.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Barcode]")
     });
     this.txtBarcode.Font          = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.txtBarcode.ForeColor     = System.Drawing.Color.Black;
     this.txtBarcode.LocationFloat = new DevExpress.Utils.PointFloat(5F, 3F);
     this.txtBarcode.Module        = 1.5F;
     this.txtBarcode.Name          = "txtBarcode";
     this.txtBarcode.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.txtBarcode.ShowText      = false;
     this.txtBarcode.SizeF         = new System.Drawing.SizeF(35F, 40F);
     this.txtBarcode.StylePriority.UseBorderColor   = false;
     this.txtBarcode.StylePriority.UseBorders       = false;
     this.txtBarcode.StylePriority.UseFont          = false;
     this.txtBarcode.StylePriority.UseForeColor     = false;
     this.txtBarcode.StylePriority.UsePadding       = false;
     this.txtBarcode.StylePriority.UseTextAlignment = false;
     this.txtBarcode.Symbology     = dataMatrixGenerator1;
     this.txtBarcode.Text          = "AEF7598460220061201000200020001";
     this.txtBarcode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataMember = "GetListBarcode";
     this.objectDataSource1.DataSource = typeof(Inavina.Core.Helper.GenerateBarcode);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // rptListBarcode
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.GroupHeader1,
         this.Detail
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 0, 0);
     this.PageHeight = 55;
     this.PageWidth  = 120;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.DetailCaption1,
         this.DetailData1,
         this.DetailData3_Odd,
         this.PageInfo
     });
     this.Version = "19.1";
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.DataMatrixGenerator dataMatrixGenerator1 = new DevExpress.XtraPrinting.BarCode.DataMatrixGenerator();
     this.Detail               = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPanel1             = new DevExpress.XtraReports.UI.XRPanel();
     this.xrPictureBox1        = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel1             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrBarCode1           = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrLabel4             = new DevExpress.XtraReports.UI.XRLabel();
     this.topMarginBand1       = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1    = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.northwind1           = new Reports.Northwind();
     this.productsTableAdapter = new Reports.NorthwindTableAdapters.ProductsTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.northwind1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.Detail.HeightF = 250F;
     this.Detail.MultiColumn.ColumnSpacing = 74F;
     this.Detail.MultiColumn.ColumnWidth   = 338F;
     this.Detail.MultiColumn.Layout        = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode          = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnWidth;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPanel1
     //
     this.xrPanel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrPanel1.CanGrow = false;
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox1,
         this.xrLabel1,
         this.xrBarCode1,
         this.xrLabel4
     });
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(338F, 250F);
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Borders                  = DevExpress.XtraPrinting.BorderSide.None;
     this.xrPictureBox1.ImageUrl                 = "C:\\Projects\\Icons\\iconex_ap\\48x48\\plain\\star_green.png";
     this.xrPictureBox1.LocationFloat            = new DevExpress.Utils.PointFloat(256.125F, 174.2917F);
     this.xrPictureBox1.Name                     = "xrPictureBox1";
     this.xrPictureBox1.SizeF                    = new System.Drawing.SizeF(71.875F, 65.70833F);
     this.xrPictureBox1.StylePriority.UseBorders = false;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Products.ProductName")
     });
     this.xrLabel1.LocationFloat            = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F);
     this.xrLabel1.Name                     = "xrLabel1";
     this.xrLabel1.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                    = new System.Drawing.SizeF(318F, 29.25F);
     this.xrLabel1.StylePriority.UseBorders = false;
     this.xrLabel1.Text                     = "xrLabel1";
     //
     // xrBarCode1
     //
     this.xrBarCode1.AutoModule = true;
     this.xrBarCode1.Borders    = DevExpress.XtraPrinting.BorderSide.None;
     this.xrBarCode1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Products.EAN13", "{0:Product #}")
     });
     this.xrBarCode1.Font                           = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(10.00001F, 39.25002F);
     this.xrBarCode1.Name                           = "xrBarCode1";
     this.xrBarCode1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrBarCode1.SizeF                          = new System.Drawing.SizeF(202.0833F, 200.75F);
     this.xrBarCode1.StylePriority.UseBorders       = false;
     this.xrBarCode1.StylePriority.UseFont          = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     this.xrBarCode1.Symbology                      = dataMatrixGenerator1;
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Products.UnitPrice", "{0:c}")
     });
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(212.0833F, 39.25002F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(115.9167F, 29.25F);
     this.xrLabel4.StylePriority.UseBorders       = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "xrLabel2";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 50F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 0F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // northwind1
     //
     this.northwind1.DataSetName             = "Northwind";
     this.northwind1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // productsTableAdapter
     //
     this.productsTableAdapter.ClearBeforeFill = true;
     //
     // ProductLabels
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.topMarginBand1,
         this.bottomMarginBand1
     });
     this.DataAdapter = this.productsTableAdapter;
     this.DataMember  = "Products";
     this.DataSource  = this.northwind1;
     this.DetailPrintCountOnEmptyDataSource = 8;
     this.Font    = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margins = new System.Drawing.Printing.Margins(100, 0, 50, 0);
     this.Version = "11.1";
     ((System.ComponentModel.ISupportInitialize)(this.northwind1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }