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" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
7      <Connection code="_(&quot;Additional Boards Manager URLs&quot;)" type="code"/>
8    </Property>
9    <Property name="modal" type="boolean" value="true"/>
10    <Property name="modalExclusionType" type="java.awt.Dialog$ModalExclusionType" editor="org.netbeans.modules.form.editors.EnumEditor">
11      <Value id="APPLICATION_EXCLUDE"/>
12    </Property>
13  </Properties>
14  <SyntheticProperties>
15    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
16    <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
17  </SyntheticProperties>
18  <AuxValues>
19    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
20    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
21    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
22    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
23    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
24    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
25    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
26    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
27    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
28  </AuxValues>
29
30  <Layout>
31    <DimensionLayout dim="0">
32      <Group type="103" groupAlignment="0" attributes="0">
33          <Group type="102" alignment="0" attributes="0">
34              <EmptySpace max="-2" attributes="0"/>
35              <Group type="103" groupAlignment="0" attributes="0">
36                  <Component id="jScrollPane1" alignment="0" pref="538" max="32767" attributes="0"/>
37                  <Group type="102" alignment="1" attributes="0">
38                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
39                      <Component id="ok" min="-2" max="-2" attributes="0"/>
40                      <EmptySpace min="-2" pref="7" max="-2" attributes="0"/>
41                      <Component id="cancel" min="-2" max="-2" attributes="0"/>
42                  </Group>
43                  <Group type="102" attributes="0">
44                      <Group type="103" groupAlignment="0" attributes="0">
45                          <Component id="unofficialListURLLabel" min="-2" max="-2" attributes="0"/>
46                          <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
47                      </Group>
48                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
49                  </Group>
50              </Group>
51              <EmptySpace max="-2" attributes="0"/>
52          </Group>
53      </Group>
54    </DimensionLayout>
55    <DimensionLayout dim="1">
56      <Group type="103" groupAlignment="0" attributes="0">
57          <Group type="102" alignment="0" attributes="0">
58              <EmptySpace max="-2" attributes="0"/>
59              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
60              <EmptySpace max="-2" attributes="0"/>
61              <Component id="jScrollPane1" max="32767" attributes="0"/>
62              <EmptySpace max="-2" attributes="0"/>
63              <Component id="unofficialListURLLabel" min="-2" max="-2" attributes="0"/>
64              <EmptySpace max="-2" attributes="0"/>
65              <Group type="103" groupAlignment="3" attributes="0">
66                  <Component id="ok" alignment="3" min="-2" max="-2" attributes="0"/>
67                  <Component id="cancel" 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    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
76      <AuxValues>
77        <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
78        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
79        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
80      </AuxValues>
81
82      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
83      <SubComponents>
84        <Component class="javax.swing.JTextArea" name="additionalBoardsManagerURLs">
85          <Properties>
86            <Property name="columns" type="int" value="20"/>
87            <Property name="rows" type="int" value="5"/>
88            <Property name="name" type="java.lang.String" value="" noResource="true"/>
89          </Properties>
90          <AuxValues>
91            <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="18"/>
92          </AuxValues>
93        </Component>
94      </SubComponents>
95    </Container>
96    <Component class="javax.swing.JButton" name="cancel">
97      <Properties>
98        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
99          <Connection code="_(&quot;Cancel&quot;)" type="code"/>
100        </Property>
101      </Properties>
102      <Events>
103        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cancelActionPerformed"/>
104      </Events>
105      <AuxValues>
106        <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
107        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
108      </AuxValues>
109    </Component>
110    <Component class="javax.swing.JButton" name="ok">
111      <Properties>
112        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
113          <Connection code="_(&quot;OK&quot;)" type="code"/>
114        </Property>
115      </Properties>
116      <Events>
117        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okActionPerformed"/>
118      </Events>
119      <AuxValues>
120        <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
121        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
122      </AuxValues>
123    </Component>
124    <Component class="javax.swing.JLabel" name="jLabel1">
125      <Properties>
126        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
127          <Connection code="_(&quot;Enter additional URLs, one for each row&quot;)" type="code"/>
128        </Property>
129      </Properties>
130      <AuxValues>
131        <AuxValue name="JavaCodeGenerator_VariableLocal" type="java.lang.Boolean" value="true"/>
132        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="0"/>
133      </AuxValues>
134    </Component>
135    <Component class="javax.swing.JLabel" name="unofficialListURLLabel">
136      <Properties>
137        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
138          <Connection code="_(&quot;Click for a list of unofficial boards support URLs&quot;)" type="code"/>
139        </Property>
140        <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
141          <Color id="Cursore mano"/>
142        </Property>
143      </Properties>
144      <Events>
145        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="unofficialListURLLabelMouseClicked"/>
146        <EventHandler event="mouseExited" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="unofficialListURLLabelMouseExited"/>
147        <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="unofficialListURLLabelMouseEntered"/>
148      </Events>
149    </Component>
150  </SubComponents>
151</Form>
152