/[papo]/gnue/forms/samples/track/forms/phone_type.gfd
ViewVC logotype

Diff of /gnue/forms/samples/track/forms/phone_type.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:24:10  -->        Saved on: 2002-11-26 20:28:20  -->
5    
6  <form width="35" title="Phone Type Management" height="7">  <form title="Phone Type Management">
7    <options>    <options>
8      <option value="0.0.1" name="version"/>      <option name="version" value="0.0.1"/>
9    </options>    </options>
10    <datasource prequery="" cache="5" database="gnue" name="dtsrcphone_type"    <datasource name="dtsrcphone_type" cache="5" connection="gnue" prequery=""
11                table="phone_type"/>                table="phone_type"/>
12    <page name="Page_1">    <connection name="dtbsgnue" comment="" dbname="gnue" host="gnue"
13                  provider="postgresql"/>
14      <logic>
15      <block name="blckphone_type" datasource="dtsrcphone_type">      <block name="blckphone_type" datasource="dtsrcphone_type">
16        <label x="1" y="2" name="Label_1" text="id"/>        <field name="ntryid" field="id" readonly="">
       <entry name="ntryid" x="1" y="3" readonly="" width="15" field="id">  
17          <options>          <options>
18            <option name="tip" value="Please enter the value for id"/>            <option name="tip" value="Please enter the value for id"/>
19          </options>          </options>
20        </entry>        </field>
21        <label x="1" y="4" name="Label_2" text="description"/>        <field name="ntrydescription" field="description">
       <entry name="ntrydescription" x="1" y="5" width="30" field="description">  
22          <options>          <options>
23            <option name="tip" value="Please enter the value for description"/>            <option name="tip" value="Please enter the value for description"/>
24          </options>          </options>
25        </entry>        </field>
26      </block>      </block>
27    </page>    </logic>
28    <database provider="postgresql" dbname="gnue" host="gnue" name="dtbsgnue"    <layout xmlns:c="GNUe:Layout:Char" c:height="7" c:width="35">
29              comment=""/>      <page name="Page_1">
30          <label name="Label_1" text="id" c:x="1" c:y="2"/>
31          <entry block="blckphone_type" field="ntryid" c:width="15" c:x="1"
32                 c:y="3"/>
33          <label name="Label_2" text="description" c:x="1" c:y="4"/>
34          <entry block="blckphone_type" field="ntrydescription" c:width="30"
35                 c:x="1" c:y="5"/>
36        </page>
37      </layout>
38  </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