/src/mpv5/ui/dialogs/subcomponents/wizard_CSVImport_1.form
Unknown | 135 lines | 132 code | 3 blank | 0 comment | 0 complexity | 96b8abe8af7d01abce0c5d7e5e824642 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.6" 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="ff" green="ff" red="ff" type="rgb"/> 11 </Property> 12 <Property name="name" type="java.lang.String" value="Form" noResource="true"/> 13 </Properties> 14 <AuxValues> 15 <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> 16 <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/> 17 <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/> 18 <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> 19 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> 20 <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> 21 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> 22 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> 23 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> 24 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> 25 <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,0,-37,0,0,1,39"/> 26 </AuxValues> 27 28 <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> 29 <SubComponents> 30 <Container class="javax.swing.JPanel" name="jPanel1"> 31 <Properties> 32 <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> 33 <Color blue="ff" green="ff" red="ff" type="rgb"/> 34 </Property> 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="CSV File Import Wizard"> 38 <ResourceString PropertyName="titleX" bundle="mpv5/resources/languages/Panels.properties" key="wizard_CSVImport_1.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 <Constraints> 45 <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> 46 <BorderConstraints direction="Center"/> 47 </Constraint> 48 </Constraints> 49 50 <Layout> 51 <DimensionLayout dim="0"> 52 <Group type="103" groupAlignment="0" attributes="0"> 53 <Group type="102" attributes="0"> 54 <EmptySpace max="-2" attributes="0"/> 55 <Group type="103" groupAlignment="0" attributes="0"> 56 <Group type="102" alignment="0" attributes="0"> 57 <Component id="jLabel3" pref="169" max="32767" attributes="0"/> 58 <EmptySpace max="-2" attributes="0"/> 59 <Component id="jComboBox1" min="-2" max="-2" attributes="0"/> 60 </Group> 61 <Component id="labeledTextChooser1" alignment="1" pref="259" max="32767" attributes="0"/> 62 <Component id="jLabel1" alignment="1" pref="259" max="32767" attributes="0"/> 63 </Group> 64 <EmptySpace max="-2" attributes="0"/> 65 </Group> 66 </Group> 67 </DimensionLayout> 68 <DimensionLayout dim="1"> 69 <Group type="103" groupAlignment="0" attributes="0"> 70 <Group type="102" alignment="1" attributes="0"> 71 <EmptySpace pref="103" max="32767" attributes="0"/> 72 <Component id="jLabel1" min="-2" max="-2" attributes="0"/> 73 <EmptySpace max="-2" attributes="0"/> 74 <Component id="labeledTextChooser1" min="-2" max="-2" attributes="0"/> 75 <EmptySpace max="-2" attributes="0"/> 76 <Group type="103" groupAlignment="3" attributes="0"> 77 <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> 78 <Component id="jComboBox1" alignment="3" min="-2" pref="19" max="-2" attributes="0"/> 79 </Group> 80 <EmptySpace max="-2" attributes="0"/> 81 </Group> 82 </Group> 83 </DimensionLayout> 84 </Layout> 85 <SubComponents> 86 <Component class="mpv5.ui.beans.LabeledTextChooser" name="labeledTextChooser1"> 87 <Properties> 88 <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 89 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="wizard_CSVImport_1.labeledTextChooser1._Label" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 90 </Property> 91 <Property name="name" type="java.lang.String" value="labeledTextChooser1" noResource="true"/> 92 </Properties> 93 </Component> 94 <Component class="javax.swing.JLabel" name="jLabel1"> 95 <Properties> 96 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 97 <FontInfo relative="true"> 98 <Font bold="false" component="jLabel1" property="font" relativeSize="true" size="0"/> 99 </FontInfo> 100 </Property> 101 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 102 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="wizard_CSVImport_1.jLabel1.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 103 </Property> 104 <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/> 105 </Properties> 106 </Component> 107 <Component class="javax.swing.JComboBox" name="jComboBox1"> 108 <Properties> 109 <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> 110 <StringArray count="3"> 111 <StringItem index="0" value=";"/> 112 <StringItem index="1" value=","/> 113 <StringItem index="2" value="##&&"/> 114 </StringArray> 115 </Property> 116 <Property name="name" type="java.lang.String" value="jComboBox1" noResource="true"/> 117 </Properties> 118 </Component> 119 <Component class="javax.swing.JLabel" name="jLabel3"> 120 <Properties> 121 <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor"> 122 <FontInfo relative="true"> 123 <Font bold="false" component="jLabel3" property="font" relativeSize="true" size="0"/> 124 </FontInfo> 125 </Property> 126 <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> 127 <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="wizard_CSVImport_1.jLabel3.text" replaceFormat="java.util.ResourceBundle.getBundle("{bundleNameSlashes}").getString("{key}")"/> 128 </Property> 129 <Property name="name" type="java.lang.String" value="jLabel3" noResource="true"/> 130 </Properties> 131 </Component> 132 </SubComponents> 133 </Container> 134 </SubComponents> 135</Form>