Warning: Can't use blame annotator:
svn blame failed on trunk/src/scriptbuilder/gui/panels/IncidentPaletteAddPanel.form: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/gui/panels/IncidentPaletteAddPanel.form @ 69

Revision 69, 6.4 KB checked in by bmcguffin, 9 years ago (diff)

Updated palette to describe number of incidents currently in script as well as listed in palette.

RevLine 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4  <Properties>
5    <Property name="cursor" type="java.awt.Cursor" editor="org.netbeans.modules.form.editors2.CursorEditor">
6      <Color id="Default Cursor"/>
7    </Property>
8    <Property name="enabled" type="boolean" value="false"/>
9    <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
10      <Dimension value="[524, 143]"/>
11    </Property>
12  </Properties>
13  <AuxValues>
14    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
15    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
16    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
17    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
18    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
19    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
20    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
21    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
22    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
23  </AuxValues>
24
25  <Layout>
26    <DimensionLayout dim="0">
27      <Group type="103" groupAlignment="0" attributes="0">
28          <Group type="102" alignment="1" attributes="0">
29              <EmptySpace max="-2" attributes="0"/>
30              <Group type="103" groupAlignment="0" max="-2" attributes="0">
31                  <Component id="labelIncidentLength" pref="164" max="32767" attributes="0"/>
32                  <Component id="labelIncidentTitle" alignment="0" max="32767" attributes="0"/>
33                  <Component id="labelIncidentEventCount" alignment="0" max="32767" attributes="0"/>
34              </Group>
35              <EmptySpace max="32767" attributes="0"/>
36              <Component id="jSeparator1" min="-2" pref="13" max="-2" attributes="0"/>
37              <EmptySpace max="-2" attributes="0"/>
38              <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
39              <EmptySpace max="-2" attributes="0"/>
40              <Group type="103" groupAlignment="0" max="-2" attributes="0">
41                  <Component id="txtIncidentStart" pref="73" max="32767" attributes="0"/>
42                  <Component id="btnAddIncident" pref="0" max="32767" attributes="0"/>
43              </Group>
44              <EmptySpace min="-2" max="-2" attributes="0"/>
45          </Group>
46      </Group>
47    </DimensionLayout>
48    <DimensionLayout dim="1">
49      <Group type="103" groupAlignment="0" attributes="0">
50          <Group type="102" alignment="1" attributes="0">
51              <EmptySpace max="-2" attributes="0"/>
52              <Group type="103" groupAlignment="1" attributes="0">
53                  <Component id="jSeparator1" alignment="0" max="32767" attributes="0"/>
54                  <Group type="102" alignment="0" attributes="0">
55                      <Component id="labelIncidentTitle" min="-2" pref="44" max="-2" attributes="0"/>
56                      <EmptySpace max="-2" attributes="0"/>
57                      <Component id="labelIncidentLength" min="-2" pref="42" max="-2" attributes="0"/>
58                      <EmptySpace max="-2" attributes="0"/>
59                      <Component id="labelIncidentEventCount" max="32767" attributes="0"/>
60                  </Group>
61                  <Component id="jScrollPane1" alignment="0" min="-2" pref="131" max="-2" attributes="0"/>
62                  <Group type="102" alignment="0" attributes="0">
63                      <Component id="btnAddIncident" min="-2" pref="81" max="-2" attributes="0"/>
64                      <EmptySpace min="-2" pref="15" max="-2" attributes="0"/>
65                      <Component id="txtIncidentStart" min="-2" max="-2" attributes="0"/>
66                  </Group>
67              </Group>
68              <EmptySpace max="-2" attributes="0"/>
69          </Group>
70      </Group>
71    </DimensionLayout>
72  </Layout>
73  <SubComponents>
74    <Component class="javax.swing.JLabel" name="labelIncidentTitle">
75    </Component>
76    <Component class="javax.swing.JSeparator" name="jSeparator1">
77      <Properties>
78        <Property name="orientation" type="int" value="1"/>
79      </Properties>
80    </Component>
81    <Component class="javax.swing.JButton" name="btnAddIncident">
82      <Properties>
83        <Property name="text" type="java.lang.String" value="Add"/>
84      </Properties>
85      <Events>
86        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddIncidentActionPerformed"/>
87      </Events>
88    </Component>
89    <Component class="javax.swing.JTextField" name="txtIncidentStart">
90      <Properties>
91        <Property name="text" type="java.lang.String" value="00:00:00"/>
92      </Properties>
93    </Component>
94    <Component class="javax.swing.JLabel" name="labelIncidentLength">
95    </Component>
96    <Component class="javax.swing.JLabel" name="labelIncidentEventCount">
97    </Component>
98    <Container class="javax.swing.JScrollPane" name="jScrollPane1">
99      <AuxValues>
100        <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
101      </AuxValues>
102
103      <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
104      <SubComponents>
105        <Component class="javax.swing.JTextArea" name="txtIncidentDescription">
106          <Properties>
107            <Property name="editable" type="boolean" value="false"/>
108            <Property name="columns" type="int" value="20"/>
109            <Property name="lineWrap" type="boolean" value="true"/>
110            <Property name="rows" type="int" value="5"/>
111            <Property name="toolTipText" type="java.lang.String" value=""/>
112            <Property name="wrapStyleWord" type="boolean" value="true"/>
113            <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
114              <Dimension value="[240, 80]"/>
115            </Property>
116            <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
117              <Dimension value="[240, 80]"/>
118            </Property>
119          </Properties>
120        </Component>
121      </SubComponents>
122    </Container>
123  </SubComponents>
124</Form>
Note: See TracBrowser for help on using the repository browser.