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

<Form version="1.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
  <Properties>
    <Property name="defaultCloseOperation" type="int" value="3"/>
    <Property name="title" type="java.lang.String" value="Product Information"/>
    <Property name="focusCycleRoot" type="boolean" value="false"/>
  </Properties>
  <SyntheticProperties>
    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
  </SyntheticProperties>
  <AuxValues>
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
    <AuxValue name="FormSettings_i18nAutoMode" 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" alignment="1" attributes="0">
              <Component id="jLabel3" min="-2" pref="268" max="-2" attributes="0"/>
              <EmptySpace type="separate" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="1" attributes="0">
                  <Component id="lblProdName" alignment="1" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdId" alignment="1" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdVersion" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdValid" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdPrice" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="0" attributes="0">
                  <Group type="102" attributes="0">
                      <Group type="103" groupAlignment="0" attributes="0">
                          <Component id="txtProdName" alignment="0" pref="134" max="32767" attributes="1"/>
                          <Component id="txtProdId" alignment="0" min="-2" pref="97" max="-2" attributes="0"/>
                          <Component id="txtProdVers" alignment="0" min="-2" pref="99" max="-2" attributes="1"/>
                          <Component id="txtProdValid" alignment="0" pref="134" max="32767" attributes="1"/>
                          <Component id="txtProdPrice" alignment="0" pref="134" max="32767" attributes="1"/>
                      </Group>
                      <EmptySpace min="-2" pref="88" max="-2" attributes="0"/>
                  </Group>
                  <Group type="102" attributes="0">
                      <Component id="btnSubmit" min="-2" max="-2" attributes="0"/>
                      <EmptySpace max="-2" attributes="0"/>
                  </Group>
              </Group>
          </Group>
      </Group>
    </DimensionLayout>
    <DimensionLayout dim="1">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" attributes="0">
              <EmptySpace min="-2" pref="52" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="lblProdId" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="txtProdId" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace type="separate" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="lblProdName" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="txtProdName" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace min="-2" pref="9" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="lblProdVersion" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="txtProdVers" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="txtProdPrice" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdPrice" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="lblProdValid" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="txtProdValid" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace min="-2" pref="42" max="-2" attributes="0"/>
              <Component id="btnSubmit" min="-2" max="-2" attributes="0"/>
              <EmptySpace pref="198" max="32767" attributes="0"/>
          </Group>
          <Component id="jLabel3" alignment="0" pref="459" max="32767" attributes="0"/>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Component class="javax.swing.JLabel" name="lblProdId">
      <Properties>
        <Property name="text" type="java.lang.String" value=" Product Id :"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="txtProdId">
    </Component>
    <Component class="javax.swing.JLabel" name="lblProdName">
      <Properties>
        <Property name="text" type="java.lang.String" value="Product Name :"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="txtProdName">
    </Component>
    <Component class="javax.swing.JLabel" name="lblProdVersion">
      <Properties>
        <Property name="text" type="java.lang.String" value="Product Version :"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="txtProdVers">
    </Component>
    <Component class="javax.swing.JLabel" name="lblProdPrice">
      <Properties>
        <Property name="text" type="java.lang.String" value="Product Price :"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="txtProdPrice">
    </Component>
    <Component class="javax.swing.JLabel" name="lblProdValid">
      <Properties>
        <Property name="text" type="java.lang.String" value="Product Validity :"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JTextField" name="txtProdValid">
    </Component>
    <Component class="javax.swing.JButton" name="btnSubmit">
      <Properties>
        <Property name="text" type="java.lang.String" value="Submit"/>
      </Properties>
      <Events>
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSubmitActionPerformed"/>
      </Events>
    </Component>
    <Component class="javax.swing.JLabel" name="jLabel3">
      <Properties>
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
          <Image iconType="3" name="/3.JPG"/>
        </Property>
      </Properties>
    </Component>
  </SubComponents>
</Form>
