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

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/ · Unknown · 119 lines · 116 code · 3 blank · 0 comment · 0 complexity · 1c1a15b63fb9fdc6d0b5ceb085f2488b MD5 · raw file

  1. <?xml version="1.1" encoding="UTF-8" ?>
  2. <Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="2"/>
  5. <Property name="name" type="java.lang.String" value="Form" noResource="true"/>
  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="1"/>
  12. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
  13. <AuxValue name="FormSettings_formBundle" type="java.lang.String" value="mpv5/resources/languages/Panels"/>
  14. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  15. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
  17. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  18. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  19. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  20. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  21. </AuxValues>
  22. <Layout>
  23. <DimensionLayout dim="0">
  24. <Group type="103" groupAlignment="0" attributes="0">
  25. <Group type="102" alignment="1" attributes="0">
  26. <Component id="labeledSpinner1" min="-2" max="-2" attributes="0"/>
  27. <EmptySpace pref="86" max="32767" attributes="0"/>
  28. <Component id="okButton" min="-2" pref="71" max="-2" attributes="0"/>
  29. <EmptySpace max="-2" attributes="0"/>
  30. <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
  31. <EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
  32. </Group>
  33. <Component id="jScrollPane1" alignment="0" pref="421" max="32767" attributes="0"/>
  34. <Component id="labeledCombobox1" alignment="0" pref="421" max="32767" attributes="0"/>
  35. </Group>
  36. </DimensionLayout>
  37. <DimensionLayout dim="1">
  38. <Group type="103" groupAlignment="0" attributes="0">
  39. <Group type="102" alignment="0" attributes="0">
  40. <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
  41. <EmptySpace min="-2" pref="0" max="-2" attributes="0"/>
  42. <Component id="labeledCombobox1" min="-2" max="-2" attributes="0"/>
  43. <EmptySpace min="-2" pref="3" max="-2" attributes="0"/>
  44. <Group type="103" groupAlignment="2" attributes="0">
  45. <Component id="okButton" alignment="2" min="-2" max="-2" attributes="0"/>
  46. <Component id="cancelButton" alignment="2" min="-2" max="-2" attributes="0"/>
  47. <Component id="labeledSpinner1" alignment="2" min="-2" pref="21" max="-2" attributes="0"/>
  48. </Group>
  49. <EmptySpace max="-2" attributes="0"/>
  50. </Group>
  51. </Group>
  52. </DimensionLayout>
  53. </Layout>
  54. <SubComponents>
  55. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  56. <Properties>
  57. <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/>
  58. </Properties>
  59. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  60. <SubComponents>
  61. <Component class="javax.swing.JTextArea" name="textArea">
  62. <Properties>
  63. <Property name="columns" type="int" value="20"/>
  64. <Property name="rows" type="int" value="5"/>
  65. <Property name="name" type="java.lang.String" value="textArea" noResource="true"/>
  66. </Properties>
  67. <AuxValues>
  68. <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/>
  69. </AuxValues>
  70. </Component>
  71. </SubComponents>
  72. </Container>
  73. <Component class="javax.swing.JButton" name="okButton">
  74. <Properties>
  75. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  76. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="okButton" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  77. </Property>
  78. <Property name="name" type="java.lang.String" value="okButton" noResource="true"/>
  79. </Properties>
  80. <Events>
  81. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>
  82. </Events>
  83. <AuxValues>
  84. <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/>
  85. </AuxValues>
  86. </Component>
  87. <Component class="javax.swing.JButton" name="cancelButton">
  88. <Properties>
  89. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  90. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="cancelButton" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  91. </Property>
  92. <Property name="actionCommand" type="java.lang.String" value="CANCEL" noResource="true"/>
  93. <Property name="name" type="java.lang.String" value="cancelButton" noResource="true"/>
  94. </Properties>
  95. <AuxValues>
  96. <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/>
  97. </AuxValues>
  98. </Component>
  99. <Component class="mpv5.ui.beans.LabeledCombobox" name="labeledCombobox1">
  100. <Properties>
  101. <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  102. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ItemTextAreaDialog.labeledCombobox1._Label" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  103. </Property>
  104. <Property name="name" type="java.lang.String" value="labeledCombobox1" noResource="true"/>
  105. </Properties>
  106. </Component>
  107. <Component class="mpv5.ui.beans.LabeledSpinner" name="labeledSpinner1">
  108. <Properties>
  109. <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  110. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ItemTextAreaDialog.labeledSpinner1._Label" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  111. </Property>
  112. <Property name="name" type="java.lang.String" value="labeledSpinner1" noResource="true"/>
  113. </Properties>
  114. </Component>
  115. </SubComponents>
  116. </Form>