/[gnue]/gnue-samples/testcases/i18n/utf8.gfd
ViewVC logotype

Diff of /gnue-samples/testcases/i18n/utf8.gfd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by siesel, Mon Sep 23 14:45:46 2002 UTC revision 1.2 by siesel, Thu Jul 31 12:27:56 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="utf-8"?>  <?xml version="1.0"?>
2    
3  <form height="20" title="Timesheet" width="50">  <!--  GNUe Forms 0.5.0 Migration Tool
4    <page name="pgAktmp1">        Saved on: 2003-07-31 13:59:01  -->
     <block name="blkAktmp1">  
       <label name="lblItemID" text="項目 (item):" width="20" x="1" y="1"/>  
       <entry field="id" name="inpItemID" width="30" height="1"  
         x="1" y="2"/>  
   
       <label name="lblDate" text="日期 (date) :" width="20" x="1" y="3"/>  
       <entry field="date" name="inpDate" width="30" height="1"  
         x="1" y="4" typecast="date"/>  
   
       <label name="lblNotes" text="備註 (comments):-" width="25" x="1" y="9"/>  
       <entry field="comment" name="inpComments" width="30" height="4"  
         x="1" y="10" typecast="text"/>  
5    
6    <form title="Timesheet">
7      <logic>
8        <block name="blkAktmp1">
9          <field name="inpItemID" field="id"/>
10          <field name="inpDate" field="date" typecast="date"/>
11          <field name="inpComments" field="comment" typecast="text"/>
12      </block>      </block>
13    </page>    </logic>
14  </form>    <layout xmlns:c="GNUe:Layout:Char" c:height="20" c:width="50">
15        <page name="pgAktmp1">
16          <label name="lblItemID" text="項目 (item):" c:width="20" c:x="1" c:y="1"/>
17          <entry block="blkAktmp1" field="inpItemID" c:height="1" c:width="30"
18                 c:x="1" c:y="2"/>
19          <label name="lblDate" text="日期 (date) :" c:width="20" c:x="1" c:y="3"/>
20          <entry block="blkAktmp1" field="inpDate" c:height="1" c:width="30"
21                 c:x="1" c:y="4"/>
22          <label name="lblNotes" text="備註 (comments):-" c:width="25" c:x="1"
23                 c:y="9"/>
24          <entry block="blkAktmp1" field="inpComments" c:height="4" c:width="30"
25                 c:x="1" c:y="10"/>
26        </page>
27      </layout>
28    </form>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26