VFIELD_ER_CLUB.xml 994 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<?xml version="1.0" encoding="UTF-8"?>
<FIELD>	
	<COMMITTEE_COUNT databean="ER_CLUB" lang="A" encrypt="false"  verify="false"  log="false" type="Integer">
	    <WIDTH>100</WIDTH>
		<DESC_ENG>Committee count</DESC_ENG>
		<DESC_THAI>จำนวนคณะกรรมการ</DESC_THAI>
		<COMPONENT type="text">
			<MAXSIZE>100</MAXSIZE>
			<SIZE>100</SIZE>
			<DISABLED>true</DISABLED>
			<ALT_THAI>จำนวนคณะกรรมการ</ALT_THAI>
			<ALT_ENG>Committee count</ALT_ENG>
		</COMPONENT>
	</COMMITTEE_COUNT>

	<MEMBER_COUNT databean="ER_CLUB" lang="A" encrypt="false"  verify="false"  log="false" type="Integer">
	    <WIDTH>100</WIDTH>
		<DESC_ENG>Member count</DESC_ENG>
		<DESC_THAI>จำนวนสมาชิก</DESC_THAI>
		<COMPONENT type="text">
			<MAXSIZE>100</MAXSIZE>
			<SIZE>100</SIZE>
			<DISABLED>true</DISABLED>
			<ALT_THAI>จำนวนสมาชิก</ALT_THAI>
			<ALT_ENG>Member count</ALT_ENG>
		</COMPONENT>
	</MEMBER_COUNT>

</FIELD>