1.1 --- a/java/abc-drupal-gui/src/cz/frantovo/abcDrupal/gui/HlavniOkno.form Thu Dec 31 18:00:23 2009 +0100
1.2 +++ b/java/abc-drupal-gui/src/cz/frantovo/abcDrupal/gui/HlavniOkno.form Thu Dec 31 18:12:03 2009 +0100
1.3 @@ -3,6 +3,7 @@
1.4 <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
1.5 <Properties>
1.6 <Property name="defaultCloseOperation" type="int" value="3"/>
1.7 + <Property name="title" type="java.lang.String" value="ABC-Drupal"/>
1.8 </Properties>
1.9 <SyntheticProperties>
1.10 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
1.11 @@ -22,11 +23,22 @@
1.12 <Layout>
1.13 <DimensionLayout dim="0">
1.14 <Group type="103" groupAlignment="0" attributes="0">
1.15 - <Group type="102" attributes="0">
1.16 + <Group type="102" alignment="1" attributes="0">
1.17 <EmptySpace max="-2" attributes="0"/>
1.18 - <Group type="103" groupAlignment="0" attributes="0">
1.19 + <Group type="103" groupAlignment="1" attributes="0">
1.20 + <Component id="jScrollPane1" alignment="0" pref="599" max="32767" attributes="0"/>
1.21 + <Group type="102" alignment="1" attributes="0">
1.22 + <Group type="103" groupAlignment="0" attributes="0">
1.23 + <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
1.24 + <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
1.25 + </Group>
1.26 + <EmptySpace max="-2" attributes="0"/>
1.27 + <Group type="103" groupAlignment="0" attributes="0">
1.28 + <Component id="jdbcCil" pref="560" max="32767" attributes="0"/>
1.29 + <Component id="jdbcZdroj" alignment="0" pref="560" max="32767" attributes="0"/>
1.30 + </Group>
1.31 + </Group>
1.32 <Component id="jButton1" alignment="1" min="-2" max="-2" attributes="0"/>
1.33 - <Component id="jTextField1" alignment="0" pref="388" max="32767" attributes="0"/>
1.34 </Group>
1.35 <EmptySpace max="-2" attributes="0"/>
1.36 </Group>
1.37 @@ -34,10 +46,20 @@
1.38 </DimensionLayout>
1.39 <DimensionLayout dim="1">
1.40 <Group type="103" groupAlignment="0" attributes="0">
1.41 - <Group type="102" alignment="1" attributes="0">
1.42 + <Group type="102" alignment="0" attributes="0">
1.43 <EmptySpace max="-2" attributes="0"/>
1.44 - <Component id="jTextField1" min="-2" max="-2" attributes="0"/>
1.45 - <EmptySpace pref="234" max="32767" attributes="0"/>
1.46 + <Group type="103" groupAlignment="3" attributes="0">
1.47 + <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
1.48 + <Component id="jdbcZdroj" alignment="3" min="-2" max="-2" attributes="0"/>
1.49 + </Group>
1.50 + <EmptySpace max="-2" attributes="0"/>
1.51 + <Group type="103" groupAlignment="3" attributes="0">
1.52 + <Component id="jdbcCil" alignment="3" min="-2" max="-2" attributes="0"/>
1.53 + <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
1.54 + </Group>
1.55 + <EmptySpace max="-2" attributes="0"/>
1.56 + <Component id="jScrollPane1" pref="152" max="32767" attributes="0"/>
1.57 + <EmptySpace max="-2" attributes="0"/>
1.58 <Component id="jButton1" min="-2" max="-2" attributes="0"/>
1.59 <EmptySpace max="-2" attributes="0"/>
1.60 </Group>
1.61 @@ -45,15 +67,50 @@
1.62 </DimensionLayout>
1.63 </Layout>
1.64 <SubComponents>
1.65 + <Component class="javax.swing.JLabel" name="jLabel1">
1.66 + <Properties>
1.67 + <Property name="text" type="java.lang.String" value="Zdroj"/>
1.68 + </Properties>
1.69 + </Component>
1.70 + <Component class="javax.swing.JLabel" name="jLabel2">
1.71 + <Properties>
1.72 + <Property name="text" type="java.lang.String" value="Cíl"/>
1.73 + </Properties>
1.74 + </Component>
1.75 + <Component class="javax.swing.JTextField" name="jdbcZdroj">
1.76 + <Properties>
1.77 + <Property name="text" type="java.lang.String" value="jdbcZdroj"/>
1.78 + </Properties>
1.79 + </Component>
1.80 + <Component class="javax.swing.JTextField" name="jdbcCil">
1.81 + <Properties>
1.82 + <Property name="text" type="java.lang.String" value="jdbcCil"/>
1.83 + </Properties>
1.84 + </Component>
1.85 + <Container class="javax.swing.JScrollPane" name="jScrollPane1">
1.86 + <AuxValues>
1.87 + <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
1.88 + </AuxValues>
1.89 +
1.90 + <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
1.91 + <SubComponents>
1.92 + <Component class="javax.swing.JTextArea" name="vystup">
1.93 + <Properties>
1.94 + <Property name="columns" type="int" value="20"/>
1.95 + <Property name="editable" type="boolean" value="false"/>
1.96 + <Property name="rows" type="int" value="5"/>
1.97 + <Property name="enabled" type="boolean" value="false"/>
1.98 + </Properties>
1.99 + </Component>
1.100 + </SubComponents>
1.101 + </Container>
1.102 <Component class="javax.swing.JButton" name="jButton1">
1.103 <Properties>
1.104 - <Property name="text" type="java.lang.String" value=":-)"/>
1.105 + <Property name="text" type="java.lang.String" value="Nahrát data"/>
1.106 </Properties>
1.107 - </Component>
1.108 - <Component class="javax.swing.JTextField" name="jTextField1">
1.109 - <Properties>
1.110 - <Property name="text" type="java.lang.String" value="jTextField1"/>
1.111 - </Properties>
1.112 + <Events>
1.113 + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
1.114 + </Events>
1.115 </Component>
1.116 </SubComponents>
1.117 </Form>