AboutBox.form 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
  3. <NonVisualComponents>
  4. <Container class="javax.swing.JDialog" name="jDialog1">
  5. <Layout>
  6. <DimensionLayout dim="0">
  7. <Group type="103" groupAlignment="0" attributes="0">
  8. <EmptySpace min="0" pref="400" max="32767" attributes="0"/>
  9. </Group>
  10. </DimensionLayout>
  11. <DimensionLayout dim="1">
  12. <Group type="103" groupAlignment="0" attributes="0">
  13. <EmptySpace min="0" pref="300" max="32767" attributes="0"/>
  14. </Group>
  15. </DimensionLayout>
  16. </Layout>
  17. </Container>
  18. </NonVisualComponents>
  19. <Properties>
  20. <Property name="defaultCloseOperation" type="int" value="2"/>
  21. </Properties>
  22. <SyntheticProperties>
  23. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  24. </SyntheticProperties>
  25. <AuxValues>
  26. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  27. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  28. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  29. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  30. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  31. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
  32. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="1"/>
  33. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  34. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  35. </AuxValues>
  36. <Layout>
  37. <DimensionLayout dim="0">
  38. <Group type="103" groupAlignment="0" attributes="0">
  39. <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
  40. </Group>
  41. </DimensionLayout>
  42. <DimensionLayout dim="1">
  43. <Group type="103" groupAlignment="0" attributes="0">
  44. <Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
  45. </Group>
  46. </DimensionLayout>
  47. </Layout>
  48. <SubComponents>
  49. <Container class="javax.swing.JPanel" name="jPanel1">
  50. <Layout>
  51. <DimensionLayout dim="0">
  52. <Group type="103" groupAlignment="0" attributes="0">
  53. <Group type="102" attributes="0">
  54. <Group type="103" groupAlignment="0" attributes="0">
  55. <Group type="102" alignment="0" attributes="0">
  56. <EmptySpace min="-2" pref="127" max="-2" attributes="0"/>
  57. <Group type="103" groupAlignment="2" attributes="0">
  58. <Component id="jLabel2" alignment="2" min="-2" max="-2" attributes="0"/>
  59. <Component id="jLabel1" alignment="2" min="-2" max="-2" attributes="0"/>
  60. </Group>
  61. </Group>
  62. <Group type="102" alignment="0" attributes="0">
  63. <EmptySpace min="-2" pref="170" max="-2" attributes="0"/>
  64. <Component id="button_CLOSE" min="-2" max="-2" attributes="0"/>
  65. </Group>
  66. <Group type="102" alignment="0" attributes="0">
  67. <EmptySpace max="-2" attributes="0"/>
  68. <Component id="jScrollPane1" pref="382" max="32767" attributes="0"/>
  69. </Group>
  70. </Group>
  71. <EmptySpace max="-2" attributes="0"/>
  72. </Group>
  73. </Group>
  74. </DimensionLayout>
  75. <DimensionLayout dim="1">
  76. <Group type="103" groupAlignment="0" attributes="0">
  77. <Group type="102" attributes="0">
  78. <EmptySpace max="-2" attributes="0"/>
  79. <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
  80. <EmptySpace max="-2" attributes="0"/>
  81. <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
  82. <EmptySpace type="separate" max="-2" attributes="0"/>
  83. <Component id="jScrollPane1" pref="271" max="32767" attributes="0"/>
  84. <EmptySpace type="unrelated" max="-2" attributes="0"/>
  85. <Component id="button_CLOSE" min="-2" max="-2" attributes="0"/>
  86. <EmptySpace max="-2" attributes="0"/>
  87. </Group>
  88. </Group>
  89. </DimensionLayout>
  90. </Layout>
  91. <SubComponents>
  92. <Component class="javax.swing.JButton" name="button_CLOSE">
  93. <Properties>
  94. <Property name="text" type="java.lang.String" value="Close" noResource="true"/>
  95. </Properties>
  96. <Events>
  97. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="button_CLOSEActionPerformed"/>
  98. </Events>
  99. </Component>
  100. <Component class="javax.swing.JLabel" name="jLabel1">
  101. <Properties>
  102. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  103. <Font name="Tahoma" size="18" style="1"/>
  104. </Property>
  105. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  106. <ResourceString bundle="schemaspygui/resources/ReleaseText.properties" key="ProgramName" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  107. </Property>
  108. </Properties>
  109. </Component>
  110. <Component class="javax.swing.JLabel" name="jLabel2">
  111. <Properties>
  112. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  113. <ResourceString bundle="schemaspygui/resources/ReleaseText.properties" key="VersionInfo" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  114. </Property>
  115. </Properties>
  116. </Component>
  117. <Container class="javax.swing.JScrollPane" name="jScrollPane1">
  118. <AuxValues>
  119. <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
  120. </AuxValues>
  121. <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
  122. <SubComponents>
  123. <Component class="javax.swing.JEditorPane" name="jEditorPane1">
  124. <Properties>
  125. <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
  126. <Border info="null"/>
  127. </Property>
  128. <Property name="contentType" type="java.lang.String" value="text/html" noResource="true"/>
  129. <Property name="editable" type="boolean" value="false"/>
  130. <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
  131. <ResourceString bundle="schemaspygui/resources/ReleaseText.properties" key="ReleaseText" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
  132. </Property>
  133. </Properties>
  134. </Component>
  135. </SubComponents>
  136. </Container>
  137. </SubComponents>
  138. </Container>
  139. </SubComponents>
  140. </Form>