~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/PhpVersionPanel.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
              <Component id="myLabel" min="-2" max="-2" attributes="0"/>
 
19
              <EmptySpace max="-2" attributes="0"/>
 
20
              <Component id="myVersion" min="-2" max="-2" attributes="0"/>
 
21
              <EmptySpace pref="78" max="32767" 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="myLabel" alignment="3" min="-2" max="-2" attributes="0"/>
 
31
                  <Component id="myVersion" alignment="3" min="-2" max="-2" attributes="0"/>
 
32
              </Group>
 
33
              <EmptySpace max="32767" attributes="0"/>
 
34
          </Group>
 
35
      </Group>
 
36
    </DimensionLayout>
 
37
  </Layout>
 
38
  <SubComponents>
 
39
    <Component class="javax.swing.JComboBox" name="myVersion">
 
40
      <Properties>
 
41
        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
 
42
          <StringArray count="0"/>
 
43
        </Property>
 
44
      </Properties>
 
45
    </Component>
 
46
    <Component class="javax.swing.JLabel" name="myLabel">
 
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_ChooseVersion" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
 
50
        </Property>
 
51
      </Properties>
 
52
    </Component>
 
53
  </SubComponents>
 
54
</Form>