summaryrefslogtreecommitdiff
path: root/java/debugger/impl/src/com/intellij/debugger/settings/ThreadsViewConfigurable.form
blob: 2eb90d92cf8d750452f13d1b57e7a525cc05c736 (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
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.debugger.settings.ThreadsViewConfigurable">
  <grid id="a2574" binding="myPanel" row-count="2" 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="126" y="76" width="271" height="203"/>
      <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3"/>
    </constraints>
    <properties/>
    <border type="none"/>
    <children>
      <grid id="4cb6d" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="0">
        <margin top="0" left="0" bottom="0" right="0"/>
        <constraints>
          <xy x="0" y="0" width="271" height="79"/>
          <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="1" fill="1"/>
        </constraints>
        <properties/>
        <border type="etched"/>
        <children>
          <component id="b8249" class="javax.swing.JCheckBox" binding="myShowGroupsCheckBox">
            <constraints>
              <xy x="2" y="2" width="140" height="27"/>
              <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
            </constraints>
            <properties>
              <margin top="5" left="2" bottom="2" right="2"/>
              <text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.thread.groups"/>
            </properties>
          </component>
          <component id="5bfe" class="javax.swing.JCheckBox" binding="myShowSyntheticsCheckBox">
            <constraints>
              <xy x="2" y="29" width="267" height="24"/>
              <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
            </constraints>
            <properties>
              <text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.stack.frames.for.synthetic.methods"/>
            </properties>
          </component>
          <component id="a7f8b" class="javax.swing.JCheckBox" binding="myShowCurrentThreadChechBox">
            <constraints>
              <xy x="2" y="53" width="206" height="24"/>
              <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
            </constraints>
            <properties>
              <text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.current.thread.on.top"/>
            </properties>
          </component>
        </children>
      </grid>
      <grid id="f4cba" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="0">
        <margin top="0" left="0" bottom="0" right="0"/>
        <constraints>
          <xy x="0" y="84" width="271" height="79"/>
          <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="1"/>
        </constraints>
        <properties/>
        <border type="etched"/>
        <children>
          <component id="4f5e9" class="javax.swing.JCheckBox" binding="myLineNumberCheckBox">
            <constraints>
              <xy x="2" y="2" width="128" height="27"/>
              <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
            </constraints>
            <properties>
              <margin top="5" left="2" bottom="2" right="2"/>
              <text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.line.number"/>
            </properties>
          </component>
          <component id="2fbc6" class="javax.swing.JCheckBox" binding="myClassNameCheckBox">
            <constraints>
              <xy x="2" y="29" width="123" height="24"/>
              <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
            </constraints>
            <properties>
              <text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.class.name"/>
            </properties>
          </component>
          <component id="b56d7" class="javax.swing.JCheckBox" binding="mySourceCheckBox">
            <constraints>
              <xy x="2" y="53" width="156" height="24"/>
              <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0"/>
            </constraints>
            <properties>
              <text resource-bundle="messages/DebuggerBundle" key="label.threads.view.configurable.show.source.file.name"/>
            </properties>
          </component>
        </children>
      </grid>
    </children>
  </grid>
</form>