summaryrefslogtreecommitdiff
path: root/java/idea-ui/src/com/intellij/ide/projectWizard/ProjectTypeStep.form
blob: 61333a8ed4ecf7b954f0e9330bd87fba8b057822 (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
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.ide.projectWizard.ProjectTypeStep">
  <grid id="27dc6" binding="myPanel" 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>
      <xy x="20" y="20" width="500" height="400"/>
    </constraints>
    <properties/>
    <border type="none"/>
    <children>
      <grid id="7655c" 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>
          <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
        </constraints>
        <properties/>
        <clientProperties>
          <BorderFactoryClass class="java.lang.String" value="com.intellij.ui.IdeBorderFactory$PlainSmallWithoutIndent"/>
        </clientProperties>
        <border type="none"/>
        <children>
          <scrollpane id="19f6a" class="com.intellij.ui.components.JBScrollPane">
            <constraints>
              <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="0" anchor="0" fill="3" indent="0" use-parent-layout="false">
                <preferred-size width="200" height="-1"/>
              </grid>
            </constraints>
            <properties/>
            <border type="none"/>
            <children>
              <component id="5df9f" class="com.intellij.ui.components.JBList" binding="myProjectTypeList">
                <constraints/>
                <properties>
                  <selectionMode value="0"/>
                </properties>
              </component>
            </children>
          </scrollpane>
        </children>
      </grid>
      <grid id="22e59" layout-manager="BorderLayout" hgap="0" vgap="0">
        <constraints>
          <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
        </constraints>
        <properties/>
        <border type="none"/>
        <children>
          <grid id="9b063" binding="myHeaderPanel" layout-manager="GridBagLayout">
            <constraints border-constraint="North"/>
            <properties/>
            <border type="empty">
              <size top="5" left="5" bottom="5" right="5"/>
            </border>
            <children/>
          </grid>
          <grid id="ad16" binding="myOptionsPanel" layout-manager="CardLayout" hgap="0" vgap="0">
            <constraints border-constraint="Center"/>
            <properties/>
            <clientProperties>
              <BorderFactoryClass class="java.lang.String" value="com.intellij.ui.IdeBorderFactory$PlainSmallWithoutIndent"/>
            </clientProperties>
            <border type="none"/>
            <children>
              <grid id="27a92" layout-manager="BorderLayout" hgap="0" vgap="0">
                <constraints>
                  <card name="templates card"/>
                </constraints>
                <properties/>
                <border type="none"/>
                <children>
                  <nested-form id="b063c" form-file="com/intellij/ide/projectWizard/ProjectTemplateList.form" binding="myTemplatesList">
                    <constraints border-constraint="Center"/>
                  </nested-form>
                </children>
              </grid>
              <grid id="b50ee" binding="myFrameworksPanelPlaceholder" layout-manager="BorderLayout" hgap="0" vgap="0">
                <constraints>
                  <card name="frameworks card"/>
                </constraints>
                <properties/>
                <border type="none"/>
                <children>
                  <component id="916d9" class="com.intellij.ui.components.JBLabel" binding="myFrameworksLabel">
                    <constraints border-constraint="North"/>
                    <properties>
                      <text value="Additional Libraries and &amp;Frameworks:"/>
                    </properties>
                  </component>
                </children>
              </grid>
            </children>
          </grid>
        </children>
      </grid>
    </children>
  </grid>
</form>