/[papo]/gnue/forms/samples/simple/form.gfd
ViewVC logotype

Diff of /gnue/forms/samples/simple/form.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"?>
2    
3  <!--  GNUe Designer (0.1.0)  <!--  GNUe Forms 0.5.0 Migration Tool
4        Form saved on: 2001-11-04 22:24:40  -->        Saved on: 2002-11-26 20:28:19  -->
5    
6  <form width="25" title="Simple Example" height="6">  <form title="Simple Example">
7    <options>    <options>
8      <option value="0.0.2" name="version"/>      <option name="version" value="0.0.2"/>
9    </options>    </options>
10    <page name="Page_1">    <logic>
11      <block name="coding">      <block name="coding"/>
       <label x="1" y="1" name="Label_1" text="Simple first page"/>  
       <label x="1" y="2" name="Label_2" text="Only contains labels"/>  
       <label x="1" y="3" name="Label_3" text="Page Up or Page Down"/>  
     </block>  
   </page>  
   <page name="Page_2">  
12      <block name="testing">      <block name="testing">
13        <label x="1" y="1" name="Label_4" text="Text Box 1"/>        <field name="text1">
       <entry name="text1" x="1" y="2" width="10">  
14          <options>          <options>
15            <option name="tip" value="This is the tip for the first text box"/>            <option name="tip" value="This is the tip for the first text box"/>
16          </options>          </options>
17        </entry>        </field>
18        <label x="1" y="4" name="Label_5" text="Text Box 2"/>        <field name="text2">
       <entry name="text2" x="1" y="5" width="10">  
19          <options>          <options>
20            <option name="tip" value="This is the tip for the second text box"/>            <option name="tip" value="This is the tip for the second text box"/>
21          </options>          </options>
22        </entry>        </field>
23      </block>      </block>
24    </page>    </logic>
25      <layout xmlns:c="GNUe:Layout:Char" c:height="6" c:width="25">
26        <page name="Page_1">
27          <label name="Label_1" text="Simple first page" c:x="1" c:y="1"/>
28          <label name="Label_2" text="Only contains labels" c:x="1" c:y="2"/>
29          <label name="Label_3" text="Page Up or Page Down" c:x="1" c:y="3"/>
30        </page>
31        <page name="Page_2">
32          <label name="Label_4" text="Text Box 1" c:x="1" c:y="1"/>
33          <entry block="testing" field="text1" c:width="10" c:x="1" c:y="2"/>
34          <label name="Label_5" text="Text Box 2" c:x="1" c:y="4"/>
35          <entry block="testing" field="text2" c:width="10" c:x="1" c:y="5"/>
36        </page>
37      </layout>
38  </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