562 lines
42 KiB
C#
562 lines
42 KiB
C#
namespace Lux.Report.Data.Template
|
|
{
|
|
partial class TemplateReport
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 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();
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode1 = new DevExpress.DataAccess.Json.JsonSchemaNode("root", true);
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode2 = new DevExpress.DataAccess.Json.JsonSchemaNode("templateID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode3 = new DevExpress.DataAccess.Json.JsonSchemaNode("envir", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode4 = new DevExpress.DataAccess.Json.JsonSchemaNode("sourceType", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode5 = new DevExpress.DataAccess.Json.JsonSchemaNode("name", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode6 = new DevExpress.DataAccess.Json.JsonSchemaNode("description", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode7 = new DevExpress.DataAccess.Json.JsonSchemaNode("numItems", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode8 = new DevExpress.DataAccess.Json.JsonSchemaNode("numProdItems", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode9 = new DevExpress.DataAccess.Json.JsonSchemaNode("numRows", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode10 = new DevExpress.DataAccess.Json.JsonSchemaNode("totalCost", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode11 = new DevExpress.DataAccess.Json.JsonSchemaNode("totalPrice", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode12 = new DevExpress.DataAccess.Json.JsonSchemaNode("maxDiscount", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode13 = new DevExpress.DataAccess.Json.JsonSchemaNode("templateRowNav", true, DevExpress.DataAccess.Json.JsonNodeType.Array);
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode14 = new DevExpress.DataAccess.Json.JsonSchemaNode("templateRowID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode15 = new DevExpress.DataAccess.Json.JsonSchemaNode("templateID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode16 = new DevExpress.DataAccess.Json.JsonSchemaNode("rowNum", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode17 = new DevExpress.DataAccess.Json.JsonSchemaNode("envir", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode18 = new DevExpress.DataAccess.Json.JsonSchemaNode("name", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode19 = new DevExpress.DataAccess.Json.JsonSchemaNode("templateRowUID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode20 = new DevExpress.DataAccess.Json.JsonSchemaNode("templateRowDtx", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode21 = new DevExpress.DataAccess.Json.JsonSchemaNode("imgUrl", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode22 = new DevExpress.DataAccess.Json.JsonSchemaNode("imgType", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode23 = new DevExpress.DataAccess.Json.JsonSchemaNode("sellingItemID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode24 = new DevExpress.DataAccess.Json.JsonSchemaNode("qty", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode25 = new DevExpress.DataAccess.Json.JsonSchemaNode("bomCost", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode26 = new DevExpress.DataAccess.Json.JsonSchemaNode("bomPrice", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode27 = new DevExpress.DataAccess.Json.JsonSchemaNode("stepCost", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode28 = new DevExpress.DataAccess.Json.JsonSchemaNode("stepPrice", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode29 = new DevExpress.DataAccess.Json.JsonSchemaNode("stepLeadTime", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode30 = new DevExpress.DataAccess.Json.JsonSchemaNode("stepFlowTime", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode31 = new DevExpress.DataAccess.Json.JsonSchemaNode("unitCost", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode32 = new DevExpress.DataAccess.Json.JsonSchemaNode("unitPrice", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode33 = new DevExpress.DataAccess.Json.JsonSchemaNode("maxDiscount", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode34 = new DevExpress.DataAccess.Json.JsonSchemaNode("totalCost", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode35 = new DevExpress.DataAccess.Json.JsonSchemaNode("totalPrice", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode36 = new DevExpress.DataAccess.Json.JsonSchemaNode("serStruct", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode37 = new DevExpress.DataAccess.Json.JsonSchemaNode("fileResource", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode38 = new DevExpress.DataAccess.Json.JsonSchemaNode("fileName", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode39 = new DevExpress.DataAccess.Json.JsonSchemaNode("fileSize", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode40 = new DevExpress.DataAccess.Json.JsonSchemaNode("calcEnabled", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode41 = new DevExpress.DataAccess.Json.JsonSchemaNode("hasFile", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode42 = new DevExpress.DataAccess.Json.JsonSchemaNode("itemBOM", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode43 = new DevExpress.DataAccess.Json.JsonSchemaNode("itemJCD", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode44 = new DevExpress.DataAccess.Json.JsonSchemaNode("itemTags", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode45 = new DevExpress.DataAccess.Json.JsonSchemaNode("prodItemQty", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode46 = new DevExpress.DataAccess.Json.JsonSchemaNode("prodItemQtyTot", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode47 = new DevExpress.DataAccess.Json.JsonSchemaNode("jobID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode48 = new DevExpress.DataAccess.Json.JsonSchemaNode("itemSteps", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode49 = new DevExpress.DataAccess.Json.JsonSchemaNode("bomOk", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode50 = new DevExpress.DataAccess.Json.JsonSchemaNode("itemOk", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode51 = new DevExpress.DataAccess.Json.JsonSchemaNode("note", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode52 = new DevExpress.DataAccess.Json.JsonSchemaNode("awaitBom", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode53 = new DevExpress.DataAccess.Json.JsonSchemaNode("awaitPrice", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode54 = new DevExpress.DataAccess.Json.JsonSchemaNode("inserted", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<System.DateTime>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode55 = new DevExpress.DataAccess.Json.JsonSchemaNode("templateNav", true, DevExpress.DataAccess.Json.JsonNodeType.Property);
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode56 = new DevExpress.DataAccess.Json.JsonSchemaNode("sellingItemNav", true);
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode57 = new DevExpress.DataAccess.Json.JsonSchemaNode("sellingItemID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode58 = new DevExpress.DataAccess.Json.JsonSchemaNode("envir", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode59 = new DevExpress.DataAccess.Json.JsonSchemaNode("isService", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode60 = new DevExpress.DataAccess.Json.JsonSchemaNode("sourceType", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode61 = new DevExpress.DataAccess.Json.JsonSchemaNode("jobID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode62 = new DevExpress.DataAccess.Json.JsonSchemaNode("itemCode", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode63 = new DevExpress.DataAccess.Json.JsonSchemaNode("extItemCode", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode64 = new DevExpress.DataAccess.Json.JsonSchemaNode("supplCode", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode65 = new DevExpress.DataAccess.Json.JsonSchemaNode("description", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode66 = new DevExpress.DataAccess.Json.JsonSchemaNode("cost", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode67 = new DevExpress.DataAccess.Json.JsonSchemaNode("margin", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<double>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode68 = new DevExpress.DataAccess.Json.JsonSchemaNode("um", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode69 = new DevExpress.DataAccess.Json.JsonSchemaNode("serStruct", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode70 = new DevExpress.DataAccess.Json.JsonSchemaNode("itemSteps", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode71 = new DevExpress.DataAccess.Json.JsonSchemaNode("imgType", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<long>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode72 = new DevExpress.DataAccess.Json.JsonSchemaNode("imgUID", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode73 = new DevExpress.DataAccess.Json.JsonSchemaNode("calcEnabled", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode74 = new DevExpress.DataAccess.Json.JsonSchemaNode("imgUrl", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode75 = new DevExpress.DataAccess.Json.JsonSchemaNode("fileName", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(string));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode76 = new DevExpress.DataAccess.Json.JsonSchemaNode("isProtected", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode77 = new DevExpress.DataAccess.Json.JsonSchemaNode("hasBOM", true, DevExpress.DataAccess.Json.JsonNodeType.Property, typeof(System.Nullable<bool>));
|
|
DevExpress.DataAccess.Json.JsonSchemaNode jsonSchemaNode78 = new DevExpress.DataAccess.Json.JsonSchemaNode("jobNav", true, DevExpress.DataAccess.Json.JsonNodeType.Property);
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
|
|
this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
|
|
this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
|
|
this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
|
|
this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
|
|
this.jsonDataSource1 = new DevExpress.DataAccess.Json.JsonDataSource(this.components);
|
|
this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
|
|
this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
|
|
this.pImgPath = new DevExpress.XtraReports.Parameters.Parameter();
|
|
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
|
|
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
|
|
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox();
|
|
this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
|
|
this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
//
|
|
// Detail
|
|
//
|
|
this.Detail.Dpi = 25.4F;
|
|
this.Detail.HeightF = 5.842F;
|
|
this.Detail.HierarchyPrintOptions.Indent = 5.08F;
|
|
this.Detail.Name = "Detail";
|
|
this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0F, 0F, 0F, 0F, 25.4F);
|
|
this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// TopMargin
|
|
//
|
|
this.TopMargin.Dpi = 25.4F;
|
|
this.TopMargin.HeightF = 10.16F;
|
|
this.TopMargin.Name = "TopMargin";
|
|
this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0F, 0F, 0F, 0F, 25.4F);
|
|
this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// BottomMargin
|
|
//
|
|
this.BottomMargin.Dpi = 25.4F;
|
|
this.BottomMargin.HeightF = 10.16F;
|
|
this.BottomMargin.Name = "BottomMargin";
|
|
this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0F, 0F, 0F, 0F, 25.4F);
|
|
this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
|
|
//
|
|
// ReportHeader
|
|
//
|
|
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel7,
|
|
this.xrLabel3,
|
|
this.xrPictureBox2});
|
|
this.ReportHeader.Dpi = 25.4F;
|
|
this.ReportHeader.HeightF = 27.97176F;
|
|
this.ReportHeader.Name = "ReportHeader";
|
|
//
|
|
// xrLabel7
|
|
//
|
|
this.xrLabel7.Dpi = 25.4F;
|
|
this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[description]")});
|
|
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 18.0554F);
|
|
this.xrLabel7.Multiline = true;
|
|
this.xrLabel7.Name = "xrLabel7";
|
|
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0.5291666F, 0.5291666F, 0F, 0F, 25.4F);
|
|
this.xrLabel7.SizeF = new System.Drawing.SizeF(85.98958F, 5.842001F);
|
|
this.xrLabel7.Text = "xrLabel7";
|
|
//
|
|
// xrLabel3
|
|
//
|
|
this.xrLabel3.Dpi = 25.4F;
|
|
this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[name]")});
|
|
this.xrLabel3.Font = new DevExpress.Drawing.DXFont("Times New Roman", 24F, DevExpress.Drawing.DXFontStyle.Bold);
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 5.106568F);
|
|
this.xrLabel3.Multiline = true;
|
|
this.xrLabel3.Name = "xrLabel3";
|
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0.5291666F, 0.5291666F, 0F, 0F, 25.4F);
|
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(79.58661F, 10.21292F);
|
|
this.xrLabel3.StylePriority.UseFont = false;
|
|
this.xrLabel3.Text = "xrLabel3";
|
|
//
|
|
// xrPictureBox2
|
|
//
|
|
this.xrPictureBox2.Dpi = 25.4F;
|
|
this.xrPictureBox2.ImageUrl = "https://iis01.egalware.com/Lux/srv/api/image/empty";
|
|
this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(160.02F, 0F);
|
|
this.xrPictureBox2.Name = "xrPictureBox2";
|
|
this.xrPictureBox2.SizeF = new System.Drawing.SizeF(25.39999F, 25.89741F);
|
|
this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
//
|
|
// PageFooter
|
|
//
|
|
this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrPageInfo1});
|
|
this.PageFooter.Dpi = 25.4F;
|
|
this.PageFooter.HeightF = 12.59F;
|
|
this.PageFooter.Name = "PageFooter";
|
|
//
|
|
// xrPageInfo1
|
|
//
|
|
this.xrPageInfo1.Dpi = 25.4F;
|
|
this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(160.02F, 2.539994F);
|
|
this.xrPageInfo1.Name = "xrPageInfo1";
|
|
this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0.508F, 0.508F, 0F, 0F, 25.4F);
|
|
this.xrPageInfo1.SizeF = new System.Drawing.SizeF(25.39999F, 5.842F);
|
|
this.xrPageInfo1.StylePriority.UseTextAlignment = false;
|
|
this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
|
|
this.xrPageInfo1.TextFormatString = "{0} di {1}";
|
|
//
|
|
// DetailReport
|
|
//
|
|
this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail1});
|
|
this.DetailReport.DataMember = "templateRowNav";
|
|
this.DetailReport.DataSource = this.jsonDataSource1;
|
|
this.DetailReport.Dpi = 25.4F;
|
|
this.DetailReport.Level = 0;
|
|
this.DetailReport.Name = "DetailReport";
|
|
//
|
|
// Detail1
|
|
//
|
|
this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLine1,
|
|
this.xrTable1});
|
|
this.Detail1.Dpi = 25.4F;
|
|
this.Detail1.HeightF = 19.27222F;
|
|
this.Detail1.HierarchyPrintOptions.Indent = 5.08F;
|
|
this.Detail1.Name = "Detail1";
|
|
this.Detail1.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
|
|
new DevExpress.XtraReports.UI.GroupField("numRows", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
|
|
//
|
|
// jsonDataSource1
|
|
//
|
|
this.jsonDataSource1.ConnectionName = "JsonTemplateConn";
|
|
this.jsonDataSource1.Name = "jsonDataSource1";
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode57);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode58);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode59);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode60);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode61);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode62);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode63);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode64);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode65);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode66);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode67);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode68);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode69);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode70);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode71);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode72);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode73);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode74);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode75);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode76);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode77);
|
|
jsonSchemaNode56.Nodes.Add(jsonSchemaNode78);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode14);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode15);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode16);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode17);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode18);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode19);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode20);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode21);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode22);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode23);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode24);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode25);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode26);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode27);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode28);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode29);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode30);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode31);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode32);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode33);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode34);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode35);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode36);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode37);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode38);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode39);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode40);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode41);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode42);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode43);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode44);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode45);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode46);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode47);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode48);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode49);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode50);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode51);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode52);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode53);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode54);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode55);
|
|
jsonSchemaNode13.Nodes.Add(jsonSchemaNode56);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode2);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode3);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode4);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode5);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode6);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode7);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode8);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode9);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode10);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode11);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode12);
|
|
jsonSchemaNode1.Nodes.Add(jsonSchemaNode13);
|
|
this.jsonDataSource1.Schema = jsonSchemaNode1;
|
|
//
|
|
// GroupHeader1
|
|
//
|
|
this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrLabel8,
|
|
this.xrLabel13,
|
|
this.xrLabel11,
|
|
this.xrLabel1});
|
|
this.GroupHeader1.Dpi = 25.4F;
|
|
this.GroupHeader1.HeightF = 14.67909F;
|
|
this.GroupHeader1.Name = "GroupHeader1";
|
|
this.GroupHeader1.RepeatEveryPage = true;
|
|
//
|
|
// xrLabel8
|
|
//
|
|
this.xrLabel8.BackColor = System.Drawing.Color.LightCyan;
|
|
this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrLabel8.Dpi = 25.4F;
|
|
this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Times New Roman", 14F, DevExpress.Drawing.DXFontStyle.Bold);
|
|
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(117.9512F, 2.539977F);
|
|
this.xrLabel8.Multiline = true;
|
|
this.xrLabel8.Name = "xrLabel8";
|
|
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(0.508F, 0.508F, 0F, 0F, 25.4F);
|
|
this.xrLabel8.SizeF = new System.Drawing.SizeF(67.46876F, 8.837076F);
|
|
this.xrLabel8.StylePriority.UseBackColor = false;
|
|
this.xrLabel8.StylePriority.UseBorders = false;
|
|
this.xrLabel8.StylePriority.UseFont = false;
|
|
this.xrLabel8.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel8.Text = "Descrizione";
|
|
this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
//
|
|
// xrLabel13
|
|
//
|
|
this.xrLabel13.BackColor = System.Drawing.Color.LightCyan;
|
|
this.xrLabel13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrLabel13.Dpi = 25.4F;
|
|
this.xrLabel13.Font = new DevExpress.Drawing.DXFont("Times New Roman", 14F, DevExpress.Drawing.DXFontStyle.Bold);
|
|
this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(15.34583F, 2.539985F);
|
|
this.xrLabel13.Multiline = true;
|
|
this.xrLabel13.Name = "xrLabel13";
|
|
this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(0.508F, 0.508F, 0F, 0F, 25.4F);
|
|
this.xrLabel13.SizeF = new System.Drawing.SizeF(58.15536F, 8.837076F);
|
|
this.xrLabel13.StylePriority.UseBackColor = false;
|
|
this.xrLabel13.StylePriority.UseBorders = false;
|
|
this.xrLabel13.StylePriority.UseFont = false;
|
|
this.xrLabel13.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel13.Text = "Nome";
|
|
this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
//
|
|
// xrLabel11
|
|
//
|
|
this.xrLabel11.BackColor = System.Drawing.Color.LightCyan;
|
|
this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrLabel11.Dpi = 25.4F;
|
|
this.xrLabel11.Font = new DevExpress.Drawing.DXFont("Times New Roman", 14F, DevExpress.Drawing.DXFontStyle.Bold);
|
|
this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(73.5012F, 2.540002F);
|
|
this.xrLabel11.Multiline = true;
|
|
this.xrLabel11.Name = "xrLabel11";
|
|
this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(0.508F, 0.508F, 0F, 0F, 25.4F);
|
|
this.xrLabel11.SizeF = new System.Drawing.SizeF(44.45F, 8.837076F);
|
|
this.xrLabel11.StylePriority.UseBackColor = false;
|
|
this.xrLabel11.StylePriority.UseBorders = false;
|
|
this.xrLabel11.StylePriority.UseFont = false;
|
|
this.xrLabel11.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel11.Text = "Preview";
|
|
this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
|
|
//
|
|
// xrLabel1
|
|
//
|
|
this.xrLabel1.BackColor = System.Drawing.Color.LightCyan;
|
|
this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
this.xrLabel1.Dpi = 25.4F;
|
|
this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Times New Roman", 14F, DevExpress.Drawing.DXFontStyle.Bold);
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 2.539994F);
|
|
this.xrLabel1.Multiline = true;
|
|
this.xrLabel1.Name = "xrLabel1";
|
|
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0.508F, 0.508F, 0F, 0F, 25.4F);
|
|
this.xrLabel1.SizeF = new System.Drawing.SizeF(15.34583F, 8.837076F);
|
|
this.xrLabel1.StylePriority.UseBackColor = false;
|
|
this.xrLabel1.StylePriority.UseBorders = false;
|
|
this.xrLabel1.StylePriority.UseFont = false;
|
|
this.xrLabel1.StylePriority.UseTextAlignment = false;
|
|
this.xrLabel1.Text = "N°";
|
|
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
|
|
//
|
|
// pImgPath
|
|
//
|
|
this.pImgPath.Description = "Path immagine";
|
|
this.pImgPath.Name = "pImgPath";
|
|
this.pImgPath.ValueInfo = "https://iis01.egalware.com/Lux/srv/api/window/svgfile/";
|
|
this.pImgPath.Visible = false;
|
|
//
|
|
// xrTable1
|
|
//
|
|
this.xrTable1.Dpi = 25.4F;
|
|
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrTable1.Name = "xrTable1";
|
|
this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0.5291666F, 0.5291666F, 0F, 0F, 25.4F);
|
|
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
|
|
this.xrTableRow1});
|
|
this.xrTable1.SizeF = new System.Drawing.SizeF(185.42F, 6.35F);
|
|
//
|
|
// xrTableRow1
|
|
//
|
|
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
|
|
this.xrTableCell1,
|
|
this.xrTableCell4,
|
|
this.xrTableCell2,
|
|
this.xrTableCell3});
|
|
this.xrTableRow1.Dpi = 25.4F;
|
|
this.xrTableRow1.Name = "xrTableRow1";
|
|
this.xrTableRow1.Weight = 1D;
|
|
//
|
|
// xrTableCell1
|
|
//
|
|
this.xrTableCell1.Dpi = 25.4F;
|
|
this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[rowNum]")});
|
|
this.xrTableCell1.Multiline = true;
|
|
this.xrTableCell1.Name = "xrTableCell1";
|
|
this.xrTableCell1.Text = "xrTableCell1";
|
|
this.xrTableCell1.TextFormatString = "{0:N0}";
|
|
this.xrTableCell1.Weight = 0.84366069980332847D;
|
|
//
|
|
// xrTableCell2
|
|
//
|
|
this.xrTableCell2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
this.xrPictureBox3});
|
|
this.xrTableCell2.Dpi = 25.4F;
|
|
this.xrTableCell2.Multiline = true;
|
|
this.xrTableCell2.Name = "xrTableCell2";
|
|
this.xrTableCell2.Text = "xrTableCell2";
|
|
this.xrTableCell2.Weight = 2.4437060209813231D;
|
|
//
|
|
// xrTableCell3
|
|
//
|
|
this.xrTableCell3.Dpi = 25.4F;
|
|
this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[sellingItemNav].[description]")});
|
|
this.xrTableCell3.Multiline = true;
|
|
this.xrTableCell3.Name = "xrTableCell3";
|
|
this.xrTableCell3.StylePriority.UseTextAlignment = false;
|
|
this.xrTableCell3.Text = "xrTableCell3";
|
|
this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
|
|
this.xrTableCell3.Weight = 3.7091996310539095D;
|
|
//
|
|
// xrPictureBox3
|
|
//
|
|
this.xrPictureBox3.Dpi = 25.4F;
|
|
this.xrPictureBox3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "ImageUrl", "?pImgPath+ [imgUrl]")});
|
|
this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
this.xrPictureBox3.Name = "xrPictureBox3";
|
|
this.xrPictureBox3.SizeF = new System.Drawing.SizeF(44.45F, 34.66F);
|
|
this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
|
|
//
|
|
// xrTableCell4
|
|
//
|
|
this.xrTableCell4.Dpi = 25.4F;
|
|
this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[name]")});
|
|
this.xrTableCell4.Multiline = true;
|
|
this.xrTableCell4.Name = "xrTableCell4";
|
|
this.xrTableCell4.Text = "xrTableCell4";
|
|
this.xrTableCell4.Weight = 3.1971800274528976D;
|
|
//
|
|
// xrLine1
|
|
//
|
|
this.xrLine1.Dpi = 25.4F;
|
|
this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.05375F);
|
|
this.xrLine1.Name = "xrLine1";
|
|
this.xrLine1.SizeF = new System.Drawing.SizeF(185.42F, 5.841995F);
|
|
//
|
|
// TemplateReport
|
|
//
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
this.Detail,
|
|
this.TopMargin,
|
|
this.BottomMargin,
|
|
this.ReportHeader,
|
|
this.PageFooter,
|
|
this.DetailReport,
|
|
this.GroupHeader1});
|
|
this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
|
|
this.jsonDataSource1});
|
|
this.DataSource = this.jsonDataSource1;
|
|
this.Dpi = 25.4F;
|
|
this.Margins = new DevExpress.Drawing.DXMargins(15.24F, 15.24F, 10.16F, 10.16F);
|
|
this.PageHeightF = 279.4F;
|
|
this.PageWidthF = 215.9F;
|
|
this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
|
|
this.pImgPath});
|
|
this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.Millimeters;
|
|
this.SnapGridSize = 2.5F;
|
|
this.Version = "25.2";
|
|
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
private DevExpress.XtraReports.UI.TopMarginBand TopMargin;
|
|
private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin;
|
|
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2;
|
|
private DevExpress.XtraReports.UI.PageFooterBand PageFooter;
|
|
private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo1;
|
|
private DevExpress.XtraReports.UI.DetailReportBand DetailReport;
|
|
private DevExpress.XtraReports.UI.DetailBand Detail1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
|
private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel11;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel13;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
private DevExpress.XtraReports.Parameters.Parameter pImgPath;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel8;
|
|
private DevExpress.DataAccess.Json.JsonDataSource jsonDataSource1;
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel7;
|
|
private DevExpress.XtraReports.UI.XRLine xrLine1;
|
|
private DevExpress.XtraReports.UI.XRTable xrTable1;
|
|
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
|
|
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3;
|
|
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
|
|
}
|
|
}
|