source: tmcsimulator-scriptbuilder/branches/ScriptBuilder4/src/event/editor/MaintenanceRadioPanel.form @ 6

Revision 6, 3.0 KB checked in by jdalbey, 9 years ago (diff)

Add original prototype to branch

Line 
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="0" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="0" attributes="0">
22                  <Component id="jScrollPane1" alignment="0" pref="583" max="32767" attributes="0"/>
23                  <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
24              </Group>
25              <EmptySpace max="-2" attributes="0"/>
26          </Group>
27      </Group>
28    </DimensionLayout>
29    <DimensionLayout dim="1">
30      <Group type="103" groupAlignment="0" attributes="0">
31          <Group type="102" alignment="0" attributes="0">
32              <EmptySpace max="-2" attributes="0"/>
33              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
34              <EmptySpace max="-2" attributes="0"/>
35              <Component id="jScrollPane1" pref="95" max="32767" attributes="0"/>
36              <EmptySpace max="-2" attributes="0"/>
37          </Group>
38      </Group>
39    </DimensionLayout>
40  </Layout>
41  <SubComponents>
42    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
43      <AuxValues>
44        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
45      </AuxValues>
46
47      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
48      <SubComponents>
49        <Component class="javax.swing.JTextArea" name="jTextArea1">
50          <Properties>
51            <Property name="columns" type="int" value="20"/>
52            <Property name="rows" type="int" value="5"/>
53            <Property name="toolTipText" type="java.lang.String" value="The radio transmission"/>
54          </Properties>
55        </Component>
56      </SubComponents>
57    </Container>
58    <Component class="javax.swing.JLabel" name="jLabel1">
59      <Properties>
60        <Property name="text" type="java.lang.String" value="Transmission:"/>
61      </Properties>
62    </Component>
63  </SubComponents>
64</Form>
Note: See TracBrowser for help on using the repository browser.