/[papo]/papo/forms/main.gfd
ViewVC logotype

Diff of /papo/forms/main.gfd

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

revision 1.8 by charlie, Wed Mar 5 18:24:21 2003 UTC revision 1.9 by charlie, Mon Mar 10 15:05:09 2003 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="ISO-8859-1"?>  <?xml version="1.0" encoding="ISO-8859-1"?>
2    
3  <form width="43" height="25" title="Portal de entrada">  <form tabbed="top" width="43" height="25" title="Portal de entrada">
4    <!-- parece un chiste de mal gusto, pero... -->    <!-- parece un chiste de mal gusto, pero... -->
5    <!-- no es posible tener un form sin datasource! -->    <!-- no es posible tener un form sin datasource! -->
6    <datasource name="tmpDataSource" cache="1"/>    <datasource name="tmpDataSource" cache="1"/>
# Line 107  Line 107 
107            x="10" y="2" width="20" height="1"/>            x="10" y="2" width="20" height="1"/>
108        </box>        </box>
109    
110          <box name="branchDocumentBox" label="Configuración"
111            x="0" y="20" width="43" height="4">
112            <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"
113              x="1" y="1" width="40" height="1"/>
114          </box>
115    
116        </block>
117      </page>
118      <page name="Listados">
119        <block name="mainBlock" datasource="tmpDataSource">
120      
121        <box name="ctaCteBox" label="Cuentas Corrientes"        <box name="ctaCteBox" label="Cuentas Corrientes"
122          x="0" y="20" width="43" height="5">          x="0" y="0" width="43" height="5">
123          <button name="ctaCteClienteButton" label="Clientes" trigger="ctaCteClientTrigger"          <button name="ctaCteClienteButton" label="Clientes" trigger="ctaCteClientTrigger"
124            x="10" y="1" width="20" height="1"/>            x="10" y="1" width="20" height="1"/>
125          <button name="ctaCteProveedorButton" label="Proveedores" trigger="ctaCteProveedorTrigger"          <button name="ctaCteProveedorButton" label="Proveedores" trigger="ctaCteProveedorTrigger"
126            x="10" y="2" width="20" height="1"/>            x="10" y="2" width="20" height="1"/>
127        </box>        </box>
128    
       <box name="branchDocumentBox" label="Configuración"  
         x="0" y="24" width="43" height="4">  
         <button name="branchDocumentButton" label="Configuración de documentos" trigger="branchDocumentTrigger"  
           x="1" y="1" width="40" height="1"/>  
       </box>  
   
129      </block>      </block>
130    </page>    </page>
131  </form>  </form>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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