/// /// DevExpress.ExpressApp.Reports.v15.2, Version=15.2.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a /// C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\DevExpress.ExpressApp.Reports.v15.2\v4.0_15.2.5.0__b88d1754d700e49a\DevExpress.ExpressApp.Reports.v15.2.dll /// DevExpress.ExpressApp.Reports.XafReport /// hu-HU /// 15.2 /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// zsrvvgEAAACRAAAAbFN5c3RlbS5SZXNvdXJjZXMuUmVzb3VyY2VSZWFkZXIsIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OSNTeXN0ZW0uUmVzb3VyY2VzLlJ1bnRpbWVSZXNvdXJjZVNldAIAAAAGAAAAAAAAAFBBRFBBRFAFQIOWxnS43uPx3+CsE1HiAYdpRdUcG3krAAAAYwAAADwAAADJAAAAAAAAAJQAAADGAQAAJkQAYQB0AGEAUwBvAHUAcgBjAGUAQwBsAGEAcwBzAE4AYQBtAGUAAAAAAAxGAGkAbAB0AGUAcgAhAAAAIkYAaQBsAHQAZQByAEQAZQBzAGMAcgBpAHAAdABpAG8AbgAjAAAALEYAaQBsAHQAZQByAEYAbwByAEQAZQBzAGkAZwBuAFAAcgBlAHYAaQBlAHcAJQAA /// ADBQAGEAcgBhAG0AZQB0AGUAcgBzAE8AYgBqAGUAYwB0AFQAeQBwAGUATgBhAG0AZQAnAAAAFFIAZQBwAG8AcgB0AE4AYQBtAGUAKAAAAAEfTnV2b2xhci5Nb2R1bGUuUHJvZHVjdHNCYXJjb2RlcwEAAQABAAABE1Rlcm3DqWtlayAtIGV0aWtldHQ= /// /// namespace XtraReportSerialization { public class xafReport1 : DevExpress.XtraReports.UI.XtraReport { private DevExpress.XtraReports.UI.DetailBand detailBand1; private DevExpress.XtraReports.UI.XRLabel label3; private DevExpress.XtraReports.UI.XRLabel label2; private DevExpress.XtraReports.UI.XRLabel label1; private DevExpress.XtraReports.UI.XRBarCode barCode1; private DevExpress.XtraReports.UI.XRPictureBox pictureBox1; private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; private System.Resources.ResourceManager _resources; private string _resourceString; public xafReport1() { this._resourceString = DevExpress.XtraReports.Serialization.XRResourceManager.GetResourceFor("XtraReportSerialization.xafReport1"); this.InitializeComponent(); } private System.Resources.ResourceManager resources { get { if (_resources == null) { this._resources = new DevExpress.XtraReports.Serialization.XRResourceManager(this._resourceString); } return this._resources; } } private void InitializeComponent() { DevExpress.XtraPrinting.BarCode.EAN13Generator eAN13Generator1 = new DevExpress.XtraPrinting.BarCode.EAN13Generator(); this.detailBand1 = new DevExpress.XtraReports.UI.DetailBand(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.label3 = new DevExpress.XtraReports.UI.XRLabel(); this.label2 = new DevExpress.XtraReports.UI.XRLabel(); this.label1 = new DevExpress.XtraReports.UI.XRLabel(); this.barCode1 = new DevExpress.XtraReports.UI.XRBarCode(); this.pictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // detailBand1 // this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.label3, this.label2, this.label1, this.barCode1, this.pictureBox1}); this.detailBand1.HeightF = 100F; this.detailBand1.Name = "detailBand1"; // // topMarginBand1 // this.topMarginBand1.HeightF = 31F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 // this.bottomMarginBand1.HeightF = 49F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // label3 // this.label3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Products.ListPriceOutHUF", "{0:c}")}); this.label3.Font = new System.Drawing.Font("Arial", 9.75F); this.label3.LocationFloat = new DevExpress.Utils.PointFloat(369.7917F, 45.99997F); this.label3.Name = "label3"; this.label3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.label3.SizeF = new System.Drawing.SizeF(282.125F, 23F); this.label3.StylePriority.UseFont = false; this.label3.StylePriority.UseTextAlignment = false; this.label3.Text = "label3"; this.label3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // label2 // this.label2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Products.ShortName")}); this.label2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold); this.label2.LocationFloat = new DevExpress.Utils.PointFloat(369.7917F, 22.99999F); this.label2.Name = "label2"; this.label2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.label2.SizeF = new System.Drawing.SizeF(359.2083F, 23F); this.label2.StylePriority.UseFont = false; this.label2.Text = "label2"; // // label1 // this.label1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Products.ProductNumber")}); this.label1.Font = new System.Drawing.Font("Arial", 9.75F); this.label1.LocationFloat = new DevExpress.Utils.PointFloat(369.7917F, 0F); this.label1.Name = "label1"; this.label1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.label1.SizeF = new System.Drawing.SizeF(359.2083F, 23F); this.label1.StylePriority.UseFont = false; this.label1.Text = "label1"; // // barCode1 // this.barCode1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Barcode")}); this.barCode1.LocationFloat = new DevExpress.Utils.PointFloat(116.6667F, 0F); this.barCode1.Name = "barCode1"; this.barCode1.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F); this.barCode1.SizeF = new System.Drawing.SizeF(240.625F, 90F); this.barCode1.Symbology = eAN13Generator1; // // pictureBox1 // this.pictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Image", null, "Products.Picture_FullSize")}); this.pictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.SizeF = new System.Drawing.SizeF(101.0417F, 90F); this.pictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage; // // xafReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.detailBand1, this.topMarginBand1, this.bottomMarginBand1}); this.DisplayName = "Termékek - etikett"; this.Extensions.Add("DataSerializationExtension", "XafReport"); this.Extensions.Add("DataEditorExtension", "XafReport"); this.Extensions.Add("ParameterEditorExtension", "XafReport"); this.Margins = new System.Drawing.Printing.Margins(50, 48, 31, 49); this.Name = "xafReport1"; this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "15.2"; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } } }