<?xml version="1.0" encoding="utf-8"?>
|
<Report ScriptLanguage="CSharp" ReportInfo.Created="10/28/2025 13:28:22" ReportInfo.Modified="10/29/2025 09:11:47" ReportInfo.CreatorVersion="2013.2.5.0">
|
<Dictionary/>
|
<!-- 纸张尺寸:80mm宽(GP-3120TU标准),60mm高(容纳二维码+避免空白) -->
|
<ReportPage Name="Page1" PaperWidth="80" PaperHeight="60" LeftMargin="0" TopMargin="0" RightMargin="0" BottomMargin="0" FirstPageSource="256" OtherPagesSource="256">
|
<!-- 数据带高度必须≥二维码高度+边距(像素单位),避免内容截断 -->
|
<DataBand Name="Data1" Width="280" Height="200">
|
<!-- 二维码:尺寸适配203DPI,去掉边框,提升纠错等级 -->
|
<BarcodeObject Name="PalletCode" Left="60.3" Top="2.34" Width="195" Height="230" Border.Lines="None" AutoSize="false" Barcode="QR Code" Barcode.ErrorCorrection="M" Barcode.Encoding="UTF8" Barcode.QuietZone="true"/>
|
</DataBand>
|
</ReportPage>
|
</Report>
|