/[papo]/gnue/forms/samples/history/first.gfd
ViewVC logotype

Diff of /gnue/forms/samples/history/first.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"?>
 <form title="The First Ever">  
 <!--  
 On 11.07.00 while getting ready to package 0.1.0, cleaned this sample and am just amazed as it was our first ever .gfd sample back in 07.00.  Ah what memories.  It looks quite different now and its a simple form. :)  
2    
3  11-Nov-2000 Cleaned up a bit more and still kept as it seems from above that Derek is sentimental :) - jamest  <!--  GNUe Forms 0.5.0 Migration Tool
4  -->        Saved on: 2002-11-26 20:28:14  -->
 <options>  
   <version>0.0.6</version>  
   <height>3</height>  
   <width>30</width>  
 </options>  
5    
6    <page>  <form title="The First Ever">
7      <block name="test">    <options>
8        <label text="Who told you?" x="1" y="1"/>      <version/>
9        <label text="That you could stop coding?" x="1" y="2"/>      <height/>
10      </block>      <width/>
11    </page>    </options>
12      <logic>
13        <block name="test"/>
14      </logic>
15      <layout xmlns:c="GNUe:Layout:Char" c:height="12" c:width="40">
16        <page>
17          <label text="Who told you?" c:x="1" c:y="1"/>
18          <label text="That you could stop coding?" c:x="1" c:y="2"/>
19        </page>
20      </layout>
21  </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