Changeset 119 in tmcsimulator-scriptbuilder for trunk/src/event/editor/frame/Editor.form
- Timestamp:
- 09/13/2017 12:30:19 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/event/editor/frame/Editor.form (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/frame/Editor.form
r101 r119 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> 20 <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> 5 <Menu class="javax.swing.JMenuBar" name="editorMenuBar"> 21 6 <SubComponents> 22 <Menu class="javax.swing.JMenu" name=" jMenu1">7 <Menu class="javax.swing.JMenu" name="menuEvaluations"> 23 8 <Properties> 24 9 <Property name="text" type="java.lang.String" value="Evaluations"/> … … 112 97 </SubComponents> 113 98 </Menu> 114 <Menu class="javax.swing.JMenu" name=" JMenu2">99 <Menu class="javax.swing.JMenu" name="menuInstructor"> 115 100 <Properties> 116 101 <Property name="text" type="java.lang.String" value="Instructor Actions"/> … … 161 146 </SubComponents> 162 147 </Menu> 163 <Menu class="javax.swing.JMenu" name=" jMenu3">148 <Menu class="javax.swing.JMenu" name="menuAutoData"> 164 149 <Properties> 165 150 <Property name="text" type="java.lang.String" value="Automated Data"/> … … 267 252 </Properties> 268 253 <SyntheticProperties> 269 <SyntheticProperty name="menuBar" type="java.lang.String" value=" jMenuBar1"/>254 <SyntheticProperty name="menuBar" type="java.lang.String" value="editorMenuBar"/> 270 255 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 271 256 <SyntheticProperty name="generateCenter" type="boolean" value="false"/> … … 286 271 <DimensionLayout dim="0"> 287 272 <Group type="103" groupAlignment="0" attributes="0"> 288 <Component id=" jTabbedPane1" alignment="1" max="32767" attributes="0"/>273 <Component id="eventTabsPane" alignment="1" max="32767" attributes="0"/> 289 274 <Group type="102" alignment="0" attributes="0"> 290 275 <EmptySpace max="-2" attributes="0"/> 291 276 <Component id="txtEventStart" min="-2" max="-2" attributes="0"/> 292 277 <EmptySpace max="-2" attributes="0"/> 293 <Component id=" jPanel2" max="32767" attributes="0"/>278 <Component id="bottomFramePanel" max="32767" attributes="0"/> 294 279 <EmptySpace max="-2" attributes="0"/> 295 280 <Component id="btnRemoveCurrentEvent" min="-2" pref="226" max="-2" attributes="0"/> … … 302 287 <Group type="102" alignment="0" attributes="0"> 303 288 <EmptySpace max="-2" attributes="0"/> 304 <Component id=" jTabbedPane1" pref="534" max="32767" attributes="0"/>289 <Component id="eventTabsPane" pref="534" max="32767" attributes="0"/> 305 290 <EmptySpace max="-2" attributes="0"/> 306 291 <Group type="103" groupAlignment="0" attributes="0"> 307 <Component id=" jPanel2" min="-2" max="-2" attributes="0"/>292 <Component id="bottomFramePanel" min="-2" max="-2" attributes="0"/> 308 293 <Component id="txtEventStart" min="-2" max="-2" attributes="0"/> 309 294 <Component id="btnRemoveCurrentEvent" min="-2" max="-2" attributes="0"/> … … 314 299 </Layout> 315 300 <SubComponents> 316 <Container class="javax.swing.JTabbedPane" name=" jTabbedPane1">301 <Container class="javax.swing.JTabbedPane" name="eventTabsPane"> 317 302 318 303 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> 319 304 </Container> 320 <Container class="javax.swing.JPanel" name=" jPanel2">305 <Container class="javax.swing.JPanel" name="bottomFramePanel"> 321 306 322 307 <Layout>
Note: See TracChangeset
for help on using the changeset viewer.
