java/abc-drupal-gui/src/cz/frantovo/abcDrupal/gui/HlavniOkno.form
author František Kučera <franta-hg@frantovo.cz>
Fri, 01 Jan 2010 17:11:36 +0100
changeset 5 ed73b8912549
parent 4 5816c7f61a2a
permissions -rw-r--r--
Navázání DB spojení a kontrola databází SQL dotazem.
     1 <?xml version="1.0" encoding="UTF-8" ?>
     2 
     3 <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
     4   <Properties>
     5     <Property name="defaultCloseOperation" type="int" value="3"/>
     6     <Property name="title" type="java.lang.String" value="ABC-Drupal"/>
     7   </Properties>
     8   <SyntheticProperties>
     9     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
    10   </SyntheticProperties>
    11   <AuxValues>
    12     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
    13     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    14     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    15     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    16     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
    17     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    18     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    19     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    20     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    21   </AuxValues>
    22 
    23   <Layout>
    24     <DimensionLayout dim="0">
    25       <Group type="103" groupAlignment="0" attributes="0">
    26           <Group type="102" alignment="1" attributes="0">
    27               <EmptySpace max="-2" attributes="0"/>
    28               <Group type="103" groupAlignment="1" attributes="0">
    29                   <Component id="jScrollPane1" alignment="0" pref="599" max="32767" attributes="0"/>
    30                   <Group type="102" alignment="1" attributes="0">
    31                       <Group type="103" groupAlignment="0" attributes="0">
    32                           <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
    33                           <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
    34                       </Group>
    35                       <EmptySpace max="-2" attributes="0"/>
    36                       <Group type="103" groupAlignment="0" attributes="0">
    37                           <Component id="jdbcCil" pref="560" max="32767" attributes="0"/>
    38                           <Component id="jdbcZdroj" alignment="0" pref="560" max="32767" attributes="0"/>
    39                       </Group>
    40                   </Group>
    41                   <Component id="nahratData" alignment="1" min="-2" max="-2" attributes="0"/>
    42               </Group>
    43               <EmptySpace max="-2" attributes="0"/>
    44           </Group>
    45       </Group>
    46     </DimensionLayout>
    47     <DimensionLayout dim="1">
    48       <Group type="103" groupAlignment="0" attributes="0">
    49           <Group type="102" alignment="0" attributes="0">
    50               <EmptySpace max="-2" attributes="0"/>
    51               <Group type="103" groupAlignment="3" attributes="0">
    52                   <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
    53                   <Component id="jdbcZdroj" alignment="3" min="-2" max="-2" attributes="0"/>
    54               </Group>
    55               <EmptySpace max="-2" attributes="0"/>
    56               <Group type="103" groupAlignment="3" attributes="0">
    57                   <Component id="jdbcCil" alignment="3" min="-2" max="-2" attributes="0"/>
    58                   <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
    59               </Group>
    60               <EmptySpace max="-2" attributes="0"/>
    61               <Component id="jScrollPane1" pref="152" max="32767" attributes="0"/>
    62               <EmptySpace max="-2" attributes="0"/>
    63               <Component id="nahratData" min="-2" max="-2" attributes="0"/>
    64               <EmptySpace max="-2" attributes="0"/>
    65           </Group>
    66       </Group>
    67     </DimensionLayout>
    68   </Layout>
    69   <SubComponents>
    70     <Component class="javax.swing.JLabel" name="jLabel1">
    71       <Properties>
    72         <Property name="text" type="java.lang.String" value="Zdroj"/>
    73       </Properties>
    74     </Component>
    75     <Component class="javax.swing.JLabel" name="jLabel2">
    76       <Properties>
    77         <Property name="text" type="java.lang.String" value="C&#xed;l"/>
    78       </Properties>
    79     </Component>
    80     <Component class="javax.swing.JTextField" name="jdbcZdroj">
    81       <Properties>
    82         <Property name="text" type="java.lang.String" value="jdbc:mysql://127.0.0.1:3306/itbiz?user=itbiz&amp;password=nbusr123"/>
    83       </Properties>
    84     </Component>
    85     <Component class="javax.swing.JTextField" name="jdbcCil">
    86       <Properties>
    87         <Property name="text" type="java.lang.String" value="jdbc:mysql://127.0.0.1:3306/abclinuxu?user=abclinuxu&amp;password=nbusr123"/>
    88       </Properties>
    89     </Component>
    90     <Container class="javax.swing.JScrollPane" name="jScrollPane1">
    91       <AuxValues>
    92         <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
    93       </AuxValues>
    94 
    95       <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
    96       <SubComponents>
    97         <Component class="javax.swing.JTextArea" name="vystup">
    98           <Properties>
    99             <Property name="columns" type="int" value="20"/>
   100             <Property name="editable" type="boolean" value="false"/>
   101             <Property name="rows" type="int" value="5"/>
   102             <Property name="enabled" type="boolean" value="false"/>
   103           </Properties>
   104         </Component>
   105       </SubComponents>
   106     </Container>
   107     <Component class="javax.swing.JButton" name="nahratData">
   108       <Properties>
   109         <Property name="text" type="java.lang.String" value="Nahr&#xe1;t data"/>
   110       </Properties>
   111       <Events>
   112         <EventHandler event="mouseWheelMoved" listener="java.awt.event.MouseWheelListener" parameters="java.awt.event.MouseWheelEvent" handler="nahratDataMouseWheelMoved"/>
   113         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nahratDataActionPerformed"/>
   114       </Events>
   115     </Component>
   116   </SubComponents>
   117 </Form>