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

« back to all changes in this revision

Viewing changes to form/src/org/netbeans/modules/form/editors/SpinnerEditorEditor.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">
 
4
  <NonVisualComponents>
 
5
    <Container class="javax.swing.JPanel" name="customizerPanel">
 
6
 
 
7
      <Layout>
 
8
        <DimensionLayout dim="0">
 
9
          <Group type="103" groupAlignment="0" attributes="0">
 
10
              <Group type="102" attributes="0">
 
11
                  <EmptySpace min="-2" max="-2" attributes="0"/>
 
12
                  <Group type="103" groupAlignment="0" attributes="0">
 
13
                      <Component id="typeLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
14
                      <Component id="formatLabel" alignment="0" min="-2" max="-2" attributes="0"/>
 
15
                  </Group>
 
16
                  <EmptySpace min="-2" max="-2" attributes="0"/>
 
17
                  <Group type="103" groupAlignment="0" attributes="0">
 
18
                      <Component id="typeCombo" pref="126" max="32767" attributes="2"/>
 
19
                      <Component id="formatField" alignment="0" max="32767" attributes="2"/>
 
20
                  </Group>
 
21
                  <EmptySpace min="-2" max="-2" attributes="0"/>
 
22
              </Group>
 
23
          </Group>
 
24
        </DimensionLayout>
 
25
        <DimensionLayout dim="1">
 
26
          <Group type="103" groupAlignment="0" attributes="0">
 
27
              <Group type="102" alignment="0" attributes="0">
 
28
                  <EmptySpace max="-2" attributes="0"/>
 
29
                  <Group type="103" groupAlignment="3" attributes="0">
 
30
                      <Component id="typeLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
31
                      <Component id="typeCombo" alignment="3" min="-2" max="-2" attributes="0"/>
 
32
                  </Group>
 
33
                  <EmptySpace max="-2" attributes="0"/>
 
34
                  <Group type="103" groupAlignment="3" attributes="0">
 
35
                      <Component id="formatLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
36
                      <Component id="formatField" alignment="3" min="-2" max="-2" attributes="0"/>
 
37
                  </Group>
 
38
                  <EmptySpace max="32767" attributes="0"/>
 
39
              </Group>
 
40
          </Group>
 
41
        </DimensionLayout>
 
42
      </Layout>
 
43
      <SubComponents>
 
44
        <Component class="javax.swing.JLabel" name="typeLabel">
 
45
          <Properties>
 
46
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
47
              <ResourceString bundle="org/netbeans/modules/form/editors/Bundle.properties" key="LBL_SpinnerEditorEditor_Type" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
48
            </Property>
 
49
          </Properties>
 
50
        </Component>
 
51
        <Component class="javax.swing.JComboBox" name="typeCombo">
 
52
          <Events>
 
53
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="typeComboActionPerformed"/>
 
54
          </Events>
 
55
        </Component>
 
56
        <Component class="javax.swing.JLabel" name="formatLabel">
 
57
          <Properties>
 
58
            <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
59
              <ResourceString bundle="org/netbeans/modules/form/editors/Bundle.properties" key="LBL_SpinnerEditorEditor_Format" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
60
            </Property>
 
61
          </Properties>
 
62
        </Component>
 
63
        <Component class="javax.swing.JTextField" name="formatField">
 
64
          <Properties>
 
65
            <Property name="columns" type="int" value="15"/>
 
66
          </Properties>
 
67
          <Events>
 
68
            <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="formatFieldFocusLost"/>
 
69
          </Events>
 
70
        </Component>
 
71
      </SubComponents>
 
72
    </Container>
 
73
  </NonVisualComponents>
 
74
  <AuxValues>
 
75
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
 
76
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
77
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
 
78
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
79
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
80
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
81
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
82
  </AuxValues>
 
83
</Form>