summaryrefslogtreecommitdiff
path: root/plugins/xpath/xpath-view/src/org/intellij/plugins/xpathView/search/ScopePanel.form
blob: ff5481019391b8f280e1f9194b09879cad7f85d8 (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="org.intellij.plugins.xpathView.search.ScopePanel">
  <grid id="27dc6" binding="myRoot" custom-create="true" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
    <margin top="0" left="0" bottom="0" right="0"/>
    <constraints>
      <xy x="20" y="20" width="519" height="184"/>
    </constraints>
    <properties/>
    <border type="none"/>
    <children>
      <grid id="958f8" layout-manager="GridLayoutManager" row-count="5" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="2" vgap="2">
        <margin top="0" left="0" bottom="0" right="0"/>
        <constraints>
          <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="3" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
        </constraints>
        <properties>
          <visible value="true"/>
        </properties>
        <clientProperties>
          <BorderFactoryClass class="java.lang.String" value="com.intellij.ui.IdeBorderFactory$PlainSmallWithIndent"/>
        </clientProperties>
        <border type="none" title="Scope"/>
        <children>
          <component id="fc054" class="javax.swing.JRadioButton" binding="myWholeProjectScope">
            <constraints>
              <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"/>
            </constraints>
            <properties>
              <margin top="0" left="3" bottom="0" right="3"/>
              <text value="&amp;Whole Project"/>
            </properties>
          </component>
          <component id="9b8af" class="javax.swing.JRadioButton" binding="myDirectoryScope">
            <constraints>
              <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"/>
            </constraints>
            <properties>
              <margin top="0" left="3" bottom="0" right="3"/>
              <text value="&amp;Directory:"/>
            </properties>
          </component>
          <component id="47ca7" class="javax.swing.JRadioButton" binding="myModuleScope">
            <constraints>
              <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"/>
            </constraints>
            <properties>
              <contentAreaFilled value="true"/>
              <margin top="0" left="3" bottom="0" right="3"/>
              <text value="M&amp;odule:"/>
              <verticalAlignment value="0"/>
              <verticalTextPosition value="0"/>
              <visible value="true"/>
            </properties>
          </component>
          <component id="6d296" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="myDirectory">
            <constraints>
              <grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
            </constraints>
            <properties/>
          </component>
          <component id="add6e" class="com.intellij.application.options.ModulesComboBox" binding="myModuleSelection">
            <constraints>
              <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
            </constraints>
            <properties/>
          </component>
          <component id="4bdd2" class="javax.swing.JRadioButton" binding="myCustomScope">
            <constraints>
              <grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
            </constraints>
            <properties>
              <text value="&amp;Custom:"/>
              <visible value="true"/>
            </properties>
          </component>
          <component id="3b398" class="com.intellij.ui.ComboboxWithBrowseButton" binding="myCustomScopeSelection" custom-create="true">
            <constraints>
              <grid row="4" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
            </constraints>
            <properties>
              <visible value="true"/>
            </properties>
          </component>
          <component id="31574" class="javax.swing.JCheckBox" binding="myRecursive">
            <constraints>
              <grid row="3" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="1" use-parent-layout="false"/>
            </constraints>
            <properties>
              <margin top="0" left="3" bottom="0" right="3"/>
              <text value="&amp;Recursively"/>
            </properties>
          </component>
        </children>
      </grid>
    </children>
  </grid>
  <buttonGroups>
    <group name="buttonGroup1">
      <member id="fc054"/>
      <member id="9b8af"/>
      <member id="47ca7"/>
      <member id="4bdd2"/>
    </group>
  </buttonGroups>
  <inspectionSuppressions>
    <suppress inspection="NoLabelFor" id="3b398"/>
    <suppress inspection="NoLabelFor" id="add6e"/>
    <suppress inspection="NoLabelFor" id="6d296"/>
  </inspectionSuppressions>
</form>