/[papo]/gnue/forms/samples/history/myform.gfd
ViewVC logotype

Diff of /gnue/forms/samples/history/myform.gfd

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

revision 1.1 by charlie, Fri Jun 28 19:43:53 2002 UTC revision 1.1.4.1 by anthonyl, Tue Mar 4 22:18:20 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0"?>  <?xml version="1.0"?>
 <form title="Test Form">  
2    
3  <options>  <!--  GNUe Forms 0.5.0 Migration Tool
4    <version>0.0.2</version>        Saved on: 2002-11-26 20:28:14  -->
   <height>3</height>  
   <width>32</width>  
 </options>  
5    
6    <page>  <form title="Test Form">
7      <block name="style1">    <options>
8        <label x="1" y="1" text="Who told you"/>      <version/>
9        <label text="That you could stop coding?" x="1" y="2"/>      <height/>
10      </block>      <width/>
11    </page>    </options>
12    <page>    <logic>
13        <block name="style1"/>
14      <block name="style2">      <block name="style2">
15        <entry        <field name="test1" field="test1" value="Type Here"/>
16          name="test1"        <field name="test2" field="test2" value="Type Here Part Two"/>
         field="test1"  
         value="Type Here"  
         x="1"  
         y="1"  
         width="30"  
         height="1"  
       />  
       <entry  
         value="Type Here Part Two"  
         name="test2"  
         field="test2"  
         x="1"  
         y="2"  
         width="30"  
         height="1"  
       />  
17      </block>      </block>
18    </page>    </logic>
19      <layout xmlns:c="GNUe:Layout:Char" c:height="12" c:width="40">
20        <page>
21          <label text="Who told you" c:x="1" c:y="1"/>
22          <label text="That you could stop coding?" c:x="1" c:y="2"/>
23        </page>
24        <page>
25          <entry block="style2" field="test1" c:height="1" c:width="30" c:x="1"
26                 c:y="1"/>
27          <entry block="style2" field="test2" c:height="1" c:width="30" c:x="1"
28                 c:y="2"/>
29        </page>
30      </layout>
31  </form>  </form>
   
   
   
   
   
   
   
   

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

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