123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <Form version="1.3" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
- <Properties>
- <Property name="defaultCloseOperation" type="int" value="3"/>
- <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
- <Dimension value="[852, 331]"/>
- </Property>
- <Property name="resizable" type="boolean" value="false"/>
- </Properties>
- <SyntheticProperties>
- <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
- <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
- </SyntheticProperties>
- <Events>
- <EventHandler event="componentMoved" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentMoved"/>
- </Events>
- <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" alignment="0" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="ptotal" max="32767" attributes="0"/>
- <Group type="102" alignment="1" attributes="0">
- <Component id="jSeparator3" min="-2" pref="50" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="lblVID" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="jSeparator4" max="32767" attributes="0"/>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <Group type="103" groupAlignment="1" attributes="0">
- <Component id="lblMsg" alignment="0" max="32767" attributes="0"/>
- <Component id="btnExit" alignment="0" max="32767" attributes="0"/>
- <Component id="jScrollPane1" alignment="0" max="32767" attributes="0"/>
- <Group type="102" alignment="1" attributes="0">
- <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="32767" attributes="0"/>
- <Component id="pFilename" min="-2" pref="763" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="pbarPacks" min="-2" pref="35" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="1" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Component id="ptotal" min="-2" pref="31" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" attributes="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="pFilename" max="32767" attributes="0"/>
- <Component id="jLabel1" max="32767" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="lblMsg" min="-2" max="-2" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="jScrollPane1" min="-2" pref="153" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="btnExit" min="-2" max="-2" attributes="0"/>
- </Group>
- <Component id="pbarPacks" min="-2" pref="252" max="-2" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="1" attributes="0">
- <Component id="lblVID" min="-2" max="-2" attributes="0"/>
- <Component id="jSeparator3" min="-2" pref="10" max="-2" attributes="0"/>
- <Component id="jSeparator4" min="-2" pref="10" max="-2" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- </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.JTextArea" name="tempLog">
- <Properties>
- <Property name="columns" type="int" value="20"/>
- <Property name="rows" type="int" value="5"/>
- </Properties>
- </Component>
- </SubComponents>
- </Container>
- <Component class="javax.swing.JLabel" name="lblMsg">
- <Properties>
- <Property name="text" type="java.lang.String" value="Starte Installixierung"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JProgressBar" name="ptotal">
- </Component>
- <Component class="javax.swing.JButton" name="btnExit">
- <Properties>
- <Property name="text" type="java.lang.String" value="Beenden"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExitActionPerformed"/>
- </Events>
- </Component>
- <Component class="javax.swing.JLabel" name="lblVID">
- <Properties>
- <Property name="text" type="java.lang.String" value="izSetup 1.0.0 (c) 2012 iZc"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JProgressBar" name="pbarPacks">
- <Properties>
- <Property name="minimum" type="int" value="10"/>
- <Property name="orientation" type="int" value="1"/>
- <Property name="value" type="int" value="3"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JSeparator" name="jSeparator3">
- </Component>
- <Component class="javax.swing.JSeparator" name="jSeparator4">
- </Component>
- <Component class="javax.swing.JProgressBar" name="pFilename">
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel1">
- <Properties>
- <Property name="text" type="java.lang.String" value=" "/>
- </Properties>
- </Component>
- </SubComponents>
- </Form>
|