|
56 | 56 | <Component id="instanceLabel" alignment="0" max="32767" attributes="1"/>
|
57 | 57 | <Component id="serverNameLabel" alignment="0" max="32767" attributes="1"/>
|
58 | 58 | <Component id="dsnLabel" alignment="0" max="32767" attributes="1"/>
|
| 59 | + <Component id="fileLabel" alignment="0" max="32767" attributes="1"/> |
59 | 60 | <Component id="tnsLabel" alignment="0" max="32767" attributes="1"/>
|
60 | 61 | <Component id="serviceLabel" alignment="0" max="32767" attributes="1"/>
|
61 | 62 | <Component id="sidLabel" alignment="0" max="32767" attributes="1"/>
|
|
73 | 74 | <Component id="bConnectionProperties" min="-2" max="-2" attributes="0"/>
|
74 | 75 | <EmptySpace max="-2" attributes="0"/>
|
75 | 76 | <Component id="bTestConnection" min="-2" max="-2" attributes="0"/>
|
76 |
| - <EmptySpace pref="100" max="32767" attributes="0"/> |
| 77 | + <EmptySpace max="32767" attributes="0"/> |
77 | 78 | </Group>
|
78 | 79 | <Component id="userField" alignment="1" max="32767" attributes="2"/>
|
79 | 80 | <Component id="sidField" alignment="0" max="32767" attributes="2"/>
|
|
97 | 98 | <Component id="passwordCheckBox" min="-2" pref="256" max="-2" attributes="0"/>
|
98 | 99 | <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
|
99 | 100 | </Group>
|
| 101 | + <Group type="102" attributes="0"> |
| 102 | + <Component id="fileField" max="32767" attributes="2"/> |
| 103 | + <EmptySpace max="-2" attributes="0"/> |
| 104 | + <Component id="fileBrowseButton" min="-2" max="-2" attributes="0"/> |
| 105 | + </Group> |
100 | 106 | </Group>
|
101 | 107 | </Group>
|
102 | 108 | </Group>
|
|
149 | 155 | <Component id="dsnField" alignment="3" min="-2" max="-2" attributes="0"/>
|
150 | 156 | </Group>
|
151 | 157 | <EmptySpace min="-2" max="-2" attributes="0"/>
|
| 158 | + <Group type="103" groupAlignment="3" attributes="0"> |
| 159 | + <Component id="fileLabel" alignment="3" min="-2" max="-2" attributes="0"/> |
| 160 | + <Component id="fileField" alignment="3" min="-2" max="-2" attributes="0"/> |
| 161 | + <Component id="fileBrowseButton" alignment="3" min="-2" max="-2" attributes="0"/> |
| 162 | + </Group> |
| 163 | + <EmptySpace min="-2" max="-2" attributes="0"/> |
152 | 164 | <Group type="103" groupAlignment="3" attributes="0">
|
153 | 165 | <Component id="serverNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
|
154 | 166 | <Component id="serverNameField" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
400 | 412 | </Property>
|
401 | 413 | </Properties>
|
402 | 414 | </Component>
|
| 415 | + <Component class="javax.swing.JLabel" name="fileLabel"> |
| 416 | + <Properties> |
| 417 | + <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
| 418 | + <ComponentRef name="fileField"/> |
| 419 | + </Property> |
| 420 | + <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 421 | + <ResourceString bundle="org/netbeans/modules/db/explorer/dlg/Bundle.properties" key="NewConnectionFile" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 422 | + </Property> |
| 423 | + </Properties> |
| 424 | + </Component> |
| 425 | + <Component class="javax.swing.JTextField" name="fileField"> |
| 426 | + <Properties> |
| 427 | + <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| 428 | + <ResourceString bundle="org/netbeans/modules/db/explorer/dlg/Bundle.properties" key="ACS_NewConnectionFileA11yDesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| 429 | + </Property> |
| 430 | + </Properties> |
| 431 | + </Component> |
| 432 | + <Component class="javax.swing.JButton" name="fileBrowseButton"> |
| 433 | + <Properties> |
| 434 | + <Property name="text" type="java.lang.String" value="&Browse..."/> |
| 435 | + </Properties> |
| 436 | + <Events> |
| 437 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="fileBrowseButtonActionPerformed"/> |
| 438 | + </Events> |
| 439 | + </Component> |
403 | 440 | <Component class="javax.swing.JTextField" name="urlField">
|
404 | 441 | <Properties>
|
405 | 442 | <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
|
0 commit comments