|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.microsoft.azure.hdinsight.serverexplore.ui.AddNewClusterFrom"> |
3 | | - <grid id="27dc6" binding="addNewClusterPanel" layout-manager="GridLayoutManager" row-count="15" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 3 | + <grid id="27dc6" binding="addNewClusterPanel" layout-manager="GridLayoutManager" row-count="13" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
4 | 4 | <margin top="0" left="0" bottom="0" right="0"/> |
5 | 5 | <constraints> |
6 | | - <xy x="20" y="20" width="456" height="426"/> |
| 6 | + <xy x="20" y="20" width="554" height="472"/> |
7 | 7 | </constraints> |
8 | 8 | <properties> |
9 | 9 | <doubleBuffered value="true"/> |
|
16 | 16 | <children> |
17 | 17 | <component id="75f7e" class="javax.swing.JLabel" binding="clusterNameLabel"> |
18 | 18 | <constraints> |
19 | | - <grid row="3" column="1" row-span="1" col-span="1" vsize-policy="2" hsize-policy="2" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
| 19 | + <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="2" hsize-policy="2" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
20 | 20 | </constraints> |
21 | 21 | <properties> |
22 | 22 | <text value="Cluster Name:"/> |
|
32 | 32 | </component> |
33 | 33 | <component id="500cb" class="javax.swing.JTextField" binding="clusterNameFiled"> |
34 | 34 | <constraints> |
35 | | - <grid row="3" column="2" row-span="1" col-span="1" vsize-policy="2" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"> |
| 35 | + <grid row="1" column="2" row-span="1" col-span="1" vsize-policy="2" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"> |
36 | 36 | <preferred-size width="270" height="24"/> |
37 | 37 | </grid> |
38 | 38 | </constraints> |
|
42 | 42 | </component> |
43 | 43 | <component id="32905" class="javax.swing.JTextField" binding="errorMessageField"> |
44 | 44 | <constraints> |
45 | | - <grid row="13" column="1" row-span="1" col-span="2" vsize-policy="2" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"> |
| 45 | + <grid row="12" column="1" row-span="1" col-span="2" vsize-policy="2" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"> |
46 | 46 | <preferred-size width="150" height="-1"/> |
47 | 47 | </grid> |
48 | 48 | </constraints> |
|
54 | 54 | <visible value="true"/> |
55 | 55 | </properties> |
56 | 56 | </component> |
57 | | - <vspacer id="78d3b"> |
58 | | - <constraints> |
59 | | - <grid row="14" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"> |
60 | | - <preferred-size width="270" height="15"/> |
61 | | - </grid> |
62 | | - </constraints> |
63 | | - </vspacer> |
64 | 57 | <component id="5f906" class="javax.swing.JPasswordField" binding="passwordField"> |
65 | 58 | <constraints> |
66 | | - <grid row="11" column="2" row-span="1" col-span="1" vsize-policy="2" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"> |
| 59 | + <grid row="10" column="2" row-span="1" col-span="1" vsize-policy="2" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"> |
67 | 60 | <preferred-size width="270" height="25"/> |
68 | 61 | </grid> |
69 | 62 | </constraints> |
|
73 | 66 | </component> |
74 | 67 | <component id="beb" class="javax.swing.JLabel" binding="passwordLabel"> |
75 | 68 | <constraints> |
76 | | - <grid row="11" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
| 69 | + <grid row="10" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
77 | 70 | </constraints> |
78 | 71 | <properties> |
79 | 72 | <text value="Password:"/> |
|
90 | 83 | <toolTipText value="The user name of the HDInsight cluster. Press the F1 key or click the '?'(Help) button to get more details."/> |
91 | 84 | </properties> |
92 | 85 | </component> |
93 | | - <vspacer id="f887"> |
94 | | - <constraints> |
95 | | - <grid row="10" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"> |
96 | | - <preferred-size width="270" height="5"/> |
97 | | - </grid> |
98 | | - </constraints> |
99 | | - </vspacer> |
100 | | - <vspacer id="7f432"> |
101 | | - <constraints> |
102 | | - <grid row="8" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"> |
103 | | - <preferred-size width="270" height="5"/> |
104 | | - </grid> |
105 | | - </constraints> |
106 | | - </vspacer> |
107 | 86 | <component id="7586e" class="javax.swing.JLabel" binding="storageKeyLabel"> |
108 | 87 | <constraints> |
109 | | - <grid row="7" column="1" row-span="1" col-span="1" vsize-policy="2" hsize-policy="0" anchor="5" fill="0" indent="0" use-parent-layout="false"/> |
| 88 | + <grid row="5" column="1" row-span="1" col-span="1" vsize-policy="2" hsize-policy="0" anchor="5" fill="0" indent="0" use-parent-layout="false"/> |
110 | 89 | </constraints> |
111 | 90 | <properties> |
112 | 91 | <text value="Storage Key:"/> |
113 | 92 | </properties> |
114 | 93 | </component> |
115 | 94 | <component id="d806b" class="javax.swing.JLabel" binding="storageNameLabel"> |
116 | 95 | <constraints> |
117 | | - <grid row="5" column="1" row-span="1" col-span="1" vsize-policy="2" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
| 96 | + <grid row="4" column="1" row-span="1" col-span="1" vsize-policy="2" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
118 | 97 | </constraints> |
119 | 98 | <properties> |
120 | | - <text value="Default Storage Account:"/> |
| 99 | + <text value="Storage Account:"/> |
121 | 100 | </properties> |
122 | 101 | </component> |
123 | 102 | <component id="ccca8" class="javax.swing.JTextField" binding="storageNameField"> |
124 | 103 | <constraints> |
125 | | - <grid row="5" column="2" row-span="1" col-span="1" vsize-policy="2" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"> |
| 104 | + <grid row="4" column="2" row-span="1" col-span="1" vsize-policy="2" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false"> |
126 | 105 | <preferred-size width="270" height="24"/> |
127 | 106 | </grid> |
128 | 107 | </constraints> |
129 | 108 | <properties> |
130 | 109 | <toolTipText value="The default storage account of the HDInsight cluster, which can be found from HDInsight cluster properties of Azure portal. Press the F1 key or click the '?'(Help) button to get more details."/> |
131 | 110 | </properties> |
132 | 111 | </component> |
133 | | - <vspacer id="ecbce"> |
| 112 | + <component id="88bef" class="javax.swing.JTextArea" binding="storageKeyTextField"> |
134 | 113 | <constraints> |
135 | | - <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"> |
136 | | - <preferred-size width="270" height="30"/> |
| 114 | + <grid row="5" column="2" row-span="1" col-span="1" vsize-policy="2" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false"> |
| 115 | + <preferred-size width="150" height="50"/> |
137 | 116 | </grid> |
138 | 117 | </constraints> |
139 | | - </vspacer> |
140 | | - <vspacer id="4641b"> |
| 118 | + <properties> |
| 119 | + <columns value="0"/> |
| 120 | + <lineWrap value="true"/> |
| 121 | + <toolTipText value="The storage key of the default storage account, which can be found from HDInsight cluster storage accounts of Azure portal. Press the F1 key or click the '?'(Help) button to get more details."/> |
| 122 | + </properties> |
| 123 | + <clientProperties> |
| 124 | + <html.disable class="java.lang.Boolean" value="false"/> |
| 125 | + </clientProperties> |
| 126 | + </component> |
| 127 | + <component id="c4bf7" class="javax.swing.JLabel"> |
141 | 128 | <constraints> |
142 | | - <grid row="2" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"> |
143 | | - <preferred-size width="270" height="20"/> |
144 | | - </grid> |
| 129 | + <grid row="0" column="1" row-span="1" col-span="2" vsize-policy="2" hsize-policy="2" anchor="9" fill="0" indent="0" use-parent-layout="false"/> |
145 | 130 | </constraints> |
146 | | - </vspacer> |
147 | | - <vspacer id="b5dd7"> |
| 131 | + <properties> |
| 132 | + <font size="16" style="1"/> |
| 133 | + <text value="HDInsight Cluster To Link"/> |
| 134 | + </properties> |
| 135 | + </component> |
| 136 | + <component id="90809" class="javax.swing.JComboBox" binding="containersComboBox"> |
148 | 137 | <constraints> |
149 | | - <grid row="12" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"> |
150 | | - <preferred-size width="270" height="10"/> |
151 | | - </grid> |
| 138 | + <grid row="6" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/> |
152 | 139 | </constraints> |
153 | | - </vspacer> |
154 | | - <vspacer id="40ef"> |
| 140 | + <properties/> |
| 141 | + </component> |
| 142 | + <component id="2dce8" class="javax.swing.JLabel" binding="storageContainerLabel"> |
155 | 143 | <constraints> |
156 | | - <grid row="6" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"> |
157 | | - <preferred-size width="270" height="14"/> |
158 | | - </grid> |
| 144 | + <grid row="6" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/> |
159 | 145 | </constraints> |
160 | | - </vspacer> |
161 | | - <vspacer id="49387"> |
| 146 | + <properties> |
| 147 | + <text value="Storage Container:"/> |
| 148 | + </properties> |
| 149 | + </component> |
| 150 | + <component id="195a7" class="javax.swing.JSeparator"> |
162 | 151 | <constraints> |
163 | | - <grid row="4" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"> |
164 | | - <preferred-size width="270" height="14"/> |
165 | | - </grid> |
| 152 | + <grid row="2" column="1" row-span="1" col-span="2" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
166 | 153 | </constraints> |
167 | | - </vspacer> |
168 | | - <component id="88bef" class="javax.swing.JTextArea" binding="storageKeyTextField"> |
| 154 | + <properties/> |
| 155 | + </component> |
| 156 | + <component id="8b19" class="javax.swing.JLabel"> |
169 | 157 | <constraints> |
170 | | - <grid row="7" column="2" row-span="1" col-span="1" vsize-policy="2" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false"> |
171 | | - <preferred-size width="150" height="50"/> |
172 | | - </grid> |
| 158 | + <grid row="3" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
173 | 159 | </constraints> |
174 | 160 | <properties> |
175 | | - <columns value="0"/> |
176 | | - <lineWrap value="true"/> |
177 | | - <toolTipText value="The storage key of the default storage account, which can be found from HDInsight cluster storage accounts of Azure portal. Press the F1 key or click the '?'(Help) button to get more details."/> |
| 161 | + <font size="16" style="1"/> |
| 162 | + <text value="The Storage To Upload Spark Batch Job Files"/> |
178 | 163 | </properties> |
179 | | - <clientProperties> |
180 | | - <html.disable class="java.lang.Boolean" value="false"/> |
181 | | - </clientProperties> |
182 | 164 | </component> |
183 | | - <component id="c4bf7" class="javax.swing.JLabel"> |
| 165 | + <component id="9350a" class="javax.swing.JSeparator"> |
| 166 | + <constraints> |
| 167 | + <grid row="7" column="1" row-span="1" col-span="2" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
| 168 | + </constraints> |
| 169 | + <properties/> |
| 170 | + </component> |
| 171 | + <component id="21136" class="javax.swing.JSeparator"> |
| 172 | + <constraints> |
| 173 | + <grid row="11" column="1" row-span="1" col-span="2" vsize-policy="6" hsize-policy="6" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
| 174 | + </constraints> |
| 175 | + <properties/> |
| 176 | + </component> |
| 177 | + <component id="c082e" class="javax.swing.JLabel"> |
184 | 178 | <constraints> |
185 | | - <grid row="1" column="1" row-span="1" col-span="2" vsize-policy="2" hsize-policy="2" anchor="1" fill="0" indent="0" use-parent-layout="false"/> |
| 179 | + <grid row="8" column="1" row-span="1" col-span="2" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
186 | 180 | </constraints> |
187 | 181 | <properties> |
188 | | - <font size="26"/> |
189 | | - <text value="Link A Cluster"/> |
| 182 | + <font size="16" style="1"/> |
| 183 | + <text value="The Cluster Account For Logging In"/> |
190 | 184 | </properties> |
191 | 185 | </component> |
192 | 186 | </children> |
|
0 commit comments