Changeset 183 in tmcsimulator for trunk/src/tmcsim/client/ATMSBatchViewer.form
- Timestamp:
- 10/28/2017 03:51:23 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/tmcsim/client/ATMSBatchViewer.form (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/client/ATMSBatchViewer.form
r168 r183 26 26 <Group type="103" groupAlignment="0" attributes="0"> 27 27 <Group type="102" alignment="0" attributes="0"> 28 <Group type="103" groupAlignment="1" max="-2" attributes="0"> 29 <Group type="102" alignment="0" attributes="0"> 30 <EmptySpace max="-2" attributes="0"/> 31 <Component id="jScrollPane1" min="-2" pref="211" max="-2" attributes="0"/> 32 <EmptySpace max="-2" attributes="0"/> 28 <EmptySpace min="-2" pref="1" max="-2" attributes="0"/> 29 <Group type="103" groupAlignment="0" max="-2" attributes="0"> 30 <Group type="102" attributes="0"> 31 <EmptySpace min="12" pref="12" max="-2" attributes="0"/> 33 32 <Component id="pnlIncidents" max="32767" attributes="0"/> 34 33 </Group> 35 34 <Component id="pnlEvents" min="-2" max="-2" attributes="0"/> 36 35 </Group> 37 <EmptySpace min="0" pref="2 7" max="32767" attributes="0"/>36 <EmptySpace min="0" pref="26" max="32767" attributes="0"/> 38 37 </Group> 39 38 </Group> … … 44 43 <Component id="pnlEvents" min="-2" max="-2" attributes="0"/> 45 44 <EmptySpace max="-2" attributes="0"/> 46 <Group type="103" groupAlignment="0" attributes="0"> 47 <Component id="pnlIncidents" max="32767" attributes="0"/> 48 <Group type="102" attributes="0"> 49 <Component id="jScrollPane1" min="-2" pref="179" max="-2" attributes="0"/> 50 <EmptySpace min="0" pref="0" max="32767" attributes="0"/> 51 </Group> 52 </Group> 45 <Component id="pnlIncidents" max="32767" attributes="0"/> 53 46 <EmptySpace max="-2" attributes="0"/> 54 47 </Group> … … 130 123 <Group type="103" groupAlignment="0" attributes="0"> 131 124 <Group type="102" attributes="0"> 132 <Component id="btnClear" min="-2" max="-2" attributes="0"/> 125 <Group type="103" groupAlignment="0" attributes="0"> 126 <Component id="btnClear" min="-2" max="-2" attributes="0"/> 127 <Component id="jScrollPane1" min="-2" pref="211" max="-2" attributes="0"/> 128 </Group> 133 129 <EmptySpace min="0" pref="0" max="32767" attributes="0"/> 134 130 </Group> … … 138 134 <Group type="103" groupAlignment="0" attributes="0"> 139 135 <Group type="102" alignment="1" attributes="0"> 140 <EmptySpace min="-2" pref="185" max="-2" attributes="0"/> 136 <EmptySpace max="-2" attributes="0"/> 137 <Component id="jScrollPane1" min="-2" pref="179" max="-2" attributes="0"/> 138 <EmptySpace max="-2" attributes="0"/> 141 139 <Component id="btnClear" min="-2" max="-2" attributes="0"/> 142 140 <EmptySpace max="32767" attributes="0"/> … … 146 144 </Layout> 147 145 <SubComponents> 146 <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 147 <AuxValues> 148 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 149 </AuxValues> 150 151 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 152 <SubComponents> 153 <Component class="javax.swing.JList" name="lstIncidents"> 154 <Properties> 155 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 156 <Font name="Noto Mono" size="15" style="0"/> 157 </Property> 158 <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor"> 159 <StringArray count="5"> 160 <StringItem index="0" value="Item 1"/> 161 <StringItem index="1" value="Item 2"/> 162 <StringItem index="2" value="Item 3"/> 163 <StringItem index="3" value="Item 4"/> 164 <StringItem index="4" value="Item 5"/> 165 </StringArray> 166 </Property> 167 <Property name="selectionMode" type="int" value="0"/> 168 </Properties> 169 <AuxValues> 170 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> 171 </AuxValues> 172 </Component> 173 </SubComponents> 174 </Container> 148 175 <Component class="javax.swing.JButton" name="btnClear"> 149 176 <Properties> … … 156 183 </SubComponents> 157 184 </Container> 158 <Container class="javax.swing.JScrollPane" name="jScrollPane1">159 <AuxValues>160 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>161 </AuxValues>162 163 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>164 <SubComponents>165 <Component class="javax.swing.JList" name="lstIncidents">166 <Properties>167 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">168 <Font name="Noto Mono" size="15" style="0"/>169 </Property>170 <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">171 <StringArray count="5">172 <StringItem index="0" value="Item 1"/>173 <StringItem index="1" value="Item 2"/>174 <StringItem index="2" value="Item 3"/>175 <StringItem index="3" value="Item 4"/>176 <StringItem index="4" value="Item 5"/>177 </StringArray>178 </Property>179 <Property name="selectionMode" type="int" value="0"/>180 </Properties>181 <AuxValues>182 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/>183 </AuxValues>184 </Component>185 </SubComponents>186 </Container>187 185 </SubComponents> 188 186 </Form>
Note: See TracChangeset
for help on using the changeset viewer.
