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

Diff of /gnue/forms/samples/track/forms/email_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: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:23:57  -->        Saved on: 2002-11-26 20:28:20  -->
5    
6  <form width="35" title="Email Type Management" height="7">  <form title="Email 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="dtsrcemail_type"    <datasource name="dtsrcemail_type" cache="5" connection="gnue" prequery=""
11                table="email_type"/>                table="email_type"/>
12    <page name="Page_1">    <logic>
13      <block name="blckemail_type" datasource="dtsrcemail_type">      <block name="blckemail_type" datasource="dtsrcemail_type">
14        <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">  
15          <options>          <options>
16            <option name="tip" value="Please enter the value for id"/>            <option name="tip" value="Please enter the value for id"/>
17          </options>          </options>
18        </entry>        </field>
19        <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">  
20          <options>          <options>
21            <option name="tip" value="Please enter the value for description"/>            <option name="tip" value="Please enter the value for description"/>
22          </options>          </options>
23        </entry>        </field>
24      </block>      </block>
25    </page>    </logic>
26      <layout xmlns:c="GNUe:Layout:Char" c:height="7" c:width="35">
27        <page name="Page_1">
28          <label name="Label_1" text="id" c:x="1" c:y="2"/>
29          <entry block="blckemail_type" field="ntryid" c:width="15" c:x="1"
30                 c:y="3"/>
31          <label name="Label_2" text="description" c:x="1" c:y="4"/>
32          <entry block="blckemail_type" field="ntrydescription" c:width="30"
33                 c:x="1" c:y="5"/>
34        </page>
35      </layout>
36  </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