123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <Form version="1.8" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
- <NonVisualComponents>
- <Component class="javax.swing.JSeparator" name="jSeparator2">
- </Component>
- </NonVisualComponents>
- <Properties>
- <Property name="defaultCloseOperation" type="int" value="2"/>
- </Properties>
- <SyntheticProperties>
- <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
- <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
- </SyntheticProperties>
- <AuxValues>
- <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
- <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
- <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
- <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
- <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
- <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
- <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
- <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
- <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
- </AuxValues>
- <Layout>
- <DimensionLayout dim="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" attributes="0">
- <Component id="progressOfAssist" max="32767" attributes="0"/>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="btnContinue" min="-2" max="-2" attributes="0"/>
- </Group>
- <Group type="102" attributes="0">
- <Component id="jSeparator4" min="-2" pref="19" max="-2" attributes="0"/>
- <EmptySpace min="-2" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" max="-2" attributes="0">
- <Component id="jSeparator3" alignment="1" max="32767" attributes="0"/>
- <Group type="102" alignment="1" attributes="0">
- <Group type="103" groupAlignment="0" max="-2" attributes="0">
- <Component id="slZSC" alignment="1" max="32767" attributes="0"/>
- <Component id="jScrollPane1" alignment="1" max="32767" attributes="0"/>
- <Component id="lblMsg" alignment="1" min="-2" pref="571" max="-2" attributes="0"/>
- <Component id="txfManualInput" alignment="0" max="32767" attributes="0"/>
- </Group>
- <EmptySpace min="-2" pref="7" max="-2" attributes="0"/>
- <Component id="jSeparator1" min="-2" pref="25" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="1" attributes="0">
- <Group type="102" attributes="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" attributes="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" attributes="0">
- <EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
- <Component id="lblMsg" min="-2" max="-2" attributes="0"/>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="jScrollPane1" min="-2" pref="171" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="slZSC" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="txfManualInput" min="-2" max="-2" attributes="0"/>
- </Group>
- <Group type="102" alignment="1" attributes="0">
- <EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
- <Component id="jSeparator1" min="-2" pref="264" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace pref="9" max="32767" attributes="0"/>
- <Component id="jSeparator3" min="-2" pref="10" max="-2" attributes="0"/>
- <EmptySpace pref="9" max="32767" attributes="0"/>
- </Group>
- <Group type="102" alignment="1" attributes="0">
- <Component id="jSeparator4" max="32767" attributes="0"/>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- </Group>
- </Group>
- <Group type="103" groupAlignment="0" max="-2" attributes="0">
- <Component id="btnContinue" max="32767" attributes="0"/>
- <Component id="progressOfAssist" max="32767" attributes="0"/>
- </Group>
- </Group>
- </Group>
- </DimensionLayout>
- </Layout>
- <SubComponents>
- <Container class="javax.swing.JScrollPane" name="jScrollPane1">
- <AuxValues>
- <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
- </AuxValues>
- <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
- <SubComponents>
- <Component class="javax.swing.JList" name="lstOpt">
- <Properties>
- <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
- <Connection code="new javax.swing.DefaultListModel()/*AbstractListModel() {
 String[] strings = { "Item 1", "Item 2", "Item 3", "Item 4", "Item 5" };
 public int getSize() { return strings.length; }
 public Object getElementAt(int i) { return strings[i]; }
}*/" type="code"/>
- </Property>
- </Properties>
- </Component>
- </SubComponents>
- </Container>
- <Component class="javax.swing.JButton" name="btnContinue">
- <Properties>
- <Property name="text" type="java.lang.String" value="Weiter>>"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnContinueActionPerformed"/>
- </Events>
- </Component>
- <Component class="javax.swing.JProgressBar" name="progressOfAssist">
- <Properties>
- <Property name="maximum" type="int" value="7"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="txfManualInput">
- </Component>
- <Component class="javax.swing.JLabel" name="lblMsg">
- <Properties>
- <Property name="text" type="java.lang.String" value="lblShouldntbeVIsible//\u005c\u005cUsed as MessageOutput" containsInvalidXMLChars="true"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JSlider" name="slZSC">
- <Properties>
- <Property name="majorTickSpacing" type="int" value="10"/>
- <Property name="maximum" type="int" value="99"/>
- <Property name="minorTickSpacing" type="int" value="1"/>
- <Property name="paintTicks" type="boolean" value="true"/>
- <Property name="snapToTicks" type="boolean" value="true"/>
- <Property name="value" type="int" value="0"/>
- <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
- <Dimension value="[600, 33]"/>
- </Property>
- </Properties>
- </Component>
- <Component class="javax.swing.JSeparator" name="jSeparator1">
- <Properties>
- <Property name="orientation" type="int" value="1"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JSeparator" name="jSeparator3">
- </Component>
- <Component class="javax.swing.JSeparator" name="jSeparator4">
- <Properties>
- <Property name="orientation" type="int" value="1"/>
- </Properties>
- </Component>
- </SubComponents>
- </Form>
|