source: tmcsimulator/trunk/src/tmcsim/cadsimulator/viewer/ConfigStatusTab.form @ 455

Revision 455, 2.9 KB checked in by jdalbey, 7 years ago (diff)

ConfigStatusTab? updated to fix @169.

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.9" 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="1"/>
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    <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,-97"/>
15  </AuxValues>
16
17  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
18  <SubComponents>
19    <Component class="javax.swing.JComboBox" name="selectMenu">
20      <AuxValues>
21        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
22      </AuxValues>
23      <Constraints>
24        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
25          <BorderConstraints direction="First"/>
26        </Constraint>
27      </Constraints>
28    </Component>
29    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
30      <AuxValues>
31        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
32      </AuxValues>
33      <Constraints>
34        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
35          <BorderConstraints direction="Center"/>
36        </Constraint>
37      </Constraints>
38
39      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
40      <SubComponents>
41        <Component class="javax.swing.JTextArea" name="view">
42          <Properties>
43            <Property name="columns" type="int" value="20"/>
44            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
45              <Font name="Courier New" size="15" style="0"/>
46            </Property>
47            <Property name="rows" type="int" value="5"/>
48          </Properties>
49        </Component>
50      </SubComponents>
51    </Container>
52  </SubComponents>
53</Form>
Note: See TracBrowser for help on using the repository browser.