PageRenderTime 291ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/src/mpv5/ui/dialogs/subcomponents/TemplateFormatEditor.form

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
Unknown | 108 lines | 105 code | 3 blank | 0 comment | 0 complexity | d6172f46f6b52f9912534999bd80ea95 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.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
  3. <Properties>
  4. <Property name="name" type="java.lang.String" value="Form" noResource="true"/>
  5. </Properties>
  6. <AuxValues>
  7. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
  8. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
  9. <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/>
  10. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  11. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  12. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
  13. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  14. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  15. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  17. </AuxValues>
  18. <Layout>
  19. <DimensionLayout dim="0">
  20. <Group type="103" groupAlignment="0" attributes="0">
  21. <Group type="102" alignment="1" attributes="0">
  22. <EmptySpace max="-2" attributes="0"/>
  23. <Component id="jButton1" min="-2" max="-2" attributes="0"/>
  24. </Group>
  25. <Component id="jScrollPane1" alignment="0" pref="685" max="32767" attributes="0"/>
  26. </Group>
  27. </DimensionLayout>
  28. <DimensionLayout dim="1">
  29. <Group type="103" groupAlignment="0" attributes="0">
  30. <Group type="102" alignment="1" attributes="0">
  31. <Component id="jScrollPane1" pref="77" max="32767" attributes="0"/>
  32. <EmptySpace max="-2" attributes="0"/>
  33. <Component id="jButton1" min="-2" max="-2" attributes="0"/>
  34. </Group>
  35. </Group>
  36. </DimensionLayout>
  37. </Layout>
  38. <SubComponents>
  39. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  40. <Properties>
  41. <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/>
  42. </Properties>
  43. <AuxValues>
  44. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  45. </AuxValues>
  46. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  47. <SubComponents>
  48. <Component class="javax.swing.JTable" name="jTable1">
  49. <Properties>
  50. <Property name="autoCreateRowSorter" type="boolean" value="true"/>
  51. <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
  52. <Table columnCount="11" rowCount="1">
  53. <Column editable="true" title="Count" type="java.lang.Boolean">
  54. <Data value="true"/>
  55. </Column>
  56. <Column editable="true" title="Quantity" type="java.lang.Boolean">
  57. <Data value="true"/>
  58. </Column>
  59. <Column editable="true" title="Measure" type="java.lang.Boolean">
  60. <Data value="true"/>
  61. </Column>
  62. <Column editable="true" title="Text" type="java.lang.Boolean">
  63. <Data value="true"/>
  64. </Column>
  65. <Column editable="true" title="Net" type="java.lang.Boolean">
  66. <Data value="true"/>
  67. </Column>
  68. <Column editable="true" title="Totalnet" type="java.lang.Boolean">
  69. <Data value="true"/>
  70. </Column>
  71. <Column editable="true" title="Taxrate" type="java.lang.Boolean">
  72. <Data value="true"/>
  73. </Column>
  74. <Column editable="true" title="Tax" type="java.lang.Boolean">
  75. <Data value="true"/>
  76. </Column>
  77. <Column editable="true" title="Total" type="java.lang.Boolean">
  78. <Data value="true"/>
  79. </Column>
  80. <Column editable="true" title="Link" type="java.lang.Boolean">
  81. <Data value="true"/>
  82. </Column>
  83. <Column editable="true" title="Optional" type="java.lang.Boolean">
  84. <Data value="true"/>
  85. </Column>
  86. </Table>
  87. </Property>
  88. <Property name="name" type="java.lang.String" value="jTable1" noResource="true"/>
  89. </Properties>
  90. </Component>
  91. </SubComponents>
  92. </Container>
  93. <Component class="javax.swing.JButton" name="jButton1">
  94. <Properties>
  95. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  96. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="TemplateFormatEditor.jButton1.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  97. </Property>
  98. <Property name="name" type="java.lang.String" value="jButton1" noResource="true"/>
  99. </Properties>
  100. <Events>
  101. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  102. </Events>
  103. </Component>
  104. </SubComponents>
  105. </Form>