~ubuntu-branches/ubuntu/trusty/netbeans/trusty

« back to all changes in this revision

Viewing changes to scripting/php/webproject/src/org/netbeans/modules/php/project/wizards/HostPanelVisual.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_autoResourcing" type="java.lang.Integer" value="1"/>
 
6
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
 
7
    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
 
8
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
 
9
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
10
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
11
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
 
12
  </AuxValues>
 
13
 
 
14
  <Layout>
 
15
    <DimensionLayout dim="0">
 
16
      <Group type="103" groupAlignment="0" attributes="0">
 
17
          <Group type="102" alignment="0" attributes="0">
 
18
              <Group type="103" groupAlignment="0" attributes="0">
 
19
                  <Component id="myUseHost" pref="377" max="32767" attributes="0"/>
 
20
                  <Group type="102" alignment="0" attributes="0">
 
21
                      <Component id="hostNameLabel" min="-2" max="-2" attributes="0"/>
 
22
                      <EmptySpace max="-2" attributes="0"/>
 
23
                      <Component id="myHostName" pref="317" max="32767" attributes="0"/>
 
24
                  </Group>
 
25
              </Group>
 
26
              <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
 
27
          </Group>
 
28
      </Group>
 
29
    </DimensionLayout>
 
30
    <DimensionLayout dim="1">
 
31
      <Group type="103" groupAlignment="0" attributes="0">
 
32
          <Group type="102" alignment="0" attributes="0">
 
33
              <EmptySpace max="-2" attributes="0"/>
 
34
              <Component id="myUseHost" min="-2" max="-2" attributes="0"/>
 
35
              <EmptySpace max="-2" attributes="0"/>
 
36
              <Group type="103" groupAlignment="3" attributes="0">
 
37
                  <Component id="hostNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
38
                  <Component id="myHostName" alignment="3" min="-2" max="-2" attributes="0"/>
 
39
              </Group>
 
40
              <EmptySpace max="32767" attributes="0"/>
 
41
          </Group>
 
42
      </Group>
 
43
    </DimensionLayout>
 
44
  </Layout>
 
45
  <SubComponents>
 
46
    <Component class="javax.swing.JLabel" name="hostNameLabel">
 
47
      <Properties>
 
48
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
49
          <ResourceString bundle="org/netbeans/modules/php/project/wizards/Bundle.properties" key="LBL_HotsName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
 
50
        </Property>
 
51
      </Properties>
 
52
      <AccessibilityProperties>
 
53
        <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
54
          <ResourceString bundle="org/netbeans/modules/php/project/wizards/Bundle.properties" key="A11_HostNameLbl" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
55
        </Property>
 
56
      </AccessibilityProperties>
 
57
    </Component>
 
58
    <Component class="javax.swing.JComboBox" name="myHostName">
 
59
      <AccessibilityProperties>
 
60
        <Property name="AccessibleContext.accessibleDescription" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
61
          <ResourceString bundle="org/netbeans/modules/php/project/wizards/Bundle.properties" key="A11_HostName" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
62
        </Property>
 
63
      </AccessibilityProperties>
 
64
      <Events>
 
65
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="hostSelected"/>
 
66
      </Events>
 
67
    </Component>
 
68
    <Component class="javax.swing.JCheckBox" name="myUseHost">
 
69
      <Properties>
 
70
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
71
          <ResourceString bundle="org/netbeans/modules/php/project/wizards/Bundle.properties" key="LBL_UseHost" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
72
        </Property>
 
73
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
74
          <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
75
            <EmptyBorder bottom="0" left="0" right="0" top="0"/>
 
76
          </Border>
 
77
        </Property>
 
78
        <Property name="margin" type="java.awt.Insets" editor="org.netbeans.beaninfo.editors.InsetsEditor">
 
79
          <Insets value="[0, 0, 0, 0]"/>
 
80
        </Property>
 
81
      </Properties>
 
82
      <AccessibilityProperties>
 
83
        <Property name="AccessibleContext.accessibleName" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
84
          <ResourceString bundle="org/netbeans/modules/php/project/wizards/Bundle.properties" key="A11_UseHostLbl" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
85
        </Property>
 
86
      </AccessibilityProperties>
 
87
      <Events>
 
88
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="myUseHostActionPerformed"/>
 
89
      </Events>
 
90
    </Component>
 
91
  </SubComponents>
 
92
</Form>