Mercurial > hg > ltpda-connection-manager
comparison ConnectionManager/src/connectionmanager/DatabaseDialog.form @ 5:35f1cfcaa5a9
Add crude Java GUI.
author | Daniele Nicolodi <daniele@science.unitn.it> |
---|---|
date | Wed, 02 Jun 2010 17:29:18 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:c706c10a76bd | 5:35f1cfcaa5a9 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | |
2 | |
3 <Form version="1.3" maxVersion="1.7" 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="Repository Connection"/> | |
7 <Property name="locationByPlatform" type="boolean" value="true"/> | |
8 <Property name="modal" type="boolean" value="true"/> | |
9 <Property name="resizable" type="boolean" value="false"/> | |
10 </Properties> | |
11 <SyntheticProperties> | |
12 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> | |
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="2"/> | |
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="jLabel9" min="-2" max="-2" attributes="0"/> | |
34 <EmptySpace max="-2" attributes="0"/> | |
35 <Group type="103" groupAlignment="0" attributes="0"> | |
36 <Group type="102" alignment="1" attributes="0"> | |
37 <Component id="cancelButton" min="-2" max="-2" attributes="0"/> | |
38 <EmptySpace max="-2" attributes="0"/> | |
39 <Component id="okButton" min="-2" max="-2" attributes="0"/> | |
40 </Group> | |
41 <Component id="hostnameCombo" pref="218" max="32767" attributes="0"/> | |
42 </Group> | |
43 </Group> | |
44 <Group type="102" alignment="1" attributes="0"> | |
45 <Component id="jLabel10" min="-2" max="-2" attributes="0"/> | |
46 <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> | |
47 <Component id="databaseCombo" pref="218" max="32767" attributes="0"/> | |
48 </Group> | |
49 </Group> | |
50 <EmptySpace max="-2" attributes="0"/> | |
51 </Group> | |
52 </Group> | |
53 </DimensionLayout> | |
54 <DimensionLayout dim="1"> | |
55 <Group type="103" groupAlignment="0" attributes="0"> | |
56 <Group type="102" alignment="0" attributes="0"> | |
57 <EmptySpace max="-2" attributes="0"/> | |
58 <Group type="103" groupAlignment="3" attributes="0"> | |
59 <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> | |
60 <Component id="hostnameCombo" alignment="3" min="-2" max="-2" attributes="0"/> | |
61 </Group> | |
62 <EmptySpace type="separate" max="-2" attributes="0"/> | |
63 <Group type="103" groupAlignment="3" attributes="0"> | |
64 <Component id="databaseCombo" alignment="3" min="-2" max="-2" attributes="0"/> | |
65 <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/> | |
66 </Group> | |
67 <EmptySpace min="-2" pref="118" max="-2" attributes="0"/> | |
68 <Group type="103" groupAlignment="3" attributes="0"> | |
69 <Component id="okButton" alignment="3" min="-2" max="-2" attributes="0"/> | |
70 <Component id="cancelButton" alignment="3" min="-2" max="-2" attributes="0"/> | |
71 </Group> | |
72 <EmptySpace pref="34" max="32767" attributes="0"/> | |
73 </Group> | |
74 </Group> | |
75 </DimensionLayout> | |
76 </Layout> | |
77 <SubComponents> | |
78 <Component class="javax.swing.JLabel" name="jLabel10"> | |
79 <Properties> | |
80 <Property name="horizontalAlignment" type="int" value="4"/> | |
81 <Property name="text" type="java.lang.String" value="Database:"/> | |
82 </Properties> | |
83 </Component> | |
84 <Component class="javax.swing.JLabel" name="jLabel9"> | |
85 <Properties> | |
86 <Property name="horizontalAlignment" type="int" value="4"/> | |
87 <Property name="text" type="java.lang.String" value="Hostname:"/> | |
88 </Properties> | |
89 </Component> | |
90 <Component class="javax.swing.JComboBox" name="databaseCombo"> | |
91 <Properties> | |
92 <Property name="editable" type="boolean" value="true"/> | |
93 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> | |
94 <StringArray count="0"/> | |
95 </Property> | |
96 </Properties> | |
97 <Events> | |
98 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="databaseComboActionPerformed"/> | |
99 </Events> | |
100 </Component> | |
101 <Component class="javax.swing.JButton" name="okButton"> | |
102 <Properties> | |
103 <Property name="text" type="java.lang.String" value="Ok"/> | |
104 <Property name="selected" type="boolean" value="true"/> | |
105 </Properties> | |
106 <Events> | |
107 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/> | |
108 </Events> | |
109 </Component> | |
110 <Component class="javax.swing.JButton" name="cancelButton"> | |
111 <Properties> | |
112 <Property name="text" type="java.lang.String" value="Cancel"/> | |
113 </Properties> | |
114 <Events> | |
115 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelButtonActionPerformed"/> | |
116 </Events> | |
117 </Component> | |
118 <Component class="javax.swing.JComboBox" name="hostnameCombo"> | |
119 <Properties> | |
120 <Property name="editable" type="boolean" value="true"/> | |
121 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> | |
122 <StringArray count="0"/> | |
123 </Property> | |
124 </Properties> | |
125 <Events> | |
126 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="hostnameComboActionPerformed"/> | |
127 </Events> | |
128 </Component> | |
129 </SubComponents> | |
130 </Form> |