Show
Ignore:
Timestamp:
04/23/12 00:24:31 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Tags:
v1.1
Message:

#4 multipart/alternative zprávy: XHTML + prostý text (generuje se pomocí XSLT)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.form

    r14 r17  
    511511              <Group type="102" alignment="1" attributes="0"> 
    512512                  <EmptySpace max="-2" attributes="0"/> 
    513                   <Group type="103" groupAlignment="1" attributes="0"> 
    514                       <Component id="jScrollPane1" alignment="0" pref="438" max="32767" attributes="0"/> 
     513                  <Group type="103" groupAlignment="0" attributes="0"> 
     514                      <Component id="jScrollPane1" alignment="0" pref="461" max="32767" attributes="0"/> 
    515515                      <Group type="102" alignment="1" attributes="0"> 
    516516                          <Group type="103" groupAlignment="1" attributes="0"> 
     
    528528                          </Group> 
    529529                          <Group type="103" groupAlignment="0" attributes="0"> 
    530                               <Component id="vstupJmenoOdesilatele" alignment="0" pref="328" max="32767" attributes="0"/> 
    531                               <Component id="vstupAdresaOdesilatele" alignment="0" pref="328" max="32767" attributes="0"/> 
    532                               <Component id="vstupPredmet" alignment="0" pref="328" max="32767" attributes="0"/> 
     530                              <Component id="vstupJmenoOdesilatele" alignment="0" max="32767" attributes="0"/> 
     531                              <Component id="vstupAdresaOdesilatele" alignment="0" max="32767" attributes="0"/> 
     532                              <Component id="vstupPredmet" alignment="0" max="32767" attributes="0"/> 
    533533                          </Group> 
    534534                      </Group> 
    535535                      <Group type="102" alignment="0" attributes="0"> 
    536536                          <Component id="jLabel15" min="-2" max="-2" attributes="0"/> 
    537                           <EmptySpace min="-2" pref="33" max="-2" attributes="0"/> 
    538                           <Component id="vstupFormatHTML" pref="81" max="32767" attributes="0"/> 
    539                           <EmptySpace min="-2" pref="247" max="-2" attributes="0"/> 
     537                          <EmptySpace max="-2" attributes="0"/> 
     538                          <Component id="formátProstý" min="-2" max="-2" attributes="0"/> 
     539                          <EmptySpace max="-2" attributes="0"/> 
     540                          <Component id="formátXHTML" min="-2" max="-2" attributes="0"/> 
     541                          <EmptySpace max="-2" attributes="0"/> 
     542                          <Component id="formátOboje" min="-2" max="-2" attributes="0"/> 
     543                          <EmptySpace min="0" pref="0" max="32767" attributes="0"/> 
    540544                      </Group> 
    541545                  </Group> 
     
    567571                  <Group type="103" groupAlignment="3" attributes="0"> 
    568572                      <Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/> 
    569                       <Component id="vstupFormatHTML" alignment="3" min="-2" max="-2" attributes="0"/> 
     573                      <Component id="formátProstý" alignment="3" min="-2" max="-2" attributes="0"/> 
     574                      <Component id="formátXHTML" alignment="3" min="-2" max="-2" attributes="0"/> 
     575                      <Component id="formátOboje" alignment="3" min="-2" max="-2" attributes="0"/> 
    570576                  </Group> 
    571577                  <EmptySpace max="-2" attributes="0"/> 
     
    615621          <Properties> 
    616622            <Property name="text" type="java.lang.String" value="Form&#xe1;t zpr&#xe1;vy"/> 
    617           </Properties> 
    618         </Component> 
    619         <Component class="javax.swing.JCheckBox" name="vstupFormatHTML"> 
    620           <Properties> 
    621             <Property name="mnemonic" type="int" value="104"/> 
    622             <Property name="text" type="java.lang.String" value="HTML"/> 
    623             <Property name="toolTipText" type="java.lang.String" value="P&#x159;i neza&#x161;krtnut&#xed; se ode&#x161;le jako prost&#xfd; text"/> 
    624623          </Properties> 
    625624        </Component> 
     
    641640          <Events> 
    642641            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odpovedetKomuOdkazActionPerformed"/> 
     642          </Events> 
     643        </Component> 
     644        <Component class="javax.swing.JRadioButton" name="form&#xe1;tProst&#xfd;"> 
     645          <Properties> 
     646            <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 
     647              <ComponentRef name="form&#xe1;tSkupina"/> 
     648            </Property> 
     649            <Property name="selected" type="boolean" value="true"/> 
     650            <Property name="text" type="java.lang.String" value="Prost&#xfd; text"/> 
     651          </Properties> 
     652        </Component> 
     653        <Component class="javax.swing.JRadioButton" name="form&#xe1;tXHTML"> 
     654          <Properties> 
     655            <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 
     656              <ComponentRef name="form&#xe1;tSkupina"/> 
     657            </Property> 
     658            <Property name="text" type="java.lang.String" value="(X)HTML"/> 
     659          </Properties> 
     660          <Events> 
     661            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="form&#xe1;tXHTMLActionPerformed"/> 
     662          </Events> 
     663        </Component> 
     664        <Component class="javax.swing.JRadioButton" name="form&#xe1;tOboje"> 
     665          <Properties> 
     666            <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 
     667              <ComponentRef name="form&#xe1;tSkupina"/> 
     668            </Property> 
     669            <Property name="text" type="java.lang.String" value="Oboje"/> 
     670          </Properties> 
     671          <Events> 
     672            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="form&#xe1;tObojeActionPerformed"/> 
    643673          </Events> 
    644674        </Component> 
     
    727757      </SubComponents> 
    728758    </Container> 
     759    <Component class="javax.swing.ButtonGroup" name="form&#xe1;tSkupina"> 
     760    </Component> 
    729761  </NonVisualComponents> 
    730762  <Properties>