Initial Commit
[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 <Property name="resizable" type="boolean" value="false"/>
9 </Properties>
10 <SyntheticProperties>
11 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
12 <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
13 </SyntheticProperties>
14 <AuxValues>
15 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
16 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
17 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
18 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
19 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
20 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
21 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
22 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
23 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
24 </AuxValues>
25
26 <Layout>
27 <DimensionLayout dim="0">
28 <Group type="103" groupAlignment="0" attributes="0">
29 <Group type="102" attributes="0">
30 <EmptySpace max="-2" attributes="0"/>
31 <Group type="103" groupAlignment="0" attributes="0">
32 <Group type="102" attributes="0">
33 <Component id="jLabel1" min="-2" pref="139" max="-2" attributes="0"/>
34 <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
35 </Group>
36 <Group type="102" alignment="0" attributes="0">
37 <Group type="103" groupAlignment="1" attributes="0">
38 <Component id="txtDatabaseURL" min="-2" pref="231" max="-2" attributes="0"/>
39 <Component id="buttonApply" min="-2" pref="92" max="-2" attributes="0"/>
40 </Group>
41 <EmptySpace max="-2" attributes="0"/>
42 <Group type="103" groupAlignment="0" attributes="0">
43 <Component id="buttonClose" max="32767" attributes="0"/>
44 <Component id="buttonChooseFile" pref="93" max="32767" attributes="0"/>
45 </Group>
46 </Group>
47 </Group>
48 <EmptySpace max="-2" attributes="0"/>
49 </Group>
50 </Group>
51 </DimensionLayout>
52 <DimensionLayout dim="1">
53 <Group type="103" groupAlignment="0" attributes="0">
54 <Group type="102" alignment="0" attributes="0">
55 <EmptySpace max="-2" attributes="0"/>
56 <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
57 <EmptySpace max="-2" attributes="0"/>
58 <Group type="103" groupAlignment="3" attributes="0">
59 <Component id="txtDatabaseURL" alignment="3" min="-2" max="-2" attributes="0"/>
60 <Component id="buttonChooseFile" alignment="3" min="-2" max="-2" attributes="0"/>
61 </Group>
62 <EmptySpace pref="29" max="32767" attributes="0"/>
63 <Group type="103" groupAlignment="3" attributes="0">
64 <Component id="buttonClose" alignment="3" min="-2" max="-2" attributes="0"/>
65 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
66 </Group>
67 <EmptySpace max="-2" attributes="0"/>
68 </Group>
69 </Group>
70 </DimensionLayout>
71 </Layout>
72 <SubComponents>
73 <Component class="javax.swing.JLabel" name="jLabel1">
74 <Properties>
75 <Property name="text" type="java.lang.String" value="Path to Database"/>
76 </Properties>
77 </Component>
78 <Component class="javax.swing.JTextField" name="txtDatabaseURL">
79 </Component>
80 <Component class="javax.swing.JButton" name="buttonChooseFile">
81 <Properties>
82 <Property name="text" type="java.lang.String" value="Choose..."/>
83 </Properties>
84 <Events>
85 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonChooseFileActionPerformed"/>
86 </Events>
87 </Component>
88 <Component class="javax.swing.JButton" name="buttonClose">
89 <Properties>
90 <Property name="text" type="java.lang.String" value="Close"/>
91 </Properties>
92 <Events>
93 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCloseActionPerformed"/>
94 </Events>
95 </Component>
96 <Component class="javax.swing.JButton" name="buttonApply">
97 <Properties>
98 <Property name="text" type="java.lang.String" value="Apply"/>
99 </Properties>
100 <Events>
101 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
102 </Events>
103 </Component>
104 </SubComponents>
105 </Form>