getIcon() in PsiViewerExtention
[fedora-idea.git] / java / java-impl / src / com / intellij / codeInspection / defaultFileTemplateUsage / InspectionOptions.form
blobe5fe15f0edde9dceabe4a7a2a7745fd34ff3b465
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.codeInspection.defaultFileTemplateUsage.InspectionOptions" layout-manager="GridLayoutManager">
3 <grid id="91cb4" binding="myPanel" row-count="4" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4 <margin top="0" left="0" bottom="0" right="0"/>
5 <constraints>
6 <xy x="76" y="81" width="347" height="114"/>
7 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3"/>
8 </constraints>
9 <properties>
10 <enabled value="true"/>
11 </properties>
12 <border type="none"/>
13 <children>
14 <component id="7d028" class="javax.swing.JCheckBox" binding="inspectFileHeader">
15 <constraints>
16 <xy x="2" y="2" width="291" height="25"/>
17 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0">
18 <preferred-size width="291" height="25"/>
19 </grid>
20 </constraints>
21 <properties>
22 <text resource-bundle="messages/InspectionsBundle" key="default.file.template.report.file.header"/>
23 </properties>
24 </component>
25 <component id="fbb42" class="javax.swing.JCheckBox" binding="inspectMethodBody">
26 <constraints>
27 <xy x="2" y="32" width="321" height="22"/>
28 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
29 </constraints>
30 <properties>
31 <text resource-bundle="messages/InspectionsBundle" key="default.file.template.report.method.body"/>
32 </properties>
33 </component>
34 <component id="478d" class="javax.swing.JCheckBox" binding="inspectCatchSection">
35 <constraints>
36 <xy x="2" y="59" width="343" height="22"/>
37 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
38 </constraints>
39 <properties>
40 <text resource-bundle="messages/InspectionsBundle" key="default.file.template.report.catch.section"/>
41 </properties>
42 </component>
43 <vspacer id="895aa">
44 <constraints>
45 <xy x="168" y="81" width="11" height="31"/>
46 <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2"/>
47 </constraints>
48 </vspacer>
49 </children>
50 </grid>
51 </form>