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

« back to all changes in this revision

Viewing changes to editor/libsrc/org/netbeans/editor/ext/GotoDialogPanel.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="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
 
6
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
 
7
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
 
8
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="1"/>
 
9
    <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"/>
 
10
  </AuxValues>
 
11
 
 
12
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
13
  <SubComponents>
 
14
    <Component class="javax.swing.JLabel" name="gotoLabel">
 
15
      <Properties>
 
16
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
17
          <Connection code="gotoCombo" type="code"/>
 
18
        </Property>
 
19
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
 
20
          <ResourceString bundle="org/netbeans/editor/Bundle.properties" key="goto-line" replaceFormat="bundle.getString(&quot;{key}&quot;)"/>
 
21
        </Property>
 
22
      </Properties>
 
23
      <AuxValues>
 
24
        <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="gotoLabel.setDisplayedMnemonic(bundle.getString(&quot;goto-line-mnemonic&quot;).charAt(0));"/>
 
25
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
26
      </AuxValues>
 
27
      <Constraints>
 
28
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
29
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="12" insetsBottom="0" insetsRight="11" anchor="17" weightX="0.0" weightY="1.0"/>
 
30
        </Constraint>
 
31
      </Constraints>
 
32
    </Component>
 
33
    <Component class="javax.swing.JComboBox" name="gotoCombo">
 
34
      <Properties>
 
35
        <Property name="editable" type="boolean" value="true"/>
 
36
      </Properties>
 
37
      <AuxValues>
 
38
        <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value=""/>
 
39
        <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
 
40
      </AuxValues>
 
41
      <Constraints>
 
42
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
43
          <GridBagConstraints gridX="-1" gridY="-1" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="12" insetsLeft="0" insetsBottom="0" insetsRight="10" anchor="17" weightX="1.0" weightY="1.0"/>
 
44
        </Constraint>
 
45
      </Constraints>
 
46
    </Component>
 
47
  </SubComponents>
 
48
</Form>