/[gnue-sb]/gnue-sb/item/forms/lu_item_mfg_maint.gfd
ViewVC logotype

Diff of /gnue-sb/item/forms/lu_item_mfg_maint.gfd

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

revision 1.1 by dneighbors, Fri Feb 28 07:10:46 2003 UTC revision 1.2 by dneighbors, Thu Mar 6 07:09:23 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0"?>  <?xml version="1.0"?>
2    
3  <!--  GNUe Designer (0.4.3)  <!--  GNUe Forms 0.5.0 Migration Tool
4        Saved on: 2003-02-27 23:58:03  -->        Saved on: 2003-03-05 22:55:35  -->
5    
6  <form height="13" title="item_class_maintenance.gfd" width="55">  <form title="item_class_maintenance.gfd">
7    <datasource database="gnue_sb" name="dtsSource_lookup" table="item_mfg"/>    <datasource name="dtsSource_lookup" connection="gnue_sb" table="item_mfg"/>
8    <page name="pgSource_lookup">    <logic>
9      <block datasource="dtssource_lookup" name="blkSource_lookup" rows="10">      <block name="blkSource_lookup" datasource="dtssource_lookup" rows="10">
10        <entry field="id" name="inpId" readonly="Y" rows="10" typecast="number"        <field name="inpId" field="id" readonly="Y" typecast="number"/>
11               width="5" x="1" y="2"/>        <field name="lblSegment" field="description" max_length="34"/>
12        <entry field="description" max_length="34" name="lblSegment" width="36"        <field name="inpSegment" field="segment"/>
              x="18" y="2"/>  
       <entry field="segment" name="inpSegment" width="10" x="7" y="2"/>  
13      </block>      </block>
14      <label name="lblId" text="Id" width="2" x="1" y="1"/>    </logic>
15      <label name="lblDescription" text="Description" width="11" x="18" y="1"/>    <layout xmlns:c="GNUe:Layout:Char" c:height="13" c:width="55">
16      <label name="Label_1" text="Segment" width="7" x="7" y="1"/>      <page name="pgSource_lookup">
17    </page>        <label name="lblId" text="Id" c:width="2" c:x="1" c:y="1"/>
18          <label name="lblDescription" text="Description" c:width="11" c:x="18"
19                 c:y="1"/>
20          <label name="Label_1" text="Segment" c:width="7" c:x="7" c:y="1"/>
21          <entry block="blkSource_lookup" field="inpId" rows="10" c:width="5"
22                 c:x="1" c:y="2"/>
23          <entry block="blkSource_lookup" field="lblSegment" c:width="36" c:x="18"
24                 c:y="2"/>
25          <entry block="blkSource_lookup" field="inpSegment" c:width="10" c:x="7"
26                 c:y="2"/>
27        </page>
28      </layout>
29  </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