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

« back to all changes in this revision

Viewing changes to xml/catalog/src/org/netbeans/modules/xml/catalog/impl/sun/CatalogCustomizer.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
  <AuxValues>
 
5
    <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"/>
 
6
  </AuxValues>
 
7
 
 
8
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
9
  <SubComponents>
 
10
    <Component class="javax.swing.JLabel" name="locationLabel">
 
11
      <Properties>
 
12
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
13
          <Connection code="locationTextField" type="code"/>
 
14
        </Property>
 
15
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
16
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="CatalogCustomizer.locationLabel.text" replaceFormat="Util.THIS.getString (&quot;{key}&quot;)"/>
 
17
        </Property>
 
18
      </Properties>
 
19
      <Constraints>
 
20
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
21
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
22
        </Constraint>
 
23
      </Constraints>
 
24
    </Component>
 
25
    <Component class="javax.swing.JTextField" name="locationTextField">
 
26
      <Properties>
 
27
        <Property name="columns" type="int" value="40"/>
 
28
      </Properties>
 
29
      <Events>
 
30
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="locationTextFieldActionPerformed"/>
 
31
        <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="locationTextFieldFocusLost"/>
 
32
      </Events>
 
33
      <Constraints>
 
34
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
35
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="12" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="0.0"/>
 
36
        </Constraint>
 
37
      </Constraints>
 
38
    </Component>
 
39
    <Component class="javax.swing.JButton" name="selectButton">
 
40
      <Properties>
 
41
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
42
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="PROP_choose_file" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
43
        </Property>
 
44
      </Properties>
 
45
      <Events>
 
46
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/>
 
47
      </Events>
 
48
      <Constraints>
 
49
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
50
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="12" insetsBottom="0" insetsRight="0" anchor="10" weightX="0.0" weightY="0.0"/>
 
51
        </Constraint>
 
52
      </Constraints>
 
53
    </Component>
 
54
    <Component class="javax.swing.JCheckBox" name="preferCheckBox">
 
55
      <Properties>
 
56
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
57
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="LBL_preference" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
58
        </Property>
 
59
        <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
60
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="HINT_pp" replaceFormat="Util.THIS.getString(&quot;{key}&quot;)"/>
 
61
        </Property>
 
62
      </Properties>
 
63
      <Events>
 
64
        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="preferCheckBoxStateChanged"/>
 
65
      </Events>
 
66
      <Constraints>
 
67
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
68
          <GridBagConstraints gridX="1" gridY="-1" gridWidth="0" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="0" insetsRight="11" anchor="18" weightX="0.0" weightY="0.0"/>
 
69
        </Constraint>
 
70
      </Constraints>
 
71
    </Component>
 
72
    <Component class="javax.swing.JTextArea" name="descTextArea">
 
73
      <Properties>
 
74
        <Property name="columns" type="int" value="40"/>
 
75
        <Property name="editable" type="boolean" value="false"/>
 
76
        <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
77
          <Connection code="javax.swing.UIManager.getFont (&quot;Label.font&quot;)" type="code"/>
 
78
        </Property>
 
79
        <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
 
80
          <Color blue="99" green="66" red="66" type="rgb"/>
 
81
        </Property>
 
82
        <Property name="lineWrap" type="boolean" value="true"/>
 
83
        <Property name="rows" type="int" value="4"/>
 
84
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
85
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="DESC_catalog_fmts" replaceFormat="Util.THIS.getString(&quot;{key}&quot;)"/>
 
86
        </Property>
 
87
        <Property name="wrapStyleWord" type="boolean" value="true"/>
 
88
        <Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
89
          <Connection code="javax.swing.UIManager.getColor (&quot;Label.foreground&quot;)" type="code"/>
 
90
        </Property>
 
91
        <Property name="enabled" type="boolean" value="false"/>
 
92
        <Property name="opaque" type="boolean" value="false"/>
 
93
      </Properties>
 
94
      <Constraints>
 
95
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
96
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="0" gridHeight="0" fill="1" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="10" weightX="1.0" weightY="1.0"/>
 
97
        </Constraint>
 
98
      </Constraints>
 
99
    </Component>
 
100
  </SubComponents>
 
101
</Form>