Changeset 190 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form
- Timestamp:
- 01/20/2020 06:28:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/IncidentPaletteFrame.form
r127 r190 2 2 3 3 <Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> 4 <Properties> 5 <Property name="title" type="java.lang.String" value="Incident Palette"/> 6 </Properties> 4 7 <SyntheticProperties> 5 8 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> … … 51 54 <DimensionLayout dim="0"> 52 55 <Group type="103" groupAlignment="0" attributes="0"> 53 <Group type="102" alignment="1" attributes="0"> 54 <EmptySpace max="-2" attributes="0"/> 55 <Component id="txtSearchFilter" max="32767" attributes="0"/> 56 <EmptySpace max="-2" attributes="0"/> 57 <Component id="btnCreateIncident" min="-2" pref="123" max="-2" attributes="0"/> 58 <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> 56 <Group type="102" alignment="0" attributes="0"> 57 <EmptySpace max="-2" attributes="0"/> 58 <Component id="btnCreateIncident" min="-2" max="-2" attributes="0"/> 59 <EmptySpace max="32767" attributes="0"/> 59 60 </Group> 60 61 </Group> … … 64 65 <Group type="102" attributes="0"> 65 66 <EmptySpace max="-2" attributes="0"/> 66 <Group type="103" groupAlignment="3" attributes="0"> 67 <Component id="txtSearchFilter" alignment="3" min="-2" max="-2" attributes="0"/> 68 <Component id="btnCreateIncident" alignment="3" min="-2" max="-2" attributes="0"/> 69 </Group> 67 <Component id="btnCreateIncident" min="-2" max="-2" attributes="0"/> 70 68 <EmptySpace max="32767" attributes="0"/> 71 69 </Group> … … 76 74 <Component class="javax.swing.JButton" name="btnCreateIncident"> 77 75 <Properties> 78 <Property name="text" type="java.lang.String" value="Create New ..."/>76 <Property name="text" type="java.lang.String" value="Create New Incident..."/> 79 77 </Properties> 80 78 <Events> 81 79 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCreateIncidentActionPerformed"/> 82 </Events>83 </Component>84 <Component class="javax.swing.JTextField" name="txtSearchFilter">85 <Events>86 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtSearchFilterActionPerformed"/>87 80 </Events> 88 81 </Component>
Note: See TracChangeset
for help on using the changeset viewer.
