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

Diff of /papo/forms/currency_type.gfd

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

revision 1.1 by charlie, Tue Apr 22 22:55:25 2003 UTC revision 1.2 by charlie, Tue Apr 22 23:21: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 tabbed="top" title="ABM de Monedas" height="18" width="84">  <form tabbed="top" title="ABM de Monedas" height="16" width="43">
4    <datasource name="focusDataSource" cache="1"/>    <datasource name="focusDataSource" cache="1"/>
5    
6    <datasource name="searchDataSource" cache="1"/>    <datasource name="searchDataSource" cache="1"/>
# Line 95  Line 95 
95      </trigger>      </trigger>
96      <block name="searchBlock" datasource="searchDataSource" transparentBlock="" restrictInsert="">      <block name="searchBlock" datasource="searchDataSource" transparentBlock="" restrictInsert="">
97        <label x="1" y="1" text="Moneda"/>        <label x="1" y="1" text="Moneda"/>
98        <entry x="1" y="2" name="nameEntry" width="35"/>        <entry x="1" y="2" name="nameEntry" width="20"/>
99        <button x="42" y="2" trigger="searchTrigger" width="9" label="Buscar"        <button x="30" y="2" trigger="searchTrigger" width="9" label="Buscar"
100          name="searchBtn" height="1"/>          name="searchBtn" height="1"/>
101      </block>      </block>
102      <block name="resultBlock" datasource="resultDataSource">      <block name="resultBlock" datasource="resultDataSource">
103        <entry x="1" y="3" name="idREntry" field="currency_type.id" hidden="y"/>        <entry x="1" y="3" name="idREntry" field="currency_type.id" hidden="y"/>
104        <label x="1" y="4" text="Nombre del tipo de documento"/>        <label x="1" y="4" text="Nombre de la moneda"/>
105        <entry x="1" y="5" name="nameEntry"        <entry x="1" y="5" name="nameEntry"
106          field="_currency_type_data.name" width="60" rows="12"/>          field="_currency_type_data.name" width="35" rows="12"/>
107        <scrollbar page="12" x="63" y="5" width="3" height="12"/>        <scrollbar page="12" x="36" y="5" width="3" height="12"/>
108      </block>      </block>
109    </page>    </page>
110    <page name="Datos de las Monedas">    <page name="Gestión">
111      <trigger type="pre-Focusout" src="askForChangesTrigger"/>      <trigger type="pre-Focusout" src="askForChangesTrigger"/>
112      <block name="editBlock" datasource="editDataSource">      <block name="editBlock" datasource="editDataSource">
113        <button name="newButton" label="Nuevo" trigger="newTrigger"        <button name="newButton" label="Nuevo" trigger="newTrigger"
114          x="42" y="2" width="9" height="1">          x="32" y="2" width="9" height="1">
115          <trigger name="newTrigger" type="NAMED"><![CDATA[          <trigger name="newTrigger" type="NAMED"><![CDATA[
116            from hack import confirmRollback            from hack import confirmRollback
117            confirmRollback (self, editBlock, 'commitTrigger', editBlock.nameEntry)            confirmRollback (self, editBlock, 'commitTrigger', editBlock.nameEntry)
# Line 124  Line 124 
124        <label x="1" y="3" text="Simbolo o formato de impresión"/>        <label x="1" y="3" text="Simbolo o formato de impresión"/>
125        <entry x="1" y="4" width="30" height="1" name="formatEntry"        <entry x="1" y="4" width="30" height="1" name="formatEntry"
126          field="_currency_type_data.format" />          field="_currency_type_data.format" />
127        <label x="1" y="5" text="Cotizacion"/>        <label x="1" y="5" text="Cotización"/>
128        <entry x="1" y="6" width="30" height="1" name="rateEntry"        <entry x="1" y="6" width="30" height="1" name="rateEntry"
129          field="_currency_type_data.rate" />          field="_currency_type_data.rate" />
130    

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