﻿<?xml version="1.0" encoding="utf-8"?>
<!--Supcan Freeform -->
<freeform>
<Properties bgColor="white"/>
<Fonts>
	<Font facename="consolas" />
</Fonts>
<Objects>
	<!-- 分页器 -->
	<pager id="ID0" x1="100" y="0" x2="99%" height="100%" textColor="#0799B7"
 showText="共@pages页，转到:"
 layout="prior,4,next, pageRowsList, showtext, input" 
 style="pagecode=button; prior=上页; next=下页; bordercolor=#17a9c7; CurrentBordercolor=#17a9c7; CurrentBgColor=#eeeeff; CurrentTextColor=black" 
 PageRowsList="每页10行[10],每页20行[20],每页50行[50],每页100行[100],全部显示[99999]" pageRows="10" />
	
	<!-- 看不见的线条，没什么用处，仅仅用于表示freeform的高度（32） -->
	<line x="10" y="0" width="0" height="32" thick="0" />
</Objects>
</freeform>