/[gnue-sb]/gnue-sb/contacts/forms/lu_address_type.gfd
ViewVC logotype

Diff of /gnue-sb/contacts/forms/lu_address_type.gfd

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

revision 1.2 by dneighbors, Mon Nov 18 01:44:29 2002 UTC revision 1.3 by Vee2d2, Tue Jun 3 10:15:24 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0"?>  <?xml version="1.0"?>
2    
3  <!--  GNUe Designer (0.4.0.99)  <!--  GNUe Forms 0.5.0 Migration Tool
4        Saved on: 2002-11-16 15:08:07  -->        Saved on: 2003-06-03 05:04:35  -->
5    
6  <form height="13" title="Address Type Management" width="60">  <form title="Address Type Management">
7    <options>    <options>
8      <option name="version" value="0.0.1"/>      <option name="version" value="0.0.1"/>
9    </options>    </options>
10    <datasource database="gnue_sb" name="dtsrcaddr_type" prequery="Y"    <datasource name="dtsrcaddr_type" connection="gnue_sb" prequery="Y"
11                table="addr_type"/>                table="addr_type"/>
12    <page name="Page_1">    <logic>
13      <block datasource="dtsrcaddr_type" name="blckaddr_type">      <block name="blckaddr_type" datasource="dtsrcaddr_type">
14        <label name="lblID" text="Id" width="2" x="1" y="1"/>        <field name="ntryid" field="addr_type_id" readonly="Y"/>
15        <entry field="addr_type_id" name="ntryid" readonly="Y" rows="10"        <field name="ntrydescription" field="description"/>
16               width="8" x="1" y="2">      </block>
17      </logic>
18      <layout xmlns:c="GNUe:Layout:Char" c:height="13" c:width="60">
19        <page name="Page_1">
20          <label name="lblID" text="Id" c:width="2" c:x="1" c:y="1"/>
21          <entry block="blckaddr_type" field="ntryid" rows="10" c:width="8"
22                 c:x="1" c:y="2">
23          <options>          <options>
24            <option name="tip" value="Please enter the value for id"/>            <option name="tip" value="Please enter the value for id"/>
25          </options>          </options>
26        </entry>        </entry>
27        <label name="lblDescription" text="Description" width="11" x="10" y="1"/>        <label name="lblDescription" text="Description" c:width="11" c:x="10"
28        <entry field="description" name="ntrydescription" rows="10" width="49"               c:y="1"/>
29               x="10" y="2">        <entry block="blckaddr_type" field="ntrydescription" rows="10"
30                 c:width="49" c:x="10" c:y="2">
31          <options>          <options>
32            <option name="tip" value="Please enter the value for description"/>            <option name="tip" value="Please enter the value for description"/>
33          </options>          </options>
34        </entry>        </entry>
35      </block>      </page>
36    </page>    </layout>
37  </form>  </form>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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