/src/mpv5/ui/dialogs/subcomponents/ItemTextAreaDialog.form
Unknown | 119 lines | 116 code | 3 blank | 0 comment | 0 complexity | 1c1a15b63fb9fdc6d0b5ceb085f2488b 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.JDialogFormInfo"> 4 <Properties> 5 <Property name="defaultCloseOperation" type="int" value="2"/> 6 <Property name="name" type="java.lang.String" value="Form" noResource="true"/> 7 </Properties> 8 <SyntheticProperties> 9 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 10 </SyntheticProperties> 11 <AuxValues> 12 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> 13 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> 14 <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/> 15 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> 16 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 17 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> 18 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> 19 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 20 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 21 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> 22 </AuxValues> 23 24 <Layout> 25 <DimensionLayout dim="0"> 26 <Group type="103" groupAlignment="0" attributes="0"> 27 <Group type="102" alignment="1" attributes="0"> 28 <Component id="labeledSpinner1" min="-2" max="-2" attributes="0"/> 29 <EmptySpace pref="86" max="32767" attributes="0"/> 30 <Component id="okButton" min="-2" pref="71" max="-2" attributes="0"/> 31 <EmptySpace max="-2" attributes="0"/> 32 <Component id="cancelButton" min="-2" max="-2" attributes="0"/> 33 <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> 34 </Group> 35 <Component id="jScrollPane1" alignment="0" pref="421" max="32767" attributes="0"/> 36 <Component id="labeledCombobox1" alignment="0" pref="421" max="32767" attributes="0"/> 37 </Group> 38 </DimensionLayout> 39 <DimensionLayout dim="1"> 40 <Group type="103" groupAlignment="0" attributes="0"> 41 <Group type="102" alignment="0" attributes="0"> 42 <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/> 43 <EmptySpace min="-2" pref="0" max="-2" attributes="0"/> 44 <Component id="labeledCombobox1" min="-2" max="-2" attributes="0"/> 45 <EmptySpace min="-2" pref="3" max="-2" attributes="0"/> 46 <Group type="103" groupAlignment="2" attributes="0"> 47 <Component id="okButton" alignment="2" min="-2" max="-2" attributes="0"/> 48 <Component id="cancelButton" alignment="2" min="-2" max="-2" attributes="0"/> 49 <Component id="labeledSpinner1" alignment="2" min="-2" pref="21" max="-2" attributes="0"/> 50 </Group> 51 <EmptySpace max="-2" attributes="0"/> 52 </Group> 53 </Group> 54 </DimensionLayout> 55 </Layout> 56 <SubComponents> 57 <Container class="javax.swing.JScrollPane" name="jScrollPane1"> 58 <Properties> 59 <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/> 60 </Properties> 61 62 <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> 63 <SubComponents> 64 <Component class="javax.swing.JTextArea" name="textArea"> 65 <Properties> 66 <Property name="columns" type="int" value="20"/> 67 <Property name="rows" type="int" value="5"/> 68 <Property name="name" type="java.lang.String" value="textArea" noResource="true"/> 69 </Properties> 70 <AuxValues> 71 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> 72 </AuxValues> 73 </Component> 74 </SubComponents> 75 </Container> 76 <Component class="javax.swing.JButton" name="okButton"> 77 <Properties> 78 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 79 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="okButton" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 80 </Property> 81 <Property name="name" type="java.lang.String" value="okButton" noResource="true"/> 82 </Properties> 83 <Events> 84 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/> 85 </Events> 86 <AuxValues> 87 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> 88 </AuxValues> 89 </Component> 90 <Component class="javax.swing.JButton" name="cancelButton"> 91 <Properties> 92 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 93 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="cancelButton" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 94 </Property> 95 <Property name="actionCommand" type="java.lang.String" value="CANCEL" noResource="true"/> 96 <Property name="name" type="java.lang.String" value="cancelButton" noResource="true"/> 97 </Properties> 98 <AuxValues> 99 <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/> 100 </AuxValues> 101 </Component> 102 <Component class="mpv5.ui.beans.LabeledCombobox" name="labeledCombobox1"> 103 <Properties> 104 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 105 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ItemTextAreaDialog.labeledCombobox1._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 106 </Property> 107 <Property name="name" type="java.lang.String" value="labeledCombobox1" noResource="true"/> 108 </Properties> 109 </Component> 110 <Component class="mpv5.ui.beans.LabeledSpinner" name="labeledSpinner1"> 111 <Properties> 112 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 113 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ItemTextAreaDialog.labeledSpinner1._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 114 </Property> 115 <Property name="name" type="java.lang.String" value="labeledSpinner1" noResource="true"/> 116 </Properties> 117 </Component> 118 </SubComponents> 119</Form>