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

Diff of /gnue/forms/samples/location/forms/country_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:37  -->        Saved on: 2002-11-26 20:28:16  -->
5    
6  <form width="54" title="Country Maintenance" height="13">  <form title="Country 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="country" order_by="country"    <datasource name="country" connection="gnue" order_by="country"
11                table="country"/>                table="country"/>
12    <page name="Page_1">    <logic>
13      <block name="country" datasource="country">      <block name="country" datasource="country">
14        <label x="1" y="1" name="Label_1" text="Country"/>        <field name="country" case="upper" field="country" max_length="50">
       <entry x="1" y="2" field="country" name="country" case="upper"  
              max_length="50" width="50" rows="10">  
15          <options>          <options>
16            <option name="tip" value="The name of the country"/>            <option name="tip" value="The name of the country"/>
17          </options>          </options>
18        </entry>        </field>
19      </block>      </block>
20    </page>    </logic>
21      <layout xmlns:c="GNUe:Layout:Char" c:height="13" c:width="54">
22        <page name="Page_1">
23          <label name="Label_1" text="Country" c:x="1" c:y="1"/>
24          <entry block="country" field="country" rows="10" c:width="50" c:x="1"
25                 c:y="2"/>
26        </page>
27      </layout>
28  </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