/[papo]/gnue/forms/samples/location/forms/state_maint.gfd
ViewVC logotype

Diff of /gnue/forms/samples/location/forms/state_maint.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:25:46  -->        Saved on: 2002-11-26 20:28:17  -->
5    
6  <form width="39" title="State Maintenance" height="13">  <form title="State Maintenance">
7    <options>    <options>
8      <option value="0.0.1" name="version"/>      <option name="version" value="0.0.1"/>
9    </options>    </options>
10    <datasource database="gnue" name="state" order_by="state" table="state"/>    <datasource name="state" connection="gnue" order_by="state" table="state"/>
11    <page name="Page_1">    <logic>
12      <block name="state" datasource="state">      <block name="state" datasource="state">
13        <label x="1" y="1" name="Label_1" text="State"/>        <field name="state" case="upper" field="state" max_length="2">
       <entry x="1" y="2" field="state" name="state" case="upper"  
              max_length="2" width="3" rows="10">  
14          <options>          <options>
15            <option name="tip" value="The 2 charater code for the state"/>            <option name="tip" value="The 2 charater code for the state"/>
16          </options>          </options>
17        </entry>        </field>
18        <label x="7" y="1" name="Label_2" text="Description"/>        <field name="description" field="description" max_length="30">
       <entry x="7" y="2" field="description" name="description"  
              max_length="30" width="30" rows="10">  
19          <options>          <options>
20            <option name="tip" value="The full name of the state"/>            <option name="tip" value="The full name of the state"/>
21          </options>          </options>
22        </entry>        </field>
23      </block>      </block>
24    </page>    </logic>
25      <layout xmlns:c="GNUe:Layout:Char" c:height="13" c:width="39">
26        <page name="Page_1">
27          <label name="Label_1" text="State" c:x="1" c:y="1"/>
28          <entry block="state" field="state" rows="10" c:width="3" c:x="1" c:y="2"/>
29          <label name="Label_2" text="Description" c:x="7" c:y="1"/>
30          <entry block="state" field="description" rows="10" c:width="30" c:x="7"
31                 c:y="2"/>
32        </page>
33      </layout>
34  </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