settings for icon gutters
[fedora-idea.git] / lang-impl / src / com / intellij / application / options / editor / CodeFoldingConfigurable.form
blobfa7f1e76a6a6063915cb914f9da1c0b0db860e6a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.application.options.editor.CodeFoldingConfigurable">
3 <grid id="27dc6" binding="myRootPanel" layout-manager="GridLayoutManager" row-count="4" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4 <margin top="4" left="4" bottom="0" right="0"/>
5 <constraints>
6 <xy x="20" y="20" width="500" height="400"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <component id="31732" class="javax.swing.JCheckBox" binding="myCbFolding">
12 <constraints>
13 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
14 </constraints>
15 <properties>
16 <selected value="true"/>
17 <text resource-bundle="messages/ApplicationBundle" key="checkbox.show.code.folding.outline"/>
18 </properties>
19 </component>
20 <hspacer id="93e91">
21 <constraints>
22 <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"/>
23 </constraints>
24 </hspacer>
25 <vspacer id="ca665">
26 <constraints>
27 <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
28 </constraints>
29 </vspacer>
30 <component id="d9211" class="javax.swing.JLabel">
31 <constraints>
32 <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"/>
33 </constraints>
34 <properties>
35 <text resource-bundle="messages/ApplicationBundle" key="label.collapse.by.default"/>
36 </properties>
37 </component>
38 <grid id="60632" binding="myFoldingPanel" layout-manager="GridBagLayout">
39 <constraints>
40 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="1" use-parent-layout="false"/>
41 </constraints>
42 <properties/>
43 <border type="none"/>
44 <children/>
45 </grid>
46 </children>
47 </grid>
48 </form>