1
0

Master.form 62 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.8" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <NonVisualComponents>
  4. <Menu class="javax.swing.JMenuBar" name="jMenuBar1">
  5. <SubComponents>
  6. <Menu class="javax.swing.JMenu" name="datei">
  7. <Properties>
  8. <Property name="text" type="java.lang.String" value="Datei"/>
  9. </Properties>
  10. <SubComponents>
  11. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2">
  12. <Properties>
  13. <Property name="text" type="java.lang.String" value="Optionen"/>
  14. </Properties>
  15. </MenuItem>
  16. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem3">
  17. <Properties>
  18. <Property name="text" type="java.lang.String" value="Logout"/>
  19. </Properties>
  20. </MenuItem>
  21. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4">
  22. <Properties>
  23. <Property name="text" type="java.lang.String" value="Beenden"/>
  24. </Properties>
  25. <Events>
  26. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem4ActionPerformed"/>
  27. </Events>
  28. </MenuItem>
  29. </SubComponents>
  30. </Menu>
  31. <Menu class="javax.swing.JMenu" name="AktionenPlanung">
  32. <Properties>
  33. <Property name="text" type="java.lang.String" value="Aktionen"/>
  34. </Properties>
  35. </Menu>
  36. <Menu class="javax.swing.JMenu" name="AkionenMaterialVerwaltung">
  37. <Properties>
  38. <Property name="text" type="java.lang.String" value="Aktionen"/>
  39. </Properties>
  40. <SubComponents>
  41. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem7">
  42. <Properties>
  43. <Property name="text" type="java.lang.String" value="Neu"/>
  44. </Properties>
  45. </MenuItem>
  46. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem8">
  47. <Properties>
  48. <Property name="text" type="java.lang.String" value="Editieren"/>
  49. </Properties>
  50. </MenuItem>
  51. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem9">
  52. <Properties>
  53. <Property name="text" type="java.lang.String" value="Duplizieren"/>
  54. </Properties>
  55. <Events>
  56. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem9ActionPerformed"/>
  57. </Events>
  58. </MenuItem>
  59. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem10">
  60. <Properties>
  61. <Property name="text" type="java.lang.String" value="Auslisten"/>
  62. </Properties>
  63. </MenuItem>
  64. </SubComponents>
  65. </Menu>
  66. <Menu class="javax.swing.JMenu" name="AktionenBestellungsverwaltung">
  67. <Properties>
  68. <Property name="text" type="java.lang.String" value="Aktionen"/>
  69. </Properties>
  70. <SubComponents>
  71. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem5">
  72. <Properties>
  73. <Property name="text" type="java.lang.String" value="Neue Bestellung"/>
  74. </Properties>
  75. </MenuItem>
  76. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem6">
  77. <Properties>
  78. <Property name="text" type="java.lang.String" value="Absenden"/>
  79. </Properties>
  80. </MenuItem>
  81. </SubComponents>
  82. </Menu>
  83. <Menu class="javax.swing.JMenu" name="MenuGoto">
  84. <Properties>
  85. <Property name="text" type="java.lang.String" value="GoTo"/>
  86. </Properties>
  87. <SubComponents>
  88. <MenuItem class="javax.swing.JMenuItem" name="G0">
  89. <Properties>
  90. <Property name="text" type="java.lang.String" value="Hauptmen&#xfc;"/>
  91. </Properties>
  92. <Events>
  93. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="G0ActionPerformed"/>
  94. </Events>
  95. </MenuItem>
  96. <MenuItem class="javax.swing.JMenuItem" name="G1">
  97. <Properties>
  98. <Property name="text" type="java.lang.String" value="Bestellverwaltung"/>
  99. </Properties>
  100. <Events>
  101. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="G1ActionPerformed"/>
  102. </Events>
  103. </MenuItem>
  104. <MenuItem class="javax.swing.JMenuItem" name="G2">
  105. <Properties>
  106. <Property name="text" type="java.lang.String" value="Planung"/>
  107. </Properties>
  108. <Events>
  109. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="G2ActionPerformed"/>
  110. </Events>
  111. </MenuItem>
  112. <MenuItem class="javax.swing.JMenuItem" name="G3">
  113. <Properties>
  114. <Property name="text" type="java.lang.String" value="Materialverwaltung"/>
  115. </Properties>
  116. <Events>
  117. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="G3ActionPerformed"/>
  118. </Events>
  119. </MenuItem>
  120. </SubComponents>
  121. </Menu>
  122. <Menu class="javax.swing.JMenu" name="MenuHelp">
  123. <Properties>
  124. <Property name="text" type="java.lang.String" value="?"/>
  125. </Properties>
  126. <SubComponents>
  127. <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1">
  128. <Properties>
  129. <Property name="text" type="java.lang.String" value="Support"/>
  130. </Properties>
  131. <Events>
  132. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem1ActionPerformed"/>
  133. </Events>
  134. </MenuItem>
  135. <MenuItem class="javax.swing.JMenuItem" name="btnAbout">
  136. <Properties>
  137. <Property name="text" type="java.lang.String" value="About"/>
  138. </Properties>
  139. <Events>
  140. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAboutActionPerformed"/>
  141. </Events>
  142. </MenuItem>
  143. </SubComponents>
  144. </Menu>
  145. </SubComponents>
  146. </Menu>
  147. </NonVisualComponents>
  148. <Properties>
  149. <Property name="defaultCloseOperation" type="int" value="3"/>
  150. </Properties>
  151. <SyntheticProperties>
  152. <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
  153. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  154. <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
  155. </SyntheticProperties>
  156. <AuxValues>
  157. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  158. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  159. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  160. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  161. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  162. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  163. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  164. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  165. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  166. </AuxValues>
  167. <Layout>
  168. <DimensionLayout dim="0">
  169. <Group type="103" groupAlignment="0" attributes="0">
  170. <Group type="102" attributes="0">
  171. <Group type="103" groupAlignment="0" attributes="0">
  172. <Group type="102" alignment="0" attributes="0">
  173. <EmptySpace max="-2" attributes="0"/>
  174. <Component id="tp" min="-2" pref="563" max="-2" attributes="0"/>
  175. </Group>
  176. <Group type="102" alignment="0" attributes="0">
  177. <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
  178. <Component id="jButton5" min="-2" max="-2" attributes="0"/>
  179. <EmptySpace type="separate" max="-2" attributes="0"/>
  180. <Component id="jLabel17" min="-2" max="-2" attributes="0"/>
  181. <EmptySpace type="separate" max="-2" attributes="0"/>
  182. <Component id="jButton6" min="-2" pref="77" max="-2" attributes="0"/>
  183. <EmptySpace type="separate" max="-2" attributes="0"/>
  184. <Component id="jLabel18" min="-2" max="-2" attributes="0"/>
  185. <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
  186. <Component id="jButton7" min="-2" pref="100" max="-2" attributes="0"/>
  187. </Group>
  188. </Group>
  189. <EmptySpace max="32767" attributes="0"/>
  190. </Group>
  191. </Group>
  192. </DimensionLayout>
  193. <DimensionLayout dim="1">
  194. <Group type="103" groupAlignment="0" attributes="0">
  195. <Group type="102" alignment="1" attributes="0">
  196. <EmptySpace max="32767" attributes="0"/>
  197. <Group type="103" groupAlignment="3" attributes="0">
  198. <Component id="jButton5" alignment="3" min="-2" max="-2" attributes="0"/>
  199. <Component id="jLabel17" alignment="3" min="-2" max="-2" attributes="0"/>
  200. <Component id="jButton6" alignment="3" min="-2" max="-2" attributes="0"/>
  201. <Component id="jLabel18" alignment="3" min="-2" max="-2" attributes="0"/>
  202. <Component id="jButton7" alignment="3" min="-2" max="-2" attributes="0"/>
  203. </Group>
  204. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  205. <Component id="tp" min="-2" pref="433" max="-2" attributes="0"/>
  206. <EmptySpace max="-2" attributes="0"/>
  207. </Group>
  208. </Group>
  209. </DimensionLayout>
  210. </Layout>
  211. <SubComponents>
  212. <Container class="javax.swing.JTabbedPane" name="tp">
  213. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
  214. <SubComponents>
  215. <Container class="javax.swing.JPanel" name="jPanel1">
  216. <Constraints>
  217. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  218. <JTabbedPaneConstraints tabName="tab1">
  219. <Property name="tabTitle" type="java.lang.String" value="tab1"/>
  220. </JTabbedPaneConstraints>
  221. </Constraint>
  222. </Constraints>
  223. <Layout>
  224. <DimensionLayout dim="0">
  225. <Group type="103" groupAlignment="0" attributes="0">
  226. <Group type="102" alignment="0" attributes="0">
  227. <EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
  228. <Component id="jButton1" min="-2" pref="158" max="-2" attributes="0"/>
  229. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  230. <Component id="jButton2" min="-2" pref="167" max="-2" attributes="0"/>
  231. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  232. <Component id="jButton3" min="-2" pref="170" max="-2" attributes="0"/>
  233. <EmptySpace pref="14" max="32767" attributes="0"/>
  234. </Group>
  235. </Group>
  236. </DimensionLayout>
  237. <DimensionLayout dim="1">
  238. <Group type="103" groupAlignment="0" attributes="0">
  239. <Group type="102" attributes="0">
  240. <EmptySpace min="-2" pref="67" max="-2" attributes="0"/>
  241. <Group type="103" groupAlignment="3" attributes="0">
  242. <Component id="jButton2" alignment="3" min="-2" pref="197" max="-2" attributes="0"/>
  243. <Component id="jButton3" alignment="3" min="-2" pref="196" max="-2" attributes="0"/>
  244. <Group type="102" alignment="0" attributes="0">
  245. <EmptySpace min="-2" pref="1" max="-2" attributes="0"/>
  246. <Component id="jButton1" min="-2" pref="196" max="-2" attributes="0"/>
  247. </Group>
  248. </Group>
  249. <EmptySpace pref="141" max="32767" attributes="0"/>
  250. </Group>
  251. </Group>
  252. </DimensionLayout>
  253. </Layout>
  254. <SubComponents>
  255. <Component class="javax.swing.JButton" name="jButton1">
  256. <Properties>
  257. <Property name="text" type="java.lang.String" value="Bestellverwaltung"/>
  258. </Properties>
  259. <Events>
  260. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  261. </Events>
  262. </Component>
  263. <Component class="javax.swing.JButton" name="jButton2">
  264. <Properties>
  265. <Property name="text" type="java.lang.String" value="Planung"/>
  266. </Properties>
  267. <Events>
  268. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
  269. </Events>
  270. </Component>
  271. <Component class="javax.swing.JButton" name="jButton3">
  272. <Properties>
  273. <Property name="text" type="java.lang.String" value="Materialverwaltung"/>
  274. </Properties>
  275. <Events>
  276. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
  277. </Events>
  278. </Component>
  279. </SubComponents>
  280. </Container>
  281. <Container class="javax.swing.JPanel" name="jPanel2">
  282. <Constraints>
  283. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  284. <JTabbedPaneConstraints tabName="tab2">
  285. <Property name="tabTitle" type="java.lang.String" value="tab2"/>
  286. </JTabbedPaneConstraints>
  287. </Constraint>
  288. </Constraints>
  289. <Layout>
  290. <DimensionLayout dim="0">
  291. <Group type="103" groupAlignment="0" attributes="0">
  292. <Group type="102" alignment="0" attributes="0">
  293. <EmptySpace max="-2" attributes="0"/>
  294. <Group type="103" groupAlignment="0" attributes="0">
  295. <Component id="jScrollPane1" pref="538" max="32767" attributes="0"/>
  296. <Component id="jPanel5" max="32767" attributes="0"/>
  297. </Group>
  298. <EmptySpace max="-2" attributes="0"/>
  299. </Group>
  300. </Group>
  301. </DimensionLayout>
  302. <DimensionLayout dim="1">
  303. <Group type="103" groupAlignment="0" attributes="0">
  304. <Group type="102" alignment="0" attributes="0">
  305. <Component id="jScrollPane1" min="-2" pref="211" max="-2" attributes="0"/>
  306. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  307. <Component id="jPanel5" max="32767" attributes="0"/>
  308. <EmptySpace max="-2" attributes="0"/>
  309. </Group>
  310. </Group>
  311. </DimensionLayout>
  312. </Layout>
  313. <SubComponents>
  314. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  315. <AuxValues>
  316. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  317. </AuxValues>
  318. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  319. <SubComponents>
  320. <Component class="javax.swing.JTable" name="jTable1">
  321. <Properties>
  322. <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
  323. <Table columnCount="7" rowCount="4">
  324. <Column editable="true" title="OK" type="java.lang.Object">
  325. <Data value="X"/>
  326. <Data value="null"/>
  327. <Data value="X"/>
  328. <Data value="null"/>
  329. </Column>
  330. <Column editable="true" title="Zeitpunkt" type="java.lang.Object">
  331. <Data value="01.01.2014"/>
  332. <Data value="05.02.2014"/>
  333. <Data value="03.02.2014"/>
  334. <Data value="null"/>
  335. </Column>
  336. <Column editable="true" title="Material" type="java.lang.Object">
  337. <Data value="Schrauben 35mm"/>
  338. <Data value="Schrauben 15mm"/>
  339. <Data value="Mahagoni-Platte"/>
  340. <Data value="null"/>
  341. </Column>
  342. <Column editable="true" title="Menge" type="java.lang.Object">
  343. <Data value="1000"/>
  344. <Data value="200"/>
  345. <Data value="1"/>
  346. <Data value="null"/>
  347. </Column>
  348. <Column editable="true" title="Herkunft" type="java.lang.Object">
  349. <Data value="Lager"/>
  350. <Data value="Auftrag"/>
  351. <Data value="Auftrag"/>
  352. <Data value="null"/>
  353. </Column>
  354. <Column editable="true" title="ReferenzID" type="java.lang.Object">
  355. <Data value="456"/>
  356. <Data value="S2312"/>
  357. <Data value="T12345"/>
  358. <Data value="null"/>
  359. </Column>
  360. <Column editable="true" title="..." type="java.lang.Object"/>
  361. </Table>
  362. </Property>
  363. <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
  364. <TableColumnModel selectionModel="0">
  365. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  366. <Title/>
  367. <Editor/>
  368. <Renderer/>
  369. </Column>
  370. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  371. <Title/>
  372. <Editor/>
  373. <Renderer/>
  374. </Column>
  375. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  376. <Title/>
  377. <Editor/>
  378. <Renderer/>
  379. </Column>
  380. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  381. <Title/>
  382. <Editor/>
  383. <Renderer/>
  384. </Column>
  385. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  386. <Title/>
  387. <Editor/>
  388. <Renderer/>
  389. </Column>
  390. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  391. <Title/>
  392. <Editor/>
  393. <Renderer/>
  394. </Column>
  395. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  396. <Title/>
  397. <Editor/>
  398. <Renderer/>
  399. </Column>
  400. </TableColumnModel>
  401. </Property>
  402. <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
  403. <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
  404. </Property>
  405. </Properties>
  406. </Component>
  407. </SubComponents>
  408. </Container>
  409. <Container class="javax.swing.JPanel" name="jPanel5">
  410. <Layout>
  411. <DimensionLayout dim="0">
  412. <Group type="103" groupAlignment="0" attributes="0">
  413. <Group type="102" attributes="0">
  414. <Group type="103" groupAlignment="0" attributes="0">
  415. <Group type="102" attributes="0">
  416. <EmptySpace max="-2" attributes="0"/>
  417. <Group type="103" groupAlignment="0" attributes="0">
  418. <Component id="jCheckBox1" alignment="0" min="-2" max="-2" attributes="0"/>
  419. <Component id="jTextField1" alignment="0" min="-2" pref="129" max="-2" attributes="0"/>
  420. </Group>
  421. </Group>
  422. <Group type="102" alignment="0" attributes="0">
  423. <EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
  424. <Group type="103" groupAlignment="0" attributes="0">
  425. <Group type="103" alignment="0" groupAlignment="0" max="-2" attributes="0">
  426. <Component id="jLabel1" max="32767" attributes="0"/>
  427. <Component id="jLabel2" max="32767" attributes="0"/>
  428. </Group>
  429. <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/>
  430. </Group>
  431. <EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
  432. <Group type="103" groupAlignment="0" attributes="0">
  433. <Component id="jComboBox1" min="-2" pref="129" max="-2" attributes="0"/>
  434. <Group type="102" alignment="0" attributes="0">
  435. <Group type="103" groupAlignment="1" max="-2" attributes="0">
  436. <Component id="jTextField3" alignment="0" max="32767" attributes="0"/>
  437. <Component id="jTextField2" alignment="0" pref="121" max="32767" attributes="0"/>
  438. </Group>
  439. <EmptySpace max="-2" attributes="0"/>
  440. <Component id="jButton4" min="-2" max="-2" attributes="0"/>
  441. </Group>
  442. </Group>
  443. </Group>
  444. </Group>
  445. <EmptySpace max="32767" attributes="0"/>
  446. </Group>
  447. </Group>
  448. </DimensionLayout>
  449. <DimensionLayout dim="1">
  450. <Group type="103" groupAlignment="0" attributes="0">
  451. <Group type="102" alignment="0" attributes="0">
  452. <EmptySpace max="-2" attributes="0"/>
  453. <Component id="jTextField1" min="-2" max="-2" attributes="0"/>
  454. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  455. <Component id="jCheckBox1" min="-2" max="-2" attributes="0"/>
  456. <EmptySpace max="32767" attributes="0"/>
  457. <Group type="103" groupAlignment="3" attributes="0">
  458. <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
  459. <Component id="jTextField3" alignment="3" min="-2" max="-2" attributes="0"/>
  460. </Group>
  461. <EmptySpace max="-2" attributes="0"/>
  462. <Group type="103" groupAlignment="3" attributes="0">
  463. <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
  464. <Component id="jTextField2" alignment="3" min="-2" max="-2" attributes="0"/>
  465. <Component id="jButton4" alignment="3" min="-2" max="-2" attributes="0"/>
  466. </Group>
  467. <EmptySpace max="-2" attributes="0"/>
  468. <Group type="103" groupAlignment="0" attributes="0">
  469. <Component id="jComboBox1" min="-2" max="-2" attributes="0"/>
  470. <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
  471. </Group>
  472. <EmptySpace min="-2" pref="46" max="-2" attributes="0"/>
  473. </Group>
  474. </Group>
  475. </DimensionLayout>
  476. </Layout>
  477. <SubComponents>
  478. <Component class="javax.swing.JTextField" name="jTextField1">
  479. <Properties>
  480. <Property name="editable" type="boolean" value="false"/>
  481. <Property name="text" type="java.lang.String" value="Schrauben 35mm"/>
  482. </Properties>
  483. </Component>
  484. <Component class="javax.swing.JCheckBox" name="jCheckBox1">
  485. <Properties>
  486. <Property name="selected" type="boolean" value="true"/>
  487. <Property name="text" type="java.lang.String" value="Freigeben"/>
  488. </Properties>
  489. </Component>
  490. <Component class="javax.swing.JComboBox" name="jComboBox1">
  491. <Properties>
  492. <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
  493. <Connection code="new javax.swing.DefaultComboBoxModel(new String[] { &quot;Heilbronn&quot;,&quot;Neckarsulm&quot;,&quot;Stuttgart-1&quot;,&quot;Stuttgart-2&quot;})" type="code"/>
  494. </Property>
  495. </Properties>
  496. </Component>
  497. <Component class="javax.swing.JLabel" name="jLabel2">
  498. <Properties>
  499. <Property name="text" type="java.lang.String" value="Lieferort"/>
  500. </Properties>
  501. </Component>
  502. <Component class="javax.swing.JLabel" name="jLabel1">
  503. <Properties>
  504. <Property name="text" type="java.lang.String" value="Lieferzeitpunkt"/>
  505. </Properties>
  506. </Component>
  507. <Component class="javax.swing.JTextField" name="jTextField2">
  508. <Properties>
  509. <Property name="text" type="java.lang.String" value="01.01.2014"/>
  510. </Properties>
  511. </Component>
  512. <Component class="javax.swing.JLabel" name="jLabel3">
  513. <Properties>
  514. <Property name="text" type="java.lang.String" value="Menge"/>
  515. </Properties>
  516. </Component>
  517. <Component class="javax.swing.JButton" name="jButton4">
  518. <Properties>
  519. <Property name="text" type="java.lang.String" value="Kalender"/>
  520. </Properties>
  521. </Component>
  522. <Component class="javax.swing.JTextField" name="jTextField3">
  523. <Properties>
  524. <Property name="text" type="java.lang.String" value="1000"/>
  525. </Properties>
  526. </Component>
  527. </SubComponents>
  528. </Container>
  529. </SubComponents>
  530. </Container>
  531. <Container class="javax.swing.JPanel" name="jPanel4">
  532. <Constraints>
  533. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  534. <JTabbedPaneConstraints tabName="tab3">
  535. <Property name="tabTitle" type="java.lang.String" value="tab3"/>
  536. </JTabbedPaneConstraints>
  537. </Constraint>
  538. </Constraints>
  539. <Layout>
  540. <DimensionLayout dim="0">
  541. <Group type="103" groupAlignment="0" attributes="0">
  542. <EmptySpace min="0" pref="558" max="32767" attributes="0"/>
  543. </Group>
  544. </DimensionLayout>
  545. <DimensionLayout dim="1">
  546. <Group type="103" groupAlignment="0" attributes="0">
  547. <EmptySpace min="0" pref="405" max="32767" attributes="0"/>
  548. </Group>
  549. </DimensionLayout>
  550. </Layout>
  551. </Container>
  552. <Container class="javax.swing.JPanel" name="jPanel3">
  553. <Constraints>
  554. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  555. <JTabbedPaneConstraints tabName="tab3">
  556. <Property name="tabTitle" type="java.lang.String" value="tab3"/>
  557. </JTabbedPaneConstraints>
  558. </Constraint>
  559. </Constraints>
  560. <Layout>
  561. <DimensionLayout dim="0">
  562. <Group type="103" groupAlignment="0" attributes="0">
  563. <Group type="102" alignment="1" attributes="0">
  564. <EmptySpace max="-2" attributes="0"/>
  565. <Group type="103" groupAlignment="1" attributes="0">
  566. <Component id="jTabbedPane1" max="32767" attributes="0"/>
  567. <Component id="jScrollPane2" max="32767" attributes="0"/>
  568. </Group>
  569. <EmptySpace max="-2" attributes="0"/>
  570. </Group>
  571. </Group>
  572. </DimensionLayout>
  573. <DimensionLayout dim="1">
  574. <Group type="103" groupAlignment="0" attributes="0">
  575. <Group type="102" alignment="0" attributes="0">
  576. <Component id="jScrollPane2" min="-2" pref="198" max="-2" attributes="0"/>
  577. <EmptySpace type="separate" max="-2" attributes="0"/>
  578. <Component id="jTabbedPane1" max="32767" attributes="0"/>
  579. </Group>
  580. </Group>
  581. </DimensionLayout>
  582. </Layout>
  583. <SubComponents>
  584. <Container class="javax.swing.JScrollPane" name="jScrollPane2">
  585. <AuxValues>
  586. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  587. </AuxValues>
  588. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  589. <SubComponents>
  590. <Component class="javax.swing.JTable" name="jTable2">
  591. <Properties>
  592. <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
  593. <Table columnCount="6" rowCount="5">
  594. <Column editable="true" title="Materialnummer" type="java.lang.Object">
  595. <Data value="123"/>
  596. <Data value="234"/>
  597. <Data value="345"/>
  598. <Data value="456"/>
  599. <Data value="null"/>
  600. </Column>
  601. <Column editable="true" title="name/Beschreibung" type="java.lang.Object">
  602. <Data value="Leiste 1x5cm"/>
  603. <Data value="Winkel 5cm Messing"/>
  604. <Data value="Mahagoniplatte"/>
  605. <Data value="Schrauben 35mm"/>
  606. <Data value="null"/>
  607. </Column>
  608. <Column editable="true" title="Dispotyp" type="java.lang.Object">
  609. <Data value="C"/>
  610. <Data value="C"/>
  611. <Data value="A"/>
  612. <Data value="C"/>
  613. <Data value="null"/>
  614. </Column>
  615. <Column editable="true" title="ktueller Bestand" type="java.lang.Object"/>
  616. <Column editable="true" title="Meldebsestand" type="java.lang.Object"/>
  617. <Column editable="true" title="Sicherheitsbestand" type="java.lang.Object"/>
  618. </Table>
  619. </Property>
  620. <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
  621. <TableColumnModel selectionModel="0">
  622. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  623. <Title/>
  624. <Editor/>
  625. <Renderer/>
  626. </Column>
  627. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  628. <Title/>
  629. <Editor/>
  630. <Renderer/>
  631. </Column>
  632. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  633. <Title/>
  634. <Editor/>
  635. <Renderer/>
  636. </Column>
  637. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  638. <Title/>
  639. <Editor/>
  640. <Renderer/>
  641. </Column>
  642. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  643. <Title/>
  644. <Editor/>
  645. <Renderer/>
  646. </Column>
  647. <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
  648. <Title/>
  649. <Editor/>
  650. <Renderer/>
  651. </Column>
  652. </TableColumnModel>
  653. </Property>
  654. <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
  655. <TableHeader reorderingAllowed="true" resizingAllowed="true"/>
  656. </Property>
  657. </Properties>
  658. </Component>
  659. </SubComponents>
  660. </Container>
  661. <Container class="javax.swing.JTabbedPane" name="jTabbedPane1">
  662. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
  663. <SubComponents>
  664. <Container class="javax.swing.JPanel" name="jPanel7">
  665. <Constraints>
  666. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  667. <JTabbedPaneConstraints tabName="Statistiken">
  668. <Property name="tabTitle" type="java.lang.String" value="Statistiken"/>
  669. </JTabbedPaneConstraints>
  670. </Constraint>
  671. </Constraints>
  672. <Layout>
  673. <DimensionLayout dim="0">
  674. <Group type="103" groupAlignment="0" attributes="0">
  675. <EmptySpace min="0" pref="533" max="32767" attributes="0"/>
  676. </Group>
  677. </DimensionLayout>
  678. <DimensionLayout dim="1">
  679. <Group type="103" groupAlignment="0" attributes="0">
  680. <EmptySpace min="0" pref="189" max="32767" attributes="0"/>
  681. </Group>
  682. </DimensionLayout>
  683. </Layout>
  684. </Container>
  685. <Container class="javax.swing.JPanel" name="jPanel8">
  686. <Constraints>
  687. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  688. <JTabbedPaneConstraints tabName="Verlauf">
  689. <Property name="tabTitle" type="java.lang.String" value="Verlauf"/>
  690. </JTabbedPaneConstraints>
  691. </Constraint>
  692. </Constraints>
  693. <Layout>
  694. <DimensionLayout dim="0">
  695. <Group type="103" groupAlignment="0" attributes="0">
  696. <Group type="102" alignment="0" attributes="0">
  697. <EmptySpace max="-2" attributes="0"/>
  698. <Component id="jScrollPane3" min="-2" pref="394" max="-2" attributes="0"/>
  699. <EmptySpace pref="129" max="32767" attributes="0"/>
  700. </Group>
  701. </Group>
  702. </DimensionLayout>
  703. <DimensionLayout dim="1">
  704. <Group type="103" groupAlignment="0" attributes="0">
  705. <Component id="jScrollPane3" alignment="0" pref="189" max="32767" attributes="0"/>
  706. </Group>
  707. </DimensionLayout>
  708. </Layout>
  709. <SubComponents>
  710. <Container class="javax.swing.JScrollPane" name="jScrollPane3">
  711. <AuxValues>
  712. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  713. </AuxValues>
  714. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  715. <SubComponents>
  716. <Component class="javax.swing.JTextArea" name="jTextArea1">
  717. <Properties>
  718. <Property name="columns" type="int" value="20"/>
  719. <Property name="rows" type="int" value="5"/>
  720. </Properties>
  721. </Component>
  722. </SubComponents>
  723. </Container>
  724. </SubComponents>
  725. </Container>
  726. <Container class="javax.swing.JPanel" name="jPanel6">
  727. <Constraints>
  728. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
  729. <JTabbedPaneConstraints tabName="Daten">
  730. <Property name="tabTitle" type="java.lang.String" value="Daten"/>
  731. </JTabbedPaneConstraints>
  732. </Constraint>
  733. </Constraints>
  734. <Layout>
  735. <DimensionLayout dim="0">
  736. <Group type="103" groupAlignment="0" attributes="0">
  737. <Group type="102" alignment="0" attributes="0">
  738. <Group type="103" groupAlignment="0" max="-2" attributes="0">
  739. <Group type="102" alignment="0" attributes="0">
  740. <EmptySpace max="-2" attributes="0"/>
  741. <Component id="jLabel4" min="-2" max="-2" attributes="0"/>
  742. <EmptySpace min="-2" pref="36" max="-2" attributes="0"/>
  743. <Component id="jTextField4" min="-2" pref="89" max="-2" attributes="0"/>
  744. </Group>
  745. <Group type="102" alignment="0" attributes="0">
  746. <Group type="103" groupAlignment="1" attributes="0">
  747. <Component id="jLabel7" min="-2" max="-2" attributes="0"/>
  748. <Group type="103" groupAlignment="0" attributes="0">
  749. <Component id="jLabel5" alignment="0" min="-2" max="-2" attributes="0"/>
  750. <Component id="jLabel6" alignment="0" min="-2" max="-2" attributes="0"/>
  751. </Group>
  752. </Group>
  753. <EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
  754. <Group type="103" groupAlignment="0" attributes="0">
  755. <Component id="jTextField5" max="32767" attributes="0"/>
  756. <Component id="jTextField6" max="32767" attributes="0"/>
  757. <Component id="jComboBox2" max="32767" attributes="0"/>
  758. </Group>
  759. </Group>
  760. <Group type="102" alignment="0" attributes="0">
  761. <EmptySpace min="-2" pref="46" max="-2" attributes="0"/>
  762. <Component id="jLabel16" min="-2" pref="76" max="-2" attributes="0"/>
  763. </Group>
  764. </Group>
  765. <EmptySpace type="separate" max="-2" attributes="0"/>
  766. <Component id="jSeparator1" min="-2" pref="10" max="-2" attributes="0"/>
  767. <Group type="103" groupAlignment="0" attributes="0">
  768. <Group type="102" attributes="0">
  769. <EmptySpace max="-2" attributes="0"/>
  770. <Group type="103" groupAlignment="0" max="-2" attributes="0">
  771. <Group type="102" attributes="0">
  772. <Group type="103" groupAlignment="0" attributes="0">
  773. <Component id="jLabel9" min="-2" max="-2" attributes="0"/>
  774. <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
  775. <Group type="102" alignment="0" attributes="0">
  776. <Component id="jLabel12" min="-2" max="-2" attributes="0"/>
  777. <EmptySpace type="separate" max="-2" attributes="0"/>
  778. <Component id="jTextField10" max="32767" attributes="0"/>
  779. </Group>
  780. <Group type="102" alignment="0" attributes="0">
  781. <Component id="jLabel11" min="-2" max="-2" attributes="0"/>
  782. <EmptySpace type="separate" max="-2" attributes="0"/>
  783. <Component id="jTextField9" pref="60" max="32767" attributes="0"/>
  784. </Group>
  785. </Group>
  786. </Group>
  787. <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
  788. </Group>
  789. <Group type="102" alignment="1" attributes="0">
  790. <Group type="103" groupAlignment="1" attributes="0">
  791. <Group type="102" attributes="0">
  792. <EmptySpace min="-2" pref="95" max="-2" attributes="0"/>
  793. <Component id="jTextField7" pref="58" max="32767" attributes="0"/>
  794. </Group>
  795. <Group type="102" attributes="0">
  796. <Component id="jLabel8" min="-2" max="-2" attributes="0"/>
  797. <EmptySpace max="32767" attributes="0"/>
  798. <Component id="jComboBox3" min="-2" max="-2" attributes="0"/>
  799. </Group>
  800. </Group>
  801. <EmptySpace min="-2" pref="49" max="-2" attributes="0"/>
  802. </Group>
  803. <Group type="102" alignment="0" attributes="0">
  804. <Component id="jLabel10" min="-2" max="-2" attributes="0"/>
  805. <EmptySpace max="-2" attributes="0"/>
  806. <Component id="jTextField8" max="32767" attributes="0"/>
  807. <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
  808. </Group>
  809. </Group>
  810. </Group>
  811. <Group type="102" alignment="0" attributes="0">
  812. <EmptySpace min="-2" pref="48" max="-2" attributes="0"/>
  813. <Component id="jLabel15" min="-2" max="-2" attributes="0"/>
  814. <EmptySpace max="-2" attributes="0"/>
  815. </Group>
  816. </Group>
  817. <Component id="jSeparator2" min="-2" pref="14" max="-2" attributes="0"/>
  818. <Group type="103" groupAlignment="0" attributes="0">
  819. <Group type="102" attributes="0">
  820. <EmptySpace max="-2" attributes="0"/>
  821. <Component id="jLabel13" min="-2" max="-2" attributes="0"/>
  822. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  823. <Component id="jTextField11" max="32767" attributes="0"/>
  824. <EmptySpace max="-2" attributes="0"/>
  825. </Group>
  826. <Group type="102" alignment="0" attributes="0">
  827. <EmptySpace min="-2" pref="31" max="-2" attributes="0"/>
  828. <Component id="jLabel14" min="-2" max="-2" attributes="0"/>
  829. <EmptySpace pref="44" max="32767" attributes="0"/>
  830. </Group>
  831. </Group>
  832. </Group>
  833. </Group>
  834. </DimensionLayout>
  835. <DimensionLayout dim="1">
  836. <Group type="103" groupAlignment="0" attributes="0">
  837. <Component id="jSeparator1" alignment="0" max="32767" attributes="0"/>
  838. <Component id="jSeparator2" alignment="0" max="32767" attributes="0"/>
  839. <Group type="102" alignment="1" attributes="0">
  840. <EmptySpace max="-2" attributes="0"/>
  841. <Group type="103" groupAlignment="0" attributes="0">
  842. <Component id="jLabel16" min="-2" max="-2" attributes="0"/>
  843. <Component id="jLabel15" alignment="0" min="-2" max="-2" attributes="0"/>
  844. </Group>
  845. <EmptySpace max="32767" attributes="0"/>
  846. <Group type="103" groupAlignment="0" attributes="0">
  847. <Group type="102" alignment="1" attributes="0">
  848. <Group type="103" groupAlignment="3" attributes="0">
  849. <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/>
  850. <Component id="jComboBox3" alignment="3" min="-2" max="-2" attributes="0"/>
  851. </Group>
  852. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  853. <Group type="103" groupAlignment="3" attributes="0">
  854. <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/>
  855. <Component id="jTextField7" alignment="3" min="-2" max="-2" attributes="0"/>
  856. </Group>
  857. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  858. <Group type="103" groupAlignment="3" attributes="0">
  859. <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/>
  860. <Component id="jTextField8" alignment="3" min="-2" max="-2" attributes="0"/>
  861. </Group>
  862. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  863. <Group type="103" groupAlignment="3" attributes="0">
  864. <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/>
  865. <Component id="jTextField9" alignment="3" min="-2" max="-2" attributes="0"/>
  866. </Group>
  867. <EmptySpace max="-2" attributes="0"/>
  868. <Group type="103" groupAlignment="3" attributes="0">
  869. <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/>
  870. <Component id="jTextField10" alignment="3" min="-2" max="-2" attributes="0"/>
  871. </Group>
  872. <EmptySpace min="-2" pref="19" max="-2" attributes="0"/>
  873. </Group>
  874. <Group type="102" alignment="1" attributes="0">
  875. <Group type="103" groupAlignment="3" attributes="0">
  876. <Component id="jTextField4" alignment="3" min="-2" max="-2" attributes="0"/>
  877. <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
  878. </Group>
  879. <EmptySpace type="separate" max="-2" attributes="0"/>
  880. <Group type="103" groupAlignment="3" attributes="0">
  881. <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>
  882. <Component id="jTextField5" alignment="3" min="-2" max="-2" attributes="0"/>
  883. </Group>
  884. <EmptySpace max="-2" attributes="0"/>
  885. <Group type="103" groupAlignment="3" attributes="0">
  886. <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/>
  887. <Component id="jTextField6" alignment="3" min="-2" max="-2" attributes="0"/>
  888. </Group>
  889. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  890. <Group type="103" groupAlignment="3" attributes="0">
  891. <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/>
  892. <Component id="jComboBox2" alignment="3" min="-2" max="-2" attributes="0"/>
  893. </Group>
  894. <EmptySpace min="-2" pref="27" max="-2" attributes="0"/>
  895. </Group>
  896. </Group>
  897. </Group>
  898. <Group type="102" alignment="0" attributes="0">
  899. <EmptySpace min="-2" pref="7" max="-2" attributes="0"/>
  900. <Component id="jLabel14" min="-2" max="-2" attributes="0"/>
  901. <EmptySpace max="-2" attributes="0"/>
  902. <Group type="103" groupAlignment="3" attributes="0">
  903. <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/>
  904. <Component id="jTextField11" alignment="3" min="-2" max="-2" attributes="0"/>
  905. </Group>
  906. <EmptySpace min="0" pref="0" max="32767" attributes="0"/>
  907. </Group>
  908. </Group>
  909. </DimensionLayout>
  910. </Layout>
  911. <SubComponents>
  912. <Component class="javax.swing.JSeparator" name="jSeparator1">
  913. <Properties>
  914. <Property name="orientation" type="int" value="1"/>
  915. </Properties>
  916. </Component>
  917. <Component class="javax.swing.JSeparator" name="jSeparator2">
  918. <Properties>
  919. <Property name="orientation" type="int" value="1"/>
  920. </Properties>
  921. </Component>
  922. <Component class="javax.swing.JTextField" name="jTextField4">
  923. <Properties>
  924. <Property name="text" type="java.lang.String" value="123"/>
  925. </Properties>
  926. </Component>
  927. <Component class="javax.swing.JLabel" name="jLabel4">
  928. <Properties>
  929. <Property name="text" type="java.lang.String" value="MatNr"/>
  930. </Properties>
  931. </Component>
  932. <Component class="javax.swing.JLabel" name="jLabel5">
  933. <Properties>
  934. <Property name="text" type="java.lang.String" value="Name"/>
  935. </Properties>
  936. </Component>
  937. <Component class="javax.swing.JLabel" name="jLabel6">
  938. <Properties>
  939. <Property name="text" type="java.lang.String" value="Beschreibung"/>
  940. </Properties>
  941. </Component>
  942. <Component class="javax.swing.JTextField" name="jTextField5">
  943. <Properties>
  944. <Property name="text" type="java.lang.String" value="Leiste"/>
  945. </Properties>
  946. </Component>
  947. <Component class="javax.swing.JTextField" name="jTextField6">
  948. <Properties>
  949. <Property name="text" type="java.lang.String" value="Leiste 1x5cm"/>
  950. </Properties>
  951. </Component>
  952. <Component class="javax.swing.JLabel" name="jLabel7">
  953. <Properties>
  954. <Property name="text" type="java.lang.String" value="Einheit"/>
  955. </Properties>
  956. </Component>
  957. <Component class="javax.swing.JComboBox" name="jComboBox2">
  958. <Properties>
  959. <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
  960. <Connection code="new javax.swing.DefaultComboBoxModel(new String[] { &quot;m&quot;, &quot;Liter&quot;, &quot;Stk&quot;, &quot;Gramm&quot; })" type="code"/>
  961. </Property>
  962. </Properties>
  963. </Component>
  964. <Component class="javax.swing.JLabel" name="jLabel8">
  965. <Properties>
  966. <Property name="text" type="java.lang.String" value="Dispotyp"/>
  967. </Properties>
  968. </Component>
  969. <Component class="javax.swing.JLabel" name="jLabel9">
  970. <Properties>
  971. <Property name="text" type="java.lang.String" value="Meldebestand"/>
  972. </Properties>
  973. </Component>
  974. <Component class="javax.swing.JLabel" name="jLabel10">
  975. <Properties>
  976. <Property name="text" type="java.lang.String" value="Sicherheitsbestand"/>
  977. </Properties>
  978. </Component>
  979. <Component class="javax.swing.JLabel" name="jLabel11">
  980. <Properties>
  981. <Property name="text" type="java.lang.String" value="Bestellrhythmus"/>
  982. </Properties>
  983. </Component>
  984. <Component class="javax.swing.JLabel" name="jLabel12">
  985. <Properties>
  986. <Property name="text" type="java.lang.String" value="Vrsl Lieferdauer"/>
  987. </Properties>
  988. </Component>
  989. <Component class="javax.swing.JComboBox" name="jComboBox3">
  990. <Properties>
  991. <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
  992. <Connection code="new javax.swing.DefaultComboBoxModel(new String[] { &quot;A&quot;,&quot;B&quot;,&quot;C&quot; })" type="code"/>
  993. </Property>
  994. </Properties>
  995. </Component>
  996. <Component class="javax.swing.JTextField" name="jTextField7">
  997. <Properties>
  998. <Property name="text" type="java.lang.String" value=" "/>
  999. </Properties>
  1000. </Component>
  1001. <Component class="javax.swing.JTextField" name="jTextField8">
  1002. </Component>
  1003. <Component class="javax.swing.JTextField" name="jTextField9">
  1004. </Component>
  1005. <Component class="javax.swing.JTextField" name="jTextField10">
  1006. </Component>
  1007. <Component class="javax.swing.JLabel" name="jLabel13">
  1008. <Properties>
  1009. <Property name="text" type="java.lang.String" value="Preis"/>
  1010. </Properties>
  1011. </Component>
  1012. <Component class="javax.swing.JTextField" name="jTextField11">
  1013. </Component>
  1014. <Component class="javax.swing.JLabel" name="jLabel14">
  1015. <Properties>
  1016. <Property name="text" type="java.lang.String" value="Sonstiges"/>
  1017. </Properties>
  1018. </Component>
  1019. <Component class="javax.swing.JLabel" name="jLabel15">
  1020. <Properties>
  1021. <Property name="text" type="java.lang.String" value="Dispoparameter"/>
  1022. </Properties>
  1023. </Component>
  1024. <Component class="javax.swing.JLabel" name="jLabel16">
  1025. <Properties>
  1026. <Property name="text" type="java.lang.String" value="Allgemein"/>
  1027. </Properties>
  1028. </Component>
  1029. </SubComponents>
  1030. </Container>
  1031. </SubComponents>
  1032. </Container>
  1033. </SubComponents>
  1034. </Container>
  1035. </SubComponents>
  1036. </Container>
  1037. <Component class="javax.swing.JButton" name="jButton5">
  1038. <Properties>
  1039. <Property name="text" type="java.lang.String" value="Lv1"/>
  1040. </Properties>
  1041. </Component>
  1042. <Component class="javax.swing.JLabel" name="jLabel17">
  1043. <Properties>
  1044. <Property name="text" type="java.lang.String" value="&gt;&gt;"/>
  1045. </Properties>
  1046. </Component>
  1047. <Component class="javax.swing.JButton" name="jButton6">
  1048. <Properties>
  1049. <Property name="text" type="java.lang.String" value="Lv2"/>
  1050. </Properties>
  1051. </Component>
  1052. <Component class="javax.swing.JLabel" name="jLabel18">
  1053. <Properties>
  1054. <Property name="text" type="java.lang.String" value="&gt;&gt;"/>
  1055. </Properties>
  1056. </Component>
  1057. <Component class="javax.swing.JButton" name="jButton7">
  1058. <Properties>
  1059. <Property name="text" type="java.lang.String" value="Lv3"/>
  1060. </Properties>
  1061. </Component>
  1062. </SubComponents>
  1063. </Form>