/[papo]/gnue/forms/samples/vendor/forms/vendor_maint.gfd
ViewVC logotype

Diff of /gnue/forms/samples/vendor/forms/vendor_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: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:18:15  -->        Saved on: 2002-11-26 20:28:21  -->
5    
6  <form width="45" title="Vendor Maintenance" height="9">  <form title="Vendor Maintenance">
7    <options>    <options>
8      <option value="Vendor Maintenance" name="name"/>      <option name="name" value="Vendor Maintenance"/>
9      <option value="0.0.1" name="version"/>      <option name="version" value="0.0.1"/>
10    </options>    </options>
11    <datasource cache="5" database="gnue" name="dtsrcvendor" table="vendor"/>    <datasource name="dtsrcvendor" cache="5" connection="gnue" table="vendor"/>
12    <page name="Page_1">    <connection name="gnue" comment="" dbname="gnue" host="gnue"
13                  provider="postgresql"/>
14      <logic>
15      <block name="blckdtsrcvendor" datasource="dtsrcvendor">      <block name="blckdtsrcvendor" datasource="dtsrcvendor">
16        <label x="1" y="1" name="Label_1" text="Company Name"/>        <field name="ntryname" case="upper" field="company" max_length="80">
       <entry x="13" y="1" field="company" name="ntryname" case="upper"  
              max_length="80" width="30">  
17          <options>          <options>
18            <option name="tip" value="The name of the vendor"/>            <option name="tip" value="The name of the vendor"/>
19          </options>          </options>
20        </entry>        </field>
21        <label x="1" y="2" name="Label_2" text="Address"/>        <field name="ntryaddress1" case="upper" field="address1" max_length="50">
       <entry x="13" y="2" field="address1" name="ntryaddress1" case="upper"  
              max_length="50" width="30">  
22          <options>          <options>
23            <option name="tip" value="The address of the vendor"/>            <option name="tip" value="The address of the vendor"/>
24          </options>          </options>
25        </entry>        </field>
26        <entry x="13" y="3" field="address2" name="ntryaddress2" case="upper"        <field name="ntryaddress2" case="upper" field="address2" max_length="50">
              max_length="50" width="30">  
27          <options>          <options>
28            <option name="tip" value="The address of the vendor"/>            <option name="tip" value="The address of the vendor"/>
29          </options>          </options>
30        </entry>        </field>
31        <label x="1" y="5" name="Label_3" text="Zip"/>        <field name="ntryzip" field="zip">
       <entry name="ntryzip" x="6" y="5" width="7" field="zip">  
32          <options>          <options>
33            <option name="tip" value="The zip code of the vendor"/>            <option name="tip" value="The zip code of the vendor"/>
34          </options>          </options>
35        </entry>        </field>
36        <label x="1" y="4" name="Label_4" text="City"/>        <field name="ntrycity" case="upper" field="city" max_length="30">
       <entry x="6" y="4" field="city" name="ntrycity" case="upper"  
              max_length="30" width="30">  
37          <options>          <options>
38            <option name="tip" value="The city in which the vendoris located"/>            <option name="tip" value="The city in which the vendoris located"/>
39          </options>          </options>
40        </entry>        </field>
41        <label x="37" y="4" name="Label_5" text="State"/>        <field name="ntrystate_code" case="upper" field="state" max_length="2">
       <entry x="42" y="4" field="state" name="ntrystate_code" case="upper"  
              max_length="2" width="2">  
42          <options>          <options>
43            <option name="tip" value="The state in which the vendor is located"/>            <option name="tip" value="The state in which the vendor is located"/>
44          </options>          </options>
45        </entry>        </field>
46        <label x="1" y="6" name="Label_6" text="Phone"/>        <field name="ntryphone_work" field="phone_work" max_length="12">
       <entry x="6" y="6" field="phone_work" name="ntryphone_work"  
              max_length="12" width="12">  
47          <options>          <options>
48            <option name="tip" value="The vendor's phone number"/>            <option name="tip" value="The vendor's phone number"/>
49          </options>          </options>
50        </entry>        </field>
51        <label x="1" y="7" name="Label_7" text="Fax"/>        <field name="ntryphone_fax" field="phone_fax" max_length="12">
       <entry x="6" y="7" field="phone_fax" name="ntryphone_fax"  
              max_length="12" width="12">  
52          <options>          <options>
53            <option name="tip" value="The vendor's fax number"/>            <option name="tip" value="The vendor's fax number"/>
54          </options>          </options>
55        </entry>        </field>
56      </block>      </block>
57    </page>    </logic>
58    <database provider="postgresql" dbname="gnue" host="gnue" name="gnue"    <layout xmlns:c="GNUe:Layout:Char" c:height="9" c:width="45">
59              comment=""/>      <page name="Page_1">
60          <label name="Label_1" text="Company Name" c:x="1" c:y="1"/>
61          <entry block="blckdtsrcvendor" field="ntryname" c:width="30" c:x="13"
62                 c:y="1"/>
63          <label name="Label_2" text="Address" c:x="1" c:y="2"/>
64          <entry block="blckdtsrcvendor" field="ntryaddress1" c:width="30"
65                 c:x="13" c:y="2"/>
66          <entry block="blckdtsrcvendor" field="ntryaddress2" c:width="30"
67                 c:x="13" c:y="3"/>
68          <label name="Label_3" text="Zip" c:x="1" c:y="5"/>
69          <entry block="blckdtsrcvendor" field="ntryzip" c:width="7" c:x="6"
70                 c:y="5"/>
71          <label name="Label_4" text="City" c:x="1" c:y="4"/>
72          <entry block="blckdtsrcvendor" field="ntrycity" c:width="30" c:x="6"
73                 c:y="4"/>
74          <label name="Label_5" text="State" c:x="37" c:y="4"/>
75          <entry block="blckdtsrcvendor" field="ntrystate_code" c:width="2"
76                 c:x="42" c:y="4"/>
77          <label name="Label_6" text="Phone" c:x="1" c:y="6"/>
78          <entry block="blckdtsrcvendor" field="ntryphone_work" c:width="12"
79                 c:x="6" c:y="6"/>
80          <label name="Label_7" text="Fax" c:x="1" c:y="7"/>
81          <entry block="blckdtsrcvendor" field="ntryphone_fax" c:width="12"
82                 c:x="6" c:y="7"/>
83        </page>
84      </layout>
85  </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