Legend:
- Unmodified
- Added
- Removed
-
java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.form
r14 r17 511 511 <Group type="102" alignment="1" attributes="0"> 512 512 <EmptySpace max="-2" attributes="0"/> 513 <Group type="103" groupAlignment=" 1" attributes="0">514 <Component id="jScrollPane1" alignment="0" pref="4 38" max="32767" attributes="0"/>513 <Group type="103" groupAlignment="0" attributes="0"> 514 <Component id="jScrollPane1" alignment="0" pref="461" max="32767" attributes="0"/> 515 515 <Group type="102" alignment="1" attributes="0"> 516 516 <Group type="103" groupAlignment="1" attributes="0"> … … 528 528 </Group> 529 529 <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"/> 533 533 </Group> 534 534 </Group> 535 535 <Group type="102" alignment="0" attributes="0"> 536 536 <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"/> 540 544 </Group> 541 545 </Group> … … 567 571 <Group type="103" groupAlignment="3" attributes="0"> 568 572 <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"/> 570 576 </Group> 571 577 <EmptySpace max="-2" attributes="0"/> … … 615 621 <Properties> 616 622 <Property name="text" type="java.lang.String" value="Formát zprá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ři nezaškrtnutí se odešle jako prostý text"/>624 623 </Properties> 625 624 </Component> … … 641 640 <Events> 642 641 <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átProstý"> 645 <Properties> 646 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 647 <ComponentRef name="formátSkupina"/> 648 </Property> 649 <Property name="selected" type="boolean" value="true"/> 650 <Property name="text" type="java.lang.String" value="Prostý text"/> 651 </Properties> 652 </Component> 653 <Component class="javax.swing.JRadioButton" name="formátXHTML"> 654 <Properties> 655 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 656 <ComponentRef name="formá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átXHTMLActionPerformed"/> 662 </Events> 663 </Component> 664 <Component class="javax.swing.JRadioButton" name="formátOboje"> 665 <Properties> 666 <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> 667 <ComponentRef name="formá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átObojeActionPerformed"/> 643 673 </Events> 644 674 </Component> … … 727 757 </SubComponents> 728 758 </Container> 759 <Component class="javax.swing.ButtonGroup" name="formátSkupina"> 760 </Component> 729 761 </NonVisualComponents> 730 762 <Properties>