Skip to content

Commit 73c4043

Browse files
committed
add sql server form files related to show properties.
1 parent 64f6022 commit 73c4043

File tree

2 files changed

+287
-0
lines changed

2 files changed

+287
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.microsoft.azure.toolkit.intellij.sqlserver.properties.SqlServerPropertryOverviewPanel">
3+
<grid id="27dc6" binding="rootPanel" layout-manager="GridLayoutManager" row-count="5" column-count="4" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4+
<margin top="0" left="0" bottom="10" right="0"/>
5+
<constraints>
6+
<xy x="20" y="20" width="694" height="400"/>
7+
</constraints>
8+
<properties/>
9+
<border type="none"/>
10+
<children>
11+
<vspacer id="bb4ea">
12+
<constraints>
13+
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
14+
</constraints>
15+
</vspacer>
16+
<component id="63c84" class="javax.swing.JLabel">
17+
<constraints>
18+
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
19+
</constraints>
20+
<properties>
21+
<font style="1"/>
22+
<text value="Resource group:"/>
23+
</properties>
24+
</component>
25+
<component id="8a7f6" class="javax.swing.JTextField" binding="resourceGroupTextField">
26+
<constraints>
27+
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
28+
<preferred-size width="150" height="-1"/>
29+
</grid>
30+
</constraints>
31+
<properties>
32+
<editable value="false"/>
33+
<text value="&lt;Loading&gt;"/>
34+
</properties>
35+
</component>
36+
<component id="9af06" class="javax.swing.JLabel">
37+
<constraints>
38+
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
39+
</constraints>
40+
<properties>
41+
<font style="1"/>
42+
<text value="Server name:"/>
43+
</properties>
44+
</component>
45+
<component id="529c2" class="javax.swing.JTextField" binding="serverNameTextField">
46+
<constraints>
47+
<grid row="0" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false">
48+
<preferred-size width="150" height="-1"/>
49+
</grid>
50+
</constraints>
51+
<properties>
52+
<editable value="false"/>
53+
<horizontalAlignment value="2"/>
54+
<text value="&lt;Loading&gt;"/>
55+
</properties>
56+
</component>
57+
<component id="5c094" class="javax.swing.JLabel">
58+
<constraints>
59+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
60+
</constraints>
61+
<properties>
62+
<font style="1"/>
63+
<text value="Status:"/>
64+
</properties>
65+
</component>
66+
<component id="d9424" class="javax.swing.JTextField" binding="statusTextField">
67+
<constraints>
68+
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
69+
<preferred-size width="150" height="-1"/>
70+
</grid>
71+
</constraints>
72+
<properties>
73+
<editable value="false"/>
74+
<text value="&lt;Loading&gt;"/>
75+
</properties>
76+
</component>
77+
<component id="37f0e" class="javax.swing.JLabel">
78+
<constraints>
79+
<grid row="1" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
80+
</constraints>
81+
<properties>
82+
<font style="1"/>
83+
<text value="Server admin login name:"/>
84+
</properties>
85+
</component>
86+
<component id="29d54" class="javax.swing.JTextField" binding="serverAdminLoginNameTextField">
87+
<constraints>
88+
<grid row="1" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
89+
<preferred-size width="150" height="-1"/>
90+
</grid>
91+
</constraints>
92+
<properties>
93+
<editable value="false"/>
94+
<text value="&lt;Loading&gt;"/>
95+
</properties>
96+
</component>
97+
<component id="a827e" class="javax.swing.JLabel">
98+
<constraints>
99+
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
100+
</constraints>
101+
<properties>
102+
<font style="1"/>
103+
<text value="Location:"/>
104+
</properties>
105+
</component>
106+
<component id="6025e" class="javax.swing.JTextField" binding="locationTextField">
107+
<constraints>
108+
<grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
109+
<preferred-size width="150" height="-1"/>
110+
</grid>
111+
</constraints>
112+
<properties>
113+
<editable value="false"/>
114+
<text value="&lt;Loading&gt;"/>
115+
</properties>
116+
</component>
117+
<component id="cc1b8" class="javax.swing.JLabel">
118+
<constraints>
119+
<grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
120+
</constraints>
121+
<properties>
122+
<font style="1"/>
123+
<text value="Version:"/>
124+
</properties>
125+
</component>
126+
<component id="6395d" class="javax.swing.JTextField" binding="versionTextField">
127+
<constraints>
128+
<grid row="2" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
129+
<preferred-size width="150" height="-1"/>
130+
</grid>
131+
</constraints>
132+
<properties>
133+
<editable value="false"/>
134+
<text value="&lt;Loading&gt;"/>
135+
</properties>
136+
</component>
137+
<component id="da158" class="javax.swing.JLabel">
138+
<constraints>
139+
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
140+
</constraints>
141+
<properties>
142+
<font style="1"/>
143+
<text value="Subscription:"/>
144+
</properties>
145+
</component>
146+
<component id="aeeec" class="javax.swing.JTextField" binding="subscriptionTextField">
147+
<constraints>
148+
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
149+
<preferred-size width="150" height="-1"/>
150+
</grid>
151+
</constraints>
152+
<properties>
153+
<editable value="false"/>
154+
<text value="&lt;Loading&gt;"/>
155+
</properties>
156+
</component>
157+
<component id="ff88e" class="javax.swing.JLabel">
158+
<constraints>
159+
<grid row="3" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
160+
</constraints>
161+
<properties>
162+
<font style="1"/>
163+
<text value="Subscription ID:"/>
164+
</properties>
165+
</component>
166+
<component id="cf23b" class="javax.swing.JTextField" binding="subscriptionIDTextField">
167+
<constraints>
168+
<grid row="3" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
169+
<preferred-size width="150" height="-1"/>
170+
</grid>
171+
</constraints>
172+
<properties>
173+
<editable value="false"/>
174+
<text value="&lt;Loading&gt;"/>
175+
</properties>
176+
</component>
177+
</children>
178+
</grid>
179+
</form>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.microsoft.azure.toolkit.intellij.sqlserver.properties.SqlServerPropertyView">
3+
<grid id="27dc6" binding="rootPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4+
<margin top="10" left="10" bottom="10" right="10"/>
5+
<constraints>
6+
<xy x="20" y="20" width="680" height="857"/>
7+
</constraints>
8+
<properties/>
9+
<border type="none"/>
10+
<children>
11+
<scrollpane id="501ef" binding="scrollPane">
12+
<constraints>
13+
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
14+
</constraints>
15+
<properties/>
16+
<border type="none"/>
17+
<children>
18+
<grid id="96a64" binding="contextPanel" layout-manager="GridLayoutManager" row-count="10" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
19+
<margin top="0" left="0" bottom="0" right="0"/>
20+
<constraints/>
21+
<properties/>
22+
<border type="none"/>
23+
<children>
24+
<nested-form id="fb60e" form-file="com/microsoft/azure/toolkit/intellij/mysql/MySQLPropertyActionPanel.form" binding="propertyActionPanel">
25+
<constraints>
26+
<grid row="0" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
27+
</constraints>
28+
</nested-form>
29+
<component id="423ca" class="com.microsoft.azure.toolkit.intellij.common.AzureHideableTitledSeparator" binding="overviewSeparator">
30+
<constraints>
31+
<grid row="1" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
32+
</constraints>
33+
<properties>
34+
<text value="Overview"/>
35+
</properties>
36+
</component>
37+
<nested-form id="653e5" form-file="com/microsoft/azure/toolkit/intellij/sqlserver/properties/SqlServerPropertryOverviewPanel.form" binding="overview">
38+
<constraints>
39+
<grid row="2" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="1" use-parent-layout="false"/>
40+
</constraints>
41+
</nested-form>
42+
<component id="b53ae" class="com.microsoft.azure.toolkit.intellij.common.AzureHideableTitledSeparator" binding="connectionSecuritySeparator">
43+
<constraints>
44+
<grid row="3" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
45+
</constraints>
46+
<properties>
47+
<text value="Connection security"/>
48+
</properties>
49+
</component>
50+
<nested-form id="57155" form-file="com/microsoft/azure/toolkit/intellij/mysql/ConnectionSecurityPanel.form" binding="connectionSecurity">
51+
<constraints>
52+
<grid row="4" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="1" use-parent-layout="false"/>
53+
</constraints>
54+
</nested-form>
55+
<component id="1c074" class="com.microsoft.azure.toolkit.intellij.common.AzureHideableTitledSeparator" binding="connectionStringsSeparator">
56+
<constraints>
57+
<grid row="5" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
58+
</constraints>
59+
<properties>
60+
<text value="Connection strings"/>
61+
</properties>
62+
</component>
63+
<nested-form id="4949c" form-file="com/microsoft/azure/toolkit/intellij/mysql/ConnectionStringsOutputPanel.form" binding="connectionStringsJDBC">
64+
<constraints>
65+
<grid row="7" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="1" use-parent-layout="false"/>
66+
</constraints>
67+
</nested-form>
68+
<nested-form id="c0720" form-file="com/microsoft/azure/toolkit/intellij/mysql/ConnectionStringsOutputPanel.form" binding="connectionStringsSpring">
69+
<constraints>
70+
<grid row="8" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="1" indent="1" use-parent-layout="false"/>
71+
</constraints>
72+
</nested-form>
73+
<vspacer id="e5094">
74+
<constraints>
75+
<grid row="9" column="0" row-span="1" col-span="3" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
76+
</constraints>
77+
</vspacer>
78+
<component id="c268b" class="javax.swing.JLabel" binding="databaseLabel">
79+
<constraints>
80+
<grid row="6" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="1" use-parent-layout="false"/>
81+
</constraints>
82+
<properties>
83+
<text value="Choose a database for your conneciton strings:"/>
84+
</properties>
85+
</component>
86+
<hspacer id="4b8df">
87+
<constraints>
88+
<grid row="6" column="2" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
89+
</constraints>
90+
</hspacer>
91+
<component id="d41e3" class="com.microsoft.azure.toolkit.intellij.sqlserver.common.SqlServerDatabaseComboBox" binding="databaseComboBox">
92+
<constraints>
93+
<grid row="6" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
94+
</constraints>
95+
<properties/>
96+
</component>
97+
</children>
98+
</grid>
99+
</children>
100+
</scrollpane>
101+
<vspacer id="db438">
102+
<constraints>
103+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
104+
</constraints>
105+
</vspacer>
106+
</children>
107+
</grid>
108+
</form>

0 commit comments

Comments
 (0)