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 4.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <NonVisualComponents>
  4. <Container class="graph.GuiChart" name="guiChart1">
  5. <Layout>
  6. <DimensionLayout dim="0">
  7. <Group type="103" groupAlignment="0" attributes="0">
  8. <EmptySpace min="0" pref="375" 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="275" max="32767" attributes="0"/>
  14. </Group>
  15. </DimensionLayout>
  16. </Layout>
  17. </Container>
  18. </NonVisualComponents>
  19. <Properties>
  20. <Property name="defaultCloseOperation" type="int" value="3"/>
  21. </Properties>
  22. <SyntheticProperties>
  23. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  24. <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
  25. </SyntheticProperties>
  26. <AuxValues>
  27. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  28. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  29. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  30. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  31. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  32. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  33. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  34. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  35. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  36. <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,-70,0,0,2,-68"/>
  37. </AuxValues>
  38. <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
  39. <SubComponents>
  40. <Container class="javax.swing.JPanel" name="jPanel1">
  41. <Constraints>
  42. <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
  43. <BorderConstraints direction="Center"/>
  44. </Constraint>
  45. </Constraints>
  46. <Layout>
  47. <DimensionLayout dim="0">
  48. <Group type="103" groupAlignment="0" attributes="0">
  49. <Group type="102" alignment="0" attributes="0">
  50. <EmptySpace max="-2" attributes="0"/>
  51. <Component id="guiChart2" min="-2" max="-2" attributes="0"/>
  52. <EmptySpace max="32767" attributes="0"/>
  53. </Group>
  54. </Group>
  55. </DimensionLayout>
  56. <DimensionLayout dim="1">
  57. <Group type="103" groupAlignment="0" attributes="0">
  58. <Group type="102" alignment="0" attributes="0">
  59. <EmptySpace max="-2" attributes="0"/>
  60. <Component id="guiChart2" min="-2" max="-2" attributes="0"/>
  61. <EmptySpace max="32767" attributes="0"/>
  62. </Group>
  63. </Group>
  64. </DimensionLayout>
  65. </Layout>
  66. <SubComponents>
  67. <Container class="graph.GuiChart" name="guiChart2">
  68. <Layout>
  69. <DimensionLayout dim="0">
  70. <Group type="103" groupAlignment="0" attributes="0">
  71. <EmptySpace min="0" pref="680" max="32767" attributes="0"/>
  72. </Group>
  73. </DimensionLayout>
  74. <DimensionLayout dim="1">
  75. <Group type="103" groupAlignment="0" attributes="0">
  76. <EmptySpace min="0" pref="420" max="32767" attributes="0"/>
  77. </Group>
  78. </DimensionLayout>
  79. </Layout>
  80. </Container>
  81. </SubComponents>
  82. </Container>
  83. </SubComponents>
  84. </Form>