Warning: Can't use blame annotator:
svn blame failed on trunk/src/event/editor/CADLogPanel.form: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator-scriptbuilder/trunk/src/event/editor/CADLogPanel.form @ 92

Revision 92, 3.1 KB checked in by bmcguffin, 9 years ago (diff)

Removed superfluous "Remove" buttons on several panels.

Removed interface "RemovablePanel?" as it was no longer necessary or useful; removed related methods from classes implementing it.

RevLine 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4  <AuxValues>
5    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
6    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
7    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
8    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
9    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
10    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
11    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
12    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
13    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
14  </AuxValues>
15
16  <Layout>
17    <DimensionLayout dim="0">
18      <Group type="103" groupAlignment="0" attributes="0">
19          <Group type="102" alignment="1" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="1" attributes="0">
22                  <Component id="jScrollPane1" alignment="0" pref="506" max="32767" attributes="0"/>
23                  <Group type="102" alignment="1" attributes="0">
24                      <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
25                      <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
26                  </Group>
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 min="-2" pref="19" max="-2" attributes="0"/>
36              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
37              <EmptySpace max="-2" attributes="0"/>
38              <Component id="jScrollPane1" pref="120" max="32767" attributes="0"/>
39              <EmptySpace max="-2" attributes="0"/>
40          </Group>
41      </Group>
42    </DimensionLayout>
43  </Layout>
44  <SubComponents>
45    <Component class="javax.swing.JLabel" name="jLabel1">
46      <Properties>
47        <Property name="text" type="java.lang.String" value="Cad Log Text"/>
48      </Properties>
49    </Component>
50    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
51      <AuxValues>
52        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
53      </AuxValues>
54
55      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
56      <SubComponents>
57        <Component class="javax.swing.JTextArea" name="CadTextField">
58          <Properties>
59            <Property name="columns" type="int" value="20"/>
60            <Property name="rows" type="int" value="5"/>
61          </Properties>
62        </Component>
63      </SubComponents>
64    </Container>
65  </SubComponents>
66</Form>
Note: See TracBrowser for help on using the repository browser.