-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEditorTileMenu.form
More file actions
67 lines (67 loc) · 2.51 KB
/
EditorTileMenu.form
File metadata and controls
67 lines (67 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="EditorTileMenu">
<grid id="cbd77" binding="contentPane" custom-create="true" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints>
<xy x="48" y="54" width="10068" height="1010"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<grid id="e3588" binding="west" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints border-constraint="West"/>
<properties>
<minimumSize width="50" height="50"/>
</properties>
<border type="none"/>
<children/>
</grid>
<grid id="31bff" binding="south" layout-manager="FlowLayout" hgap="5" vgap="5" flow-align="1">
<constraints border-constraint="South"/>
<properties/>
<border type="none"/>
<children>
<component id="881e8" class="javax.swing.JButton" binding="btOk">
<constraints/>
<properties>
<horizontalTextPosition value="2"/>
<maximumSize width="300" height="50"/>
<minimumSize width="100" height="50"/>
<preferredSize width="100" height="50"/>
<text value="Bestaetigen"/>
</properties>
</component>
<component id="1452" class="javax.swing.JLabel" binding="selectedLabel">
<constraints/>
<properties>
<horizontalAlignment value="0"/>
<horizontalTextPosition value="2"/>
<maximumSize width="100" height="100"/>
<preferredSize width="50" height="50"/>
<text value=""/>
<verifyInputWhenFocusTarget value="false"/>
</properties>
</component>
</children>
</grid>
<grid id="18464" binding="north" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints border-constraint="North"/>
<properties/>
<border type="none"/>
<children/>
</grid>
<grid id="85c69" binding="center" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints border-constraint="Center"/>
<properties/>
<border type="none"/>
<children>
<tabbedpane id="83913" binding="tsTabPane">
<constraints border-constraint="Center"/>
<properties/>
<border type="none"/>
<children/>
</tabbedpane>
</children>
</grid>
</children>
</grid>
</form>