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

Diff of /gnue/forms/samples/location/forms/zipcode_maint.gfd

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

revision 1.4 by styxman, Thu Nov 14 22:16:53 2002 UTC revision 1.4.2.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:26:05  -->        Saved on: 2002-11-26 20:28:18  -->
5    
6  <form width="50" title="ZIP Code Maintenance" height="14">  <form title="ZIP Code Maintenance">
7    <options>    <options>
8      <option value="0.0.1" name="version"/>      <option name="version" value="0.0.1"/>
9    </options>    </options>
10    <datasource table="zipcode" name="zips" database="gnue"/>    <datasource name="zips" connection="gnue" table="zipcode"/>
11    <datasource table="state" name="validator" database="gnue" prequery=""/>    <datasource name="validator" connection="gnue" prequery="" table="state"/>
12    <page name="Page_1">    <logic>
13      <label x="1" y="1" name="Label_1" text="City"/>      <block name="zip" datasource="zips" rows="10">
14      <label x="31" y="1" name="Label_2" text="State"/>        <field name="city" case="upper" field="city"/>
15      <label x="39" y="1" name="Label_3" text="Zip"/>        <field name="state" field="state" fk_description="description"
16      <block name="zip" rows="10" datasource="zips">               fk_key="state" fk_source="validator"/>
17        <entry name="city" x="1" y="2" width="30" field="city" case="upper"/>        <field name="zip" field="zipcode" max_length="5" typecast="number"/>
       <entry x="32" y="2" field="state" name="state" width="10"  
              style="dropdown" fk_source="validator" fk_key="state"  
              fk_description="description"/>  
       <entry x="42" y="2" field="zipcode" name="zip" max_length="5" width="7"  
              typecast="number"/>  
18      </block>      </block>
19    </page>    </logic>
20      <layout xmlns:c="GNUe:Layout:Char" c:height="14" c:width="50">
21        <page name="Page_1">
22          <label name="Label_1" text="City" c:x="1" c:y="1"/>
23          <label name="Label_2" text="State" c:x="31" c:y="1"/>
24          <label name="Label_3" text="Zip" c:x="39" c:y="1"/>
25          <entry block="zip" field="city" c:width="30" c:x="1" c:y="2"/>
26          <entry block="zip" field="state" style="dropdown" c:width="10" c:x="32"
27                 c:y="2"/>
28          <entry block="zip" field="zip" c:width="7" c:x="42" c:y="2"/>
29        </page>
30      </layout>
31  </form>  </form>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

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