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

« back to all changes in this revision

Viewing changes to openide/loaders/src/org/openide/loaders/NewObjectPanel.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.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <Properties>
 
5
    <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
6
      <Dimension value="[560, 520]"/>
 
7
    </Property>
 
8
  </Properties>
 
9
  <AuxValues>
 
10
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
11
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
 
12
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
13
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="1"/>
 
14
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
15
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
16
    <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/>
 
17
  </AuxValues>
 
18
 
 
19
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout">
 
20
    <Property name="verticalGap" type="int" value="8"/>
 
21
  </Layout>
 
22
  <SubComponents>
 
23
    <Container class="javax.swing.JPanel" name="namePanel">
 
24
      <Properties>
 
25
        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
 
26
          <Dimension value="[0, 0]"/>
 
27
        </Property>
 
28
      </Properties>
 
29
      <Constraints>
 
30
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
 
31
          <BorderConstraints direction="Center"/>
 
32
        </Constraint>
 
33
      </Constraints>
 
34
 
 
35
      <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
36
      <SubComponents>
 
37
        <Component class="javax.swing.JLabel" name="jLabel1">
 
38
          <Properties>
 
39
            <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
40
              <Connection component="newObjectName" type="bean"/>
 
41
            </Property>
 
42
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
43
              <ResourceString bundle="org/openide/loaders/Bundle.properties" key="CTL_NewObjectName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
44
            </Property>
 
45
          </Properties>
 
46
          <Constraints>
 
47
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
48
              <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="12" anchor="17" weightX="0.0" weightY="0.0"/>
 
49
            </Constraint>
 
50
          </Constraints>
 
51
        </Component>
 
52
        <Component class="javax.swing.JTextField" name="newObjectName">
 
53
          <Events>
 
54
            <EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="newObjectNameFocusGained"/>
 
55
          </Events>
 
56
          <AuxValues>
 
57
            <AuxValue name="JavaCodeGenerator_SerializeTo" type="java.lang.String" value="NewObjectPanel_newObjectName"/>
 
58
          </AuxValues>
 
59
          <Constraints>
 
60
            <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
61
              <GridBagConstraints gridX="1" gridY="0" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
 
62
            </Constraint>
 
63
          </Constraints>
 
64
        </Component>
 
65
      </SubComponents>
 
66
    </Container>
 
67
  </SubComponents>
 
68
</Form>