summaryrefslogtreecommitdiff
path: root/RegExpSupport/src/org/intellij/lang/regexp/intention/CheckRegExpForm.form
blob: 9029a33969fc884de7d79f4fcfa04e0144eff7f9 (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="org.intellij.lang.regexp.intention.CheckRegExpForm">
  <grid id="a29f0" binding="myRootPanel" custom-create="true" layout-manager="BorderLayout" hgap="0" vgap="0">
    <constraints>
      <xy x="20" y="20" width="376" height="134"/>
    </constraints>
    <properties/>
    <border type="empty">
      <size top="0" left="1" bottom="0" right="1"/>
    </border>
    <children>
      <grid id="c2a42" layout-manager="BorderLayout" hgap="0" vgap="0">
        <constraints border-constraint="Center"/>
        <properties/>
        <border type="none"/>
        <children>
          <grid id="a052" layout-manager="BorderLayout" hgap="0" vgap="0">
            <constraints border-constraint="Center"/>
            <properties/>
            <border type="empty">
              <size top="5" left="5" bottom="10" right="5"/>
            </border>
            <children>
              <grid id="b7b2b" layout-manager="BorderLayout" hgap="0" vgap="0">
                <constraints border-constraint="North"/>
                <properties/>
                <border type="none"/>
                <children>
                  <component id="d8697" class="com.intellij.ui.EditorTextField" binding="myRegExp" custom-create="true">
                    <constraints border-constraint="Center"/>
                    <properties/>
                  </component>
                  <component id="b01c9" class="javax.swing.JLabel">
                    <constraints border-constraint="West"/>
                    <properties>
                      <alignmentX value="1.0"/>
                      <preferredSize width="55" height="16"/>
                      <text value="RegExp:"/>
                    </properties>
                  </component>
                </children>
              </grid>
              <grid id="aab68" layout-manager="BorderLayout" hgap="0" vgap="0">
                <constraints border-constraint="Center"/>
                <properties/>
                <border type="none"/>
                <children>
                  <component id="47807" class="com.intellij.ui.EditorTextField" binding="mySampleText" custom-create="true">
                    <constraints border-constraint="Center"/>
                    <properties/>
                  </component>
                  <component id="ec7ec" class="javax.swing.JLabel">
                    <constraints border-constraint="West"/>
                    <properties>
                      <alignmentX value="1.0"/>
                      <alignmentY value="0.0"/>
                      <preferredSize width="55" height="16"/>
                      <text value="Sample:"/>
                    </properties>
                  </component>
                </children>
              </grid>
            </children>
          </grid>
          <grid id="fff6d" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
            <margin top="0" left="0" bottom="0" right="0"/>
            <constraints border-constraint="South"/>
            <properties/>
            <border type="none"/>
            <children>
              <component id="5de69" class="com.intellij.ui.components.JBLabel" binding="myMessage">
                <constraints>
                  <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
                </constraints>
                <properties>
                  <alignmentX value="0.5"/>
                  <componentStyle value="SMALL"/>
                  <text value="Red means I can't hear you!"/>
                </properties>
              </component>
              <hspacer id="c8c90">
                <constraints>
                  <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
                </constraints>
              </hspacer>
            </children>
          </grid>
        </children>
      </grid>
    </children>
  </grid>
</form>