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

Diff of /gnue/forms/samples/location/forms/county_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:41  -->        Saved on: 2002-11-26 20:28:16  -->
5    
6  <form width="24" title="County Maintenance" height="13">  <form title="County 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="county" order_by="state,county"    <datasource name="county" cache="5" connection="gnue"
11                table="county"/>                order_by="state,county" table="county"/>
12    <datasource table="state" name="validator" database="gnue" prequery=""/>    <datasource name="validator" connection="gnue" prequery="" table="state"/>
13    <page name="Page_1">    <logic>
14      <block name="county" datasource="county">      <block name="county" datasource="county">
15        <label x="1" y="1" name="Label_1" text="County"/>        <field name="county" case="upper" field="county">
       <entry x="1" y="2" field="county" name="county" case="upper" width="10"  
              rows="10">  
16          <options>          <options>
17            <option name="tip" value="The name of the county"/>            <option name="tip" value="The name of the county"/>
18          </options>          </options>
19        </entry>        </field>
20        <label x="12" y="1" name="Label_2" text="State"/>        <field name="state" field="state" fk_description="description"
21        <entry x="12" y="2" field="state" name="state" width="10" rows="10"               fk_key="state" fk_source="validator">
              style="dropdown" fk_source="validator" fk_key="state"  
              fk_description="description">  
22          <options>          <options>
23            <option name="tip" value="The state in which the county is located"/>            <option name="tip" value="The state in which the county is located"/>
24          </options>          </options>
25        </entry>        </field>
26      </block>      </block>
27    </page>    </logic>
28      <layout xmlns:c="GNUe:Layout:Char" c:height="13" c:width="24">
29        <page name="Page_1">
30          <label name="Label_1" text="County" c:x="1" c:y="1"/>
31          <entry block="county" field="county" rows="10" c:width="10" c:x="1"
32                 c:y="2"/>
33          <label name="Label_2" text="State" c:x="12" c:y="1"/>
34          <entry block="county" field="state" rows="10" style="dropdown"
35                 c:width="10" c:x="12" c:y="2"/>
36        </page>
37      </layout>
38  </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