java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.form
author František Kučera <franta-hg@frantovo.cz>
Mon, 23 Apr 2012 00:24:31 +0200
changeset 17 9cb46ca7e26c
parent 14 3a12bd9312b1
permissions -rw-r--r--
#4 multipart/alternative zprávy: XHTML + prostý text (generuje se pomocí XSLT)
     1 <?xml version="1.0" encoding="UTF-8" ?>
     2 
     3 <Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
     4   <NonVisualComponents>
     5     <Container class="org.jdesktop.swingx.JXPanel" name="panelDatabaze">
     6 
     7       <Layout>
     8         <DimensionLayout dim="0">
     9           <Group type="103" groupAlignment="0" attributes="0">
    10               <Group type="102" attributes="0">
    11                   <EmptySpace max="-2" attributes="0"/>
    12                   <Group type="103" groupAlignment="0" attributes="0">
    13                       <Group type="102" alignment="0" attributes="0">
    14                           <Group type="103" groupAlignment="0" attributes="0">
    15                               <Component id="jLabel9" alignment="0" min="-2" max="-2" attributes="0"/>
    16                               <Component id="jLabel10" alignment="0" min="-2" max="-2" attributes="0"/>
    17                               <Component id="jLabel11" alignment="0" min="-2" max="-2" attributes="0"/>
    18                           </Group>
    19                           <EmptySpace max="-2" attributes="0"/>
    20                           <Group type="103" groupAlignment="0" attributes="0">
    21                               <Component id="vstupDatabaze" alignment="0" pref="257" max="32767" attributes="0"/>
    22                               <Component id="vstupDBjmeno" alignment="0" pref="257" max="32767" attributes="0"/>
    23                               <Group type="102" alignment="0" attributes="0">
    24                                   <EmptySpace type="unrelated" max="-2" attributes="0"/>
    25                                   <Component id="vstupDBheslo" pref="257" max="32767" attributes="0"/>
    26                               </Group>
    27                           </Group>
    28                       </Group>
    29                       <Group type="102" alignment="1" attributes="0">
    30                           <Component id="vystupDBzprava" pref="155" max="32767" attributes="0"/>
    31                           <EmptySpace max="-2" attributes="0"/>
    32                           <Component id="vyzkousetPripojeniTlacitko" min="-2" max="-2" attributes="0"/>
    33                       </Group>
    34                   </Group>
    35                   <EmptySpace 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 max="-2" attributes="0"/>
    43                   <Group type="103" groupAlignment="3" attributes="0">
    44                       <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/>
    45                       <Component id="vstupDatabaze" alignment="3" min="-2" max="-2" attributes="0"/>
    46                   </Group>
    47                   <EmptySpace max="-2" attributes="0"/>
    48                   <Group type="103" groupAlignment="3" attributes="0">
    49                       <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/>
    50                       <Component id="vstupDBjmeno" alignment="3" min="-2" max="-2" attributes="0"/>
    51                   </Group>
    52                   <EmptySpace max="-2" attributes="0"/>
    53                   <Group type="103" groupAlignment="3" attributes="0">
    54                       <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/>
    55                       <Component id="vstupDBheslo" alignment="3" min="-2" max="-2" attributes="0"/>
    56                   </Group>
    57                   <EmptySpace type="unrelated" max="-2" attributes="0"/>
    58                   <Group type="103" groupAlignment="3" attributes="0">
    59                       <Component id="vyzkousetPripojeniTlacitko" alignment="3" min="-2" max="-2" attributes="0"/>
    60                       <Component id="vystupDBzprava" alignment="3" min="-2" max="-2" attributes="0"/>
    61                   </Group>
    62                   <EmptySpace pref="183" max="32767" attributes="0"/>
    63               </Group>
    64           </Group>
    65         </DimensionLayout>
    66       </Layout>
    67       <SubComponents>
    68         <Component class="javax.swing.JLabel" name="jLabel9">
    69           <Properties>
    70             <Property name="text" type="java.lang.String" value="Datab&#xe1;ze"/>
    71           </Properties>
    72         </Component>
    73         <Component class="javax.swing.JTextField" name="vstupDatabaze">
    74         </Component>
    75         <Component class="javax.swing.JLabel" name="jLabel10">
    76           <Properties>
    77             <Property name="text" type="java.lang.String" value="Jm&#xe9;no"/>
    78           </Properties>
    79         </Component>
    80         <Component class="javax.swing.JTextField" name="vstupDBjmeno">
    81         </Component>
    82         <Component class="javax.swing.JPasswordField" name="vstupDBheslo">
    83         </Component>
    84         <Component class="javax.swing.JLabel" name="jLabel11">
    85           <Properties>
    86             <Property name="text" type="java.lang.String" value="Heslo"/>
    87           </Properties>
    88         </Component>
    89         <Component class="javax.swing.JButton" name="vyzkousetPripojeniTlacitko">
    90           <Properties>
    91             <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
    92               <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/fork.png"/>
    93             </Property>
    94             <Property name="mnemonic" type="int" value="121"/>
    95             <Property name="text" type="java.lang.String" value="Vyzkou&#x161;et spojen&#xed;"/>
    96           </Properties>
    97           <Events>
    98             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="vyzkousetPripojeniTlacitkoActionPerformed"/>
    99           </Events>
   100         </Component>
   101         <Component class="javax.swing.JLabel" name="vystupDBzprava">
   102           <Properties>
   103             <Property name="text" type="java.lang.String" value=" "/>
   104           </Properties>
   105         </Component>
   106       </SubComponents>
   107     </Container>
   108     <Container class="org.jdesktop.swingx.JXPanel" name="panelOdeslat">
   109 
   110       <Layout>
   111         <DimensionLayout dim="0">
   112           <Group type="103" groupAlignment="0" attributes="0">
   113               <Group type="102" alignment="0" attributes="0">
   114                   <EmptySpace max="-2" attributes="0"/>
   115                   <Group type="103" groupAlignment="0" attributes="0">
   116                       <Component id="prijemciZkusebni" alignment="1" pref="535" max="32767" attributes="0"/>
   117                       <Component id="jSeparator2" alignment="0" pref="535" max="32767" attributes="0"/>
   118                       <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
   119                       <Component id="jLabel14" alignment="0" min="-2" max="-2" attributes="0"/>
   120                   </Group>
   121                   <EmptySpace max="-2" attributes="0"/>
   122               </Group>
   123           </Group>
   124         </DimensionLayout>
   125         <DimensionLayout dim="1">
   126           <Group type="103" groupAlignment="0" attributes="0">
   127               <Group type="102" alignment="1" attributes="0">
   128                   <EmptySpace max="-2" attributes="0"/>
   129                   <Component id="jLabel14" min="-2" max="-2" attributes="0"/>
   130                   <EmptySpace max="-2" attributes="0"/>
   131                   <Component id="prijemciZkusebni" pref="153" max="32767" attributes="0"/>
   132                   <EmptySpace type="unrelated" max="-2" attributes="0"/>
   133                   <Component id="jSeparator2" min="-2" max="-2" attributes="0"/>
   134                   <EmptySpace max="-2" attributes="0"/>
   135                   <Component id="jPanel1" min="-2" max="-2" attributes="0"/>
   136                   <EmptySpace max="-2" attributes="0"/>
   137               </Group>
   138           </Group>
   139         </DimensionLayout>
   140       </Layout>
   141       <SubComponents>
   142         <Container class="javax.swing.JPanel" name="jPanel1">
   143 
   144           <Layout>
   145             <DimensionLayout dim="0">
   146               <Group type="103" groupAlignment="0" attributes="0">
   147                   <Group type="102" alignment="1" attributes="0">
   148                       <EmptySpace pref="106" max="32767" attributes="0"/>
   149                       <Component id="rozeslatZkusebniTlacitko" min="-2" max="-2" attributes="0"/>
   150                       <EmptySpace max="-2" attributes="0"/>
   151                       <Component id="rozeslatHromadnouZpravuTlacitko" min="-2" max="-2" attributes="0"/>
   152                       <EmptySpace max="-2" attributes="0"/>
   153                       <Component id="zobrazitVsechnyPrijemceTlacitko" min="-2" max="-2" attributes="0"/>
   154                       <EmptySpace max="-2" attributes="0"/>
   155                   </Group>
   156               </Group>
   157             </DimensionLayout>
   158             <DimensionLayout dim="1">
   159               <Group type="103" groupAlignment="0" attributes="0">
   160                   <Group type="102" alignment="0" attributes="0">
   161                       <EmptySpace max="-2" attributes="0"/>
   162                       <Group type="103" groupAlignment="3" attributes="0">
   163                           <Component id="rozeslatHromadnouZpravuTlacitko" alignment="3" min="-2" max="-2" attributes="0"/>
   164                           <Component id="zobrazitVsechnyPrijemceTlacitko" alignment="3" min="-2" max="-2" attributes="0"/>
   165                           <Component id="rozeslatZkusebniTlacitko" alignment="3" min="-2" max="-2" attributes="0"/>
   166                       </Group>
   167                       <EmptySpace max="32767" attributes="0"/>
   168                   </Group>
   169               </Group>
   170             </DimensionLayout>
   171           </Layout>
   172           <SubComponents>
   173             <Component class="javax.swing.JButton" name="rozeslatZkusebniTlacitko">
   174               <Properties>
   175                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   176                   <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/apply.png"/>
   177                 </Property>
   178                 <Property name="mnemonic" type="int" value="117"/>
   179                 <Property name="text" type="java.lang.String" value="Rozeslat zku&#x161;ebn&#xed;"/>
   180               </Properties>
   181               <Events>
   182                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rozeslatZkusebniTlacitkoActionPerformed"/>
   183               </Events>
   184             </Component>
   185             <Component class="javax.swing.JButton" name="rozeslatHromadnouZpravuTlacitko">
   186               <Properties>
   187                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   188                   <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/adept_commit.png"/>
   189                 </Property>
   190                 <Property name="mnemonic" type="int" value="104"/>
   191                 <Property name="text" type="java.lang.String" value="Rozeslat hromadnou zpr&#xe1;vu"/>
   192               </Properties>
   193               <Events>
   194                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="rozeslatHromadnouZpravuTlacitkoActionPerformed"/>
   195               </Events>
   196             </Component>
   197             <Component class="javax.swing.JButton" name="zobrazitVsechnyPrijemceTlacitko">
   198               <Properties>
   199                 <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   200                   <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/zobrazit_adresy.png"/>
   201                 </Property>
   202                 <Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;&#xa;Zobraz&#xed; seznam v&#x161;ech p&#x159;&#xed;jemc&#x16f;m, kter&#xfd;m bude odesl&#xe1;na zpr&#xe1;va.&lt;br/&gt;&#xa;(P&#x159;i velk&#xfd;ch po&#x10d;tech z&#xe1;znam&#x16f; m&#x16f;&#x17e;e b&#xfd;t tato operace n&#xe1;ro&#x10d;n&#xe1;.)&#xa;&lt;/html&gt;"/>
   203               </Properties>
   204               <Events>
   205                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="zobrazitVsechnyPrijemceTlacitkoActionPerformed"/>
   206               </Events>
   207             </Component>
   208           </SubComponents>
   209         </Container>
   210         <Component class="cz.frantovo.superPostak.PanelPrijemcu" name="prijemciZkusebni">
   211         </Component>
   212         <Component class="javax.swing.JSeparator" name="jSeparator2">
   213         </Component>
   214         <Component class="javax.swing.JLabel" name="jLabel14">
   215           <Properties>
   216             <Property name="text" type="java.lang.String" value="Zku&#x161;ebn&#xed; p&#x159;&#xed;jemci"/>
   217           </Properties>
   218         </Component>
   219       </SubComponents>
   220     </Container>
   221     <Container class="org.jdesktop.swingx.JXPanel" name="panelPrijemci">
   222 
   223       <Layout>
   224         <DimensionLayout dim="0">
   225           <Group type="103" groupAlignment="0" attributes="0">
   226               <Group type="102" alignment="1" attributes="0">
   227                   <EmptySpace max="-2" attributes="0"/>
   228                   <Group type="103" groupAlignment="1" attributes="0">
   229                       <Component id="prijemciDodatecni" alignment="0" pref="344" max="32767" attributes="0"/>
   230                       <Component id="jSeparator1" alignment="0" pref="344" max="32767" attributes="0"/>
   231                       <Component id="jScrollPane3" alignment="0" pref="344" max="32767" attributes="0"/>
   232                       <Component id="jLabel13" alignment="0" min="-2" max="-2" attributes="0"/>
   233                       <Group type="102" alignment="1" attributes="0">
   234                           <Component id="vystupSQLZprava" pref="52" max="32767" attributes="0"/>
   235                           <EmptySpace min="-2" pref="127" max="-2" attributes="0"/>
   236                           <Component id="vyzkousetSQLTlacitko" min="-2" max="-2" attributes="0"/>
   237                           <EmptySpace max="-2" attributes="0"/>
   238                           <Component id="zobrazitSQLPrijemceTlacitko" min="-2" max="-2" attributes="0"/>
   239                       </Group>
   240                       <Component id="jLabel16" alignment="0" min="-2" max="-2" attributes="0"/>
   241                   </Group>
   242                   <EmptySpace max="-2" attributes="0"/>
   243               </Group>
   244           </Group>
   245         </DimensionLayout>
   246         <DimensionLayout dim="1">
   247           <Group type="103" groupAlignment="0" attributes="0">
   248               <Group type="102" alignment="0" attributes="0">
   249                   <EmptySpace max="-2" attributes="0"/>
   250                   <Component id="jLabel13" min="-2" max="-2" attributes="0"/>
   251                   <EmptySpace max="-2" attributes="0"/>
   252                   <Component id="jScrollPane3" min="-2" max="-2" attributes="0"/>
   253                   <EmptySpace max="-2" attributes="0"/>
   254                   <Group type="103" groupAlignment="3" attributes="0">
   255                       <Component id="vystupSQLZprava" alignment="3" min="-2" pref="14" max="-2" attributes="0"/>
   256                       <Component id="zobrazitSQLPrijemceTlacitko" alignment="3" min="-2" max="-2" attributes="0"/>
   257                       <Component id="vyzkousetSQLTlacitko" alignment="3" min="-2" max="-2" attributes="0"/>
   258                   </Group>
   259                   <EmptySpace max="-2" attributes="0"/>
   260                   <Component id="jSeparator1" min="-2" pref="10" max="-2" attributes="0"/>
   261                   <EmptySpace max="-2" attributes="0"/>
   262                   <Component id="jLabel16" min="-2" max="-2" attributes="0"/>
   263                   <EmptySpace max="-2" attributes="0"/>
   264                   <Component id="prijemciDodatecni" pref="200" max="32767" attributes="0"/>
   265                   <EmptySpace max="-2" attributes="0"/>
   266               </Group>
   267           </Group>
   268         </DimensionLayout>
   269       </Layout>
   270       <SubComponents>
   271         <Component class="javax.swing.JLabel" name="jLabel13">
   272           <Properties>
   273             <Property name="text" type="java.lang.String" value="SQL dotaz"/>
   274           </Properties>
   275         </Component>
   276         <Container class="javax.swing.JScrollPane" name="jScrollPane3">
   277           <AuxValues>
   278             <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
   279           </AuxValues>
   280 
   281           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
   282           <SubComponents>
   283             <Component class="javax.swing.JTextArea" name="vstupSQL">
   284               <Properties>
   285                 <Property name="columns" type="int" value="20"/>
   286                 <Property name="rows" type="int" value="5"/>
   287               </Properties>
   288             </Component>
   289           </SubComponents>
   290         </Container>
   291         <Component class="javax.swing.JButton" name="vyzkousetSQLTlacitko">
   292           <Properties>
   293             <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   294               <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/fork.png"/>
   295             </Property>
   296             <Property name="mnemonic" type="int" value="121"/>
   297             <Property name="text" type="java.lang.String" value="Vyzkou&#x161;et"/>
   298           </Properties>
   299           <Events>
   300             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="vyzkousetSQLTlacitkoActionPerformed"/>
   301           </Events>
   302         </Component>
   303         <Component class="javax.swing.JLabel" name="vystupSQLZprava">
   304           <Properties>
   305             <Property name="text" type="java.lang.String" value=" "/>
   306           </Properties>
   307         </Component>
   308         <Component class="cz.frantovo.superPostak.PanelPrijemcu" name="prijemciDodatecni">
   309           <Properties>
   310             <Property name="toolTipText" type="java.lang.String" value="Zde m&#x16f;&#x17e;ete dopnit dal&#x161;&#xed; p&#x159;ijemce."/>
   311           </Properties>
   312         </Component>
   313         <Component class="javax.swing.JSeparator" name="jSeparator1">
   314         </Component>
   315         <Component class="javax.swing.JLabel" name="jLabel16">
   316           <Properties>
   317             <Property name="text" type="java.lang.String" value="Dodate&#x10d;n&#xed; p&#x159;&#xed;jemci:"/>
   318           </Properties>
   319         </Component>
   320         <Component class="javax.swing.JButton" name="zobrazitSQLPrijemceTlacitko">
   321           <Properties>
   322             <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   323               <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/zobrazit_adresy.png"/>
   324             </Property>
   325             <Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;&#xa;Zobraz&#xed; seznam adres na&#x10d;ten&#xfd;ch z datab&#xe1;ze.&lt;br/&gt;&#xa;(P&#x159;i velk&#xfd;ch po&#x10d;tech z&#xe1;znam&#x16f; m&#x16f;&#x17e;e b&#xfd;t tato operace n&#xe1;ro&#x10d;n&#xe1;.)&#xa;&lt;/html&gt;"/>
   326           </Properties>
   327           <Events>
   328             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="zobrazitSQLPrijemceTlacitkoActionPerformed"/>
   329           </Events>
   330         </Component>
   331       </SubComponents>
   332     </Container>
   333     <Container class="org.jdesktop.swingx.JXPanel" name="panelServer">
   334 
   335       <Layout>
   336         <DimensionLayout dim="0">
   337           <Group type="103" groupAlignment="0" attributes="0">
   338               <Group type="102" alignment="1" attributes="0">
   339                   <EmptySpace max="-2" attributes="0"/>
   340                   <Group type="103" groupAlignment="1" attributes="0">
   341                       <Component id="napovedaSMTPscroll" alignment="0" pref="318" max="32767" attributes="0"/>
   342                       <Group type="102" alignment="1" attributes="0">
   343                           <Group type="103" groupAlignment="0" attributes="0">
   344                               <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
   345                               <Component id="jLabel6" alignment="0" min="-2" max="-2" attributes="0"/>
   346                               <Component id="jLabel5" alignment="0" min="-2" max="-2" attributes="0"/>
   347                               <Component id="jLabel7" alignment="0" min="-2" max="-2" attributes="0"/>
   348                               <Component id="jLabel8" alignment="0" min="-2" max="-2" attributes="0"/>
   349                           </Group>
   350                           <EmptySpace max="-2" attributes="0"/>
   351                           <Group type="103" groupAlignment="0" attributes="0">
   352                               <Component id="vstupSMTPserver" alignment="0" pref="230" max="32767" attributes="0"/>
   353                               <Component id="vstupSMTPport" alignment="1" pref="230" max="32767" attributes="0"/>
   354                               <Component id="vstupSMTPjmeno" alignment="0" pref="230" max="32767" attributes="0"/>
   355                               <Component id="vstupSMTPheslo" alignment="0" pref="230" max="32767" attributes="0"/>
   356                               <Component id="vstupSMTPlimitPrijemcu" alignment="0" pref="230" max="32767" attributes="0"/>
   357                           </Group>
   358                       </Group>
   359                   </Group>
   360                   <EmptySpace max="-2" attributes="0"/>
   361               </Group>
   362           </Group>
   363         </DimensionLayout>
   364         <DimensionLayout dim="1">
   365           <Group type="103" groupAlignment="0" attributes="0">
   366               <Group type="102" alignment="0" attributes="0">
   367                   <EmptySpace max="-2" attributes="0"/>
   368                   <Group type="103" groupAlignment="3" attributes="0">
   369                       <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
   370                       <Component id="vstupSMTPserver" alignment="3" min="-2" max="-2" attributes="0"/>
   371                   </Group>
   372                   <EmptySpace max="-2" attributes="0"/>
   373                   <Group type="103" groupAlignment="3" attributes="0">
   374                       <Component id="vstupSMTPport" alignment="3" min="-2" max="-2" attributes="0"/>
   375                       <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>
   376                   </Group>
   377                   <EmptySpace max="-2" attributes="0"/>
   378                   <Group type="103" groupAlignment="3" attributes="0">
   379                       <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/>
   380                       <Component id="vstupSMTPjmeno" alignment="3" min="-2" max="-2" attributes="0"/>
   381                   </Group>
   382                   <EmptySpace max="-2" attributes="0"/>
   383                   <Group type="103" groupAlignment="3" attributes="0">
   384                       <Component id="vstupSMTPheslo" alignment="3" min="-2" max="-2" attributes="0"/>
   385                       <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/>
   386                   </Group>
   387                   <EmptySpace max="-2" attributes="0"/>
   388                   <Group type="103" groupAlignment="3" attributes="0">
   389                       <Component id="vstupSMTPlimitPrijemcu" alignment="3" min="-2" max="-2" attributes="0"/>
   390                       <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/>
   391                   </Group>
   392                   <EmptySpace type="unrelated" max="-2" attributes="0"/>
   393                   <Component id="napovedaSMTPscroll" pref="145" max="32767" attributes="0"/>
   394                   <EmptySpace max="-2" attributes="0"/>
   395               </Group>
   396           </Group>
   397         </DimensionLayout>
   398       </Layout>
   399       <SubComponents>
   400         <Component class="javax.swing.JLabel" name="jLabel4">
   401           <Properties>
   402             <Property name="text" type="java.lang.String" value="SMTP server"/>
   403           </Properties>
   404         </Component>
   405         <Component class="javax.swing.JLabel" name="jLabel5">
   406           <Properties>
   407             <Property name="text" type="java.lang.String" value="Port"/>
   408           </Properties>
   409         </Component>
   410         <Component class="javax.swing.JTextField" name="vstupSMTPserver">
   411           <Properties>
   412             <Property name="text" type="java.lang.String" value="localhost"/>
   413           </Properties>
   414         </Component>
   415         <Component class="javax.swing.JSpinner" name="vstupSMTPport">
   416           <Properties>
   417             <Property name="value" type="java.lang.Object" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
   418               <Connection code="25" type="code"/>
   419             </Property>
   420           </Properties>
   421         </Component>
   422         <Container class="javax.swing.JScrollPane" name="napovedaSMTPscroll">
   423           <AuxValues>
   424             <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
   425           </AuxValues>
   426 
   427           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
   428           <SubComponents>
   429             <Component class="javax.swing.JTextArea" name="napovedaSMTP">
   430               <Properties>
   431                 <Property name="columns" type="int" value="20"/>
   432                 <Property name="editable" type="boolean" value="false"/>
   433                 <Property name="lineWrap" type="boolean" value="true"/>
   434                 <Property name="rows" type="int" value="5"/>
   435                 <Property name="text" type="java.lang.String" value="Tip: n&#x11b;kter&#xe9; SMTP servery maj&#xed; omezen&#xfd; seznam po&#x10d;&#xed;ta&#x10d;&#x16f;, ze kter&#xfd;ch p&#x159;ij&#xed;maj&#xed; po&#x161;tu"/>
   436                 <Property name="wrapStyleWord" type="boolean" value="true"/>
   437               </Properties>
   438             </Component>
   439           </SubComponents>
   440         </Container>
   441         <Component class="javax.swing.JLabel" name="jLabel6">
   442           <Properties>
   443             <Property name="text" type="java.lang.String" value="Jm&#xe9;no"/>
   444           </Properties>
   445         </Component>
   446         <Component class="javax.swing.JTextField" name="vstupSMTPjmeno">
   447         </Component>
   448         <Component class="javax.swing.JPasswordField" name="vstupSMTPheslo">
   449         </Component>
   450         <Component class="javax.swing.JLabel" name="jLabel7">
   451           <Properties>
   452             <Property name="text" type="java.lang.String" value="Heslo"/>
   453           </Properties>
   454         </Component>
   455         <Component class="javax.swing.JSpinner" name="vstupSMTPlimitPrijemcu">
   456           <Properties>
   457             <Property name="value" type="java.lang.Object" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
   458               <Connection code="1000" type="code"/>
   459             </Property>
   460           </Properties>
   461         </Component>
   462         <Component class="javax.swing.JLabel" name="jLabel8">
   463           <Properties>
   464             <Property name="text" type="java.lang.String" value="Limit p&#x159;&#xed;jemc&#x16f;"/>
   465           </Properties>
   466         </Component>
   467       </SubComponents>
   468     </Container>
   469     <Container class="org.jdesktop.swingx.JXPanel" name="panelVychoziPrijemci">
   470 
   471       <Layout>
   472         <DimensionLayout dim="0">
   473           <Group type="103" groupAlignment="0" attributes="0">
   474               <Group type="102" alignment="1" attributes="0">
   475                   <EmptySpace max="-2" attributes="0"/>
   476                   <Group type="103" groupAlignment="1" attributes="0">
   477                       <Component id="prijemciVychozi" alignment="0" pref="514" max="32767" attributes="0"/>
   478                       <Component id="jLabel12" alignment="0" pref="514" max="32767" attributes="0"/>
   479                   </Group>
   480                   <EmptySpace max="-2" attributes="0"/>
   481               </Group>
   482           </Group>
   483         </DimensionLayout>
   484         <DimensionLayout dim="1">
   485           <Group type="103" groupAlignment="0" attributes="0">
   486               <Group type="102" alignment="0" attributes="0">
   487                   <EmptySpace max="-2" attributes="0"/>
   488                   <Component id="jLabel12" min="-2" max="-2" attributes="0"/>
   489                   <EmptySpace type="unrelated" max="-2" attributes="0"/>
   490                   <Component id="prijemciVychozi" pref="261" max="32767" attributes="0"/>
   491                   <EmptySpace max="-2" attributes="0"/>
   492               </Group>
   493           </Group>
   494         </DimensionLayout>
   495       </Layout>
   496       <SubComponents>
   497         <Component class="cz.frantovo.superPostak.PanelPrijemcu" name="prijemciVychozi">
   498         </Component>
   499         <Component class="javax.swing.JLabel" name="jLabel12">
   500           <Properties>
   501             <Property name="text" type="java.lang.String" value="T&#x11b;mto lidem p&#x159;ijde hromadn&#xfd; e-mail v&#x17e;dy (net&#xfd;k&#xe1; se zku&#x161;ebn&#xed;ho rozesl&#xe1;n&#xed; zpr&#xe1;vy)."/>
   502           </Properties>
   503         </Component>
   504       </SubComponents>
   505     </Container>
   506     <Container class="org.jdesktop.swingx.JXPanel" name="panelZprava">
   507 
   508       <Layout>
   509         <DimensionLayout dim="0">
   510           <Group type="103" groupAlignment="0" attributes="0">
   511               <Group type="102" alignment="1" attributes="0">
   512                   <EmptySpace max="-2" attributes="0"/>
   513                   <Group type="103" groupAlignment="0" attributes="0">
   514                       <Component id="jScrollPane1" alignment="0" pref="461" max="32767" attributes="0"/>
   515                       <Group type="102" alignment="1" attributes="0">
   516                           <Group type="103" groupAlignment="1" attributes="0">
   517                               <Group type="102" attributes="0">
   518                                   <Group type="103" groupAlignment="0" attributes="0">
   519                                       <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
   520                                       <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
   521                                   </Group>
   522                                   <EmptySpace min="-2" pref="17" max="-2" attributes="0"/>
   523                               </Group>
   524                               <Group type="102" alignment="1" attributes="0">
   525                                   <Component id="odpovedetKomuOdkaz" min="-2" max="-2" attributes="0"/>
   526                                   <EmptySpace type="unrelated" max="-2" attributes="0"/>
   527                               </Group>
   528                           </Group>
   529                           <Group type="103" groupAlignment="0" 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                           </Group>
   534                       </Group>
   535                       <Group type="102" alignment="0" attributes="0">
   536                           <Component id="jLabel15" min="-2" 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"/>
   544                       </Group>
   545                   </Group>
   546                   <EmptySpace max="-2" attributes="0"/>
   547               </Group>
   548           </Group>
   549         </DimensionLayout>
   550         <DimensionLayout dim="1">
   551           <Group type="103" groupAlignment="0" attributes="0">
   552               <Group type="102" alignment="0" attributes="0">
   553                   <EmptySpace max="-2" attributes="0"/>
   554                   <Group type="103" groupAlignment="3" attributes="0">
   555                       <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
   556                       <Component id="vstupPredmet" alignment="3" min="-2" max="-2" attributes="0"/>
   557                   </Group>
   558                   <EmptySpace max="-2" attributes="0"/>
   559                   <Group type="103" groupAlignment="3" attributes="0">
   560                       <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
   561                       <Component id="vstupJmenoOdesilatele" alignment="3" min="-2" max="-2" attributes="0"/>
   562                   </Group>
   563                   <EmptySpace max="-2" attributes="0"/>
   564                   <Group type="103" groupAlignment="0" attributes="0">
   565                       <Component id="vstupAdresaOdesilatele" min="-2" max="-2" attributes="0"/>
   566                       <Component id="odpovedetKomuOdkaz" min="-2" max="-2" attributes="0"/>
   567                   </Group>
   568                   <EmptySpace max="-2" attributes="0"/>
   569                   <Component id="jScrollPane1" pref="184" max="32767" attributes="0"/>
   570                   <EmptySpace max="-2" attributes="0"/>
   571                   <Group type="103" groupAlignment="3" attributes="0">
   572                       <Component id="jLabel15" 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"/>
   576                   </Group>
   577                   <EmptySpace max="-2" attributes="0"/>
   578               </Group>
   579           </Group>
   580         </DimensionLayout>
   581       </Layout>
   582       <SubComponents>
   583         <Component class="javax.swing.JLabel" name="jLabel1">
   584           <Properties>
   585             <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
   586               <ComponentRef name="vstupPredmet"/>
   587             </Property>
   588             <Property name="text" type="java.lang.String" value="P&#x159;edm&#x11b;t"/>
   589           </Properties>
   590         </Component>
   591         <Component class="javax.swing.JTextField" name="vstupPredmet">
   592           <Events>
   593             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="vstupPredmetActionPerformed"/>
   594           </Events>
   595         </Component>
   596         <Component class="javax.swing.JLabel" name="jLabel2">
   597           <Properties>
   598             <Property name="text" type="java.lang.String" value="Jm&#xe9;no odes&#xed;latele"/>
   599           </Properties>
   600         </Component>
   601         <Component class="javax.swing.JTextField" name="vstupJmenoOdesilatele">
   602         </Component>
   603         <Component class="javax.swing.JTextField" name="vstupAdresaOdesilatele">
   604         </Component>
   605         <Container class="javax.swing.JScrollPane" name="jScrollPane1">
   606           <AuxValues>
   607             <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
   608           </AuxValues>
   609 
   610           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
   611           <SubComponents>
   612             <Component class="javax.swing.JTextArea" name="vstupZprava">
   613               <Properties>
   614                 <Property name="columns" type="int" value="20"/>
   615                 <Property name="rows" type="int" value="5"/>
   616               </Properties>
   617             </Component>
   618           </SubComponents>
   619         </Container>
   620         <Component class="javax.swing.JLabel" name="jLabel15">
   621           <Properties>
   622             <Property name="text" type="java.lang.String" value="Form&#xe1;t zpr&#xe1;vy"/>
   623           </Properties>
   624         </Component>
   625         <Component class="org.jdesktop.swingx.JXHyperlink" name="odpovedetKomuOdkaz">
   626           <Properties>
   627             <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
   628               <Color blue="33" green="33" id="windowText" palette="3" red="33" type="palette"/>
   629             </Property>
   630             <Property name="mnemonic" type="int" value="101"/>
   631             <Property name="text" type="java.lang.String" value="Adresa odes&#xed;latele"/>
   632             <Property name="toolTipText" type="java.lang.String" value="&lt;html&gt;&lt;p&gt;Klikn&#x11b;te sem pro nastaven&#xed; adresy,&lt;/p&gt;&lt;p&gt;na kterou maj&#xed; chodit odpov&#x11b;di&lt;/p&gt;&lt;/html&gt;"/>
   633             <Property name="clickedColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
   634               <Color blue="33" green="33" id="windowText" palette="3" red="33" type="palette"/>
   635             </Property>
   636             <Property name="unclickedColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
   637               <Color blue="33" green="33" id="windowText" palette="3" red="33" type="palette"/>
   638             </Property>
   639           </Properties>
   640           <Events>
   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&#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"/>
   673           </Events>
   674         </Component>
   675       </SubComponents>
   676     </Container>
   677     <Container class="javax.swing.JDialog" name="odpovedetKomuDialog">
   678       <Properties>
   679         <Property name="title" type="java.lang.String" value="Adresa pro odpov&#x11b;di"/>
   680         <Property name="modal" type="boolean" value="true"/>
   681       </Properties>
   682 
   683       <Layout>
   684         <DimensionLayout dim="0">
   685           <Group type="103" groupAlignment="0" attributes="0">
   686               <Group type="102" attributes="0">
   687                   <EmptySpace max="-2" attributes="0"/>
   688                   <Group type="103" groupAlignment="0" attributes="0">
   689                       <Group type="102" alignment="0" attributes="0">
   690                           <Group type="103" groupAlignment="0" attributes="0">
   691                               <Component id="jLabel19" alignment="0" min="-2" max="-2" attributes="0"/>
   692                               <Component id="jLabel18" alignment="0" min="-2" max="-2" attributes="0"/>
   693                           </Group>
   694                           <EmptySpace max="-2" attributes="0"/>
   695                           <Group type="103" groupAlignment="1" attributes="0">
   696                               <Component id="odpovedetKomuAdresa" pref="332" max="32767" attributes="0"/>
   697                               <Component id="odpovedetKomuJmeno" alignment="0" pref="332" max="32767" attributes="0"/>
   698                           </Group>
   699                       </Group>
   700                       <Component id="jLabel17" alignment="0" pref="382" max="32767" attributes="0"/>
   701                       <Component id="odpovedetKomuHotovo" alignment="1" min="-2" max="-2" attributes="0"/>
   702                   </Group>
   703                   <EmptySpace max="-2" attributes="0"/>
   704               </Group>
   705           </Group>
   706         </DimensionLayout>
   707         <DimensionLayout dim="1">
   708           <Group type="103" groupAlignment="0" attributes="0">
   709               <Group type="102" alignment="0" attributes="0">
   710                   <EmptySpace max="-2" attributes="0"/>
   711                   <Group type="103" groupAlignment="3" attributes="0">
   712                       <Component id="jLabel18" alignment="3" min="-2" max="-2" attributes="0"/>
   713                       <Component id="odpovedetKomuJmeno" alignment="3" min="-2" max="-2" attributes="0"/>
   714                   </Group>
   715                   <EmptySpace max="-2" attributes="0"/>
   716                   <Group type="103" groupAlignment="1" attributes="0">
   717                       <Component id="jLabel19" min="-2" max="-2" attributes="0"/>
   718                       <Component id="odpovedetKomuAdresa" min="-2" max="-2" attributes="0"/>
   719                   </Group>
   720                   <EmptySpace max="-2" attributes="0"/>
   721                   <Component id="jLabel17" min="-2" max="-2" attributes="0"/>
   722                   <EmptySpace max="32767" attributes="0"/>
   723                   <Component id="odpovedetKomuHotovo" min="-2" max="-2" attributes="0"/>
   724                   <EmptySpace max="-2" attributes="0"/>
   725               </Group>
   726           </Group>
   727         </DimensionLayout>
   728       </Layout>
   729       <SubComponents>
   730         <Component class="javax.swing.JLabel" name="jLabel18">
   731           <Properties>
   732             <Property name="text" type="java.lang.String" value="Jm&#xe9;no"/>
   733           </Properties>
   734         </Component>
   735         <Component class="javax.swing.JLabel" name="jLabel19">
   736           <Properties>
   737             <Property name="text" type="java.lang.String" value="Adresa"/>
   738           </Properties>
   739         </Component>
   740         <Component class="javax.swing.JLabel" name="jLabel17">
   741           <Properties>
   742             <Property name="text" type="java.lang.String" value="&lt;html&gt;&#xa;&lt;p&gt;Pokud bude p&#x159;&#xed;jemce na hromadnou zpr&#xe1;vu odpov&#xed;dat,&lt;/p&gt;&#xa;&lt;p&gt;odpov&#x11b;&#x10f; p&#x159;ijde na tuto adresu.&lt;/p&gt;&#xa;&lt;p&gt;Pokud tyto &#xfa;daje nevypln&#xed;te, nebo zad&#xe1;te chybn&#xfd; e-mail,&lt;/p&gt;&#xa;&lt;p&gt;budou odpov&#x11b;di chodit odes&#xed;lateli.&lt;/p&gt;&#xa;&lt;/html&gt;"/>
   743           </Properties>
   744         </Component>
   745         <Component class="javax.swing.JTextField" name="odpovedetKomuJmeno">
   746         </Component>
   747         <Component class="javax.swing.JTextField" name="odpovedetKomuAdresa">
   748         </Component>
   749         <Component class="javax.swing.JButton" name="odpovedetKomuHotovo">
   750           <Properties>
   751             <Property name="text" type="java.lang.String" value="Hotovo"/>
   752           </Properties>
   753           <Events>
   754             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odpovedetKomuHotovoActionPerformed"/>
   755           </Events>
   756         </Component>
   757       </SubComponents>
   758     </Container>
   759     <Component class="javax.swing.ButtonGroup" name="form&#xe1;tSkupina">
   760     </Component>
   761   </NonVisualComponents>
   762   <Properties>
   763     <Property name="title" type="java.lang.String" value="SuperPo&#x161;&#x165;&#xe1;k"/>
   764   </Properties>
   765   <SyntheticProperties>
   766     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
   767   </SyntheticProperties>
   768   <Events>
   769     <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosing"/>
   770   </Events>
   771   <AuxValues>
   772     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
   773     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
   774     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
   775     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
   776     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
   777     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
   778     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
   779     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
   780     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
   781   </AuxValues>
   782 
   783   <Layout>
   784     <DimensionLayout dim="0">
   785       <Group type="103" groupAlignment="0" attributes="0">
   786           <Group type="102" alignment="0" attributes="0">
   787               <Component id="taskPanel" min="-2" pref="196" max="-2" attributes="0"/>
   788               <EmptySpace max="-2" attributes="0"/>
   789               <Component id="panel" pref="342" max="32767" attributes="0"/>
   790           </Group>
   791           <Component id="jXHeader1" alignment="1" pref="544" max="32767" attributes="0"/>
   792       </Group>
   793     </DimensionLayout>
   794     <DimensionLayout dim="1">
   795       <Group type="103" groupAlignment="0" attributes="0">
   796           <Group type="102" attributes="0">
   797               <Component id="jXHeader1" min="-2" max="-2" attributes="0"/>
   798               <EmptySpace max="-2" attributes="0"/>
   799               <Group type="103" groupAlignment="1" attributes="0">
   800                   <Component id="taskPanel" pref="340" max="32767" attributes="0"/>
   801                   <Component id="panel" alignment="0" pref="340" max="32767" attributes="0"/>
   802               </Group>
   803           </Group>
   804       </Group>
   805     </DimensionLayout>
   806   </Layout>
   807   <SubComponents>
   808     <Component class="org.jdesktop.swingx.JXHeader" name="jXHeader1">
   809       <Properties>
   810         <Property name="description" type="java.lang.String" value="Program pro pos&#xed;l&#xe1;n&#xed; hromadn&#xfd;ch zpr&#xe1;v elektronickou po&#x161;tou.&#xa;Nezneu&#x17e;&#xed;vejte pro rozes&#xed;l&#xe1;n&#xed; spamu."/>
   811         <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   812           <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/xfmail.png"/>
   813         </Property>
   814         <Property name="title" type="java.lang.String" value="SuperPo&#x161;&#x165;&#xe1;k"/>
   815       </Properties>
   816     </Component>
   817     <Container class="org.jdesktop.swingx.JXTaskPaneContainer" name="taskPanel">
   818       <Properties>
   819         <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
   820           <Color blue="ee" green="ee" id="Button.background" palette="3" red="ee" type="palette"/>
   821         </Property>
   822       </Properties>
   823       <SubComponents>
   824         <Container class="org.jdesktop.swingx.JXTaskPane" name="jXTaskPane1">
   825           <Properties>
   826             <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   827               <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/mail_generic.png"/>
   828             </Property>
   829             <Property name="title" type="java.lang.String" value="Hromadn&#xe1; zpr&#xe1;va"/>
   830           </Properties>
   831           <SubComponents>
   832             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnText">
   833               <Properties>
   834                 <Property name="mnemonic" type="int" value="122"/>
   835                 <Property name="text" type="java.lang.String" value="Text zpr&#xe1;vy"/>
   836                 <Property name="actionCommand" type="java.lang.String" value="Zpr&#xe1;va"/>
   837               </Properties>
   838               <Events>
   839                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnTextActionPerformed"/>
   840               </Events>
   841             </Component>
   842             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnPrijemci">
   843               <Properties>
   844                 <Property name="mnemonic" type="int" value="112"/>
   845                 <Property name="text" type="java.lang.String" value="P&#x159;&#xed;jemci"/>
   846               </Properties>
   847               <Events>
   848                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnPrijemciActionPerformed"/>
   849               </Events>
   850             </Component>
   851             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnOdeslat">
   852               <Properties>
   853                 <Property name="mnemonic" type="int" value="111"/>
   854                 <Property name="text" type="java.lang.String" value="Odeslat"/>
   855               </Properties>
   856               <Events>
   857                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnOdeslatActionPerformed"/>
   858               </Events>
   859             </Component>
   860           </SubComponents>
   861         </Container>
   862         <Container class="org.jdesktop.swingx.JXTaskPane" name="jXTaskPane2">
   863           <Properties>
   864             <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   865               <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/gear.png"/>
   866             </Property>
   867             <Property name="title" type="java.lang.String" value="Nastaven&#xed;"/>
   868           </Properties>
   869           <SubComponents>
   870             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnServer">
   871               <Properties>
   872                 <Property name="mnemonic" type="int" value="115"/>
   873                 <Property name="text" type="java.lang.String" value="Po&#x161;tovn&#xed; server"/>
   874               </Properties>
   875               <Events>
   876                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnServerActionPerformed"/>
   877               </Events>
   878             </Component>
   879             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnDatabaze">
   880               <Properties>
   881                 <Property name="mnemonic" type="int" value="100"/>
   882                 <Property name="text" type="java.lang.String" value="Datab&#xe1;ze"/>
   883               </Properties>
   884               <Events>
   885                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnDatabazeActionPerformed"/>
   886               </Events>
   887             </Component>
   888             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnVychoziPrijemci">
   889               <Properties>
   890                 <Property name="mnemonic" type="int" value="118"/>
   891                 <Property name="text" type="java.lang.String" value="V&#xfd;choz&#xed; p&#x159;&#xed;jemci"/>
   892               </Properties>
   893               <Events>
   894                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnVychoziPrijemciActionPerformed"/>
   895               </Events>
   896             </Component>
   897           </SubComponents>
   898         </Container>
   899       </SubComponents>
   900     </Container>
   901     <Container class="org.jdesktop.swingx.JXPanel" name="panel">
   902 
   903       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignCardLayout"/>
   904     </Container>
   905   </SubComponents>
   906 </Form>