/src/mpv5/ui/panels/ProductListsPanel.form
Unknown | 441 lines | 431 code | 10 blank | 0 comment | 0 complexity | 3485d77b6e3692790f503d2c57dc73f3 MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
1<?xml version="1.1" encoding="UTF-8" ?> 2 3<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> 4 <NonVisualComponents> 5 <Component class="javax.swing.ButtonGroup" name="buttonGroup1"> 6 </Component> 7 </NonVisualComponents> 8 <Properties> 9 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 10 <Color blue="db" green="cd" id="InternalFrame.inactiveTitleBackground" palette="3" red="bf" type="palette"/> 11 </Property> 12 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 13 <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> 14 <TitledBorder title="Product List"> 15 <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.border.title_1" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 16 </TitledBorder> 17 </Border> 18 </Property> 19 <Property name="name" type="java.lang.String" value="Form" noResource="true"/> 20 <Property name="opaque" type="boolean" value="false"/> 21 </Properties> 22 <AuxValues> 23 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> 24 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> 25 <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/> 26 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> 27 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 28 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> 29 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> 30 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 31 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 32 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> 33 <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,12,0,0,2,101"/> 34 </AuxValues> 35 36 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> 37 <SubComponents> 38 <Container class="javax.swing.JPanel" name="leftpane"> 39 <Properties> 40 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 41 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 42 <EtchetBorder/> 43 </Border> 44 </Property> 45 <Property name="name" type="java.lang.String" value="leftpane" noResource="true"/> 46 </Properties> 47 <Constraints> 48 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 49 <BorderConstraints direction="West"/> 50 </Constraint> 51 </Constraints> 52 53 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> 54 </Container> 55 <Container class="javax.swing.JPanel" name="rightpane"> 56 <Properties> 57 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 58 <Border info="org.netbeans.modules.form.compat2.border.EmptyBorderInfo"> 59 <EmptyBorder/> 60 </Border> 61 </Property> 62 <Property name="name" type="java.lang.String" value="rightpane" noResource="true"/> 63 </Properties> 64 <Constraints> 65 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 66 <BorderConstraints direction="Center"/> 67 </Constraint> 68 </Constraints> 69 70 <Layout> 71 <DimensionLayout dim="0"> 72 <Group type="103" groupAlignment="0" attributes="0"> 73 <Component id="jScrollPane1" alignment="0" pref="595" max="32767" attributes="0"/> 74 <Component id="jToolBar2" alignment="0" pref="595" max="32767" attributes="0"/> 75 <Component id="jPanel1" alignment="1" max="32767" attributes="2"/> 76 <Component id="jPanel4" alignment="0" max="32767" attributes="3"/> 77 </Group> 78 </DimensionLayout> 79 <DimensionLayout dim="1"> 80 <Group type="103" groupAlignment="0" attributes="0"> 81 <Group type="102" alignment="0" attributes="0"> 82 <Component id="jPanel1" min="-2" pref="105" max="-2" attributes="0"/> 83 <EmptySpace max="-2" attributes="0"/> 84 <Component id="jPanel4" max="32767" attributes="0"/> 85 <EmptySpace max="-2" attributes="0"/> 86 <Component id="jToolBar2" min="-2" pref="25" max="-2" attributes="0"/> 87 <EmptySpace max="-2" attributes="0"/> 88 <Component id="jScrollPane1" min="-2" pref="47" max="-2" attributes="1"/> 89 </Group> 90 </Group> 91 </DimensionLayout> 92 </Layout> 93 <SubComponents> 94 <Container class="javax.swing.JPanel" name="jPanel1"> 95 <Properties> 96 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 97 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 98 <EtchetBorder/> 99 </Border> 100 </Property> 101 <Property name="name" type="java.lang.String" value="jPanel1" noResource="true"/> 102 </Properties> 103 104 <Layout> 105 <DimensionLayout dim="0"> 106 <Group type="103" groupAlignment="0" attributes="0"> 107 <Group type="102" alignment="0" attributes="0"> 108 <EmptySpace max="-2" attributes="0"/> 109 <Group type="103" groupAlignment="0" max="-2" attributes="0"> 110 <Component id="groupnameselect" alignment="1" max="32767" attributes="1"/> 111 <Component id="listname" alignment="1" pref="264" max="32767" attributes="1"/> 112 <Group type="102" alignment="0" attributes="1"> 113 <Component id="jButton2" min="-2" max="-2" attributes="0"/> 114 <EmptySpace max="-2" attributes="0"/> 115 <Component id="jButton3" max="32767" attributes="0"/> 116 </Group> 117 </Group> 118 <EmptySpace pref="123" max="32767" attributes="0"/> 119 <Group type="103" groupAlignment="0" attributes="0"> 120 <Component id="prinitingComboBox1" alignment="1" min="-2" max="-2" attributes="0"/> 121 <Component id="addedby" alignment="1" min="-2" pref="97" max="-2" attributes="0"/> 122 </Group> 123 <EmptySpace max="-2" attributes="0"/> 124 </Group> 125 </Group> 126 </DimensionLayout> 127 <DimensionLayout dim="1"> 128 <Group type="103" groupAlignment="0" attributes="0"> 129 <Group type="102" alignment="0" attributes="0"> 130 <EmptySpace max="-2" attributes="0"/> 131 <Group type="103" groupAlignment="1" attributes="0"> 132 <Component id="jButton2" min="-2" max="-2" attributes="0"/> 133 <Component id="jButton3" min="-2" max="-2" attributes="0"/> 134 </Group> 135 <EmptySpace type="unrelated" max="-2" attributes="0"/> 136 <Group type="103" groupAlignment="0" attributes="0"> 137 <Group type="102" alignment="0" attributes="0"> 138 <Component id="listname" min="-2" max="-2" attributes="1"/> 139 <EmptySpace max="-2" attributes="0"/> 140 <Component id="groupnameselect" min="-2" max="-2" attributes="0"/> 141 </Group> 142 <Group type="102" alignment="0" attributes="0"> 143 <Component id="prinitingComboBox1" min="-2" max="-2" attributes="0"/> 144 <EmptySpace max="-2" attributes="0"/> 145 <Component id="addedby" min="-2" pref="19" max="-2" attributes="0"/> 146 </Group> 147 </Group> 148 <EmptySpace max="32767" attributes="0"/> 149 </Group> 150 </Group> 151 </DimensionLayout> 152 </Layout> 153 <SubComponents> 154 <Component class="mpv5.ui.beans.LabeledTextField" name="listname"> 155 <Properties> 156 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 157 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.listname._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 158 </Property> 159 <Property name="focusable" type="boolean" value="false"/> 160 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 161 <FontInfo relative="true"> 162 <Font component="listname" property="font" relativeSize="true" size="0"/> 163 </FontInfo> 164 </Property> 165 <Property name="name" type="java.lang.String" value="listname" noResource="true"/> 166 </Properties> 167 </Component> 168 <Component class="javax.swing.JLabel" name="addedby"> 169 <Properties> 170 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 171 <FontInfo relative="true"> 172 <Font component="addedby" property="font" relativeSize="true" size="0"/> 173 </FontInfo> 174 </Property> 175 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 176 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.addedby.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 177 </Property> 178 <Property name="toolTipText" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 179 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.addedby.toolTipText" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 180 </Property> 181 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 182 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 183 <EtchetBorder/> 184 </Border> 185 </Property> 186 <Property name="enabled" type="boolean" value="false"/> 187 <Property name="name" type="java.lang.String" value="addedby" noResource="true"/> 188 </Properties> 189 </Component> 190 <Component class="mpv5.ui.beans.PrinitingComboBox" name="prinitingComboBox1"> 191 <Properties> 192 <Property name="name" type="java.lang.String" value="prinitingComboBox1" noResource="true"/> 193 </Properties> 194 </Component> 195 <Component class="mpv5.ui.beans.LabeledCombobox" name="groupnameselect"> 196 <Properties> 197 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 198 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.groupnameselect._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 199 </Property> 200 <Property name="name" type="java.lang.String" value="groupnameselect" noResource="true"/> 201 </Properties> 202 </Component> 203 <Component class="javax.swing.JButton" name="jButton2"> 204 <Properties> 205 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 206 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.jButton2.text_1" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 207 </Property> 208 <Property name="focusable" type="boolean" value="false"/> 209 <Property name="horizontalTextPosition" type="int" value="0"/> 210 <Property name="name" type="java.lang.String" value="jButton2" noResource="true"/> 211 <Property name="verticalTextPosition" type="int" value="3"/> 212 </Properties> 213 <Events> 214 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/> 215 </Events> 216 </Component> 217 <Component class="javax.swing.JButton" name="jButton3"> 218 <Properties> 219 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 220 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.jButton3.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 221 </Property> 222 <Property name="focusable" type="boolean" value="false"/> 223 <Property name="horizontalTextPosition" type="int" value="0"/> 224 <Property name="name" type="java.lang.String" value="jButton3" noResource="true"/> 225 <Property name="verticalTextPosition" type="int" value="3"/> 226 </Properties> 227 <Events> 228 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/> 229 </Events> 230 </Component> 231 </SubComponents> 232 </Container> 233 <Container class="javax.swing.JPanel" name="jPanel4"> 234 <Properties> 235 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 236 <Color blue="cc" green="cc" red="cc" type="rgb"/> 237 </Property> 238 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 239 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 240 <EtchetBorder/> 241 </Border> 242 </Property> 243 <Property name="name" type="java.lang.String" value="jPanel4" noResource="true"/> 244 </Properties> 245 246 <Layout> 247 <DimensionLayout dim="0"> 248 <Group type="103" groupAlignment="0" attributes="0"> 249 <Component id="jScrollPane3" alignment="0" pref="591" max="32767" attributes="0"/> 250 </Group> 251 </DimensionLayout> 252 <DimensionLayout dim="1"> 253 <Group type="103" groupAlignment="0" attributes="0"> 254 <Component id="jScrollPane3" alignment="0" pref="36" max="32767" attributes="0"/> 255 </Group> 256 </DimensionLayout> 257 </Layout> 258 <SubComponents> 259 <Container class="javax.swing.JScrollPane" name="jScrollPane3"> 260 <Properties> 261 <Property name="name" type="java.lang.String" value="jScrollPane3" noResource="true"/> 262 </Properties> 263 <AuxValues> 264 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 265 </AuxValues> 266 267 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 268 <SubComponents> 269 <Component class="javax.swing.JTable" name="itemtable"> 270 <Properties> 271 <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> 272 <Table columnCount="0" rowCount="0"/> 273 </Property> 274 <Property name="cellSelectionEnabled" type="boolean" value="true"/> 275 <Property name="name" type="java.lang.String" value="itemtable" noResource="true"/> 276 <Property name="surrendersFocusOnKeystroke" type="boolean" value="true"/> 277 </Properties> 278 <Events> 279 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="itemtableMouseClicked"/> 280 </Events> 281 <AuxValues> 282 <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new JTable() {
 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;
 }
}"/> 283 </AuxValues> 284 </Component> 285 </SubComponents> 286 </Container> 287 </SubComponents> 288 </Container> 289 <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 290 <Properties> 291 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 292 <Border info="null"/> 293 </Property> 294 <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/> 295 </Properties> 296 <AuxValues> 297 <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> 298 </AuxValues> 299 300 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 301 <SubComponents> 302 <Component class="javax.swing.JTextPane" name="notes"> 303 <Properties> 304 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 305 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 306 <EtchetBorder/> 307 </Border> 308 </Property> 309 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 310 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.notes.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 311 </Property> 312 <Property name="name" type="java.lang.String" value="notes" noResource="true"/> 313 </Properties> 314 </Component> 315 </SubComponents> 316 </Container> 317 <Container class="javax.swing.JToolBar" name="jToolBar2"> 318 <Properties> 319 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 320 <Color blue="ff" green="ff" red="ff" type="rgb"/> 321 </Property> 322 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 323 <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> 324 <LineBorder roundedCorners="true"> 325 <Color PropertyName="color" blue="66" green="66" red="0" type="rgb"/> 326 </LineBorder> 327 </Border> 328 </Property> 329 <Property name="floatable" type="boolean" value="false"/> 330 <Property name="rollover" type="boolean" value="true"/> 331 <Property name="name" type="java.lang.String" value="jToolBar2" noResource="true"/> 332 </Properties> 333 334 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"/> 335 <SubComponents> 336 <Component class="mpv5.ui.beans.LabeledSpinner" name="calculator"> 337 <Properties> 338 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 339 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.calculator._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 340 </Property> 341 <Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 342 <Dimension value="[200, 20]"/> 343 </Property> 344 <Property name="name" type="java.lang.String" value="calculator" noResource="true"/> 345 </Properties> 346 </Component> 347 <Component class="javax.swing.JButton" name="jButton1"> 348 <Properties> 349 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 350 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.jButton1.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 351 </Property> 352 <Property name="focusable" type="boolean" value="false"/> 353 <Property name="horizontalTextPosition" type="int" value="0"/> 354 <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/> 355 <Property name="verticalTextPosition" type="int" value="3"/> 356 </Properties> 357 <Events> 358 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> 359 </Events> 360 </Component> 361 <Component class="javax.swing.JToolBar$Separator" name="jSeparator12"> 362 <Properties> 363 <Property name="name" type="java.lang.String" value="jSeparator12" noResource="true"/> 364 <Property name="separatorSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 365 <Dimension value="[15, 10]"/> 366 </Property> 367 </Properties> 368 </Component> 369 <Component class="mpv5.ui.beans.LabeledTextField" name="netvalue"> 370 <Properties> 371 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 372 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.netvalue._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 373 </Property> 374 <Property name="name" type="java.lang.String" value="netvalue" noResource="true"/> 375 </Properties> 376 </Component> 377 <Component class="javax.swing.JToolBar$Separator" name="jSeparator9"> 378 <Properties> 379 <Property name="name" type="java.lang.String" value="jSeparator9" noResource="true"/> 380 </Properties> 381 </Component> 382 <Component class="javax.swing.JToolBar$Separator" name="jSeparator6"> 383 <Properties> 384 <Property name="name" type="java.lang.String" value="jSeparator6" noResource="true"/> 385 <Property name="separatorSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 386 <Dimension value="[15, 10]"/> 387 </Property> 388 </Properties> 389 </Component> 390 <Component class="mpv5.ui.beans.LabeledTextField" name="taxvalue"> 391 <Properties> 392 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 393 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.taxvalue._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 394 </Property> 395 <Property name="name" type="java.lang.String" value="taxvalue" noResource="true"/> 396 </Properties> 397 </Component> 398 <Component class="javax.swing.JToolBar$Separator" name="jSeparator10"> 399 <Properties> 400 <Property name="name" type="java.lang.String" value="jSeparator10" noResource="true"/> 401 </Properties> 402 </Component> 403 <Component class="javax.swing.JToolBar$Separator" name="jSeparator5"> 404 <Properties> 405 <Property name="name" type="java.lang.String" value="jSeparator5" noResource="true"/> 406 <Property name="separatorSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> 407 <Dimension value="[15, 10]"/> 408 </Property> 409 </Properties> 410 </Component> 411 <Component class="mpv5.ui.beans.LabeledTextField" name="value"> 412 <Properties> 413 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 414 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ProductListsPanel.value._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 415 </Property> 416 <Property name="name" type="java.lang.String" value="value" noResource="true"/> 417 </Properties> 418 </Component> 419 </SubComponents> 420 </Container> 421 </SubComponents> 422 </Container> 423 <Container class="javax.swing.JPanel" name="toolbarpanetbp"> 424 <Properties> 425 <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> 426 <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> 427 <EtchetBorder/> 428 </Border> 429 </Property> 430 <Property name="name" type="java.lang.String" value="toolbarpanetbp" noResource="true"/> 431 </Properties> 432 <Constraints> 433 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 434 <BorderConstraints direction="North"/> 435 </Constraint> 436 </Constraints> 437 438 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> 439 </Container> 440 </SubComponents> 441</Form>