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

« back to all changes in this revision

Viewing changes to autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/UpdateUnitProviderPanel.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.4" maxVersion="1.4" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
 
4
  <AuxValues>
 
5
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
6
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
 
7
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
8
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
9
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
10
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
11
  </AuxValues>
 
12
 
 
13
  <Layout>
 
14
    <DimensionLayout dim="0">
 
15
      <Group type="103" groupAlignment="0" attributes="0">
 
16
          <Group type="102" attributes="0">
 
17
              <EmptySpace max="-2" attributes="0"/>
 
18
              <Group type="103" groupAlignment="0" attributes="0">
 
19
                  <Component id="lName" alignment="0" min="-2" max="-2" attributes="0"/>
 
20
                  <Component id="lURL" alignment="0" min="-2" max="-2" attributes="0"/>
 
21
              </Group>
 
22
              <EmptySpace min="-2" pref="15" max="-2" attributes="0"/>
 
23
              <Group type="103" groupAlignment="0" attributes="0">
 
24
                  <Component id="tfURL" alignment="0" pref="474" max="32767" attributes="0"/>
 
25
                  <Component id="tfName" pref="474" max="32767" attributes="0"/>
 
26
                  <Component id="cbActive" alignment="0" min="-2" max="-2" attributes="0"/>
 
27
              </Group>
 
28
              <EmptySpace max="-2" attributes="0"/>
 
29
          </Group>
 
30
      </Group>
 
31
    </DimensionLayout>
 
32
    <DimensionLayout dim="1">
 
33
      <Group type="103" groupAlignment="0" attributes="0">
 
34
          <Group type="102" alignment="0" attributes="0">
 
35
              <EmptySpace max="-2" attributes="0"/>
 
36
              <Group type="103" groupAlignment="3" attributes="0">
 
37
                  <Component id="lName" alignment="3" min="-2" max="-2" attributes="0"/>
 
38
                  <Component id="tfName" alignment="3" min="-2" max="-2" attributes="0"/>
 
39
              </Group>
 
40
              <EmptySpace max="-2" attributes="0"/>
 
41
              <Component id="cbActive" min="-2" max="-2" attributes="0"/>
 
42
              <EmptySpace min="-2" pref="24" max="-2" attributes="0"/>
 
43
              <Group type="103" groupAlignment="3" attributes="0">
 
44
                  <Component id="lURL" alignment="3" min="-2" max="-2" attributes="0"/>
 
45
                  <Component id="tfURL" alignment="3" min="-2" max="-2" attributes="0"/>
 
46
              </Group>
 
47
              <EmptySpace pref="21" max="32767" attributes="0"/>
 
48
          </Group>
 
49
      </Group>
 
50
    </DimensionLayout>
 
51
  </Layout>
 
52
  <SubComponents>
 
53
    <Component class="javax.swing.JLabel" name="lName">
 
54
      <Properties>
 
55
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
56
          <ComponentRef name="tfName"/>
 
57
        </Property>
 
58
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
59
          <ResourceString bundle="org/netbeans/modules/autoupdate/ui/Bundle.properties" key="UpdateUnitProviderPanel.lName.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
60
        </Property>
 
61
      </Properties>
 
62
      <AccessibilityProperties>
 
63
        <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
64
          <ResourceString bundle="org/netbeans/modules/autoupdate/ui/Bundle.properties" key="UpdateUnitProviderPanel.lName.adesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
65
        </Property>
 
66
      </AccessibilityProperties>
 
67
      <AuxValues>
 
68
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
69
      </AuxValues>
 
70
    </Component>
 
71
    <Component class="javax.swing.JTextField" name="tfName">
 
72
    </Component>
 
73
    <Component class="javax.swing.JLabel" name="lURL">
 
74
      <Properties>
 
75
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
 
76
          <ComponentRef name="tfURL"/>
 
77
        </Property>
 
78
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
79
          <ResourceString bundle="org/netbeans/modules/autoupdate/ui/Bundle.properties" key="UpdateUnitProviderPanel.lURL.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
80
        </Property>
 
81
      </Properties>
 
82
      <AccessibilityProperties>
 
83
        <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
84
          <ResourceString bundle="org/netbeans/modules/autoupdate/ui/Bundle.properties" key="UpdateUnitProviderPanel.lURL.adesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
85
        </Property>
 
86
      </AccessibilityProperties>
 
87
      <AuxValues>
 
88
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
89
      </AuxValues>
 
90
    </Component>
 
91
    <Component class="javax.swing.JTextField" name="tfURL">
 
92
    </Component>
 
93
    <Component class="javax.swing.JCheckBox" name="cbActive">
 
94
      <Properties>
 
95
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
96
          <ResourceString bundle="org/netbeans/modules/autoupdate/ui/Bundle.properties" key="UpdateUnitProviderPanel.cbActive.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
97
        </Property>
 
98
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
99
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
100
            <EmptyBorder bottom="0" left="0" right="0" top="0"/>
 
101
          </Border>
 
102
        </Property>
 
103
      </Properties>
 
104
      <AccessibilityProperties>
 
105
        <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
106
          <ResourceString bundle="org/netbeans/modules/autoupdate/ui/Bundle.properties" key="UpdateUnitProviderPanel.cbActive.adesc" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
107
        </Property>
 
108
      </AccessibilityProperties>
 
109
      <AuxValues>
 
110
        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
111
      </AuxValues>
 
112
    </Component>
 
113
  </SubComponents>
 
114
</Form>