java/SuperPostak/src/cz/frantovo/superPostak/SuperPostak.form
author František Kučera <franta-hg@frantovo.cz>
Fri, 30 Mar 2012 15:20:56 +0200
changeset 14 3a12bd9312b1
parent 5 bea5d9e11d37
child 17 9cb46ca7e26c
permissions -rw-r--r--
Doplňování jména a adresy odesílatele na základě hodnot „odpovědět komu“ (přidáme noreply).
     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="1" attributes="0">
   514                       <Component id="jScrollPane1" alignment="0" pref="438" 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" 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"/>
   533                           </Group>
   534                       </Group>
   535                       <Group type="102" alignment="0" attributes="0">
   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"/>
   540                       </Group>
   541                   </Group>
   542                   <EmptySpace max="-2" attributes="0"/>
   543               </Group>
   544           </Group>
   545         </DimensionLayout>
   546         <DimensionLayout dim="1">
   547           <Group type="103" groupAlignment="0" attributes="0">
   548               <Group type="102" alignment="0" attributes="0">
   549                   <EmptySpace max="-2" attributes="0"/>
   550                   <Group type="103" groupAlignment="3" attributes="0">
   551                       <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
   552                       <Component id="vstupPredmet" alignment="3" min="-2" max="-2" attributes="0"/>
   553                   </Group>
   554                   <EmptySpace max="-2" attributes="0"/>
   555                   <Group type="103" groupAlignment="3" attributes="0">
   556                       <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
   557                       <Component id="vstupJmenoOdesilatele" alignment="3" min="-2" max="-2" attributes="0"/>
   558                   </Group>
   559                   <EmptySpace max="-2" attributes="0"/>
   560                   <Group type="103" groupAlignment="0" attributes="0">
   561                       <Component id="vstupAdresaOdesilatele" min="-2" max="-2" attributes="0"/>
   562                       <Component id="odpovedetKomuOdkaz" min="-2" max="-2" attributes="0"/>
   563                   </Group>
   564                   <EmptySpace max="-2" attributes="0"/>
   565                   <Component id="jScrollPane1" pref="184" max="32767" attributes="0"/>
   566                   <EmptySpace max="-2" attributes="0"/>
   567                   <Group type="103" groupAlignment="3" attributes="0">
   568                       <Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/>
   569                       <Component id="vstupFormatHTML" alignment="3" min="-2" max="-2" attributes="0"/>
   570                   </Group>
   571                   <EmptySpace max="-2" attributes="0"/>
   572               </Group>
   573           </Group>
   574         </DimensionLayout>
   575       </Layout>
   576       <SubComponents>
   577         <Component class="javax.swing.JLabel" name="jLabel1">
   578           <Properties>
   579             <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
   580               <ComponentRef name="vstupPredmet"/>
   581             </Property>
   582             <Property name="text" type="java.lang.String" value="P&#x159;edm&#x11b;t"/>
   583           </Properties>
   584         </Component>
   585         <Component class="javax.swing.JTextField" name="vstupPredmet">
   586           <Events>
   587             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="vstupPredmetActionPerformed"/>
   588           </Events>
   589         </Component>
   590         <Component class="javax.swing.JLabel" name="jLabel2">
   591           <Properties>
   592             <Property name="text" type="java.lang.String" value="Jm&#xe9;no odes&#xed;latele"/>
   593           </Properties>
   594         </Component>
   595         <Component class="javax.swing.JTextField" name="vstupJmenoOdesilatele">
   596         </Component>
   597         <Component class="javax.swing.JTextField" name="vstupAdresaOdesilatele">
   598         </Component>
   599         <Container class="javax.swing.JScrollPane" name="jScrollPane1">
   600           <AuxValues>
   601             <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
   602           </AuxValues>
   603 
   604           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
   605           <SubComponents>
   606             <Component class="javax.swing.JTextArea" name="vstupZprava">
   607               <Properties>
   608                 <Property name="columns" type="int" value="20"/>
   609                 <Property name="rows" type="int" value="5"/>
   610               </Properties>
   611             </Component>
   612           </SubComponents>
   613         </Container>
   614         <Component class="javax.swing.JLabel" name="jLabel15">
   615           <Properties>
   616             <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"/>
   624           </Properties>
   625         </Component>
   626         <Component class="org.jdesktop.swingx.JXHyperlink" name="odpovedetKomuOdkaz">
   627           <Properties>
   628             <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
   629               <Color blue="33" green="33" id="windowText" palette="3" red="33" type="palette"/>
   630             </Property>
   631             <Property name="mnemonic" type="int" value="101"/>
   632             <Property name="text" type="java.lang.String" value="Adresa odes&#xed;latele"/>
   633             <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;"/>
   634             <Property name="clickedColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
   635               <Color blue="33" green="33" id="windowText" palette="3" red="33" type="palette"/>
   636             </Property>
   637             <Property name="unclickedColor" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
   638               <Color blue="33" green="33" id="windowText" palette="3" red="33" type="palette"/>
   639             </Property>
   640           </Properties>
   641           <Events>
   642             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odpovedetKomuOdkazActionPerformed"/>
   643           </Events>
   644         </Component>
   645       </SubComponents>
   646     </Container>
   647     <Container class="javax.swing.JDialog" name="odpovedetKomuDialog">
   648       <Properties>
   649         <Property name="title" type="java.lang.String" value="Adresa pro odpov&#x11b;di"/>
   650         <Property name="modal" type="boolean" value="true"/>
   651       </Properties>
   652 
   653       <Layout>
   654         <DimensionLayout dim="0">
   655           <Group type="103" groupAlignment="0" attributes="0">
   656               <Group type="102" attributes="0">
   657                   <EmptySpace max="-2" attributes="0"/>
   658                   <Group type="103" groupAlignment="0" attributes="0">
   659                       <Group type="102" alignment="0" attributes="0">
   660                           <Group type="103" groupAlignment="0" attributes="0">
   661                               <Component id="jLabel19" alignment="0" min="-2" max="-2" attributes="0"/>
   662                               <Component id="jLabel18" alignment="0" min="-2" max="-2" attributes="0"/>
   663                           </Group>
   664                           <EmptySpace max="-2" attributes="0"/>
   665                           <Group type="103" groupAlignment="1" attributes="0">
   666                               <Component id="odpovedetKomuAdresa" pref="332" max="32767" attributes="0"/>
   667                               <Component id="odpovedetKomuJmeno" alignment="0" pref="332" max="32767" attributes="0"/>
   668                           </Group>
   669                       </Group>
   670                       <Component id="jLabel17" alignment="0" pref="382" max="32767" attributes="0"/>
   671                       <Component id="odpovedetKomuHotovo" alignment="1" min="-2" max="-2" attributes="0"/>
   672                   </Group>
   673                   <EmptySpace max="-2" attributes="0"/>
   674               </Group>
   675           </Group>
   676         </DimensionLayout>
   677         <DimensionLayout dim="1">
   678           <Group type="103" groupAlignment="0" attributes="0">
   679               <Group type="102" alignment="0" attributes="0">
   680                   <EmptySpace max="-2" attributes="0"/>
   681                   <Group type="103" groupAlignment="3" attributes="0">
   682                       <Component id="jLabel18" alignment="3" min="-2" max="-2" attributes="0"/>
   683                       <Component id="odpovedetKomuJmeno" alignment="3" min="-2" max="-2" attributes="0"/>
   684                   </Group>
   685                   <EmptySpace max="-2" attributes="0"/>
   686                   <Group type="103" groupAlignment="1" attributes="0">
   687                       <Component id="jLabel19" min="-2" max="-2" attributes="0"/>
   688                       <Component id="odpovedetKomuAdresa" min="-2" max="-2" attributes="0"/>
   689                   </Group>
   690                   <EmptySpace max="-2" attributes="0"/>
   691                   <Component id="jLabel17" min="-2" max="-2" attributes="0"/>
   692                   <EmptySpace max="32767" attributes="0"/>
   693                   <Component id="odpovedetKomuHotovo" min="-2" max="-2" attributes="0"/>
   694                   <EmptySpace max="-2" attributes="0"/>
   695               </Group>
   696           </Group>
   697         </DimensionLayout>
   698       </Layout>
   699       <SubComponents>
   700         <Component class="javax.swing.JLabel" name="jLabel18">
   701           <Properties>
   702             <Property name="text" type="java.lang.String" value="Jm&#xe9;no"/>
   703           </Properties>
   704         </Component>
   705         <Component class="javax.swing.JLabel" name="jLabel19">
   706           <Properties>
   707             <Property name="text" type="java.lang.String" value="Adresa"/>
   708           </Properties>
   709         </Component>
   710         <Component class="javax.swing.JLabel" name="jLabel17">
   711           <Properties>
   712             <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;"/>
   713           </Properties>
   714         </Component>
   715         <Component class="javax.swing.JTextField" name="odpovedetKomuJmeno">
   716         </Component>
   717         <Component class="javax.swing.JTextField" name="odpovedetKomuAdresa">
   718         </Component>
   719         <Component class="javax.swing.JButton" name="odpovedetKomuHotovo">
   720           <Properties>
   721             <Property name="text" type="java.lang.String" value="Hotovo"/>
   722           </Properties>
   723           <Events>
   724             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="odpovedetKomuHotovoActionPerformed"/>
   725           </Events>
   726         </Component>
   727       </SubComponents>
   728     </Container>
   729   </NonVisualComponents>
   730   <Properties>
   731     <Property name="title" type="java.lang.String" value="SuperPo&#x161;&#x165;&#xe1;k"/>
   732   </Properties>
   733   <SyntheticProperties>
   734     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
   735   </SyntheticProperties>
   736   <Events>
   737     <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosing"/>
   738   </Events>
   739   <AuxValues>
   740     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
   741     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
   742     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
   743     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
   744     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
   745     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
   746     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
   747     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
   748     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
   749   </AuxValues>
   750 
   751   <Layout>
   752     <DimensionLayout dim="0">
   753       <Group type="103" groupAlignment="0" attributes="0">
   754           <Group type="102" alignment="0" attributes="0">
   755               <Component id="taskPanel" min="-2" pref="196" max="-2" attributes="0"/>
   756               <EmptySpace max="-2" attributes="0"/>
   757               <Component id="panel" pref="342" max="32767" attributes="0"/>
   758           </Group>
   759           <Component id="jXHeader1" alignment="1" pref="544" max="32767" attributes="0"/>
   760       </Group>
   761     </DimensionLayout>
   762     <DimensionLayout dim="1">
   763       <Group type="103" groupAlignment="0" attributes="0">
   764           <Group type="102" attributes="0">
   765               <Component id="jXHeader1" min="-2" max="-2" attributes="0"/>
   766               <EmptySpace max="-2" attributes="0"/>
   767               <Group type="103" groupAlignment="1" attributes="0">
   768                   <Component id="taskPanel" pref="340" max="32767" attributes="0"/>
   769                   <Component id="panel" alignment="0" pref="340" max="32767" attributes="0"/>
   770               </Group>
   771           </Group>
   772       </Group>
   773     </DimensionLayout>
   774   </Layout>
   775   <SubComponents>
   776     <Component class="org.jdesktop.swingx.JXHeader" name="jXHeader1">
   777       <Properties>
   778         <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."/>
   779         <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   780           <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/xfmail.png"/>
   781         </Property>
   782         <Property name="title" type="java.lang.String" value="SuperPo&#x161;&#x165;&#xe1;k"/>
   783       </Properties>
   784     </Component>
   785     <Container class="org.jdesktop.swingx.JXTaskPaneContainer" name="taskPanel">
   786       <Properties>
   787         <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
   788           <Color blue="ee" green="ee" id="Button.background" palette="3" red="ee" type="palette"/>
   789         </Property>
   790       </Properties>
   791       <SubComponents>
   792         <Container class="org.jdesktop.swingx.JXTaskPane" name="jXTaskPane1">
   793           <Properties>
   794             <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   795               <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/mail_generic.png"/>
   796             </Property>
   797             <Property name="title" type="java.lang.String" value="Hromadn&#xe1; zpr&#xe1;va"/>
   798           </Properties>
   799           <SubComponents>
   800             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnText">
   801               <Properties>
   802                 <Property name="mnemonic" type="int" value="122"/>
   803                 <Property name="text" type="java.lang.String" value="Text zpr&#xe1;vy"/>
   804                 <Property name="actionCommand" type="java.lang.String" value="Zpr&#xe1;va"/>
   805               </Properties>
   806               <Events>
   807                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnTextActionPerformed"/>
   808               </Events>
   809             </Component>
   810             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnPrijemci">
   811               <Properties>
   812                 <Property name="mnemonic" type="int" value="112"/>
   813                 <Property name="text" type="java.lang.String" value="P&#x159;&#xed;jemci"/>
   814               </Properties>
   815               <Events>
   816                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnPrijemciActionPerformed"/>
   817               </Events>
   818             </Component>
   819             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnOdeslat">
   820               <Properties>
   821                 <Property name="mnemonic" type="int" value="111"/>
   822                 <Property name="text" type="java.lang.String" value="Odeslat"/>
   823               </Properties>
   824               <Events>
   825                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnOdeslatActionPerformed"/>
   826               </Events>
   827             </Component>
   828           </SubComponents>
   829         </Container>
   830         <Container class="org.jdesktop.swingx.JXTaskPane" name="jXTaskPane2">
   831           <Properties>
   832             <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
   833               <Image iconType="3" name="/cz/frantovo/superPostak/obrazky/gear.png"/>
   834             </Property>
   835             <Property name="title" type="java.lang.String" value="Nastaven&#xed;"/>
   836           </Properties>
   837           <SubComponents>
   838             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnServer">
   839               <Properties>
   840                 <Property name="mnemonic" type="int" value="115"/>
   841                 <Property name="text" type="java.lang.String" value="Po&#x161;tovn&#xed; server"/>
   842               </Properties>
   843               <Events>
   844                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnServerActionPerformed"/>
   845               </Events>
   846             </Component>
   847             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnDatabaze">
   848               <Properties>
   849                 <Property name="mnemonic" type="int" value="100"/>
   850                 <Property name="text" type="java.lang.String" value="Datab&#xe1;ze"/>
   851               </Properties>
   852               <Events>
   853                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnDatabazeActionPerformed"/>
   854               </Events>
   855             </Component>
   856             <Component class="org.jdesktop.swingx.JXHyperlink" name="lnVychoziPrijemci">
   857               <Properties>
   858                 <Property name="mnemonic" type="int" value="118"/>
   859                 <Property name="text" type="java.lang.String" value="V&#xfd;choz&#xed; p&#x159;&#xed;jemci"/>
   860               </Properties>
   861               <Events>
   862                 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="lnVychoziPrijemciActionPerformed"/>
   863               </Events>
   864             </Component>
   865           </SubComponents>
   866         </Container>
   867       </SubComponents>
   868     </Container>
   869     <Container class="org.jdesktop.swingx.JXPanel" name="panel">
   870 
   871       <Layout class="org.netbeans.modules.form.compat2.layouts.DesignCardLayout"/>
   872     </Container>
   873   </SubComponents>
   874 </Form>