From: <yh...@us...> - 2010-08-16 13:32:02
|
Revision: 3 http://netbeansjavasql.svn.sourceforge.net/netbeansjavasql/?rev=3&view=rev Author: yhoppe Date: 2010-08-16 13:31:49 +0000 (Mon, 16 Aug 2010) Log Message: ----------- Updatign svn to current version 0.2.5. See release changelog for details. Modified Paths: -------------- trunk/manifest.mf trunk/nbproject/genfiles.properties trunk/nbproject/project.xml trunk/src/de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties trunk/src/de/acyrance/nb/sqlgenerator/Configuration/GeneratorConfiguration.java trunk/src/de/acyrance/nb/sqlgenerator/Configuration/SQLGeneratorOptionsPanel.form trunk/src/de/acyrance/nb/sqlgenerator/Configuration/SQLGeneratorOptionsPanel.java trunk/src/de/acyrance/nb/sqlgenerator/Generators/Code/MySQLCodeGenerator.java trunk/src/de/acyrance/nb/sqlgenerator/Generators/MySQLGenerator.java trunk/src/de/acyrance/nb/sqlgenerator/Generators/PostgreSQLGenerator.java trunk/src/de/acyrance/nb/sqlgenerator/Window/GenerateSQLOptionsVisualPanel1.form trunk/src/de/acyrance/nb/sqlgenerator/Window/GenerateSQLOptionsVisualPanel1.java trunk/src/de/acyrance/nb/sqlgenerator/Window/SQLGeneratorTopComponent.form trunk/src/de/acyrance/nb/sqlgenerator/Window/SQLGeneratorTopComponent.java Added Paths: ----------- trunk/src/de/acyrance/nb/sqlgenerator/Generators/Code/DerbyCodeGenerator.java trunk/src/de/acyrance/nb/sqlgenerator/Generators/DerbySQLGenerator.java Modified: trunk/manifest.mf =================================================================== --- trunk/manifest.mf 2010-07-21 09:24:57 UTC (rev 2) +++ trunk/manifest.mf 2010-08-16 13:31:49 UTC (rev 3) @@ -1,6 +1,6 @@ Manifest-Version: 1.0 OpenIDE-Module: de.acyrance.nb.sqlgenerator -OpenIDE-Module-Implementation-Version: 2 +OpenIDE-Module-Implementation-Version: 5 OpenIDE-Module-Layer: de/acyrance/nb/sqlgenerator/layer.xml OpenIDE-Module-Localizing-Bundle: de/acyrance/nb/sqlgenerator/Bundle.properties OpenIDE-Module-Requires: org.openide.windows.WindowManager Modified: trunk/nbproject/genfiles.properties =================================================================== --- trunk/nbproject/genfiles.properties 2010-07-21 09:24:57 UTC (rev 2) +++ trunk/nbproject/genfiles.properties 2010-08-16 13:31:49 UTC (rev 3) @@ -1,8 +1,8 @@ -build.xml.data.CRC32=b3c41b42 +build.xml.data.CRC32=635bc37e build.xml.script.CRC32=4e4b50df -build.xml.stylesheet.CRC32=a56c6a5b@1.42.1 +build.xml.stylesheet.CRC32=a56c6a5b@1.42.2 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=b3c41b42 +nbproject/build-impl.xml.data.CRC32=635bc37e nbproject/build-impl.xml.script.CRC32=119d1c73 -nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.42.1 +nbproject/build-impl.xml.stylesheet.CRC32=238281d1@1.42.2 Modified: trunk/nbproject/project.xml =================================================================== --- trunk/nbproject/project.xml 2010-07-21 09:24:57 UTC (rev 2) +++ trunk/nbproject/project.xml 2010-08-16 13:31:49 UTC (rev 3) @@ -140,6 +140,7 @@ </dependency> </module-dependencies> <public-packages> + <package>de.acyrance.nb.sqlgenerator</package> <package>de.acyrance.nb.sqlgenerator.Generators</package> <package>de.acyrance.nb.sqlgenerator.Generators.Code</package> </public-packages> Modified: trunk/src/de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties =================================================================== --- trunk/src/de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties 2010-07-21 09:24:57 UTC (rev 2) +++ trunk/src/de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties 2010-08-16 13:31:49 UTC (rev 3) @@ -28,19 +28,14 @@ SQLGeneratorOptionsPanel.field_mysqltime.text=TIME SQLGeneratorOptionsPanel.field_mysqlyear.text=YEAR SQLGeneratorOptionsPanel.field_mysqlboolean.text=BOOLEAN -SQLGeneratorOptionsPanel.check_mysqlcodestatic.text=Generate static methods SQLGeneratorOptionsPanel.jLabel13.text=Code Modifier: -SQLGeneratorOptionsPanel.field_mysqlcodemodifier.text=public -SQLGeneratorOptionsPanel.check_mysqlcodecloseconnection.text=Close the given MySQL connection -SQLGeneratorOptionsPanel.check_mysqlcodegeneratekeys.text=Return Generated Keys (auto incremented key) SQLGeneratorOptionsPanel.check_cleanvars.text=Clean variables (highly recommended) -SQLGeneratorOptionsPanel.check_addnotnull.text=Add "Not null" to generated sql SQLGeneratorOptionsPanel.jLabel14.text=Timestamp: SQLGeneratorOptionsPanel.field_mysqltimestamp.text=TIMESTAMP SQLGeneratorOptionsPanel.panel_varoptions.border.title=Variable Options SQLGeneratorOptionsPanel.check_stripfirstunderscore.text=Strip beginning underscore (e.g. _a gets a) SQLGeneratorOptionsPanel.check_firstchartolowercase.text=First char to lower case -SQLGeneratorOptionsPanel.panel_mysqlcode.border.title=MySQL Code +SQLGeneratorOptionsPanel.panel_mysqlcode.border.title=Code Generation SQLGeneratorOptionsPanel.jLabel27.text=Time: SQLGeneratorOptionsPanel.jLabel26.text=Boolean SQLGeneratorOptionsPanel.jLabel25.text=DateTime: @@ -48,7 +43,6 @@ SQLGeneratorOptionsPanel.jLabel23.text=Long: SQLGeneratorOptionsPanel.jLabel22.text=String & char[]: SQLGeneratorOptionsPanel.jLabel21.text=Year: -SQLGeneratorOptionsPanel.jLabel20.text=Code Modifier: SQLGeneratorOptionsPanel.jLabel19.text=Char: (single) SQLGeneratorOptionsPanel.jLabel18.text=Timestamp: SQLGeneratorOptionsPanel.jLabel17.text=Float: @@ -65,11 +59,35 @@ SQLGeneratorOptionsPanel.field_postgresqltime.text=TIME SQLGeneratorOptionsPanel.field_postgresqltimestamp.text=TIMESTAMP SQLGeneratorOptionsPanel.field_postgresqlyear.text=YEAR -SQLGeneratorOptionsPanel.check_postgreaddnotnull.text=Add "Not null" to generated sql -SQLGeneratorOptionsPanel.panel_postgresqlcode.border.title=PostgreSQL Code -SQLGeneratorOptionsPanel.field_postgresqlcodemodifier.text=public -SQLGeneratorOptionsPanel.check_postgresqlcodestatic.text=Generate static methods -SQLGeneratorOptionsPanel.check_postgresqlcodecloseconnection.text=Close the given MySQL connection -SQLGeneratorOptionsPanel.check_postgresqlcodegeneratekeys.text=Return Generated Keys (auto incremented key) SQLGeneratorOptionsPanel.field_postgresqlboolean.text=BOOLEAN SQLGeneratorOptionsPanel.check_generatejavadoc.text=Generate JavaDoc for the generated Code +SQLGeneratorOptionsPanel.panel_derby.TabConstraints.tabTitle=JavaDB (Derby) +SQLGeneratorOptionsPanel.jLabel20.text=String & char[]: +SQLGeneratorOptionsPanel.jLabel38.text=Long: +SQLGeneratorOptionsPanel.jLabel37.text=Date: +SQLGeneratorOptionsPanel.jLabel36.text=DateTime: +SQLGeneratorOptionsPanel.jLabel35.text=Time: +SQLGeneratorOptionsPanel.jLabel34.text=Timestamp: +SQLGeneratorOptionsPanel.jLabel33.text=Year: +SQLGeneratorOptionsPanel.jLabel32.text=Boolean +SQLGeneratorOptionsPanel.jLabel31.text=Double: +SQLGeneratorOptionsPanel.jLabel30.text=Float: +SQLGeneratorOptionsPanel.jLabel29.text=Char: (single) +SQLGeneratorOptionsPanel.jLabel28.text=Int: +SQLGeneratorOptionsPanel.field_derbystring.text=VARCHAR(255) +SQLGeneratorOptionsPanel.field_derbyint.text=INTEGER +SQLGeneratorOptionsPanel.field_derbychar.text=CHAR +SQLGeneratorOptionsPanel.field_derbyfloat.text=FLOAT +SQLGeneratorOptionsPanel.field_derbydouble.text=DOUBLE +SQLGeneratorOptionsPanel.field_derbylong.text=BIGINT +SQLGeneratorOptionsPanel.field_derbydate.text=DATE +SQLGeneratorOptionsPanel.field_derbydatetime.text=DATETIME +SQLGeneratorOptionsPanel.field_derbytime.text=TIME +SQLGeneratorOptionsPanel.field_derbytimestamp.text=TIMESTAMP +SQLGeneratorOptionsPanel.field_derbyyear.text=YEAR +SQLGeneratorOptionsPanel.field_derbyboolean.text=SMALLINT(1) +SQLGeneratorOptionsPanel.check_addnotnull.text=Add "Not null" to generated sql +SQLGeneratorOptionsPanel.field_codemodifier.text=public +SQLGeneratorOptionsPanel.check_codestatic.text=Generate static methods +SQLGeneratorOptionsPanel.check_codecloseconnection.text=Close the given SQL connection +SQLGeneratorOptionsPanel.check_codegeneratekeys.text=Return Generated Keys (auto incremented key) Modified: trunk/src/de/acyrance/nb/sqlgenerator/Configuration/GeneratorConfiguration.java =================================================================== --- trunk/src/de/acyrance/nb/sqlgenerator/Configuration/GeneratorConfiguration.java 2010-07-21 09:24:57 UTC (rev 2) +++ trunk/src/de/acyrance/nb/sqlgenerator/Configuration/GeneratorConfiguration.java 2010-08-16 13:31:49 UTC (rev 3) @@ -57,13 +57,8 @@ public static String MYSQL_TIMESTAMP = "TIMESTAMP"; public static String MYSQL_YEAR = "YEAR"; public static String MYSQL_BOOLEAN = "BOOLEAN"; - public static boolean MYSQL_NOTNULL = false; + - public static boolean MYSQLCODE_STATIC = true; - public static String MYSQLCODE_MODIFIER = "public"; - public static boolean MYSQLCODE_CLOSECONNECTION = true; - public static boolean MYSQLCODE_GENERATEDKEYS = true; - public static String POSTGRESQL_STRING = "character varying(255)"; public static String POSTGRESQL_CHAR = "character(1)"; public static String POSTGRESQL_INT = "integer"; @@ -76,12 +71,7 @@ public static String POSTGRESQL_TIMESTAMP = "timestamp"; public static String POSTGRESQL_YEAR = "date"; public static String POSTGRESQL_BOOLEAN = "boolean"; - public static boolean POSTGRESQL_NOTNULL = false; - public static boolean POSTGRESQLCODE_STATIC = true; - public static String POSTGRESQLCODE_MODIFIER = "public"; - public static boolean POSTGRESQLCODE_CLOSECONNECTION = true; - public static boolean POSTGRESQLCODE_GENERATEDKEYS = true; /** @@ -108,12 +98,9 @@ MYSQL_TIMESTAMP = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("mysqlTimestamp", "TIMESTAMP"); MYSQL_YEAR = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("mysqlYear", "YEAR"); MYSQL_BOOLEAN = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("mysqlBoolean", "BOOLEAN"); - MYSQLCODE_MODIFIER = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("mysqlCodeModifier", "public"); - MYSQL_NOTNULL = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).getBoolean("mysqlAddnotnull", false); - MYSQLCODE_STATIC = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).getBoolean("mysqlCodeStatic", true); - MYSQLCODE_CLOSECONNECTION = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).getBoolean("mysqlCodeCloseconnection", true); - MYSQLCODE_GENERATEDKEYS = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).getBoolean("mysqlCodeGeneratedkeys", true); + + POSTGRESQL_STRING = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("postgresqlString", "character varying(255)"); POSTGRESQL_CHAR = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("postgresqlChar", "character(1)"); POSTGRESQL_INT = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("postgresqlInt", "integer"); @@ -127,9 +114,6 @@ POSTGRESQL_YEAR = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("postgresqlYear", "date"); POSTGRESQL_BOOLEAN = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).get("postgresqlBoolean", "boolean"); - POSTGRESQL_NOTNULL = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).getBoolean("postgresqlAddnotnull", false); - POSTGRESQLCODE_STATIC = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).getBoolean("postgresqlCodeStatic", true); - POSTGRESQLCODE_CLOSECONNECTION = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).getBoolean("postgresqlCodeCloseconnection", true); - POSTGRESQLCODE_GENERATEDKEYS = NbPreferences.forModule(SQLGeneratorOptionsPanel.class).getBoolean("postgresqlCodeGeneratedkeys", true); + } } Modified: trunk/src/de/acyrance/nb/sqlgenerator/Configuration/SQLGeneratorOptionsPanel.form =================================================================== --- trunk/src/de/acyrance/nb/sqlgenerator/Configuration/SQLGeneratorOptionsPanel.form 2010-07-21 09:24:57 UTC (rev 2) +++ trunk/src/de/acyrance/nb/sqlgenerator/Configuration/SQLGeneratorOptionsPanel.form 2010-08-16 13:31:49 UTC (rev 3) @@ -45,16 +45,31 @@ <DimensionLayout dim="0"> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> - <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel1" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="114" max="32767" attributes="0"/> + <Component id="combo_defaultgeneration" min="-2" max="-2" attributes="0"/> + </Group> + <Component id="check_ifnotexists1" alignment="0" min="-2" max="-2" attributes="0"/> + <Component id="check_generatejavadoc" alignment="0" min="-2" max="-2" attributes="0"/> + </Group> + </Group> <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel1" min="-2" max="-2" attributes="0"/> - <EmptySpace pref="114" max="32767" attributes="0"/> - <Component id="combo_defaultgeneration" min="-2" max="-2" attributes="0"/> + <EmptySpace max="-2" attributes="0"/> + <Component id="check_addnotnull" min="-2" max="-2" attributes="0"/> </Group> - <Component id="check_ifnotexists1" alignment="0" min="-2" max="-2" attributes="0"/> - <Component id="panel_varoptions" alignment="1" max="32767" attributes="0"/> - <Component id="check_generatejavadoc" alignment="0" min="-2" max="-2" attributes="0"/> + <Group type="102" alignment="0" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Component id="panel_varoptions" max="32767" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Component id="panel_mysqlcode" max="32767" attributes="0"/> + </Group> </Group> <EmptySpace max="-2" attributes="0"/> </Group> @@ -72,9 +87,13 @@ <Component id="check_ifnotexists1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="check_generatejavadoc" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="50" max="-2" attributes="0"/> + <EmptySpace max="-2" attributes="0"/> + <Component id="check_addnotnull" min="-2" max="-2" attributes="0"/> + <EmptySpace type="unrelated" max="-2" attributes="0"/> <Component id="panel_varoptions" min="-2" max="-2" attributes="0"/> - <EmptySpace pref="282" max="32767" attributes="0"/> + <EmptySpace type="unrelated" max="-2" attributes="0"/> + <Component id="panel_mysqlcode" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="138" max="32767" attributes="0"/> </Group> </Group> </DimensionLayout> @@ -204,6 +223,120 @@ <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_generatejavadocActionPerformed"/> </Events> </Component> + <Container class="javax.swing.JPanel" name="panel_mysqlcode"> + <Properties> + <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> + <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> + <TitledBorder title="Code Generation"> + <ResourceString PropertyName="titleX" bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.panel_mysqlcode.border.title" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </TitledBorder> + </Border> + </Property> + </Properties> + + <Layout> + <DimensionLayout dim="0"> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" attributes="0"> + <Component id="jLabel13" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="96" max="32767" attributes="0"/> + <Component id="field_codemodifier" min="-2" max="-2" attributes="0"/> + </Group> + <Component id="check_codestatic" alignment="0" min="-2" max="-2" attributes="0"/> + <Component id="check_codecloseconnection" alignment="0" min="-2" max="-2" attributes="0"/> + <Component id="check_codegeneratekeys" alignment="0" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + </Group> + </Group> + </DimensionLayout> + <DimensionLayout dim="1"> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" alignment="0" attributes="0"> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_codemodifier" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="32767" attributes="0"/> + <Component id="check_codestatic" min="-2" max="-2" attributes="0"/> + <EmptySpace max="-2" attributes="0"/> + <Component id="check_codecloseconnection" min="-2" max="-2" attributes="0"/> + <EmptySpace max="-2" attributes="0"/> + <Component id="check_codegeneratekeys" min="-2" max="-2" attributes="0"/> + <EmptySpace min="-2" pref="6" max="-2" attributes="0"/> + </Group> + </Group> + </DimensionLayout> + </Layout> + <SubComponents> + <Component class="javax.swing.JCheckBox" name="check_codestatic"> + <Properties> + <Property name="selected" type="boolean" value="true"/> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.check_codestatic.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + <Events> + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_codestaticActionPerformed"/> + </Events> + </Component> + <Component class="javax.swing.JLabel" name="jLabel13"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel13.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_codemodifier"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_codemodifier.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + <Events> + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="field_codemodifierActionPerformed"/> + </Events> + </Component> + <Component class="javax.swing.JCheckBox" name="check_codecloseconnection"> + <Properties> + <Property name="selected" type="boolean" value="true"/> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.check_codecloseconnection.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + <Events> + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_codecloseconnectionActionPerformed"/> + </Events> + </Component> + <Component class="javax.swing.JCheckBox" name="check_codegeneratekeys"> + <Properties> + <Property name="selected" type="boolean" value="true"/> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.check_codegeneratekeys.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + <Events> + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_codegeneratekeysActionPerformed"/> + </Events> + </Component> + </SubComponents> + </Container> + <Component class="javax.swing.JCheckBox" name="check_addnotnull"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.check_addnotnull.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + <Events> + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_addnotnullActionPerformed"/> + </Events> + </Component> </SubComponents> </Container> <Container class="javax.swing.JPanel" name="panel_mysql"> @@ -268,9 +401,6 @@ <EmptySpace pref="188" max="32767" attributes="0"/> <Component id="field_mysqltime" min="-2" max="-2" attributes="0"/> </Group> - <Component id="panel_mysqlcode" alignment="0" max="32767" attributes="0"/> - <Component id="jSeparator1" alignment="0" pref="371" max="32767" attributes="0"/> - <Component id="check_addnotnull" alignment="0" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="1" attributes="0"> <Component id="jLabel11" min="-2" max="-2" attributes="0"/> <EmptySpace pref="189" max="32767" attributes="0"/> @@ -286,6 +416,7 @@ <EmptySpace pref="149" max="32767" attributes="0"/> <Component id="field_mysqltimestamp" min="-2" max="-2" attributes="0"/> </Group> + <Component id="jSeparator1" alignment="0" pref="371" max="32767" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> @@ -355,12 +486,8 @@ <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="check_addnotnull" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jSeparator1" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="panel_mysqlcode" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> + <Component id="jSeparator1" min="-2" pref="15" max="-2" attributes="0"/> + <EmptySpace min="-2" pref="185" max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> @@ -555,137 +682,385 @@ </Component> <Component class="javax.swing.JSeparator" name="jSeparator1"> </Component> - <Container class="javax.swing.JPanel" name="panel_mysqlcode"> + <Component class="javax.swing.JLabel" name="jLabel14"> <Properties> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> - <TitledBorder title="MySQL Code"> - <ResourceString PropertyName="titleX" bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.panel_mysqlcode.border.title" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> - </TitledBorder> - </Border> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel14.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> </Property> </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_mysqltimestamp"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_mysqltimestamp.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + </SubComponents> + </Container> + <Container class="javax.swing.JPanel" name="panel_derby"> + <Constraints> + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> + <JTabbedPaneConstraints tabName="JavaDB (Derby)"> + <Property name="tabTitle" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.panel_derby.TabConstraints.tabTitle" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </JTabbedPaneConstraints> + </Constraint> + </Constraints> - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="jLabel13" min="-2" max="-2" attributes="0"/> - <EmptySpace pref="96" max="32767" attributes="0"/> - <Component id="field_mysqlcodemodifier" min="-2" max="-2" attributes="0"/> - </Group> - <Component id="check_mysqlcodestatic" alignment="0" min="-2" max="-2" attributes="0"/> - <Component id="check_mysqlcodecloseconnection" alignment="0" min="-2" max="-2" attributes="0"/> - <Component id="check_mysqlcodegeneratekeys" alignment="0" min="-2" max="-2" attributes="0"/> + <Layout> + <DimensionLayout dim="0"> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" alignment="1" attributes="0"> + <Component id="jLabel20" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="124" max="32767" attributes="0"/> + <Component id="field_derbystring" min="-2" max="-2" attributes="0"/> </Group> - <EmptySpace max="-2" attributes="0"/> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel28" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="201" max="32767" attributes="0"/> + <Component id="field_derbyint" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel29" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="137" max="32767" attributes="0"/> + <Component id="field_derbychar" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel30" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="186" max="32767" attributes="0"/> + <Component id="field_derbyfloat" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="1" attributes="0"> + <Component id="jLabel31" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="173" max="32767" attributes="0"/> + <Component id="field_derbydouble" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel38" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="187" max="32767" attributes="0"/> + <Component id="field_derbylong" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel37" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="187" max="32767" attributes="0"/> + <Component id="field_derbydate" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel36" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="158" max="32767" attributes="0"/> + <Component id="field_derbydatetime" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel35" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="188" max="32767" attributes="0"/> + <Component id="field_derbytime" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="1" attributes="0"> + <Component id="jLabel33" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="189" max="32767" attributes="0"/> + <Component id="field_derbyyear" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel32" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="170" max="32767" attributes="0"/> + <Component id="field_derbyboolean" min="-2" max="-2" attributes="0"/> + </Group> + <Group type="102" alignment="0" attributes="0"> + <Component id="jLabel34" min="-2" max="-2" attributes="0"/> + <EmptySpace pref="149" max="32767" attributes="0"/> + <Component id="field_derbytimestamp" min="-2" max="-2" attributes="0"/> + </Group> + <Component id="jSeparator3" alignment="1" pref="371" max="32767" attributes="0"/> </Group> + <EmptySpace max="-2" attributes="0"/> </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="field_mysqlcodemodifier" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="32767" attributes="0"/> - <Component id="check_mysqlcodestatic" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="check_mysqlcodecloseconnection" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="check_mysqlcodegeneratekeys" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="6" max="-2" attributes="0"/> + </Group> + </DimensionLayout> + <DimensionLayout dim="1"> + <Group type="103" groupAlignment="0" attributes="0"> + <Group type="102" alignment="0" attributes="0"> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbystring" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel20" alignment="3" min="-2" max="-2" attributes="0"/> </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbyint" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel28" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbychar" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel29" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbyfloat" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel30" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbydouble" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel31" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbylong" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel38" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbydate" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel37" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbydatetime" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel36" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbytime" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel35" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="32767" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbytimestamp" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel34" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbyyear" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel33" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace max="-2" attributes="0"/> + <Group type="103" groupAlignment="3" attributes="0"> + <Component id="field_derbyboolean" alignment="3" min="-2" max="-2" attributes="0"/> + <Component id="jLabel32" alignment="3" min="-2" max="-2" attributes="0"/> + </Group> + <EmptySpace type="unrelated" max="-2" attributes="0"/> + <Component id="jSeparator3" min="-2" pref="20" max="-2" attributes="0"/> + <EmptySpace min="-2" pref="180" max="-2" attributes="0"/> </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JCheckBox" name="check_mysqlcodestatic"> - <Properties> - <Property name="selected" type="boolean" value="true"/> - <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> - <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.check_mysqlcodestatic.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_mysqlcodestaticActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel13"> - <Properties> - <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> - <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel13.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="field_mysqlcodemodifier"> - <Properties> - <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> - <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_mysqlcodemodifier.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> - </Property> - <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> - <Dimension value="[150, 25]"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="field_mysqlcodemodifierActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JCheckBox" name="check_mysqlcodecloseconnection"> - <Properties> - <Property name="selected" type="boolean" value="true"/> - <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> - <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.check_mysqlcodecloseconnection.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_mysqlcodecloseconnectionActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JCheckBox" name="check_mysqlcodegeneratekeys"> - <Properties> - <Property name="selected" type="boolean" value="true"/> - <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> - <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.check_mysqlcodegeneratekeys.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_mysqlcodegeneratekeysActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JCheckBox" name="check_addnotnull"> + </Group> + </DimensionLayout> + </Layout> + <SubComponents> + <Component class="javax.swing.JLabel" name="jLabel20"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> - <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.check_addnotnull.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel20.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> </Property> </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="check_addnotnullActionPerformed"/> - </Events> </Component> - <Component class="javax.swing.JLabel" name="jLabel14"> + <Component class="javax.swing.JTextField" name="field_derbystring"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> - <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel14.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbystring.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> </Properties> </Component> - <Component class="javax.swing.JTextField" name="field_mysqltimestamp"> + <Component class="javax.swing.JTextField" name="field_derbyint"> <Properties> <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> - <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_mysqltimestamp.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbyint.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> </Property> <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> <Dimension value="[150, 25]"/> </Property> </Properties> </Component> + <Component class="javax.swing.JLabel" name="jLabel28"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel28.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JLabel" name="jLabel29"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel29.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbychar"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbychar.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbyfloat"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbyfloat.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JLabel" name="jLabel30"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel30.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JLabel" name="jLabel31"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.jLabel31.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbydouble"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbydouble.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbylong"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbylong.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbydate"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbydate.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbydatetime"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbydatetime.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbytime"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbytime.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbytimestamp"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbytimestamp.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.swing.JTextField" name="field_derbyyear"> + <Properties> + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> + <ResourceString bundle="de/acyrance/nb/sqlgenerator/Configuration/Bundle.properties" key="SQLGeneratorOptionsPanel.field_derbyyear.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> + </Property> + <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> + <Dimension value="[150, 25]"/> + </Property> + </Properties> + </Component> + <Component class="javax.s... [truncated message content] |