Manage Legal Notices - Dispatch Details
[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 min="0" pref="0" max="32767" attributes="0"/>
34 </Group>
35 <Group type="102" alignment="0" attributes="0">
36 <Group type="103" groupAlignment="1" attributes="0">
37 <Component id="txtDatabaseURL" min="-2" pref="231" max="-2" attributes="0"/>
38 <Component id="buttonApply" min="-2" pref="92" max="-2" attributes="0"/>
39 </Group>
40 <EmptySpace max="-2" attributes="0"/>
41 <Group type="103" groupAlignment="0" attributes="0">
42 <Component id="buttonClose" max="32767" attributes="0"/>
43 <Component id="buttonChooseFile" pref="93" max="32767" attributes="0"/>
44 </Group>
45 </Group>
46 </Group>
47 <EmptySpace max="-2" attributes="0"/>
48 </Group>
49 </Group>
50 </DimensionLayout>
51 <DimensionLayout dim="1">
52 <Group type="103" groupAlignment="0" attributes="0">
53 <Group type="102" alignment="0" attributes="0">
54 <EmptySpace max="-2" attributes="0"/>
55 <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
56 <EmptySpace max="-2" attributes="0"/>
57 <Group type="103" groupAlignment="3" attributes="0">
58 <Component id="txtDatabaseURL" alignment="3" min="-2" max="-2" attributes="0"/>
59 <Component id="buttonChooseFile" alignment="3" min="-2" max="-2" attributes="0"/>
60 </Group>
61 <EmptySpace pref="29" max="32767" attributes="0"/>
62 <Group type="103" groupAlignment="3" attributes="0">
63 <Component id="buttonClose" alignment="3" min="-2" max="-2" attributes="0"/>
64 <Component id="buttonApply" alignment="3" min="-2" max="-2" attributes="0"/>
65 </Group>
66 <EmptySpace max="-2" attributes="0"/>
67 </Group>
68 </Group>
69 </DimensionLayout>
70 </Layout>
71 <SubComponents>
72 <Component class="javax.swing.JLabel" name="jLabel1">
73 <Properties>
74 <Property name="text" type="java.lang.String" value="Path to Database"/>
75 </Properties>
76 </Component>
77 <Component class="javax.swing.JTextField" name="txtDatabaseURL">
78 </Component>
79 <Component class="javax.swing.JButton" name="buttonChooseFile">
80 <Properties>
81 <Property name="text" type="java.lang.String" value="Choose..."/>
82 </Properties>
83 <Events>
84 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonChooseFileActionPerformed"/>
85 </Events>
86 </Component>
87 <Component class="javax.swing.JButton" name="buttonClose">
88 <Properties>
89 <Property name="text" type="java.lang.String" value="Close"/>
90 </Properties>
91 <Events>
92 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonCloseActionPerformed"/>
93 </Events>
94 </Component>
95 <Component class="javax.swing.JButton" name="buttonApply">
96 <Properties>
97 <Property name="text" type="java.lang.String" value="Apply"/>
98 </Properties>
99 <Events>
100 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="buttonApplyActionPerformed"/>
101 </Events>
102 </Component>
103 </SubComponents>
104 </Form>