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

« back to all changes in this revision

Viewing changes to j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/PersistenceLibraryPanel.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" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
6
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
7
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
8
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
9
  </AuxValues>
 
10
 
 
11
  <Layout>
 
12
    <DimensionLayout dim="0">
 
13
      <Group type="103" groupAlignment="0" attributes="0">
 
14
          <Group type="102" alignment="1" attributes="0">
 
15
              <EmptySpace max="-2" attributes="0"/>
 
16
              <Group type="103" groupAlignment="1" attributes="0">
 
17
                  <Component id="tabbedPane" alignment="0" pref="376" max="32767" attributes="0"/>
 
18
                  <Group type="102" alignment="1" attributes="0">
 
19
                      <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
 
20
                      <EmptySpace max="-2" attributes="0"/>
 
21
                      <Component id="libraryNameTextField" pref="305" max="32767" attributes="0"/>
 
22
                  </Group>
 
23
                  <Component id="errorMessage" alignment="0" pref="376" max="32767" attributes="0"/>
 
24
              </Group>
 
25
              <EmptySpace max="-2" attributes="0"/>
 
26
          </Group>
 
27
      </Group>
 
28
    </DimensionLayout>
 
29
    <DimensionLayout dim="1">
 
30
      <Group type="103" groupAlignment="0" attributes="0">
 
31
          <Group type="102" alignment="0" attributes="0">
 
32
              <EmptySpace max="-2" attributes="0"/>
 
33
              <Group type="103" groupAlignment="3" attributes="0">
 
34
                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
 
35
                  <Component id="libraryNameTextField" alignment="3" min="-2" max="-2" attributes="0"/>
 
36
              </Group>
 
37
              <EmptySpace max="-2" attributes="0"/>
 
38
              <Component id="tabbedPane" pref="230" max="32767" attributes="0"/>
 
39
              <EmptySpace max="-2" attributes="0"/>
 
40
              <Component id="errorMessage" min="-2" max="-2" attributes="0"/>
 
41
              <EmptySpace max="-2" attributes="0"/>
 
42
          </Group>
 
43
      </Group>
 
44
    </DimensionLayout>
 
45
  </Layout>
 
46
  <SubComponents>
 
47
    <Component class="javax.swing.JLabel" name="jLabel1">
 
48
      <Properties>
 
49
        <Property name="displayedMnemonic" type="int" editor="org.netbeans.modules.i18n.form.FormI18nMnemonicEditor">
 
50
          <ResourceString bundle="org/netbeans/modules/j2ee/persistence/wizard/library/Bundle.properties" key="MNE_LibraryName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
51
        </Property>
 
52
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
53
          <ComponentRef name="libraryNameTextField"/>
 
54
        </Property>
 
55
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
56
          <ResourceString bundle="org/netbeans/modules/j2ee/persistence/wizard/library/Bundle.properties" key="LBL_LibraryName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
57
        </Property>
 
58
      </Properties>
 
59
    </Component>
 
60
    <Component class="javax.swing.JTextField" name="libraryNameTextField">
 
61
      <AccessibilityProperties>
 
62
        <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
63
          <ResourceString bundle="org/netbeans/modules/j2ee/persistence/wizard/library/Bundle.properties" key="LBL_LibraryName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
64
        </Property>
 
65
        <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
66
          <ResourceString bundle="org/netbeans/modules/j2ee/persistence/wizard/library/Bundle.properties" key="AD_LibraryName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
67
        </Property>
 
68
      </AccessibilityProperties>
 
69
    </Component>
 
70
    <Container class="javax.swing.JTabbedPane" name="tabbedPane">
 
71
 
 
72
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
 
73
    </Container>
 
74
    <Component class="javax.swing.JLabel" name="errorMessage">
 
75
      <Properties>
 
76
        <Property name="text" type="java.lang.String" value=" "/>
 
77
      </Properties>
 
78
    </Component>
 
79
  </SubComponents>
 
80
</Form>