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

« back to all changes in this revision

Viewing changes to editor/src/org/netbeans/modules/editor/options/MacroInputPanel.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
  <Properties>
 
5
    <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
 
6
      <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo">
 
7
        <EmptyBorder bottom="11" left="12" right="11" top="12"/>
 
8
      </Border>
 
9
    </Property>
 
10
  </Properties>
 
11
  <AuxValues>
 
12
    <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"/>
 
13
  </AuxValues>
 
14
 
 
15
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
 
16
  <SubComponents>
 
17
    <Component class="javax.swing.JLabel" name="macroLabel">
 
18
      <Properties>
 
19
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
20
          <Connection component="macroField" type="bean"/>
 
21
        </Property>
 
22
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
23
          <Connection code="getBundleString( &quot;MIP_Macro&quot; )" type="code"/>
 
24
        </Property>
 
25
      </Properties>
 
26
      <Constraints>
 
27
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
28
          <GridBagConstraints gridX="0" gridY="0" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="12" anchor="17" weightX="0.0" weightY="0.0"/>
 
29
        </Constraint>
 
30
      </Constraints>
 
31
    </Component>
 
32
    <Component class="javax.swing.JTextField" name="macroField">
 
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="0" gridWidth="1" gridHeight="1" fill="2" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="5" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/>
 
36
        </Constraint>
 
37
      </Constraints>
 
38
    </Component>
 
39
    <Component class="javax.swing.JLabel" name="expandLabel">
 
40
      <Properties>
 
41
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
42
          <Connection component="expandTextArea" type="bean"/>
 
43
        </Property>
 
44
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
 
45
          <Connection code="getBundleString( &quot;MIP_Expand&quot; )" type="code"/>
 
46
        </Property>
 
47
      </Properties>
 
48
      <Constraints>
 
49
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
50
          <GridBagConstraints gridX="0" gridY="1" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="2" insetsLeft="0" insetsBottom="0" insetsRight="12" anchor="18" weightX="0.0" weightY="0.0"/>
 
51
        </Constraint>
 
52
      </Constraints>
 
53
    </Component>
 
54
    <Container class="javax.swing.JScrollPane" name="expandScrollPane">
 
55
      <Constraints>
 
56
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
 
57
          <GridBagConstraints gridX="1" gridY="1" gridWidth="1" gridHeight="2" fill="1" ipadX="0" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="1.0" weightY="1.0"/>
 
58
        </Constraint>
 
59
      </Constraints>
 
60
 
 
61
      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
 
62
      <SubComponents>
 
63
        <Component class="javax.swing.JTextArea" name="expandTextArea">
 
64
        </Component>
 
65
      </SubComponents>
 
66
    </Container>
 
67
  </SubComponents>
 
68
</Form>