Merge origin/master
[habeas.git] / src / habeas / DatabaseSettingsDialog.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
4 <Properties>
5 <Property name="defaultCloseOperation" type="int" value="2"/>
6 <Property name="title" type="java.lang.String" value="Connection"/>
7 <Property name="locationByPlatform" type="boolean" value="true"/>
8 </Properties>
9 <SyntheticProperties>
10 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
11 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
12 </SyntheticProperties>
13 <AuxValues>
14 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
15 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
16 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
17 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
18 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
19 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
20 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
21 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
22 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
23 </AuxValues>
24
25 <Layout>
26 <DimensionLayout dim="0">
27 <Group type="103" groupAlignment="0" attributes="0">
28 <Group type="102" attributes="0">
29 <EmptySpace max="-2" attributes="0"/>
30 <Group type="103" groupAlignment="0" attributes="0">
31 <Group type="102" attributes="0">
32 <Component id="jLabel1" min="-2" pref="139" max="-2" attributes="0"/>
33 <EmptySpace max="32767" attributes="0"/>
34 </Group>
35 <Group type="102" attributes="0">
36 <Component id="txtDatabaseURL" pref="255" max="32767" attributes="0"/>
37 <EmptySpace max="-2" attributes="0"/>
38 <Group type="103" groupAlignment="0" max="-2" attributes="0">
39 <Component id="buttonChooseFile" pref="109" max="32767" attributes="0"/>
40 <Component id="buttonApply" max="32767" attributes="0"/>
41 </Group>
42 <EmptySpace max="-2" attributes="0"/>
43 <Group type="103" groupAlignment="0" max="-2" attributes="0">
44 <Component id="jButton1" pref="97" max="32767" attributes="0"/>
45 <Component id="buttonClose" max="32767" attributes="0"/>
46 </Group>
47 <EmptySpace max="32767" attributes="0"/>
48 </Group>
49 </Group>
50 </Group>
51 </Group>
52 </DimensionLayout>
53 <DimensionLayout dim="1">
54 <Group type="103" groupAlignment="0" attributes="0">
55 <Group type="102" alignment="0" attributes="0">
56 <EmptySpace max="-2" attributes="0"/>
57 <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
58 <EmptySpace max="-2" attributes="0"/>
59 <Group type="103" groupAlignment="3" attributes="0">
60 <Component id="txtDatabaseURL" alignment="3" min="-2" max="-2" attributes="0"/>
61 <Component id="buttonChooseFile" alignment="3" min="-2" max="-2" attributes="0"/>
62 <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
63 </Group>
64 <EmptySpace pref="22" max="32767" attributes="0"/>
65 <Group type="103" groupAlignment="3" attributes="0">
66 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
67 <Component id="buttonClose" alignment="3" min="-2" max="-2" attributes="0"/>
68 </Group>
69 <EmptySpace max="-2" attributes="0"/>
70 </Group>
71 </Group>
72 </DimensionLayout>
73 </Layout>
74 <SubComponents>
75 <Component class="javax.swing.JLabel" name="jLabel1">
76 <Properties>
77 <Property name="text" type="java.lang.String" value="Path to Database"/>
78 </Properties>
79 </Component>
80 <Component class="javax.swing.JTextField" name="txtDatabaseURL">
81 </Component>
82 <Component class="javax.swing.JButton" name="buttonChooseFile">
83 <Properties>
84 <Property name="text" type="java.lang.String" value="Choose..."/>
85 </Properties>
86 <Events>
87 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonChooseFileActionPerformed"/>
88 </Events>
89 </Component>
90 <Component class="javax.swing.JButton" name="buttonClose">
91 <Properties>
92 <Property name="mnemonic" type="int" value="67"/>
93 <Property name="text" type="java.lang.String" value="Close"/>
94 </Properties>
95 <Events>
96 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCloseActionPerformed"/>
97 </Events>
98 </Component>
99 <Component class="javax.swing.JButton" name="buttonApply">
100 <Properties>
101 <Property name="mnemonic" type="int" value="97"/>
102 <Property name="text" type="java.lang.String" value="Apply"/>
103 </Properties>
104 <Events>
105 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
106 </Events>
107 </Component>
108 <Component class="javax.swing.JButton" name="jButton1">
109 <Properties>
110 <Property name="text" type="java.lang.String" value="Create..."/>
111 </Properties>
112 <Events>
113 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
114 </Events>
115 </Component>
116 </SubComponents>
117 </Form>