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

Revision 231, 3.6 KB checked in by jdalbey, 8 years ago (diff)

Fix font problem in CADserver tabbed panels. Now uses Courier New correctly.

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      <Properties>
21        <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
22          <StringArray count="5">
23            <StringItem index="0" value="cad_simulator_config.properties"/>
24            <StringItem index="1" value="cad_simulator_media_config.properties"/>
25            <StringItem index="2" value="cad_simulator_paramics_config.properties"/>
26            <StringItem index="3" value="cad_simulator_smoketest_config.properties"/>
27            <StringItem index="4" value="traffic_model_config.properties"/>
28          </StringArray>
29        </Property>
30      </Properties>
31      <AuxValues>
32        <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
33      </AuxValues>
34      <Constraints>
35        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
36          <BorderConstraints direction="First"/>
37        </Constraint>
38      </Constraints>
39    </Component>
40    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
41      <AuxValues>
42        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
43      </AuxValues>
44      <Constraints>
45        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
46          <BorderConstraints direction="Center"/>
47        </Constraint>
48      </Constraints>
49
50      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
51      <SubComponents>
52        <Component class="javax.swing.JTextArea" name="view">
53          <Properties>
54            <Property name="columns" type="int" value="20"/>
55            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
56              <Font name="Courier New" size="15" style="0"/>
57            </Property>
58            <Property name="rows" type="int" value="5"/>
59          </Properties>
60        </Component>
61      </SubComponents>
62    </Container>
63  </SubComponents>
64</Form>
Note: See TracBrowser for help on using the repository browser.