Skip to content

Commit 0cec639

Browse files
committed
1.1.0
1 parent 16ce385 commit 0cec639

File tree

2 files changed

+30
-25
lines changed

2 files changed

+30
-25
lines changed
-19 Bytes
Binary file not shown.

src/main/java/com/king/java/field/plugin/dialog/SettingFieldTypeDialog.form

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,26 @@
33
<grid id="cbd77" binding="contentPane" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
44
<margin top="10" left="10" bottom="10" right="10"/>
55
<constraints>
6-
<xy x="48" y="54" width="688" height="492"/>
6+
<xy x="48" y="54" width="543" height="445"/>
77
</constraints>
88
<properties>
9-
<minimumSize width="500" height="404"/>
10-
<preferredSize width="500" height="404"/>
9+
<minimumSize width="500" height="244"/>
10+
<preferredSize width="640" height="400"/>
1111
</properties>
1212
<border type="none"/>
1313
<children>
14-
<grid id="94766" layout-manager="GridLayoutManager" row-count="2" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
14+
<grid id="94766" layout-manager="GridLayoutManager" row-count="2" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
1515
<margin top="0" left="0" bottom="0" right="0"/>
1616
<constraints>
1717
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
1818
</constraints>
1919
<properties/>
2020
<border type="none"/>
2121
<children>
22-
<hspacer id="98af6">
23-
<constraints>
24-
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
25-
</constraints>
26-
</hspacer>
2722
<grid id="9538f" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="true" same-size-vertically="false" hgap="-1" vgap="-1">
2823
<margin top="0" left="0" bottom="0" right="0"/>
2924
<constraints>
30-
<grid row="1" column="2" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
25+
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="4" fill="2" indent="0" use-parent-layout="false"/>
3126
</constraints>
3227
<properties/>
3328
<border type="none"/>
@@ -50,23 +45,33 @@
5045
</component>
5146
</children>
5247
</grid>
53-
<component id="7a13b" class="javax.swing.JCheckBox" binding="cbArrayToList">
54-
<constraints>
55-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
56-
</constraints>
57-
<properties>
58-
<selected value="true"/>
59-
<text value="Array to List (T[] -&gt; List&lt;T&gt;)"/>
60-
</properties>
61-
</component>
62-
<component id="6385" class="javax.swing.JLabel">
48+
<grid id="d12db" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
49+
<margin top="0" left="0" bottom="0" right="0"/>
6350
<constraints>
64-
<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"/>
51+
<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"/>
6552
</constraints>
66-
<properties>
67-
<text value="Field Type:"/>
68-
</properties>
69-
</component>
53+
<properties/>
54+
<border type="none"/>
55+
<children>
56+
<component id="6385" class="javax.swing.JLabel">
57+
<constraints>
58+
<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"/>
59+
</constraints>
60+
<properties>
61+
<text value="Field Type:"/>
62+
</properties>
63+
</component>
64+
<component id="7a13b" class="javax.swing.JCheckBox" binding="cbArrayToList">
65+
<constraints>
66+
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
67+
</constraints>
68+
<properties>
69+
<selected value="true"/>
70+
<text value="Array to List (T[] -&gt; List&lt;T&gt;)"/>
71+
</properties>
72+
</component>
73+
</children>
74+
</grid>
7075
</children>
7176
</grid>
7277
<grid id="e3588" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">

0 commit comments

Comments
 (0)