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

Diff of /gnue/forms/samples/location/forms/zip_coords_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:25:52  -->        Saved on: 2002-11-26 20:28:17  -->
5    
6  <form width="71" title="ZIP Code Maintenance" height="18">  <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 cache="5" database="gnue" name="zips" order_by="state,city"    <datasource name="zips" cache="5" connection="gnue" order_by="state,city"
11                table="zipcode"/>                table="zipcode"/>
12    <datasource prequery="" database="gnue" name="validator"    <datasource name="validator" connection="gnue" order_by="description"
13                order_by="description" table="state"/>                prequery="" table="state"/>
14    <page name="Page_1">    <logic>
15      <block name="zip" datasource="zips">      <block name="zip" datasource="zips">
16        <label x="1" y="1" name="Label_1" text="Zip"/>        <field name="zip" field="zipcode" max_length="5" typecast="number">
       <entry x="1" y="2" field="zipcode" name="zip" max_length="5" width="5"  
              typecast="number" rows="15">  
17          <options>          <options>
18            <option name="tip" value="US Postal Zip Code"/>            <option name="tip" value="US Postal Zip Code"/>
19          </options>          </options>
20        </entry>        </field>
21        <label x="7" y="1" name="Label_2" text="City"/>        <field name="city" case="upper" field="city">
       <entry x="7" y="2" field="city" name="city" case="upper" width="15"  
              rows="15">  
22          <options>          <options>
23            <option name="tip" value="Full name of city"/>            <option name="tip" value="Full name of city"/>
24          </options>          </options>
25        </entry>        </field>
26        <label x="23" y="1" name="Label_3" text="State"/>        <field name="state" case="upper" field="state"
27        <entry x="23" y="2" field="state" name="state" case="upper" width="15"               fk_description="description" fk_key="state" fk_source="validator">
              rows="15" style="dropdown" fk_source="validator" fk_key="state"  
              fk_description="description">  
28          <options>          <options>
29            <option name="tip" value="State"/>            <option name="tip" value="State"/>
30          </options>          </options>
31        </entry>        </field>
32        <label x="39" y="1" name="Label_4" text="Latitude"/>        <field name="latitude" field="latitude" typecast="number">
       <entry x="39" y="2" field="latitude" name="latitude" width="15"  
              typecast="number" rows="15">  
33          <options>          <options>
34            <option name="tip"            <option name="tip"
35                    value="The latitude of the city for the shop lookup"/>                    value="The latitude of the city for the shop lookup"/>
36          </options>          </options>
37        </entry>        </field>
38        <label x="55" y="1" name="Label_5" text="Longitude"/>        <field name="longitude" field="longitude" typecast="number">
       <entry x="55" y="2" field="longitude" name="longitude" width="15"  
              typecast="number" rows="15">  
39          <options>          <options>
40            <option name="tip"            <option name="tip"
41                    value="The longitude of the city for the shop lookup"/>                    value="The longitude of the city for the shop lookup"/>
42          </options>          </options>
43        </entry>        </field>
44      </block>      </block>
45    </page>    </logic>
46      <layout xmlns:c="GNUe:Layout:Char" c:height="18" c:width="71">
47        <page name="Page_1">
48          <label name="Label_1" text="Zip" c:x="1" c:y="1"/>
49          <entry block="zip" field="zip" rows="15" c:width="5" c:x="1" c:y="2"/>
50          <label name="Label_2" text="City" c:x="7" c:y="1"/>
51          <entry block="zip" field="city" rows="15" c:width="15" c:x="7" c:y="2"/>
52          <label name="Label_3" text="State" c:x="23" c:y="1"/>
53          <entry block="zip" field="state" rows="15" style="dropdown" c:width="15"
54                 c:x="23" c:y="2"/>
55          <label name="Label_4" text="Latitude" c:x="39" c:y="1"/>
56          <entry block="zip" field="latitude" rows="15" c:width="15" c:x="39"
57                 c:y="2"/>
58          <label name="Label_5" text="Longitude" c:x="55" c:y="1"/>
59          <entry block="zip" field="longitude" rows="15" c:width="15" c:x="55"
60                 c:y="2"/>
61        </page>
62      </layout>
63  </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