Frame1.form 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  3. <Properties>
  4. <Property name="defaultCloseOperation" type="int" value="3"/>
  5. </Properties>
  6. <SyntheticProperties>
  7. <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  8. <SyntheticProperty name="generateCenter" type="boolean" value="false"/>
  9. </SyntheticProperties>
  10. <AuxValues>
  11. <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
  12. <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
  13. <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
  14. <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
  15. <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
  16. <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
  17. <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
  18. <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
  19. <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  20. </AuxValues>
  21. <Layout>
  22. <DimensionLayout dim="0">
  23. <Group type="103" groupAlignment="0" attributes="0">
  24. <Group type="102" alignment="0" attributes="0">
  25. <EmptySpace min="-2" pref="64" max="-2" attributes="0"/>
  26. <Group type="103" groupAlignment="0" max="-2" attributes="0">
  27. <Component id="jButton1" max="32767" attributes="0"/>
  28. <Component id="jButton2" max="32767" attributes="0"/>
  29. </Group>
  30. <EmptySpace pref="102" max="32767" attributes="0"/>
  31. <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
  32. <EmptySpace min="-2" pref="114" max="-2" attributes="0"/>
  33. </Group>
  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. <EmptySpace min="-2" pref="89" max="-2" attributes="0"/>
  40. <Group type="103" groupAlignment="3" attributes="0">
  41. <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
  42. <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
  43. </Group>
  44. <EmptySpace min="-2" pref="54" max="-2" attributes="0"/>
  45. <Component id="jButton2" min="-2" max="-2" attributes="0"/>
  46. <EmptySpace pref="111" max="32767" attributes="0"/>
  47. </Group>
  48. </Group>
  49. </DimensionLayout>
  50. </Layout>
  51. <SubComponents>
  52. <Component class="javax.swing.JButton" name="jButton1">
  53. <Properties>
  54. <Property name="text" type="java.lang.String" value="&#x412;&#x44b;&#x432;&#x43e;&#x434; &#x442;&#x435;&#x43a;&#x441;&#x442;&#x430;"/>
  55. </Properties>
  56. <Events>
  57. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
  58. </Events>
  59. </Component>
  60. <Component class="javax.swing.JButton" name="jButton2">
  61. <Properties>
  62. <Property name="text" type="java.lang.String" value="&#x41e;&#x442;&#x43a;&#x440;&#x44b;&#x442;&#x438;&#x435; &#x43e;&#x43a;&#x43d;&#x430;"/>
  63. </Properties>
  64. <Events>
  65. <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
  66. </Events>
  67. </Component>
  68. <Component class="javax.swing.JLabel" name="jLabel1">
  69. <Properties>
  70. <Property name="text" type="java.lang.String" value=" "/>
  71. </Properties>
  72. </Component>
  73. </SubComponents>
  74. </Form>