|
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.github.ilovegamecoding.intellijcodexp.form.CodeXPConfigurationForm">
|
3 |
| - <grid id="27dc6" binding="pMain" layout-manager="GridLayoutManager" row-count="7" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 3 | + <grid id="27dc6" binding="pMain" layout-manager="GridLayoutManager" row-count="6" column-count="1" 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="621" height="400"/> |
| 6 | + <xy x="20" y="20" width="640" height="400"/> |
7 | 7 | </constraints>
|
8 | 8 | <properties/>
|
9 | 9 | <border type="none"/>
|
10 | 10 | <children>
|
11 |
| - <component id="b610" class="javax.swing.JLabel"> |
12 |
| - <constraints> |
13 |
| - <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"/> |
14 |
| - </constraints> |
15 |
| - <properties> |
16 |
| - <font/> |
17 |
| - <text resource-bundle="messages/CodeXPBundle" key="TEXT_NOTIFICATION"/> |
18 |
| - </properties> |
19 |
| - </component> |
20 |
| - <component id="9ae23" class="javax.swing.JCheckBox" binding="cbShowLevelUpNotification"> |
21 |
| - <constraints> |
22 |
| - <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
23 |
| - </constraints> |
24 |
| - <properties> |
25 |
| - <text resource-bundle="messages/CodeXPBundle" key="TEXT_SHOW_LEVEL_UP_NOTIFICATION"/> |
26 |
| - </properties> |
27 |
| - </component> |
28 |
| - <component id="629a5" class="javax.swing.JCheckBox" binding="cbShowCompleteChallengeNotification"> |
29 |
| - <constraints> |
30 |
| - <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
31 |
| - </constraints> |
32 |
| - <properties> |
33 |
| - <text resource-bundle="messages/CodeXPBundle" key="TEXT_SHOW_COMPLETE_CHALLENGE_NOTIFICATION"/> |
34 |
| - </properties> |
35 |
| - </component> |
36 | 11 | <vspacer id="43cd9">
|
37 | 12 | <constraints>
|
38 |
| - <grid row="6" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/> |
| 13 | + <grid row="5" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/> |
39 | 14 | </constraints>
|
40 | 15 | </vspacer>
|
41 |
| - <component id="a4d9f" class="javax.swing.JCheckBox" binding="cbShowGainedXP"> |
42 |
| - <constraints> |
43 |
| - <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
44 |
| - </constraints> |
45 |
| - <properties> |
46 |
| - <text resource-bundle="messages/CodeXPBundle" key="TEXT_SHOW_GAINED_XP"/> |
47 |
| - </properties> |
48 |
| - </component> |
49 |
| - <grid id="1c92c" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
50 |
| - <margin top="0" left="22" bottom="0" right="0"/> |
| 16 | + <grid id="2b0a2" layout-manager="GridLayoutManager" row-count="4" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 17 | + <margin top="0" left="0" bottom="0" right="0"/> |
51 | 18 | <constraints>
|
52 |
| - <grid row="5" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
| 19 | + <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
53 | 20 | </constraints>
|
54 | 21 | <properties/>
|
55 | 22 | <border type="none"/>
|
56 | 23 | <children>
|
57 |
| - <component id="9ca3" class="javax.swing.JComboBox" binding="cbPositionToDisplayGainedXP"> |
| 24 | + <component id="b610" class="javax.swing.JLabel"> |
58 | 25 | <constraints>
|
59 |
| - <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/> |
| 26 | + <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"/> |
60 | 27 | </constraints>
|
61 |
| - <properties/> |
| 28 | + <properties> |
| 29 | + <font style="1"/> |
| 30 | + <text resource-bundle="messages/CodeXPBundle" key="TEXT_NOTIFICATION"/> |
| 31 | + </properties> |
62 | 32 | </component>
|
63 |
| - <hspacer id="3944"> |
| 33 | + <component id="9ae23" class="javax.swing.JCheckBox" binding="cbShowLevelUpNotification"> |
64 | 34 | <constraints>
|
65 |
| - <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/> |
| 35 | + <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
66 | 36 | </constraints>
|
67 |
| - </hspacer> |
68 |
| - <component id="d236" class="javax.swing.JLabel"> |
| 37 | + <properties> |
| 38 | + <text resource-bundle="messages/CodeXPBundle" key="TEXT_SHOW_LEVEL_UP_NOTIFICATION"/> |
| 39 | + </properties> |
| 40 | + </component> |
| 41 | + <component id="629a5" class="javax.swing.JCheckBox" binding="cbShowCompleteChallengeNotification"> |
69 | 42 | <constraints>
|
70 |
| - <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"/> |
| 43 | + <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
71 | 44 | </constraints>
|
72 | 45 | <properties>
|
73 |
| - <text resource-bundle="messages/CodeXPBundle" key="TEXT_CARETS"/> |
| 46 | + <text resource-bundle="messages/CodeXPBundle" key="TEXT_SHOW_COMPLETE_CHALLENGE_NOTIFICATION"/> |
74 | 47 | </properties>
|
75 | 48 | </component>
|
| 49 | + <grid id="58d24" layout-manager="GridLayoutManager" row-count="2" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 50 | + <margin top="0" left="0" bottom="0" right="0"/> |
| 51 | + <constraints> |
| 52 | + <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
| 53 | + </constraints> |
| 54 | + <properties/> |
| 55 | + <border type="none"/> |
| 56 | + <children> |
| 57 | + <component id="56816" class="javax.swing.JLabel"> |
| 58 | + <constraints> |
| 59 | + <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"/> |
| 60 | + </constraints> |
| 61 | + <properties> |
| 62 | + <text resource-bundle="messages/CodeXPBundle" key="TEXT_TYPE"/> |
| 63 | + </properties> |
| 64 | + </component> |
| 65 | + <hspacer id="15805"> |
| 66 | + <constraints> |
| 67 | + <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/> |
| 68 | + </constraints> |
| 69 | + </hspacer> |
| 70 | + <component id="67b68" class="javax.swing.JComboBox" binding="cbNotificationType"> |
| 71 | + <constraints> |
| 72 | + <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/> |
| 73 | + </constraints> |
| 74 | + <properties> |
| 75 | + <model/> |
| 76 | + </properties> |
| 77 | + </component> |
| 78 | + <grid id="5212a" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 79 | + <margin top="0" left="0" bottom="0" right="0"/> |
| 80 | + <constraints> |
| 81 | + <grid row="1" column="1" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
| 82 | + </constraints> |
| 83 | + <properties/> |
| 84 | + <border type="none"/> |
| 85 | + <children> |
| 86 | + <component id="41dc4" class="javax.swing.JLabel" binding="lblTypeDescription"> |
| 87 | + <constraints> |
| 88 | + <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"/> |
| 89 | + </constraints> |
| 90 | + <properties> |
| 91 | + <text value="Label"/> |
| 92 | + </properties> |
| 93 | + </component> |
| 94 | + <hspacer id="90b24"> |
| 95 | + <constraints> |
| 96 | + <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/> |
| 97 | + </constraints> |
| 98 | + </hspacer> |
| 99 | + </children> |
| 100 | + </grid> |
| 101 | + </children> |
| 102 | + </grid> |
76 | 103 | </children>
|
77 | 104 | </grid>
|
78 |
| - <grid id="9e7ee" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
79 |
| - <margin top="0" left="22" bottom="0" right="0"/> |
| 105 | + <grid id="be17d" layout-manager="GridLayoutManager" row-count="4" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 106 | + <margin top="16" left="0" bottom="0" right="0"/> |
80 | 107 | <constraints>
|
81 |
| - <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
| 108 | + <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
82 | 109 | </constraints>
|
83 | 110 | <properties/>
|
84 | 111 | <border type="none"/>
|
85 | 112 | <children>
|
86 |
| - <component id="57ce1" class="javax.swing.JLabel"> |
| 113 | + <component id="e5851" class="javax.swing.JLabel"> |
87 | 114 | <constraints>
|
88 | 115 | <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"/>
|
89 | 116 | </constraints>
|
90 | 117 | <properties>
|
91 |
| - <text resource-bundle="messages/CodeXPBundle" key="TEXT_SHOW_GAINED_XP_DESCRIPTION"/> |
| 118 | + <font style="1"/> |
| 119 | + <text resource-bundle="messages/CodeXPBundle" key="TEXT_EFFECT"/> |
92 | 120 | </properties>
|
93 | 121 | </component>
|
| 122 | + <component id="a4d9f" class="javax.swing.JCheckBox" binding="cbShowGainedXP"> |
| 123 | + <constraints> |
| 124 | + <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/> |
| 125 | + </constraints> |
| 126 | + <properties> |
| 127 | + <text resource-bundle="messages/CodeXPBundle" key="TEXT_SHOW_GAINED_XP"/> |
| 128 | + </properties> |
| 129 | + </component> |
| 130 | + <grid id="9e7ee" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 131 | + <margin top="0" left="22" bottom="0" right="0"/> |
| 132 | + <constraints> |
| 133 | + <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
| 134 | + </constraints> |
| 135 | + <properties/> |
| 136 | + <border type="none"/> |
| 137 | + <children> |
| 138 | + <component id="57ce1" class="javax.swing.JLabel"> |
| 139 | + <constraints> |
| 140 | + <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"/> |
| 141 | + </constraints> |
| 142 | + <properties> |
| 143 | + <text resource-bundle="messages/CodeXPBundle" key="TEXT_SHOW_GAINED_XP_DESCRIPTION"/> |
| 144 | + </properties> |
| 145 | + </component> |
| 146 | + </children> |
| 147 | + </grid> |
| 148 | + <grid id="1c92c" layout-manager="GridLayoutManager" row-count="1" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1"> |
| 149 | + <margin top="0" left="22" bottom="0" right="0"/> |
| 150 | + <constraints> |
| 151 | + <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/> |
| 152 | + </constraints> |
| 153 | + <properties/> |
| 154 | + <border type="none"/> |
| 155 | + <children> |
| 156 | + <component id="9ca3" class="javax.swing.JComboBox" binding="cbPositionToDisplayGainedXP"> |
| 157 | + <constraints> |
| 158 | + <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/> |
| 159 | + </constraints> |
| 160 | + <properties/> |
| 161 | + </component> |
| 162 | + <hspacer id="3944"> |
| 163 | + <constraints> |
| 164 | + <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/> |
| 165 | + </constraints> |
| 166 | + </hspacer> |
| 167 | + <component id="d236" class="javax.swing.JLabel"> |
| 168 | + <constraints> |
| 169 | + <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"/> |
| 170 | + </constraints> |
| 171 | + <properties> |
| 172 | + <text resource-bundle="messages/CodeXPBundle" key="TEXT_CARETS"/> |
| 173 | + </properties> |
| 174 | + </component> |
| 175 | + </children> |
| 176 | + </grid> |
94 | 177 | </children>
|
95 | 178 | </grid>
|
96 | 179 | </children>
|
|
0 commit comments