/[papo]/gnue/forms/samples/zipcode/states.gfd
ViewVC logotype

Diff of /gnue/forms/samples/zipcode/states.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:21 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:12:46  -->        Saved on: 2002-11-26 20:28:21  -->
5    
6  <form width="39" title="Master/Detail Demo" height="18">  <form title="Master/Detail Demo">
7    <options>    <options>
8      <option value="0.0.2" name="version"/>      <option name="version" value="0.0.2"/>
9    </options>    </options>
10    <datasource cache="15" database="gnue" name="dsstate" order_by="state"    <datasource name="dsstate" cache="15" connection="gnue" order_by="state"
11                table="state" prequery=""/>                prequery="" table="state"/>
12    <datasource master="dsstate" order_by="city" cache="15" database="gnue"    <datasource name="dscities" cache="15" connection="gnue" detaillink="state"
13                name="dscities" table="zipcode" masterlink="state" detaillink="state"/>                master="dsstate" masterlink="state" order_by="city" table="zipcode"/>
14    <page name="Page_1">    <logic>
15      <block name="blkstate" rows="5" datasource="dsstate">      <block name="blkstate" datasource="dsstate" rows="5">
16        <label x="2" y="1" name="Label_1" text="Code"/>        <field name="entstate" field="state"/>
17        <entry name="entstate" x="2" y="2" width="4" field="state"/>        <field name="entdesc" field="description"/>
       <label x="7" y="1" name="Label_2" text="Description"/>  
       <entry name="entdesc" x="7" y="2" width="30" field="description"/>  
18      </block>      </block>
19      <box x="1" y="8" width="37" label="State Cities" name="Box_1" height="8"/>      <block name="cities" datasource="dscities" rows="5">
20      <block name="cities" rows="5" datasource="dscities">        <field name="city" field="city"/>
21        <label x="2" y="9" name="Label_3" rows="1" text="City"/>        <field name="state" field="state"/>
22        <entry name="city" x="2" y="10" width="20" field="city"/>        <field name="zip" field="zip"/>
23        <label x="23" y="9" name="Label_4" rows="1" text="ST"/>        <field name="zop"/>
       <entry name="state" x="23" y="10" width="3" field="state"/>  
       <label x="27" y="9" name="Label_5" rows="1" text="Zip"/>  
       <entry name="zip" x="27" y="10" width="10" field="zip"/>  
       <entry name="zop" hidden="" x="27" y="1" width="1"/>  
24      </block>      </block>
25    </page>    </logic>
26      <layout xmlns:c="GNUe:Layout:Char" c:height="18" c:width="39">
27        <page name="Page_1">
28          <box name="Box_1" c:height="8" label="State Cities" c:width="37" c:x="1"
29               c:y="8"/>
30          <label name="Label_1" text="Code" c:x="2" c:y="1"/>
31          <entry block="blkstate" field="entstate" c:width="4" c:x="2" c:y="2"/>
32          <label name="Label_2" text="Description" c:x="7" c:y="1"/>
33          <entry block="blkstate" field="entdesc" c:width="30" c:x="7" c:y="2"/>
34          <label name="Label_3" rows="1" text="City" c:x="2" c:y="9"/>
35          <entry block="cities" field="city" c:width="20" c:x="2" c:y="10"/>
36          <label name="Label_4" rows="1" text="ST" c:x="23" c:y="9"/>
37          <entry block="cities" field="state" c:width="3" c:x="23" c:y="10"/>
38          <label name="Label_5" rows="1" text="Zip" c:x="27" c:y="9"/>
39          <entry block="cities" field="zip" c:width="10" c:x="27" c:y="10"/>
40          <entry block="cities" field="zop" hidden="" c:width="1" c:x="27" c:y="1"/>
41        </page>
42      </layout>
43  </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