Changeset 89 in tmcsimulator-scriptbuilder for trunk/src/event/editor/Editor.form
- Timestamp:
- 08/28/2017 01:38:15 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/Editor.form (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/Editor.form
r1 r89 3 3 <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> 4 4 <NonVisualComponents> 5 <Container class="javax.swing.JPanel" name="jPanel1"> 6 7 <Layout> 8 <DimensionLayout dim="0"> 9 <Group type="103" groupAlignment="0" attributes="0"> 10 <EmptySpace min="0" pref="100" max="32767" attributes="0"/> 11 </Group> 12 </DimensionLayout> 13 <DimensionLayout dim="1"> 14 <Group type="103" groupAlignment="0" attributes="0"> 15 <EmptySpace min="0" pref="100" max="32767" attributes="0"/> 16 </Group> 17 </DimensionLayout> 18 </Layout> 19 </Container> 5 20 <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> 6 21 <SubComponents> … … 271 286 <DimensionLayout dim="0"> 272 287 <Group type="103" groupAlignment="0" attributes="0"> 273 <Group type="102" alignment="0" attributes="0"> 274 <EmptySpace max="-2" attributes="0"/> 275 <Component id="jTabbedPane1" pref="921" max="32767" attributes="0"/> 276 <EmptySpace max="-2" attributes="0"/> 277 </Group> 288 <Component id="jTabbedPane1" alignment="1" max="32767" attributes="0"/> 289 <Component id="jPanel2" alignment="0" max="32767" attributes="0"/> 278 290 </Group> 279 291 </DimensionLayout> … … 282 294 <Group type="102" alignment="0" attributes="0"> 283 295 <EmptySpace max="-2" attributes="0"/> 284 <Component id="jTabbedPane1" pref="5 80" max="32767" attributes="0"/>296 <Component id="jTabbedPane1" pref="539" max="32767" attributes="0"/> 285 297 <EmptySpace max="-2" attributes="0"/> 298 <Component id="jPanel2" min="-2" max="-2" attributes="0"/> 286 299 </Group> 287 300 </Group> … … 293 306 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> 294 307 </Container> 308 <Container class="javax.swing.JPanel" name="jPanel2"> 309 310 <Layout> 311 <DimensionLayout dim="0"> 312 <Group type="103" groupAlignment="0" attributes="0"> 313 <Group type="102" alignment="1" attributes="0"> 314 <EmptySpace pref="701" max="32767" attributes="0"/> 315 <Component id="btnRemoveCurrentEvent" min="-2" pref="226" max="-2" attributes="0"/> 316 <EmptySpace max="-2" attributes="0"/> 317 </Group> 318 </Group> 319 </DimensionLayout> 320 <DimensionLayout dim="1"> 321 <Group type="103" groupAlignment="0" attributes="0"> 322 <Component id="btnRemoveCurrentEvent" min="-2" max="-2" attributes="0"/> 323 </Group> 324 </DimensionLayout> 325 </Layout> 326 <SubComponents> 327 <Component class="javax.swing.JButton" name="btnRemoveCurrentEvent"> 328 <Properties> 329 <Property name="text" type="java.lang.String" value="Remove This Event"/> 330 </Properties> 331 <Events> 332 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnRemoveCurrentEventActionPerformed"/> 333 </Events> 334 </Component> 335 </SubComponents> 336 </Container> 295 337 </SubComponents> 296 338 </Form>
Note: See TracChangeset
for help on using the changeset viewer.
