source: tmcsimulator/trunk/src/tmcsim/highwaymodel/GoogleMapAnimator.form @ 457

Revision 457, 3.0 KB checked in by jdalbey, 7 years ago (diff)

Source file re-org. Move files from obsolete atmsdriver package to highwaymodel package.

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  <Properties>
5    <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
6      <Dimension value="[151, 92]"/>
7    </Property>
8  </Properties>
9  <AuxValues>
10    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
11    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
12    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
13    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
14    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
15    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
16    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
17    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
18    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
19  </AuxValues>
20
21  <Layout>
22    <DimensionLayout dim="0">
23      <Group type="103" groupAlignment="0" attributes="0">
24          <Group type="102" alignment="1" attributes="0">
25              <Component id="scrollBar" min="-2" pref="24" max="-2" attributes="0"/>
26              <EmptySpace max="-2" attributes="0"/>
27              <Component id="jScrollPane1" pref="421" max="32767" attributes="0"/>
28          </Group>
29      </Group>
30    </DimensionLayout>
31    <DimensionLayout dim="1">
32      <Group type="103" groupAlignment="0" attributes="0">
33          <Component id="scrollBar" alignment="0" max="32767" attributes="0"/>
34          <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
35      </Group>
36    </DimensionLayout>
37  </Layout>
38  <SubComponents>
39    <Component class="javax.swing.JScrollBar" name="scrollBar">
40      <Events>
41        <EventHandler event="adjustmentValueChanged" listener="java.awt.event.AdjustmentListener" parameters="java.awt.event.AdjustmentEvent" handler="scrollbarValueChanged"/>
42      </Events>
43    </Component>
44    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
45      <AuxValues>
46        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
47      </AuxValues>
48
49      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
50      <SubComponents>
51        <Component class="javax.swing.JTextArea" name="txtDisplay">
52          <Properties>
53            <Property name="columns" type="int" value="20"/>
54            <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
55              <Font name="Courier New" size="15" style="0"/>
56            </Property>
57            <Property name="rows" type="int" value="5"/>
58          </Properties>
59        </Component>
60      </SubComponents>
61    </Container>
62  </SubComponents>
63</Form>
Note: See TracBrowser for help on using the repository browser.