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

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/ · Unknown · 109 lines · 106 code · 3 blank · 0 comment · 0 complexity · c917fbc86a97b27da08d0a368eccd5b1 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. <EmptySpace pref="268" max="32767" attributes="0"/>
  27. <Component id="okButton" min="-2" pref="71" max="-2" attributes="0"/>
  28. <EmptySpace max="-2" attributes="0"/>
  29. <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
  30. <EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
  31. </Group>
  32. <Component id="jScrollPane1" alignment="0" pref="421" max="32767" attributes="0"/>
  33. <Component id="labeledCombobox1" alignment="0" pref="421" max="32767" attributes="0"/>
  34. </Group>
  35. </DimensionLayout>
  36. <DimensionLayout dim="1">
  37. <Group type="103" groupAlignment="0" attributes="0">
  38. <Group type="102" alignment="0" attributes="0">
  39. <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
  40. <EmptySpace min="-2" pref="0" max="-2" attributes="0"/>
  41. <Component id="labeledCombobox1" min="-2" max="-2" attributes="0"/>
  42. <EmptySpace min="-2" pref="3" max="-2" attributes="0"/>
  43. <Group type="103" groupAlignment="0" attributes="0">
  44. <Component id="cancelButton" min="-2" max="-2" attributes="0"/>
  45. <Component id="okButton" min="-2" max="-2" attributes="0"/>
  46. </Group>
  47. <EmptySpace pref="18" max="32767" attributes="0"/>
  48. </Group>
  49. </Group>
  50. </DimensionLayout>
  51. </Layout>
  52. <SubComponents>
  53. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  54. <Properties>
  55. <Property name="name" type="java.lang.String" value="jScrollPane1" noResource="true"/>
  56. </Properties>
  57. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  58. <SubComponents>
  59. <Component class="javax.swing.JTextArea" name="textArea">
  60. <Properties>
  61. <Property name="columns" type="int" value="20"/>
  62. <Property name="rows" type="int" value="5"/>
  63. <Property name="name" type="java.lang.String" value="textArea" noResource="true"/>
  64. </Properties>
  65. <AuxValues>
  66. <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/>
  67. </AuxValues>
  68. </Component>
  69. </SubComponents>
  70. </Container>
  71. <Component class="javax.swing.JButton" name="okButton">
  72. <Properties>
  73. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  74. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="okButton" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  75. </Property>
  76. <Property name="name" type="java.lang.String" value="okButton" noResource="true"/>
  77. </Properties>
  78. <Events>
  79. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="okButtonActionPerformed"/>
  80. </Events>
  81. <AuxValues>
  82. <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/>
  83. </AuxValues>
  84. </Component>
  85. <Component class="javax.swing.JButton" name="cancelButton">
  86. <Properties>
  87. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  88. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="cancelButton" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  89. </Property>
  90. <Property name="actionCommand" type="java.lang.String" value="CANCEL" noResource="true"/>
  91. <Property name="name" type="java.lang.String" value="cancelButton" noResource="true"/>
  92. </Properties>
  93. <AuxValues>
  94. <AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/>
  95. </AuxValues>
  96. </Component>
  97. <Component class="mpv5.ui.beans.LabeledCombobox" name="labeledCombobox1">
  98. <Properties>
  99. <Property name="_Label" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  100. <ResourceString bundle="mpv5/resources/languages/Panels.properties" key="ActivityTextAreaDialog.labeledCombobox1._Label" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  101. </Property>
  102. <Property name="name" type="java.lang.String" value="labeledCombobox1" noResource="true"/>
  103. </Properties>
  104. </Component>
  105. </SubComponents>
  106. </Form>