/[gnue]/gnue-samples/testcases/datasource/static.gfd
ViewVC logotype

Diff of /gnue-samples/testcases/datasource/static.gfd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by siesel, Tue Oct 8 20:39:19 2002 UTC revision 1.2 by siesel, Thu Jul 31 12:58:14 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0"?>  <?xml version="1.0"?>
2    
3  <!--  GNUe Designer (0.4.0)  <!--  GNUe Forms 0.5.0 Migration Tool
4        Saved on: 2002-10-08 21:27:44  -->        Saved on: 2003-04-02 22:01:32  -->
5    
6  <form title="Testing static datasources" width="34">  <form title="Testing static datasources">
7    <datasource name="dtsDrpStatictest" type="static">    <datasource name="dtsDrpStatictest" type="static">
8      <staticset fields="key,descr">      <staticset fields="key,descr">
9        <staticsetrow>        <staticsetrow>
# Line 40  Line 40 
40        </staticsetrow>        </staticsetrow>
41      </staticset>      </staticset>
42    </datasource>    </datasource>
43    <page name="Page_1">    <logic>
44      <block name="Block_1">      <block name="Block_1">
45        <entry field="test" fk_description="descr" fk_key="key"        <field name="fldtest" field="test" fk_description="descr" fk_key="key"
46               fk_source="dtsDrpStatictest" name="fldtest" style="dropdown" width="12" x="20" y="4"/>               fk_source="dtsDrpStatictest"/>
47      </block>      </block>
48      <block name="Block_2" datasource="dtsNoSense">      <block name="Block_2" datasource="dtsNoSense">
49        <entry name="Entry_1" field="desk" width="17" x="14" y="8"/>        <field name="Entry_1" field="desk"/>
50        <entry name="Entry_2" field="flower" width="17" x="14" y="10"/>        <field name="Entry_2" field="flower"/>
51      </block>      </block>
52      <label name="Label_1" text="Testing static datasources" width="26" x="3"    </logic>
53             y="1"/>    <layout xmlns:c="GNUe:Layout:Char" c:height="12" c:width="34">
54      <label name="Label_2" text="============================" width="28" x="2"      <page name="Page_1">
55             y="2"/>        <label name="Label_1" text="Testing static datasources" c:width="26"
56      <label name="Label_3" text="Simple Dropdown:" width="16" x="1" y="4"/>               c:x="3" c:y="1"/>
57      <box height="6" label="Another static datasource" name="Box_1" width="32"        <label name="Label_2" text="============================" c:width="28"
58           x="1" y="6"/>               c:x="2" c:y="2"/>
59      <label name="Label_4" text="Desk:" width="5" x="5" y="8"/>        <label name="Label_3" text="Simple Dropdown:" c:width="16" c:x="1"
60      <label name="Label_5" text="Flower:" width="7" x="5" y="10"/>               c:y="4"/>
61    </page>        <box name="Box_1" c:height="6" label="Another static datasource"
62               c:width="32" c:x="1" c:y="6"/>
63          <label name="Label_4" text="Desk:" c:width="5" c:x="5" c:y="8"/>
64          <label name="Label_5" text="Flower:" c:width="7" c:x="5" c:y="10"/>
65          <entry block="Block_1" field="fldtest" style="dropdown" c:width="12"
66                 c:x="20" c:y="4"/>
67          <entry block="Block_2" field="Entry_1" c:width="17" c:x="14" c:y="8"/>
68          <entry block="Block_2" field="Entry_2" c:width="17" c:x="14" c:y="10"/>
69        </page>
70      </layout>
71  </form>  </form>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26