Preh mci touchkey 부록 매뉴얼

다운로드
페이지 40
 
PrehKeyTec GmbH 
TK-TechDoc_RevB_en.doc - 2008-07-31 
Page  23/40 
A layout sample 
 
 
 
 
The name for the XML file is "L1_txt.xml". This 
Layout contains a text field with the text "This is 
a test". This text field is displayed in layout "L1". 
 
 
 
 
 
 
 
<?xml version="1.0" encoding="utf-8" ?> 
<text xmlns="http://tempuri.org/Text.xsd"> 
   <name>L1_txt</name> 
   <showinlayer>L1</showinlayer> 
   <keytostart>0</keytostart> 
   <erasedisplay>false</erasedisplay> 
   <textfield> 
      <xpixel>45</xpixel> 
      <ypixel>80</ypixel> 
      <wpixel>230</wpixel> 
      <hpixel>40</hpixel> 
      <font>3</font> 
      <inverse>false</inverse> 
      <setunderline>false</setunderline> 
      <textstring>This is a test</textstring> 
      <textmode>131</textmode> 
   </textfield> 
</text>