~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to form/swingapp/src/org/netbeans/modules/swingapp/ProjectCustomizerPanel.form

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<Form version="1.3" maxVersion="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
 
6
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
7
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
 
8
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
9
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
10
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
11
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
12
  </AuxValues>
 
13
 
 
14
  <Layout>
 
15
    <DimensionLayout dim="0">
 
16
      <Group type="103" groupAlignment="0" attributes="0">
 
17
          <Group type="103" groupAlignment="0" attributes="0">
 
18
              <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
 
19
              <Group type="102" alignment="0" attributes="0">
 
20
                  <Group type="103" groupAlignment="0" attributes="0">
 
21
                      <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
 
22
                      <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
 
23
                      <Component id="jLabel4" alignment="0" min="-2" max="-2" attributes="0"/>
 
24
                  </Group>
 
25
                  <EmptySpace max="-2" attributes="0"/>
 
26
                  <Group type="103" groupAlignment="0" attributes="0">
 
27
                      <Component id="vendorIdTextField" pref="534" max="32767" attributes="0"/>
 
28
                      <Component id="appIdTextField" alignment="0" pref="534" max="32767" attributes="0"/>
 
29
                      <Component id="lafCombo" alignment="1" pref="534" max="32767" attributes="0"/>
 
30
                  </Group>
 
31
                  <EmptySpace max="-2" attributes="0"/>
 
32
                  <Component id="browseButton" min="-2" max="-2" attributes="0"/>
 
33
              </Group>
 
34
          </Group>
 
35
      </Group>
 
36
    </DimensionLayout>
 
37
    <DimensionLayout dim="1">
 
38
      <Group type="103" groupAlignment="0" attributes="0">
 
39
          <Group type="102" alignment="0" attributes="0">
 
40
              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
 
41
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
 
42
              <Group type="103" groupAlignment="3" attributes="0">
 
43
                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
 
44
                  <Component id="vendorIdTextField" alignment="3" min="-2" max="-2" attributes="0"/>
 
45
              </Group>
 
46
              <EmptySpace max="-2" attributes="0"/>
 
47
              <Group type="103" groupAlignment="3" attributes="0">
 
48
                  <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
 
49
                  <Component id="appIdTextField" alignment="3" min="-2" max="-2" attributes="0"/>
 
50
              </Group>
 
51
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
 
52
              <Group type="103" groupAlignment="3" attributes="0">
 
53
                  <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
 
54
                  <Component id="lafCombo" alignment="3" min="-2" max="-2" attributes="0"/>
 
55
                  <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
 
56
              </Group>
 
57
              <EmptySpace max="32767" attributes="0"/>
 
58
          </Group>
 
59
      </Group>
 
60
    </DimensionLayout>
 
61
  </Layout>
 
62
  <SubComponents>
 
63
    <Component class="javax.swing.JLabel" name="jLabel1">
 
64
      <Properties>
 
65
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
66
          <ResourceString bundle="org/netbeans/modules/swingapp/Bundle.properties" key="jLabel1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
67
        </Property>
 
68
      </Properties>
 
69
    </Component>
 
70
    <Component class="javax.swing.JLabel" name="jLabel2">
 
71
      <Properties>
 
72
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
73
          <ResourceString bundle="org/netbeans/modules/swingapp/Bundle.properties" key="jLabel2.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
74
        </Property>
 
75
      </Properties>
 
76
    </Component>
 
77
    <Component class="javax.swing.JLabel" name="jLabel3">
 
78
      <Properties>
 
79
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
80
          <ResourceString bundle="org/netbeans/modules/swingapp/Bundle.properties" key="jLabel3.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
81
        </Property>
 
82
      </Properties>
 
83
    </Component>
 
84
    <Component class="javax.swing.JLabel" name="jLabel4">
 
85
      <Properties>
 
86
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
87
          <ResourceString bundle="org/netbeans/modules/swingapp/Bundle.properties" key="jLabel4.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
88
        </Property>
 
89
      </Properties>
 
90
    </Component>
 
91
    <Component class="javax.swing.JTextField" name="vendorIdTextField">
 
92
      <Properties>
 
93
        <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
94
          <ResourceString bundle="org/netbeans/modules/swingapp/Bundle.properties" key="vendorIdTextField.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
95
        </Property>
 
96
      </Properties>
 
97
    </Component>
 
98
    <Component class="javax.swing.JTextField" name="appIdTextField">
 
99
      <Properties>
 
100
        <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
101
          <ResourceString bundle="org/netbeans/modules/swingapp/Bundle.properties" key="vendorIdTextField.toolTipText" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
102
        </Property>
 
103
      </Properties>
 
104
    </Component>
 
105
    <Component class="javax.swing.JComboBox" name="lafCombo">
 
106
      <Properties>
 
107
        <Property name="editable" type="boolean" value="true"/>
 
108
      </Properties>
 
109
    </Component>
 
110
    <Component class="javax.swing.JButton" name="browseButton">
 
111
      <Properties>
 
112
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
113
          <ResourceString bundle="org/netbeans/modules/swingapp/Bundle.properties" key="browseButton.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
114
        </Property>
 
115
      </Properties>
 
116
      <Events>
 
117
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="browseButtonActionPerformed"/>
 
118
      </Events>
 
119
    </Component>
 
120
  </SubComponents>
 
121
</Form>