156 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			156 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Report xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition">
 | |
|   <Body>
 | |
|     <ReportItems>
 | |
|       <Textbox Name="locationId2">
 | |
|         <CanGrow>true</CanGrow>
 | |
|         <KeepTogether>true</KeepTogether>
 | |
|         <Paragraphs>
 | |
|           <Paragraph>
 | |
|             <TextRuns>
 | |
|               <TextRun>
 | |
|                 <Value>=Parameters!flowNo128.Value</Value>
 | |
|                 <Style>
 | |
|                   <FontFamily>Code 128</FontFamily>
 | |
|                   <FontSize>36pt</FontSize>
 | |
|                 </Style>
 | |
|               </TextRun>
 | |
|             </TextRuns>
 | |
|             <Style>
 | |
|               <TextAlign>Center</TextAlign>
 | |
|             </Style>
 | |
|           </Paragraph>
 | |
|         </Paragraphs>
 | |
|         <rd:DefaultName>locationId</rd:DefaultName>
 | |
|         <Top>0.99153cm</Top>
 | |
|         <Left>0.04189cm</Left>
 | |
|         <Height>2.19666cm</Height>
 | |
|         <Width>5.36667cm</Width>
 | |
|         <Style>
 | |
|           <Border>
 | |
|             <Style>None</Style>
 | |
|           </Border>
 | |
|           <VerticalAlign>Middle</VerticalAlign>
 | |
|           <PaddingLeft>2pt</PaddingLeft>
 | |
|           <PaddingRight>2pt</PaddingRight>
 | |
|           <PaddingTop>2pt</PaddingTop>
 | |
|           <PaddingBottom>2pt</PaddingBottom>
 | |
|         </Style>
 | |
|       </Textbox>
 | |
|       <Textbox Name="locationId">
 | |
|         <CanGrow>true</CanGrow>
 | |
|         <KeepTogether>true</KeepTogether>
 | |
|         <Paragraphs>
 | |
|           <Paragraph>
 | |
|             <TextRuns>
 | |
|               <TextRun>
 | |
|                 <Value>=Parameters!flowNo.Value</Value>
 | |
|                 <Style>
 | |
|                   <FontFamily>宋体</FontFamily>
 | |
|                 </Style>
 | |
|               </TextRun>
 | |
|             </TextRuns>
 | |
|             <Style>
 | |
|               <TextAlign>Center</TextAlign>
 | |
|             </Style>
 | |
|           </Paragraph>
 | |
|         </Paragraphs>
 | |
|         <rd:DefaultName>locationId</rd:DefaultName>
 | |
|         <Top>3.22347cm</Top>
 | |
|         <Left>0.04189cm</Left>
 | |
|         <Height>0.63875cm</Height>
 | |
|         <Width>5.36667cm</Width>
 | |
|         <ZIndex>1</ZIndex>
 | |
|         <Style>
 | |
|           <Border>
 | |
|             <Style>None</Style>
 | |
|           </Border>
 | |
|           <PaddingLeft>2pt</PaddingLeft>
 | |
|           <PaddingRight>2pt</PaddingRight>
 | |
|           <PaddingTop>2pt</PaddingTop>
 | |
|           <PaddingBottom>2pt</PaddingBottom>
 | |
|         </Style>
 | |
|       </Textbox>
 | |
|       <Textbox Name="locationId3">
 | |
|         <CanGrow>true</CanGrow>
 | |
|         <KeepTogether>true</KeepTogether>
 | |
|         <Paragraphs>
 | |
|           <Paragraph>
 | |
|             <TextRuns>
 | |
|               <TextRun>
 | |
|                 <Value>=Parameters!flowName.Value</Value>
 | |
|                 <Style>
 | |
|                   <FontFamily>宋体</FontFamily>
 | |
|                   <FontSize>14pt</FontSize>
 | |
|                 </Style>
 | |
|               </TextRun>
 | |
|             </TextRuns>
 | |
|             <Style>
 | |
|               <TextAlign>Center</TextAlign>
 | |
|             </Style>
 | |
|           </Paragraph>
 | |
|         </Paragraphs>
 | |
|         <rd:DefaultName>locationId</rd:DefaultName>
 | |
|         <Top>0.08819cm</Top>
 | |
|         <Left>0.04189cm</Left>
 | |
|         <Height>0.7975cm</Height>
 | |
|         <Width>5.36667cm</Width>
 | |
|         <ZIndex>2</ZIndex>
 | |
|         <Style>
 | |
|           <Border>
 | |
|             <Style>None</Style>
 | |
|           </Border>
 | |
|           <PaddingLeft>2pt</PaddingLeft>
 | |
|           <PaddingRight>2pt</PaddingRight>
 | |
|           <PaddingTop>2pt</PaddingTop>
 | |
|           <PaddingBottom>2pt</PaddingBottom>
 | |
|         </Style>
 | |
|       </Textbox>
 | |
|     </ReportItems>
 | |
|     <Height>3.9cm</Height>
 | |
|     <Style />
 | |
|   </Body>
 | |
|   <ReportParameters>
 | |
|     <ReportParameter Name="flowName">
 | |
|       <DataType>String</DataType>
 | |
|       <Prompt>ReportParameter1</Prompt>
 | |
|     </ReportParameter>
 | |
|     <ReportParameter Name="flowNo">
 | |
|       <DataType>String</DataType>
 | |
|       <Prompt>ReportParameter1</Prompt>
 | |
|     </ReportParameter>
 | |
|     <ReportParameter Name="flowNo128">
 | |
|       <DataType>String</DataType>
 | |
|       <Prompt>ReportParameter1</Prompt>
 | |
|     </ReportParameter>
 | |
|   </ReportParameters>
 | |
|   <Width>5.45045cm</Width>
 | |
|   <Page>
 | |
|     <PageHeight>29.7cm</PageHeight>
 | |
|     <PageWidth>21cm</PageWidth>
 | |
|     <LeftMargin>2cm</LeftMargin>
 | |
|     <RightMargin>2cm</RightMargin>
 | |
|     <TopMargin>2cm</TopMargin>
 | |
|     <BottomMargin>2cm</BottomMargin>
 | |
|     <ColumnSpacing>0.13cm</ColumnSpacing>
 | |
|     <Style>
 | |
|       <Border>
 | |
|         <Style>Solid</Style>
 | |
|       </Border>
 | |
|       <TopBorder>
 | |
|         <Style>Solid</Style>
 | |
|       </TopBorder>
 | |
|       <BottomBorder>
 | |
|         <Style>Solid</Style>
 | |
|       </BottomBorder>
 | |
|       <LeftBorder>
 | |
|         <Style>Solid</Style>
 | |
|       </LeftBorder>
 | |
|       <RightBorder>
 | |
|         <Style>Solid</Style>
 | |
|       </RightBorder>
 | |
|     </Style>
 | |
|   </Page>
 | |
|   <rd:ReportID>8c1713be-3b24-48c0-bb6c-45bf5fe613c8</rd:ReportID>
 | |
|   <rd:ReportUnitType>Cm</rd:ReportUnitType>
 | |
| </Report> |