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

Revision 1, 3.7 KB checked in by bmcguffin, 9 years ago (diff)

2017/07/18: Uploaded entire prototype to SVN repo.

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="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 pref="330" max="32767" attributes="0"/>
26                      <Component id="removeButton" min="-2" max="-2" attributes="0"/>
27                  </Group>
28              </Group>
29              <EmptySpace max="-2" attributes="0"/>
30          </Group>
31      </Group>
32    </DimensionLayout>
33    <DimensionLayout dim="1">
34      <Group type="103" groupAlignment="0" attributes="0">
35          <Group type="102" alignment="0" attributes="0">
36              <EmptySpace max="-2" attributes="0"/>
37              <Group type="103" groupAlignment="1" attributes="0">
38                  <Component id="removeButton" alignment="1" min="-2" max="-2" attributes="0"/>
39                  <Component id="jLabel1" alignment="1" min="-2" max="-2" attributes="0"/>
40              </Group>
41              <EmptySpace max="-2" attributes="0"/>
42              <Component id="jScrollPane1" pref="120" max="32767" attributes="0"/>
43              <EmptySpace max="-2" attributes="0"/>
44          </Group>
45      </Group>
46    </DimensionLayout>
47  </Layout>
48  <SubComponents>
49    <Component class="javax.swing.JButton" name="removeButton">
50      <Properties>
51        <Property name="text" type="java.lang.String" value="Remove"/>
52      </Properties>
53      <Events>
54        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="removeButtonremoveThisProperty"/>
55      </Events>
56    </Component>
57    <Component class="javax.swing.JLabel" name="jLabel1">
58      <Properties>
59        <Property name="text" type="java.lang.String" value="Cad Log Text"/>
60      </Properties>
61    </Component>
62    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
63      <AuxValues>
64        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
65      </AuxValues>
66
67      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
68      <SubComponents>
69        <Component class="javax.swing.JTextArea" name="CadTextField">
70          <Properties>
71            <Property name="columns" type="int" value="20"/>
72            <Property name="rows" type="int" value="5"/>
73          </Properties>
74        </Component>
75      </SubComponents>
76    </Container>
77  </SubComponents>
78</Form>
Note: See TracBrowser for help on using the repository browser.