/[papo]/gnue/forms/samples/location/forms/runform.gfd
ViewVC logotype

Diff of /gnue/forms/samples/location/forms/runform.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: 2002-01-10 10:29:41  -->        Saved on: 2002-11-26 20:28:17  -->
5    
6  <form height="11">  <form>
7    <options/>    <options/>
8    <page name="MainPage">    <trigger name="runCountryMaint" type="named"><![CDATA[
     <block name="MainBlock">  
       <entry name="temp" x="1" y="10" width="1"/>  
     </block>  
   
     <button x="4" y="1" width="4" label="Run" name="CountryMaintButton"  
             height="1" trigger="runCountryMaint"/>  
     <label x="9" y="1" width="27" name="CountryMaintLabel"  
            text="Country Maintenance"/>  
   
     <button x="4" y="3" width="4" label="Run" name="CountyMaintButton"  
             height="1" trigger="runCountyMaint"/>  
     <label x="9" y="3" width="27" name="CountyMaintLabel"  
            text="County Maintenance"/>  
   
     <button x="4" y="5" width="4" label="Run" name="StateMaintButton"  
             height="1" trigger="runStateMaint"/>  
     <label x="9" y="5" width="27" name="StateMaintLabel"  
            text="State Maintenance"/>  
   
     <button x="4" y="7" width="4" label="Run" name="ZipCoordMaintButton"  
             height="1" trigger="runZipCoordMaint"/>  
     <label x="9" y="7" width="27" name="ZipCoordMaintLabel"  
            text="Zipcode Coordinates Maintenance"/>  
   
     <button x="4" y="9" width="4" label="Run" name="ZipCodeMaintButton"  
             height="1" trigger="runZipCodeMaint"/>  
     <label x="9" y="9" width="27" name="ZipCodeMaintLabel"  
            text="Zip Code Maintenance"/>  
   
   </page>  
   
   <trigger type="named" name="runCountryMaint">  
9      runform("country_maint.gfd")      runform("country_maint.gfd")
10    </trigger>    ]]></trigger>
11    <trigger type="named" name="runCountyMaint">    <trigger name="runCountyMaint" type="named"><![CDATA[
12      runform("county_maint.gfd")      runform("county_maint.gfd")
13    </trigger>    ]]></trigger>
14    <trigger type="named" name="runStateMaint">    <trigger name="runStateMaint" type="named"><![CDATA[
15      runform("state_maint.gfd")      runform("state_maint.gfd")
16    </trigger>    ]]></trigger>
17    <trigger type="named" name="runZipCoordMaint">    <trigger name="runZipCoordMaint" type="named"><![CDATA[
18      runform("zipcode_maint.gfd")      runform("zipcode_maint.gfd")
19    </trigger>    ]]></trigger>
20    <trigger type="named" name="runZipCodeMaint">    <trigger name="runZipCodeMaint" type="named"><![CDATA[
21      runform("zip_coords_maint.gfd")      runform("zip_coords_maint.gfd")
22    </trigger>    ]]></trigger>
23      <logic>
24        <block name="MainBlock">
25          <field name="temp"/>
26        </block>
27      </logic>
28      <layout xmlns:c="GNUe:Layout:Char" c:height="11" c:width="40">
29        <page name="MainPage">
30          <label name="CountryMaintLabel" text="Country Maintenance" c:width="27"
31                 c:x="9" c:y="1"/>
32          <label name="CountyMaintLabel" text="County Maintenance" c:width="27"
33                 c:x="9" c:y="3"/>
34          <label name="StateMaintLabel" text="State Maintenance" c:width="27"
35                 c:x="9" c:y="5"/>
36          <label name="ZipCoordMaintLabel" text="Zipcode Coordinates Maintenance"
37                 c:width="27" c:x="9" c:y="7"/>
38          <label name="ZipCodeMaintLabel" text="Zip Code Maintenance" c:width="27"
39                 c:x="9" c:y="9"/>
40          <entry block="MainBlock" field="temp" c:width="1" c:x="1" c:y="10"/>
41        </page>
42      </layout>
43      <button name="CountryMaintButton" c:height="1" label="Run" c:width="4"
44              c:x="4" c:y="1">
45        <trigger src="runCountryMaint" type="On-Action"/>
46      </button>
47      <button name="CountyMaintButton" c:height="1" label="Run" c:width="4"
48              c:x="4" c:y="3">
49        <trigger src="runCountyMaint" type="On-Action"/>
50      </button>
51      <button name="StateMaintButton" c:height="1" label="Run" c:width="4" c:x="4"
52              c:y="5">
53        <trigger src="runStateMaint" type="On-Action"/>
54      </button>
55      <button name="ZipCoordMaintButton" c:height="1" label="Run" c:width="4"
56              c:x="4" c:y="7">
57        <trigger src="runZipCoordMaint" type="On-Action"/>
58      </button>
59      <button name="ZipCodeMaintButton" c:height="1" label="Run" c:width="4"
60              c:x="4" c:y="9">
61        <trigger src="runZipCodeMaint" type="On-Action"/>
62      </button>
63  </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