PageRenderTime 33ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/src/mpv5/logging/YConsole.form

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
Unknown | 81 lines | 78 code | 3 blank | 0 comment | 0 complexity | 1d5f2744e9547e3b1af6e83e98991f03 MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
  1. <?xml version="1.1" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="2"/>
  5. <Property name="title" type="java.lang.String" value="MP Logger"/>
  6. </Properties>
  7. <SyntheticProperties>
  8. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  9. </SyntheticProperties>
  10. <AuxValues>
  11. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  12. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  13. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  14. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  15. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  17. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  18. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  19. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  20. </AuxValues>
  21. <Layout>
  22. <DimensionLayout dim="0">
  23. <Group type="103" groupAlignment="0" attributes="0">
  24. <Group type="102" attributes="0">
  25. <EmptySpace max="-2" attributes="0"/>
  26. <Component id="jButton1" min="-2" max="-2" attributes="0"/>
  27. <EmptySpace pref="338" max="32767" attributes="0"/>
  28. </Group>
  29. <Component id="jScrollPane1" alignment="0" pref="405" max="32767" attributes="0"/>
  30. </Group>
  31. </DimensionLayout>
  32. <DimensionLayout dim="1">
  33. <Group type="103" groupAlignment="0" attributes="0">
  34. <Group type="102" alignment="1" attributes="0">
  35. <Component id="jScrollPane1" pref="217" max="32767" attributes="0"/>
  36. <EmptySpace max="-2" attributes="0"/>
  37. <Component id="jButton1" min="-2" max="-2" attributes="0"/>
  38. <EmptySpace max="-2" attributes="0"/>
  39. </Group>
  40. </Group>
  41. </DimensionLayout>
  42. </Layout>
  43. <SubComponents>
  44. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  45. <Properties>
  46. <Property name="horizontalScrollBarPolicy" type="int" value="32"/>
  47. <Property name="verticalScrollBarPolicy" type="int" value="22"/>
  48. <Property name="autoscrolls" type="boolean" value="true"/>
  49. </Properties>
  50. <AuxValues>
  51. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  52. </AuxValues>
  53. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  54. <SubComponents>
  55. <Component class="javax.swing.JTextArea" name="jTextArea1">
  56. <Properties>
  57. <Property name="columns" type="int" value="20"/>
  58. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  59. <Font name="Dialog" size="10" style="0"/>
  60. </Property>
  61. <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
  62. <Color blue="33" green="33" red="0" type="rgb"/>
  63. </Property>
  64. <Property name="rows" type="int" value="5"/>
  65. </Properties>
  66. </Component>
  67. </SubComponents>
  68. </Container>
  69. <Component class="javax.swing.JButton" name="jButton1">
  70. <Properties>
  71. <Property name="text" type="java.lang.String" value="Flush"/>
  72. </Properties>
  73. <Events>
  74. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  75. </Events>
  76. </Component>
  77. </SubComponents>
  78. </Form>