~openerp-spain-team/openerp-spain/6.0-git

« back to all changes in this revision

Viewing changes to l10n_es_extras/l10n_ES_facturae/java/FirmarFacturaE-src/src/firmarfacturae/FirmarFacturaEView.form

  • Committer: Borja L.S.
  • Date: 2010-10-18 10:04:25 UTC
  • Revision ID: git-v1:271c47a993616dbba60585d48b8b98d603199d93
[REF] *: Refactorización para portar a 6.0 - Paso 1.

- Se han renombrado los módulos para usar la nomenclatura propuesta
  por OpenERP: l10n_es para el módulo base de localización (plan de 
  cuentas), l10n_es_* para el resto de módulos.

- Se eliminan los módulos extra_addons/* que deberían moverse a 
  los extra-addons genéricos (no son específicos de España).

- Se renombran los __terp__.py por __openerp__.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" ?>
2
 
 
3
 
<Form version="1.5" maxVersion="1.7">
4
 
  <NonVisualComponents>
5
 
    <Container class="javax.swing.JPanel" name="mainPanel">
6
 
      <Properties>
7
 
        <Property name="name" type="java.lang.String" value="mainPanel" noResource="true"/>
8
 
      </Properties>
9
 
 
10
 
      <Layout>
11
 
        <DimensionLayout dim="0">
12
 
          <Group type="103" groupAlignment="0" attributes="0">
13
 
              <Group type="102" alignment="0" attributes="0">
14
 
                  <EmptySpace max="-2" attributes="0"/>
15
 
                  <Group type="103" groupAlignment="1" attributes="0">
16
 
                      <Component id="jTextDestino" alignment="0" pref="345" max="32767" attributes="1"/>
17
 
                      <Component id="jTextOrigen" alignment="1" pref="345" max="32767" attributes="1"/>
18
 
                      <Group type="102" alignment="1" attributes="0">
19
 
                          <EmptySpace pref="145" max="32767" attributes="0"/>
20
 
                          <Component id="jBtnCargar" min="-2" max="-2" attributes="1"/>
21
 
                          <EmptySpace min="-2" pref="109" max="-2" attributes="0"/>
22
 
                      </Group>
23
 
                      <Component id="jCmbCertificados" alignment="0" pref="345" max="32767" attributes="0"/>
24
 
                  </Group>
25
 
                  <EmptySpace type="separate" max="-2" attributes="0"/>
26
 
                  <Group type="103" groupAlignment="0" attributes="0">
27
 
                      <Component id="jBtnOrigen" alignment="0" min="-2" pref="87" max="-2" attributes="1"/>
28
 
                      <Component id="jBtnDestino" alignment="0" min="-2" pref="87" max="-2" attributes="1"/>
29
 
                  </Group>
30
 
                  <EmptySpace min="-2" pref="157" max="-2" attributes="0"/>
31
 
              </Group>
32
 
              <Group type="102" alignment="0" attributes="0">
33
 
                  <EmptySpace min="-2" pref="66" max="-2" attributes="0"/>
34
 
                  <Component id="jBtnFirmar" max="32767" attributes="1"/>
35
 
                  <EmptySpace min="-2" pref="486" max="-2" attributes="0"/>
36
 
              </Group>
37
 
          </Group>
38
 
        </DimensionLayout>
39
 
        <DimensionLayout dim="1">
40
 
          <Group type="103" groupAlignment="0" attributes="0">
41
 
              <Group type="102" alignment="0" attributes="0">
42
 
                  <EmptySpace min="-2" pref="30" max="-2" attributes="0"/>
43
 
                  <Group type="103" groupAlignment="3" attributes="0">
44
 
                      <Component id="jTextOrigen" alignment="3" min="-2" max="-2" attributes="0"/>
45
 
                      <Component id="jBtnOrigen" alignment="3" min="-2" max="-2" attributes="0"/>
46
 
                  </Group>
47
 
                  <EmptySpace type="separate" max="-2" attributes="0"/>
48
 
                  <Group type="103" groupAlignment="3" attributes="0">
49
 
                      <Component id="jTextDestino" alignment="3" min="-2" max="-2" attributes="0"/>
50
 
                      <Component id="jBtnDestino" alignment="3" min="-2" max="-2" attributes="0"/>
51
 
                  </Group>
52
 
                  <EmptySpace type="separate" max="-2" attributes="0"/>
53
 
                  <Component id="jCmbCertificados" min="-2" max="-2" attributes="0"/>
54
 
                  <EmptySpace min="-2" pref="75" max="-2" attributes="0"/>
55
 
                  <Group type="103" groupAlignment="3" attributes="0">
56
 
                      <Component id="jBtnFirmar" alignment="3" min="-2" max="-2" attributes="0"/>
57
 
                      <Component id="jBtnCargar" alignment="3" min="-2" max="-2" attributes="0"/>
58
 
                  </Group>
59
 
                  <EmptySpace pref="20" max="32767" attributes="0"/>
60
 
              </Group>
61
 
          </Group>
62
 
        </DimensionLayout>
63
 
      </Layout>
64
 
      <SubComponents>
65
 
        <Component class="javax.swing.JTextField" name="jTextOrigen">
66
 
          <Properties>
67
 
            <Property name="name" type="java.lang.String" value="jTextOrigen" noResource="true"/>
68
 
          </Properties>
69
 
        </Component>
70
 
        <Component class="javax.swing.JButton" name="jBtnOrigen">
71
 
          <Properties>
72
 
            <Property name="text" type="java.lang.String" resourceKey="jBtnOrigen.text"/>
73
 
            <Property name="actionCommand" type="java.lang.String" resourceKey="jBtnOrigen.actionCommand"/>
74
 
            <Property name="name" type="java.lang.String" value="jBtnOrigen" noResource="true"/>
75
 
          </Properties>
76
 
          <Events>
77
 
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBtnOrigenActionPerformed"/>
78
 
          </Events>
79
 
        </Component>
80
 
        <Component class="javax.swing.JTextField" name="jTextDestino">
81
 
          <Properties>
82
 
            <Property name="name" type="java.lang.String" value="jTextDestino" noResource="true"/>
83
 
          </Properties>
84
 
        </Component>
85
 
        <Component class="javax.swing.JButton" name="jBtnDestino">
86
 
          <Properties>
87
 
            <Property name="text" type="java.lang.String" resourceKey="jBtnDestino.text"/>
88
 
            <Property name="name" type="java.lang.String" value="jBtnDestino" noResource="true"/>
89
 
          </Properties>
90
 
          <Events>
91
 
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBtnDestinoActionPerformed"/>
92
 
          </Events>
93
 
        </Component>
94
 
        <Component class="javax.swing.JComboBox" name="jCmbCertificados">
95
 
          <Properties>
96
 
            <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
97
 
              <SerializedValue value="-84,-19,0,5,115,114,0,78,111,114,103,46,110,101,116,98,101,97,110,115,46,109,111,100,117,108,101,115,46,102,111,114,109,46,82,65,68,67,111,110,110,101,99,116,105,111,110,80,114,111,112,101,114,116,121,69,100,105,116,111,114,36,82,65,68,67,111,110,110,101,99,116,105,111,110,68,101,115,105,103,110,86,97,108,117,101,2,10,-70,90,-35,-97,-57,100,2,0,7,73,0,4,116,121,112,101,76,0,10,109,101,116,104,111,100,78,97,109,101,116,0,18,76,106,97,118,97,47,108,97,110,103,47,83,116,114,105,110,103,59,76,0,12,112,114,111,112,101,114,116,121,78,97,109,101,113,0,126,0,1,76,0,16,114,97,100,67,111,109,112,111,110,101,110,116,78,97,109,101,113,0,126,0,1,76,0,16,114,101,113,117,105,114,101,100,84,121,112,101,78,97,109,101,113,0,126,0,1,76,0,8,117,115,101,114,67,111,100,101,113,0,126,0,1,76,0,5,118,97,108,117,101,113,0,126,0,1,120,112,0,0,0,2,112,112,112,112,116,0,0,112"/>
98
 
            </Property>
99
 
            <Property name="name" type="java.lang.String" value="jCmbCertificados" noResource="true"/>
100
 
          </Properties>
101
 
        </Component>
102
 
        <Component class="javax.swing.JButton" name="jBtnCargar">
103
 
          <Properties>
104
 
            <Property name="text" type="java.lang.String" resourceKey="jBtnCargar.text"/>
105
 
            <Property name="name" type="java.lang.String" value="jBtnCargar" noResource="true"/>
106
 
          </Properties>
107
 
          <Events>
108
 
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBtnCargarActionPerformed"/>
109
 
          </Events>
110
 
        </Component>
111
 
        <Component class="javax.swing.JButton" name="jBtnFirmar">
112
 
          <Properties>
113
 
            <Property name="text" type="java.lang.String" resourceKey="jBtnFirmar.text"/>
114
 
            <Property name="name" type="java.lang.String" value="jBtnFirmar" noResource="true"/>
115
 
          </Properties>
116
 
          <Events>
117
 
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jBtnFirmarActionPerformed"/>
118
 
          </Events>
119
 
        </Component>
120
 
      </SubComponents>
121
 
    </Container>
122
 
    <Container class="javax.swing.JMenuBar" name="menuBar">
123
 
      <Properties>
124
 
        <Property name="name" type="java.lang.String" value="menuBar" noResource="true"/>
125
 
      </Properties>
126
 
 
127
 
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
128
 
        <Property name="useNullLayout" type="boolean" value="true"/>
129
 
      </Layout>
130
 
      <SubComponents>
131
 
        <Menu class="javax.swing.JMenu" name="fileMenu">
132
 
          <Properties>
133
 
            <Property name="text" type="java.lang.String" resourceKey="fileMenu.text"/>
134
 
            <Property name="name" type="java.lang.String" value="fileMenu" noResource="true"/>
135
 
          </Properties>
136
 
          <AccessibilityProperties>
137
 
            <Property name="AccessibleContext.accessibleName" type="java.lang.String" resourceKey="fileMenu.AccessibleContext.accessibleName"/>
138
 
          </AccessibilityProperties>
139
 
          <AuxValues>
140
 
            <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
141
 
            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
142
 
          </AuxValues>
143
 
          <SubComponents>
144
 
            <MenuItem class="javax.swing.JMenuItem" name="exitMenuItem">
145
 
              <Properties>
146
 
                <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">
147
 
                  <action class="org.jdesktop.application.Application" id="quit" methodName="quit"/>
148
 
                </Property>
149
 
                <Property name="text" type="java.lang.String" resourceKey="exitMenuItem.text"/>
150
 
                <Property name="name" type="java.lang.String" value="exitMenuItem" noResource="true"/>
151
 
              </Properties>
152
 
              <AuxValues>
153
 
                <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
154
 
                <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
155
 
              </AuxValues>
156
 
            </MenuItem>
157
 
          </SubComponents>
158
 
        </Menu>
159
 
        <Menu class="javax.swing.JMenu" name="helpMenu">
160
 
          <Properties>
161
 
            <Property name="text" type="java.lang.String" resourceKey="helpMenu.text"/>
162
 
            <Property name="name" type="java.lang.String" value="helpMenu" noResource="true"/>
163
 
          </Properties>
164
 
          <AuxValues>
165
 
            <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
166
 
            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
167
 
          </AuxValues>
168
 
          <SubComponents>
169
 
            <MenuItem class="javax.swing.JMenuItem" name="aboutMenuItem">
170
 
              <Properties>
171
 
                <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">
172
 
                  <action class="firmarfacturae.FirmarFacturaEView" id="showAboutBox" methodName="showAboutBox"/>
173
 
                </Property>
174
 
                <Property name="name" type="java.lang.String" value="aboutMenuItem" noResource="true"/>
175
 
              </Properties>
176
 
              <AuxValues>
177
 
                <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
178
 
                <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
179
 
              </AuxValues>
180
 
            </MenuItem>
181
 
          </SubComponents>
182
 
        </Menu>
183
 
      </SubComponents>
184
 
    </Container>
185
 
    <Container class="javax.swing.JPanel" name="statusPanel">
186
 
      <Properties>
187
 
        <Property name="name" type="java.lang.String" value="statusPanel" noResource="true"/>
188
 
      </Properties>
189
 
 
190
 
      <Layout>
191
 
        <DimensionLayout dim="0">
192
 
          <Group type="103" groupAlignment="0" attributes="0">
193
 
              <Component id="statusPanelSeparator" alignment="0" pref="617" max="32767" attributes="0"/>
194
 
              <Group type="102" alignment="0" attributes="0">
195
 
                  <EmptySpace max="-2" attributes="0"/>
196
 
                  <Component id="statusMessageLabel" min="-2" max="-2" attributes="0"/>
197
 
                  <EmptySpace pref="443" max="32767" attributes="0"/>
198
 
                  <Component id="progressBar" min="-2" max="-2" attributes="0"/>
199
 
                  <EmptySpace max="-2" attributes="0"/>
200
 
                  <Component id="statusAnimationLabel" min="-2" max="-2" attributes="0"/>
201
 
                  <EmptySpace max="-2" attributes="0"/>
202
 
              </Group>
203
 
          </Group>
204
 
        </DimensionLayout>
205
 
        <DimensionLayout dim="1">
206
 
          <Group type="103" groupAlignment="0" attributes="0">
207
 
              <Group type="102" alignment="0" attributes="0">
208
 
                  <Component id="statusPanelSeparator" min="-2" pref="2" max="-2" attributes="0"/>
209
 
                  <EmptySpace max="32767" attributes="0"/>
210
 
                  <Group type="103" groupAlignment="3" attributes="0">
211
 
                      <Component id="statusMessageLabel" alignment="3" min="-2" max="-2" attributes="0"/>
212
 
                      <Component id="statusAnimationLabel" alignment="3" min="-2" max="-2" attributes="0"/>
213
 
                      <Component id="progressBar" alignment="3" min="-2" max="-2" attributes="0"/>
214
 
                  </Group>
215
 
                  <EmptySpace min="-2" pref="3" max="-2" attributes="0"/>
216
 
              </Group>
217
 
          </Group>
218
 
        </DimensionLayout>
219
 
      </Layout>
220
 
      <SubComponents>
221
 
        <Component class="javax.swing.JSeparator" name="statusPanelSeparator">
222
 
          <Properties>
223
 
            <Property name="name" type="java.lang.String" value="statusPanelSeparator" noResource="true"/>
224
 
          </Properties>
225
 
          <AuxValues>
226
 
            <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
227
 
            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
228
 
          </AuxValues>
229
 
        </Component>
230
 
        <Component class="javax.swing.JLabel" name="statusMessageLabel">
231
 
          <Properties>
232
 
            <Property name="name" type="java.lang.String" value="statusMessageLabel" noResource="true"/>
233
 
          </Properties>
234
 
        </Component>
235
 
        <Component class="javax.swing.JLabel" name="statusAnimationLabel">
236
 
          <Properties>
237
 
            <Property name="horizontalAlignment" type="int" value="2"/>
238
 
            <Property name="name" type="java.lang.String" value="statusAnimationLabel" noResource="true"/>
239
 
          </Properties>
240
 
        </Component>
241
 
        <Component class="javax.swing.JProgressBar" name="progressBar">
242
 
          <Properties>
243
 
            <Property name="name" type="java.lang.String" value="progressBar" noResource="true"/>
244
 
          </Properties>
245
 
        </Component>
246
 
      </SubComponents>
247
 
    </Container>
248
 
    <Component class="javax.swing.JFileChooser" name="jFileChooser1">
249
 
      <Properties>
250
 
        <Property name="name" type="java.lang.String" value="jFileChooser1" noResource="true"/>
251
 
      </Properties>
252
 
    </Component>
253
 
  </NonVisualComponents>
254
 
  <Properties>
255
 
    <Property name="component" type="javax.swing.JComponent" editor="org.netbeans.modules.form.ComponentChooserEditor">
256
 
      <ComponentRef name="mainPanel"/>
257
 
    </Property>
258
 
    <Property name="menuBar" type="javax.swing.JMenuBar" editor="org.netbeans.modules.form.ComponentChooserEditor">
259
 
      <ComponentRef name="menuBar"/>
260
 
    </Property>
261
 
    <Property name="statusBar" type="javax.swing.JComponent" editor="org.netbeans.modules.form.ComponentChooserEditor">
262
 
      <ComponentRef name="statusPanel"/>
263
 
    </Property>
264
 
  </Properties>
265
 
  <AuxValues>
266
 
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="2"/>
267
 
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
268
 
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
269
 
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
270
 
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
271
 
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
272
 
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
273
 
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
274
 
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
275
 
    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,2,105"/>
276
 
  </AuxValues>
277
 
</Form>