12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" encoding="UTF-8"?>
- <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="jyr" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="65f58359-d5f3-469d-8e77-e695bf345f58">
- <property name="ireport.zoom" value="1.0"/>
- <property name="ireport.x" value="0"/>
- <property name="ireport.y" value="0"/>
- <background>
- <band splitType="Stretch"/>
- </background>
- <title>
- <band height="50" splitType="Stretch">
- <staticText>
- <reportElement x="0" y="0" width="555" height="50" uuid="202acbd2-35ae-4e0c-90d5-96d8a1840880"/>
- <textElement textAlignment="Center" verticalAlignment="Middle">
- <font fontName="宋体" size="24" isBold="true"/>
- </textElement>
- <text><![CDATA[经营人基础信息]]></text>
- </staticText>
- </band>
- </title>
- <detail>
- <band height="125" splitType="Stretch">
- <frame>
- <reportElement positionType="Float" x="0" y="0" width="560" height="20" uuid="51c0c5b6-1cde-4653-aa41-f43f091bf464"/>
- <staticText>
- <reportElement stretchType="RelativeToTallestObject" x="275" y="0" width="125" height="20" uuid="0fe15b02-e234-4e4f-81ee-449a4e0188b5"/>
- <box leftPadding="5" rightPadding="5">
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.5"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.5"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体" size="10" isBold="true"/>
- </textElement>
- <text><![CDATA[所在港区]]></text>
- </staticText>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="400" y="0" width="155" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="ea4b9555-76ba-453a-9e0e-c470be9c13f2"/>
- <box leftPadding="5">
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.5"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.5"/>
- </box>
- <textElement textAlignment="Left" verticalAlignment="Middle" rotation="None" markup="none">
- <font fontName="Serif" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
- <paragraph lineSpacing="Single"/>
- </textElement>
- </textField>
- <staticText>
- <reportElement stretchType="RelativeToTallestObject" x="0" y="0" width="120" height="20" uuid="82d54cf6-f91e-4b56-a6b1-533c8e97e8b9"/>
- <box leftPadding="5" rightPadding="5">
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.5"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.5"/>
- </box>
- <textElement verticalAlignment="Middle">
- <font fontName="宋体" size="10" isBold="true"/>
- </textElement>
- <text><![CDATA[所在地]]></text>
- </staticText>
- <textField isStretchWithOverflow="true" isBlankWhenNull="true">
- <reportElement stretchType="RelativeToTallestObject" mode="Transparent" x="120" y="0" width="155" height="20" forecolor="#000000" backcolor="#FFFFFF" uuid="b38589ff-a9fc-49c7-a458-b52a18fa4a32"/>
- <box leftPadding="5">
- <topPen lineWidth="0.5"/>
- <leftPen lineWidth="0.5"/>
- <bottomPen lineWidth="0.5"/>
- <rightPen lineWidth="0.5"/>
- </box>
- <textElement textAlignment="Left" verticalAlignment="Middle" rotation="None" markup="none">
- <font fontName="Serif" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfEncoding="Cp1252" isPdfEmbedded="false"/>
- <paragraph lineSpacing="Single"/>
- </textElement>
- </textField>
- </frame>
- </band>
- </detail>
- <columnFooter>
- <band height="45" splitType="Stretch"/>
- </columnFooter>
- <pageFooter>
- <band height="54" splitType="Stretch"/>
- </pageFooter>
- <summary>
- <band height="42" splitType="Stretch"/>
- </summary>
- </jasperReport>
|