1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <Form version="1.3" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
- <NonVisualComponents>
- <Menu class="javax.swing.JMenuBar" name="jMenuBar1">
- <SubComponents>
- <Menu class="javax.swing.JMenu" name="datei">
- <Properties>
- <Property name="text" type="java.lang.String" value="Datei"/>
- </Properties>
- <SubComponents>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">
- <Properties>
- <Property name="text" type="java.lang.String" value="Optionen"/>
- </Properties>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem3">
- <Properties>
- <Property name="text" type="java.lang.String" value="Logout"/>
- </Properties>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4">
- <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="jMenuItem4ActionPerformed"/>
- </Events>
- </MenuItem>
- </SubComponents>
- </Menu>
- <Menu class="javax.swing.JMenu" name="AktionenPlanung">
- <Properties>
- <Property name="text" type="java.lang.String" value="Aktionen"/>
- </Properties>
- </Menu>
- <Menu class="javax.swing.JMenu" name="AkionenMaterialVerwaltung">
- <Properties>
- <Property name="text" type="java.lang.String" value="Aktionen"/>
- </Properties>
- <SubComponents>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem7">
- <Properties>
- <Property name="text" type="java.lang.String" value="Neu"/>
- </Properties>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem8">
- <Properties>
- <Property name="text" type="java.lang.String" value="Editieren"/>
- </Properties>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem9">
- <Properties>
- <Property name="text" type="java.lang.String" value="Duplizieren"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem9ActionPerformed"/>
- </Events>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem10">
- <Properties>
- <Property name="text" type="java.lang.String" value="Auslisten"/>
- </Properties>
- </MenuItem>
- </SubComponents>
- </Menu>
- <Menu class="javax.swing.JMenu" name="AktionenBestellungsverwaltung">
- <Properties>
- <Property name="text" type="java.lang.String" value="Aktionen"/>
- </Properties>
- <SubComponents>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem5">
- <Properties>
- <Property name="text" type="java.lang.String" value="Neue Bestellung"/>
- </Properties>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem6">
- <Properties>
- <Property name="text" type="java.lang.String" value="Absenden"/>
- </Properties>
- </MenuItem>
- </SubComponents>
- </Menu>
- <Menu class="javax.swing.JMenu" name="MenuGoto">
- <Properties>
- <Property name="text" type="java.lang.String" value="GoTo"/>
- </Properties>
- <SubComponents>
- <MenuItem class="javax.swing.JMenuItem" name="G0">
- <Properties>
- <Property name="text" type="java.lang.String" value="Hauptmenü"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="G0ActionPerformed"/>
- </Events>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="G1">
- <Properties>
- <Property name="text" type="java.lang.String" value="Bestellverwaltung"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="G1ActionPerformed"/>
- </Events>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="G2">
- <Properties>
- <Property name="text" type="java.lang.String" value="Planung"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="G2ActionPerformed"/>
- </Events>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="G3">
- <Properties>
- <Property name="text" type="java.lang.String" value="Materialverwaltung"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="G3ActionPerformed"/>
- </Events>
- </MenuItem>
- </SubComponents>
- </Menu>
- <Menu class="javax.swing.JMenu" name="MenuHelp">
- <Properties>
- <Property name="text" type="java.lang.String" value="?"/>
- </Properties>
- <SubComponents>
- <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1">
- <Properties>
- <Property name="text" type="java.lang.String" value="Support"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem1ActionPerformed"/>
- </Events>
- </MenuItem>
- <MenuItem class="javax.swing.JMenuItem" name="btnAbout">
- <Properties>
- <Property name="text" type="java.lang.String" value="About"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAboutActionPerformed"/>
- </Events>
- </MenuItem>
- </SubComponents>
- </Menu>
- </SubComponents>
- </Menu>
- </NonVisualComponents>
- <Properties>
- <Property name="defaultCloseOperation" type="int" value="3"/>
- </Properties>
- <SyntheticProperties>
- <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
- <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">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Component id="tp" min="-2" pref="563" max="-2" attributes="0"/>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
- <Component id="jButton5" min="-2" max="-2" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="jLabel17" min="-2" max="-2" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="jButton6" min="-2" pref="77" max="-2" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="jLabel18" min="-2" max="-2" attributes="0"/>
- <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
- <Component id="jButton7" min="-2" pref="100" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace max="32767" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="1" attributes="0">
- <EmptySpace max="32767" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jButton5" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jLabel17" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jButton6" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jLabel18" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jButton7" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="tp" min="-2" pref="433" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- </Layout>
- <SubComponents>
- <Container class="javax.swing.JTabbedPane" name="tp">
- <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
- <SubComponents>
- <Container class="javax.swing.JPanel" name="jPanel1">
- <Constraints>
- <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
- <JTabbedPaneConstraints tabName="tab1">
- <Property name="tabTitle" type="java.lang.String" value="tab1"/>
- </JTabbedPaneConstraints>
- </Constraint>
- </Constraints>
- <Layout>
- <DimensionLayout dim="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
- <Component id="jButton1" min="-2" pref="158" max="-2" attributes="0"/>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="jButton2" min="-2" pref="167" max="-2" attributes="0"/>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="jButton3" min="-2" pref="170" max="-2" attributes="0"/>
- <EmptySpace pref="14" max="32767" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" attributes="0">
- <EmptySpace min="-2" pref="67" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jButton2" alignment="3" min="-2" pref="197" max="-2" attributes="0"/>
- <Component id="jButton3" alignment="3" min="-2" pref="196" max="-2" attributes="0"/>
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace min="-2" pref="1" max="-2" attributes="0"/>
- <Component id="jButton1" min="-2" pref="196" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace pref="141" max="32767" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- </Layout>
- <SubComponents>
- <Component class="javax.swing.JButton" name="jButton1">
- <Properties>
- <Property name="text" type="java.lang.String" value="Bestellverwaltung"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
- </Events>
- </Component>
- <Component class="javax.swing.JButton" name="jButton2">
- <Properties>
- <Property name="text" type="java.lang.String" value="Planung"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
- </Events>
- </Component>
- <Component class="javax.swing.JButton" name="jButton3">
- <Properties>
- <Property name="text" type="java.lang.String" value="Materialverwaltung"/>
- </Properties>
- <Events>
- <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
- </Events>
- </Component>
- </SubComponents>
- </Container>
- <Container class="javax.swing.JPanel" name="jPanel2">
- <Constraints>
- <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
- <JTabbedPaneConstraints tabName="tab2">
- <Property name="tabTitle" type="java.lang.String" value="tab2"/>
- </JTabbedPaneConstraints>
- </Constraint>
- </Constraints>
- <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="jScrollPane1" pref="538" max="32767" attributes="0"/>
- <Component id="jPanel5" max="32767" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <Component id="jScrollPane1" min="-2" pref="211" max="-2" attributes="0"/>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="jPanel5" max="32767" attributes="0"/>
- <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.JTable" name="jTable1">
- <Properties>
- <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
- <Table columnCount="7" rowCount="4">
- <Column editable="true" title="OK" type="java.lang.Object">
- <Data value="X"/>
- <Data value="null"/>
- <Data value="X"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="Zeitpunkt" type="java.lang.Object">
- <Data value="01.01.2014"/>
- <Data value="05.02.2014"/>
- <Data value="03.02.2014"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="Material" type="java.lang.Object">
- <Data value="Schrauben 35mm"/>
- <Data value="Schrauben 15mm"/>
- <Data value="Mahagoni-Platte"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="Menge" type="java.lang.Object">
- <Data value="1000"/>
- <Data value="200"/>
- <Data value="1"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="Herkunft" type="java.lang.Object">
- <Data value="Lager"/>
- <Data value="Auftrag"/>
- <Data value="Auftrag"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="ReferenzID" type="java.lang.Object">
- <Data value="456"/>
- <Data value="S2312"/>
- <Data value="T12345"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="..." type="java.lang.Object"/>
- </Table>
- </Property>
- <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
- <TableColumnModel selectionModel="0">
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- </TableColumnModel>
- </Property>
- <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
- <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
- </Property>
- </Properties>
- </Component>
- </SubComponents>
- </Container>
- <Container class="javax.swing.JPanel" name="jPanel5">
- <Layout>
- <DimensionLayout dim="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 max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jCheckBox1" alignment="0" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField1" alignment="0" min="-2" pref="129" max="-2" attributes="0"/>
- </Group>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="103" alignment="0" groupAlignment="0" max="-2" attributes="0">
- <Component id="jLabel1" max="32767" attributes="0"/>
- <Component id="jLabel2" max="32767" attributes="0"/>
- </Group>
- <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jComboBox1" min="-2" pref="129" max="-2" attributes="0"/>
- <Group type="102" alignment="0" attributes="0">
- <Group type="103" groupAlignment="1" max="-2" attributes="0">
- <Component id="jTextField3" alignment="0" max="32767" attributes="0"/>
- <Component id="jTextField2" alignment="0" pref="121" max="32767" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="jButton4" min="-2" max="-2" attributes="0"/>
- </Group>
- </Group>
- </Group>
- </Group>
- <EmptySpace max="32767" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Component id="jTextField1" min="-2" max="-2" attributes="0"/>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="jCheckBox1" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="32767" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField3" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField2" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jButton4" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jComboBox1" min="-2" max="-2" attributes="0"/>
- <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace min="-2" pref="46" max="-2" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- </Layout>
- <SubComponents>
- <Component class="javax.swing.JTextField" name="jTextField1">
- <Properties>
- <Property name="editable" type="boolean" value="false"/>
- <Property name="text" type="java.lang.String" value="Schrauben 35mm"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JCheckBox" name="jCheckBox1">
- <Properties>
- <Property name="selected" type="boolean" value="true"/>
- <Property name="text" type="java.lang.String" value="Freigeben"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JComboBox" name="jComboBox1">
- <Properties>
- <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
- <Connection code="new javax.swing.DefaultComboBoxModel(new String[] { "Heilbronn","Neckarsulm","Stuttgart-1","Stuttgart-2"})" type="code"/>
- </Property>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel2">
- <Properties>
- <Property name="text" type="java.lang.String" value="Lieferort"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel1">
- <Properties>
- <Property name="text" type="java.lang.String" value="Lieferzeitpunkt"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField2">
- <Properties>
- <Property name="text" type="java.lang.String" value="01.01.2014"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel3">
- <Properties>
- <Property name="text" type="java.lang.String" value="Menge"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JButton" name="jButton4">
- <Properties>
- <Property name="text" type="java.lang.String" value="Kalender"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField3">
- <Properties>
- <Property name="text" type="java.lang.String" value="1000"/>
- </Properties>
- </Component>
- </SubComponents>
- </Container>
- </SubComponents>
- </Container>
- <Container class="javax.swing.JPanel" name="jPanel4">
- <Constraints>
- <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
- <JTabbedPaneConstraints tabName="tab3">
- <Property name="tabTitle" type="java.lang.String" value="tab3"/>
- </JTabbedPaneConstraints>
- </Constraint>
- </Constraints>
- <Layout>
- <DimensionLayout dim="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <EmptySpace min="0" pref="558" max="32767" attributes="0"/>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <EmptySpace min="0" pref="405" max="32767" attributes="0"/>
- </Group>
- </DimensionLayout>
- </Layout>
- </Container>
- <Container class="javax.swing.JPanel" name="jPanel3">
- <Constraints>
- <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
- <JTabbedPaneConstraints tabName="tab3">
- <Property name="tabTitle" type="java.lang.String" value="tab3"/>
- </JTabbedPaneConstraints>
- </Constraint>
- </Constraints>
- <Layout>
- <DimensionLayout dim="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="1" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="1" attributes="0">
- <Component id="jTabbedPane1" max="32767" attributes="0"/>
- <Component id="jScrollPane2" max="32767" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <Component id="jScrollPane2" min="-2" pref="198" max="-2" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="jTabbedPane1" max="32767" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- </Layout>
- <SubComponents>
- <Container class="javax.swing.JScrollPane" name="jScrollPane2">
- <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.JTable" name="jTable2">
- <Properties>
- <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
- <Table columnCount="6" rowCount="5">
- <Column editable="true" title="Materialnummer" type="java.lang.Object">
- <Data value="123"/>
- <Data value="234"/>
- <Data value="345"/>
- <Data value="456"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="name/Beschreibung" type="java.lang.Object">
- <Data value="Leiste 1x5cm"/>
- <Data value="Winkel 5cm Messing"/>
- <Data value="Mahagoniplatte"/>
- <Data value="Schrauben 35mm"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="Dispotyp" type="java.lang.Object">
- <Data value="C"/>
- <Data value="C"/>
- <Data value="A"/>
- <Data value="C"/>
- <Data value="null"/>
- </Column>
- <Column editable="true" title="ktueller Bestand" type="java.lang.Object"/>
- <Column editable="true" title="Meldebsestand" type="java.lang.Object"/>
- <Column editable="true" title="Sicherheitsbestand" type="java.lang.Object"/>
- </Table>
- </Property>
- <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
- <TableColumnModel selectionModel="0">
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
- <Title/>
- <Editor/>
- <Renderer/>
- </Column>
- </TableColumnModel>
- </Property>
- <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
- <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
- </Property>
- </Properties>
- </Component>
- </SubComponents>
- </Container>
- <Container class="javax.swing.JTabbedPane" name="jTabbedPane1">
- <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
- <SubComponents>
- <Container class="javax.swing.JPanel" name="jPanel7">
- <Constraints>
- <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
- <JTabbedPaneConstraints tabName="Statistiken">
- <Property name="tabTitle" type="java.lang.String" value="Statistiken"/>
- </JTabbedPaneConstraints>
- </Constraint>
- </Constraints>
- <Layout>
- <DimensionLayout dim="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <EmptySpace min="0" pref="533" max="32767" attributes="0"/>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <EmptySpace min="0" pref="189" max="32767" attributes="0"/>
- </Group>
- </DimensionLayout>
- </Layout>
- </Container>
- <Container class="javax.swing.JPanel" name="jPanel8">
- <Constraints>
- <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
- <JTabbedPaneConstraints tabName="Verlauf">
- <Property name="tabTitle" type="java.lang.String" value="Verlauf"/>
- </JTabbedPaneConstraints>
- </Constraint>
- </Constraints>
- <Layout>
- <DimensionLayout dim="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Component id="jScrollPane3" min="-2" pref="394" max="-2" attributes="0"/>
- <EmptySpace pref="129" max="32767" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jScrollPane3" alignment="0" pref="189" max="32767" attributes="0"/>
- </Group>
- </DimensionLayout>
- </Layout>
- <SubComponents>
- <Container class="javax.swing.JScrollPane" name="jScrollPane3">
- <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="jTextArea1">
- <Properties>
- <Property name="columns" type="int" value="20"/>
- <Property name="rows" type="int" value="5"/>
- </Properties>
- </Component>
- </SubComponents>
- </Container>
- </SubComponents>
- </Container>
- <Container class="javax.swing.JPanel" name="jPanel6">
- <Constraints>
- <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
- <JTabbedPaneConstraints tabName="Daten">
- <Property name="tabTitle" type="java.lang.String" value="Daten"/>
- </JTabbedPaneConstraints>
- </Constraint>
- </Constraints>
- <Layout>
- <DimensionLayout dim="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <Group type="103" groupAlignment="0" max="-2" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
- <EmptySpace min="-2" pref="36" max="-2" attributes="0"/>
- <Component id="jTextField4" min="-2" pref="89" max="-2" attributes="0"/>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <Group type="103" groupAlignment="1" attributes="0">
- <Component id="jLabel7" min="-2" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jLabel5" alignment="0" min="-2" max="-2" attributes="0"/>
- <Component id="jLabel6" alignment="0" min="-2" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jTextField5" max="32767" attributes="0"/>
- <Component id="jTextField6" max="32767" attributes="0"/>
- <Component id="jComboBox2" max="32767" attributes="0"/>
- </Group>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace min="-2" pref="46" max="-2" attributes="0"/>
- <Component id="jLabel16" min="-2" pref="76" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="jSeparator1" min="-2" pref="10" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" max="-2" attributes="0">
- <Group type="102" attributes="0">
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jLabel9" min="-2" max="-2" attributes="0"/>
- <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
- <Group type="102" alignment="0" attributes="0">
- <Component id="jLabel12" min="-2" max="-2" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="jTextField10" max="32767" attributes="0"/>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <Component id="jLabel11" min="-2" max="-2" attributes="0"/>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Component id="jTextField9" pref="60" max="32767" attributes="0"/>
- </Group>
- </Group>
- </Group>
- <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
- </Group>
- <Group type="102" alignment="1" attributes="0">
- <Group type="103" groupAlignment="1" attributes="0">
- <Group type="102" attributes="0">
- <EmptySpace min="-2" pref="95" max="-2" attributes="0"/>
- <Component id="jTextField7" pref="58" max="32767" attributes="0"/>
- </Group>
- <Group type="102" attributes="0">
- <Component id="jLabel8" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="32767" attributes="0"/>
- <Component id="jComboBox3" min="-2" max="-2" attributes="0"/>
- </Group>
- </Group>
- <EmptySpace min="-2" pref="49" max="-2" attributes="0"/>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <Component id="jLabel10" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Component id="jTextField8" max="32767" attributes="0"/>
- <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
- </Group>
- </Group>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
- <Component id="jLabel15" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- </Group>
- <Component id="jSeparator2" min="-2" pref="14" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Component id="jLabel13" min="-2" max="-2" attributes="0"/>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Component id="jTextField11" max="32767" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace min="-2" pref="31" max="-2" attributes="0"/>
- <Component id="jLabel14" min="-2" max="-2" attributes="0"/>
- <EmptySpace pref="44" max="32767" attributes="0"/>
- </Group>
- </Group>
- </Group>
- </Group>
- </DimensionLayout>
- <DimensionLayout dim="1">
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jSeparator1" alignment="0" max="32767" attributes="0"/>
- <Component id="jSeparator2" alignment="0" max="32767" attributes="0"/>
- <Group type="102" alignment="1" attributes="0">
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Component id="jLabel16" min="-2" max="-2" attributes="0"/>
- <Component id="jLabel15" alignment="0" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace max="32767" attributes="0"/>
- <Group type="103" groupAlignment="0" attributes="0">
- <Group type="102" alignment="1" attributes="0">
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jComboBox3" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField7" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField8" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField9" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField10" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
- </Group>
- <Group type="102" alignment="1" attributes="0">
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jTextField4" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace type="separate" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField5" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField6" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace type="unrelated" max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jComboBox2" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
- </Group>
- </Group>
- </Group>
- <Group type="102" alignment="0" attributes="0">
- <EmptySpace min="-2" pref="7" max="-2" attributes="0"/>
- <Component id="jLabel14" min="-2" max="-2" attributes="0"/>
- <EmptySpace max="-2" attributes="0"/>
- <Group type="103" groupAlignment="3" attributes="0">
- <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/>
- <Component id="jTextField11" alignment="3" min="-2" max="-2" attributes="0"/>
- </Group>
- <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
- </Group>
- </Group>
- </DimensionLayout>
- </Layout>
- <SubComponents>
- <Component class="javax.swing.JSeparator" name="jSeparator1">
- <Properties>
- <Property name="orientation" type="int" value="1"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JSeparator" name="jSeparator2">
- <Properties>
- <Property name="orientation" type="int" value="1"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField4">
- <Properties>
- <Property name="text" type="java.lang.String" value="123"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel4">
- <Properties>
- <Property name="text" type="java.lang.String" value="MatNr"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel5">
- <Properties>
- <Property name="text" type="java.lang.String" value="Name"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel6">
- <Properties>
- <Property name="text" type="java.lang.String" value="Beschreibung"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField5">
- <Properties>
- <Property name="text" type="java.lang.String" value="Leiste"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField6">
- <Properties>
- <Property name="text" type="java.lang.String" value="Leiste 1x5cm"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel7">
- <Properties>
- <Property name="text" type="java.lang.String" value="Einheit"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JComboBox" name="jComboBox2">
- <Properties>
- <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
- <Connection code="new javax.swing.DefaultComboBoxModel(new String[] { "m", "Liter", "Stk", "Gramm" })" type="code"/>
- </Property>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel8">
- <Properties>
- <Property name="text" type="java.lang.String" value="Dispotyp"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel9">
- <Properties>
- <Property name="text" type="java.lang.String" value="Meldebestand"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel10">
- <Properties>
- <Property name="text" type="java.lang.String" value="Sicherheitsbestand"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel11">
- <Properties>
- <Property name="text" type="java.lang.String" value="Bestellrhythmus"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel12">
- <Properties>
- <Property name="text" type="java.lang.String" value="Vrsl Lieferdauer"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JComboBox" name="jComboBox3">
- <Properties>
- <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
- <Connection code="new javax.swing.DefaultComboBoxModel(new String[] { "A","B","C" })" type="code"/>
- </Property>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField7">
- <Properties>
- <Property name="text" type="java.lang.String" value=" "/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField8">
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField9">
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField10">
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel13">
- <Properties>
- <Property name="text" type="java.lang.String" value="Preis"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JTextField" name="jTextField11">
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel14">
- <Properties>
- <Property name="text" type="java.lang.String" value="Sonstiges"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel15">
- <Properties>
- <Property name="text" type="java.lang.String" value="Dispoparameter"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel16">
- <Properties>
- <Property name="text" type="java.lang.String" value="Allgemein"/>
- </Properties>
- </Component>
- </SubComponents>
- </Container>
- </SubComponents>
- </Container>
- </SubComponents>
- </Container>
- </SubComponents>
- </Container>
- <Component class="javax.swing.JButton" name="jButton5">
- <Properties>
- <Property name="text" type="java.lang.String" value="Lv1"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel17">
- <Properties>
- <Property name="text" type="java.lang.String" value=">>"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JButton" name="jButton6">
- <Properties>
- <Property name="text" type="java.lang.String" value="Lv2"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JLabel" name="jLabel18">
- <Properties>
- <Property name="text" type="java.lang.String" value=">>"/>
- </Properties>
- </Component>
- <Component class="javax.swing.JButton" name="jButton7">
- <Properties>
- <Property name="text" type="java.lang.String" value="Lv3"/>
- </Properties>
- </Component>
- </SubComponents>
- </Form>
|