/src/mpv5/ui/panels/HistoryPanel.form
Unknown | 251 lines | 245 code | 6 blank | 0 comment | 0 complexity | f596b42a1419cf69d98c1d91ab376648 MD5 | raw file
1<?xml version="1.1" encoding="UTF-8" ?> 2 3<Form version="1.4" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> 4 <Properties> 5 <Property name="name" type="java.lang.String" value="Form" noResource="true"/> 6 </Properties> 7 <AuxValues> 8 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> 9 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> 10 <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/> 11 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> 12 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 13 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> 14 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> 15 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 16 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 17 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> 18 </AuxValues> 19 20 <Layout> 21 <DimensionLayout dim="0"> 22 <Group type="103" groupAlignment="0" attributes="0"> 23 <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> 24 </Group> 25 </DimensionLayout> 26 <DimensionLayout dim="1"> 27 <Group type="103" groupAlignment="0" attributes="0"> 28 <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> 29 </Group> 30 </DimensionLayout> 31 </Layout> 32 <SubComponents> 33 <Container class="javax.swing.JPanel" name="jPanel1"> 34 <Properties> 35 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 36 <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 37 <TitledBorder title="Global History"> 38 <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jPanel1.border.title" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 39 </TitledBorder> 40 </Border> 41 </Property> 42 <Property name="name" type="java.lang.String" value="jPanel1" noResource="true"/> 43 </Properties> 44 45 <Layout> 46 <DimensionLayout dim="0"> 47 <Group type="103" groupAlignment="0" attributes="0"> 48 <Component id="jToolBar2" alignment="0" pref="606" max="32767" attributes="1"/> 49 <Component id="jToolBar1" alignment="0" pref="606" max="32767" attributes="1"/> 50 <Component id="jScrollPane1" alignment="0" pref="606" max="32767" attributes="0"/> 51 </Group> 52 </DimensionLayout> 53 <DimensionLayout dim="1"> 54 <Group type="103" groupAlignment="0" attributes="0"> 55 <Group type="102" alignment="0" attributes="0"> 56 <Component id="jToolBar2" min="-2" pref="25" max="-2" attributes="0"/> 57 <EmptySpace max="-2" attributes="0"/> 58 <Component id="jToolBar1" min="-2" pref="26" max="-2" attributes="0"/> 59 <EmptySpace max="-2" attributes="0"/> 60 <Component id="jScrollPane1" pref="258" max="32767" attributes="0"/> 61 </Group> 62 </Group> 63 </DimensionLayout> 64 </Layout> 65 <SubComponents> 66 <Container class="javax.swing.JToolBar" name="jToolBar1"> 67 <Properties> 68 <Property name="floatable" type="boolean" value="false"/> 69 <Property name="rollover" type="boolean" value="true"/> 70 <Property name="name" type="java.lang.String" value="jToolBar1" noResource="true"/> 71 </Properties> 72 73 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> 74 <SubComponents> 75 <Component class="javax.swing.JLabel" name="jLabel1"> 76 <Properties> 77 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 78 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jLabel1.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 79 </Property> 80 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 81 <Dimension value="[333, 20]"/> 82 </Property> 83 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 84 <Dimension value="[100, 20]"/> 85 </Property> 86 <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/> 87 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 88 <Dimension value="[120, 20]"/> 89 </Property> 90 </Properties> 91 </Component> 92 <Component class="javax.swing.JComboBox" name="users"> 93 <Properties> 94 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> 95 <StringArray count="0"/> 96 </Property> 97 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 98 <Dimension value="[333, 20]"/> 99 </Property> 100 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 101 <Dimension value="[100, 20]"/> 102 </Property> 103 <Property name="name" type="java.lang.String" value="users" noResource="true"/> 104 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 105 <Dimension value="[120, 20]"/> 106 </Property> 107 </Properties> 108 <Events> 109 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="usersActionPerformed"/> 110 </Events> 111 </Component> 112 <Component class="javax.swing.JLabel" name="jLabel2"> 113 <Properties> 114 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 115 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jLabel2.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 116 </Property> 117 <Property name="horizontalTextPosition" type="int" value="0"/> 118 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 119 <Dimension value="[333, 20]"/> 120 </Property> 121 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 122 <Dimension value="[100, 20]"/> 123 </Property> 124 <Property name="name" type="java.lang.String" value="jLabel2" noResource="true"/> 125 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 126 <Dimension value="[120, 20]"/> 127 </Property> 128 </Properties> 129 </Component> 130 <Component class="javax.swing.JComboBox" name="groups"> 131 <Properties> 132 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> 133 <StringArray count="0"/> 134 </Property> 135 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 136 <Dimension value="[333, 20]"/> 137 </Property> 138 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 139 <Dimension value="[100, 20]"/> 140 </Property> 141 <Property name="name" type="java.lang.String" value="groups" noResource="true"/> 142 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 143 <Dimension value="[120, 20]"/> 144 </Property> 145 </Properties> 146 <Events> 147 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="groupsActionPerformed"/> 148 </Events> 149 </Component> 150 <Component class="javax.swing.JToolBar$Separator" name="jSeparator6"> 151 <Properties> 152 <Property name="name" type="java.lang.String" value="jSeparator6" noResource="true"/> 153 </Properties> 154 </Component> 155 <Component class="javax.swing.JButton" name="jButton1"> 156 <Properties> 157 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 158 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jButton1.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 159 </Property> 160 <Property name="focusable" type="boolean" value="false"/> 161 <Property name="horizontalTextPosition" type="int" value="0"/> 162 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 163 <Dimension value="[333, 20]"/> 164 </Property> 165 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 166 <Dimension value="[100, 20]"/> 167 </Property> 168 <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/> 169 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 170 <Dimension value="[120, 20]"/> 171 </Property> 172 <Property name="verticalTextPosition" type="int" value="3"/> 173 </Properties> 174 <Events> 175 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> 176 </Events> 177 </Component> 178 <Component class="mpv5.ui.beans.PrinitingComboBox" name="prinitingComboBox1"> 179 <Properties> 180 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 181 <Dimension value="[333, 20]"/> 182 </Property> 183 <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 184 <Dimension value="[100, 20]"/> 185 </Property> 186 <Property name="name" type="java.lang.String" value="prinitingComboBox1" noResource="true"/> 187 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 188 <Dimension value="[120, 20]"/> 189 </Property> 190 </Properties> 191 </Component> 192 </SubComponents> 193 </Container> 194 <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 195 <Properties> 196 <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/> 197 </Properties> 198 <AuxValues> 199 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 200 </AuxValues> 201 202 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 203 <SubComponents> 204 <Component class="javax.swing.JTable" name="jTable1"> 205 <Properties> 206 <Property name="autoCreateRowSorter" type="boolean" value="true"/> 207 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 208 <Table columnCount="0" rowCount="4"/> 209 </Property> 210 <Property name="name" type="java.lang.String" value="jTable1" noResource="true"/> 211 </Properties> 212 <AuxValues> 213 <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new mpv5.ui.misc.MPTable(this) {
 public Component prepareRenderer(TableCellRenderer renderer,
 int rowIndex, int vColIndex) {
 Component c = super.prepareRenderer(renderer, rowIndex, vColIndex);
 if (c instanceof JComponent) {
 JComponent jc = (JComponent)c;
 jc.setToolTipText(String.valueOf(getValueAt(rowIndex, vColIndex)));
 }
 return c;
 }
 }"/> 214 </AuxValues> 215 </Component> 216 </SubComponents> 217 </Container> 218 <Container class="javax.swing.JToolBar" name="jToolBar2"> 219 <Properties> 220 <Property name="floatable" type="boolean" value="false"/> 221 <Property name="rollover" type="boolean" value="true"/> 222 <Property name="name" type="java.lang.String" value="jToolBar2" noResource="true"/> 223 </Properties> 224 225 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> 226 <SubComponents> 227 <Component class="javax.swing.JLabel" name="jLabel3"> 228 <Properties> 229 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 230 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="HistoryPanel.jLabel3.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 231 </Property> 232 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 233 <Dimension value="[333, 20]"/> 234 </Property> 235 <Property name="name" type="java.lang.String" value="jLabel3" noResource="true"/> 236 <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 237 <Dimension value="[100, 20]"/> 238 </Property> 239 </Properties> 240 </Component> 241 <Component class="mpv5.ui.beans.TimeframeChooser" name="timeframeChooser1"> 242 <Properties> 243 <Property name="name" type="java.lang.String" value="timeframeChooser1" noResource="true"/> 244 </Properties> 245 </Component> 246 </SubComponents> 247 </Container> 248 </SubComponents> 249 </Container> 250 </SubComponents> 251</Form>