<?xml version="1.0" encoding="UTF-8" ?>

<Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  <Properties>
    <Property name="defaultCloseOperation" type="int" value="3"/>
  </Properties>
  <SyntheticProperties>
    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  </SyntheticProperties>
  <AuxValues>
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
  </AuxValues>

  <Layout>
    <DimensionLayout dim="0">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" attributes="0">
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="0" attributes="0">
                  <Group type="102" alignment="0" attributes="0">
                      <Group type="103" groupAlignment="1" max="-2" attributes="0">
                          <Component id="txtDECinput" alignment="0" max="32767" attributes="1"/>
                          <Component id="txtBINinput" alignment="0" pref="86" max="32767" attributes="1"/>
                      </Group>
                      <EmptySpace min="-2" pref="54" max="-2" attributes="0"/>
                      <Group type="103" groupAlignment="0" max="-2" attributes="0">
                          <Component id="txtBINoutput" max="32767" attributes="1"/>
                          <Component id="txtDECoutput" alignment="0" pref="81" max="32767" attributes="1"/>
                      </Group>
                      <EmptySpace pref="61" max="32767" attributes="0"/>
                      <Group type="103" groupAlignment="1" attributes="0">
                          <Component id="btnB2D" min="-2" max="-2" attributes="0"/>
                          <Component id="btnD2B" min="-2" max="-2" attributes="0"/>
                      </Group>
                      <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
                  </Group>
                  <Group type="102" attributes="0">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
                          <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
                      </Group>
                      <EmptySpace pref="356" max="32767" attributes="0"/>
                  </Group>
              </Group>
          </Group>
      </Group>
    </DimensionLayout>
    <DimensionLayout dim="1">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" alignment="0" attributes="0">
              <EmptySpace max="-2" attributes="0"/>
              <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="txtBINinput" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="txtDECoutput" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="btnB2D" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace min="-2" pref="17" max="-2" attributes="0"/>
              <Component id="jLabel2" min="-2" max="-2" attributes="0"/>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="txtDECinput" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="txtBINoutput" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="btnD2B" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace pref="39" max="32767" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Component class="javax.swing.JLabel" name="jLabel1">
      <Properties>
        <Property name="text" type="java.lang.String" value="Bin2Oct"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="txtBINinput">
    </Component>
    <Component class="javax.swing.JTextField" name="txtDECoutput">
    </Component>
    <Component class="javax.swing.JLabel" name="jLabel2">
      <Properties>
        <Property name="text" type="java.lang.String" value="Oct2Bin"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="txtDECinput">
    </Component>
    <Component class="javax.swing.JTextField" name="txtBINoutput">
    </Component>
    <Component class="javax.swing.JButton" name="btnB2D">
      <Properties>
        <Property name="text" type="java.lang.String" value="Convert B2D"/>
      </Properties>
      <Events>
        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="btnB2DMouseClicked"/>
      </Events>
    </Component>
    <Component class="javax.swing.JButton" name="btnD2B">
      <Properties>
        <Property name="text" type="java.lang.String" value="Convert D2B"/>
      </Properties>
      <Events>
        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="btnD2BMouseClicked"/>
      </Events>
    </Component>
  </SubComponents>
</Form>
