You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

View.form 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
  3. <AuxValues>
  4. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  5. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  6. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  7. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  8. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  9. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  10. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  11. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  12. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  13. </AuxValues>
  14. <Layout>
  15. <DimensionLayout dim="0">
  16. <Group type="103" groupAlignment="0" attributes="0">
  17. <Group type="102" alignment="0" attributes="0">
  18. <EmptySpace min="-2" pref="23" max="-2" attributes="0"/>
  19. <Component id="LblCounter" min="-2" pref="51" max="-2" attributes="0"/>
  20. <EmptySpace pref="26" max="32767" attributes="0"/>
  21. </Group>
  22. </Group>
  23. </DimensionLayout>
  24. <DimensionLayout dim="1">
  25. <Group type="103" groupAlignment="0" attributes="0">
  26. <Group type="102" alignment="0" attributes="0">
  27. <EmptySpace min="-2" pref="36" max="-2" attributes="0"/>
  28. <Component id="LblCounter" min="-2" pref="38" max="-2" attributes="0"/>
  29. <EmptySpace pref="38" max="32767" attributes="0"/>
  30. </Group>
  31. </Group>
  32. </DimensionLayout>
  33. </Layout>
  34. <SubComponents>
  35. <Component class="javax.swing.JLabel" name="LblCounter">
  36. <Properties>
  37. <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
  38. <Font name="Lucida Grande" size="36" style="0"/>
  39. </Property>
  40. <Property name="text" type="java.lang.String" value="10"/>
  41. </Properties>
  42. </Component>
  43. </SubComponents>
  44. </Form>