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

<Form version="1.3" 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"/>
  </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="0" attributes="0">
              <Component id="lblImage" min="-2" pref="147" max="-2" attributes="0"/>
              <EmptySpace min="-2" pref="61" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="1" attributes="0">
                  <Component id="lblProdValid" alignment="1" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdPrice" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdId" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdName" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdVersion" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace type="unrelated" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="0" attributes="0">
                  <Component id="txtProdName" min="-2" pref="168" max="-2" attributes="0"/>
                  <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0">
                      <Component id="txtProdValid" alignment="0" max="32767" attributes="1"/>
                      <Component id="txtProdPrice" alignment="0" max="32767" attributes="1"/>
                      <Component id="txtProdVers" alignment="0" min="-2" pref="99" max="-2" attributes="1"/>
                  </Group>
                  <Component id="btnSubmit" min="-2" max="-2" attributes="0"/>
                  <Component id="txtProdId" min="-2" pref="97" max="-2" attributes="0"/>
              </Group>
              <EmptySpace pref="38" max="32767" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
    <DimensionLayout dim="1">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" attributes="0">
              <EmptySpace min="-2" pref="47" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="1" attributes="0">
                  <Component id="lblProdId" min="-2" max="-2" attributes="0"/>
                  <Component id="txtProdId" 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 type="separate" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="txtProdVers" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="lblProdVersion" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace min="-2" pref="19" 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="separate" 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="38" max="-2" attributes="0"/>
              <Component id="btnSubmit" min="-2" max="-2" attributes="0"/>
          </Group>
          <Component id="lblImage" alignment="0" min="-2" pref="322" max="-2" attributes="0"/>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Component class="javax.swing.JLabel" name="lblImage">
      <Properties>
        <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
          <Image iconType="3" name="/3.JPG"/>
        </Property>
      </Properties>
    </Component>
    <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>
  </SubComponents>
</Form>
