<?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_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">
          <Component id="resultPanel" alignment="0" max="32767" attributes="0"/>
          <Component id="controlsPanel" alignment="0" max="32767" attributes="0"/>
      </Group>
    </DimensionLayout>
    <DimensionLayout dim="1">
      <Group type="103" groupAlignment="0" attributes="0">
          <Group type="102" alignment="0" attributes="0">
              <Component id="controlsPanel" min="-2" max="-2" attributes="0"/>
              <EmptySpace max="-2" attributes="0"/>
              <Component id="resultPanel" max="32767" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Container class="javax.swing.JPanel" name="controlsPanel">

      <Layout>
        <DimensionLayout dim="0">
          <Group type="103" groupAlignment="0" attributes="0">
              <Group type="102" attributes="0">
                  <Group type="103" groupAlignment="0" attributes="0">
                      <Group type="102" alignment="0" attributes="0">
                          <Group type="103" groupAlignment="0" attributes="0">
                              <Component id="sourceCaption" alignment="0" min="-2" max="-2" attributes="0"/>
                              <Component id="stylesheetCaption" alignment="0" min="-2" max="-2" attributes="0"/>
                          </Group>
                          <EmptySpace max="-2" attributes="0"/>
                          <Group type="103" groupAlignment="0" attributes="0">
                              <Component id="stylesheetField" pref="296" max="32767" attributes="0"/>
                              <Component id="sourceField" alignment="0" pref="296" max="32767" attributes="0"/>
                          </Group>
                          <EmptySpace max="-2" attributes="0"/>
                          <Group type="103" groupAlignment="1" max="-2" attributes="0">
                              <Component id="sourceButton" min="0" pref="0" max="32767" attributes="1"/>
                              <Component id="stylesheetButton" alignment="1" pref="25" max="32767" attributes="1"/>
                          </Group>
                      </Group>
                      <Component id="transformButton" alignment="0" min="-2" max="-2" attributes="0"/>
                  </Group>
                  <EmptySpace max="-2" attributes="0"/>
              </Group>
          </Group>
        </DimensionLayout>
        <DimensionLayout dim="1">
          <Group type="103" groupAlignment="0" attributes="0">
              <Group type="102" alignment="0" attributes="0">
                  <Group type="103" groupAlignment="3" attributes="0">
                      <Component id="sourceCaption" alignment="3" min="-2" max="-2" attributes="0"/>
                      <Component id="sourceField" alignment="3" min="-2" max="-2" attributes="0"/>
                      <Component id="sourceButton" alignment="3" min="-2" max="-2" attributes="0"/>
                  </Group>
                  <EmptySpace max="-2" attributes="0"/>
                  <Group type="103" groupAlignment="3" attributes="0">
                      <Component id="stylesheetCaption" alignment="3" min="-2" max="-2" attributes="0"/>
                      <Component id="stylesheetButton" alignment="3" min="-2" max="-2" attributes="0"/>
                      <Component id="stylesheetField" alignment="3" min="-2" max="-2" attributes="0"/>
                  </Group>
                  <EmptySpace max="32767" attributes="0"/>
                  <Component id="transformButton" min="-2" max="-2" attributes="0"/>
              </Group>
          </Group>
        </DimensionLayout>
      </Layout>
      <SubComponents>
        <Component class="javax.swing.JLabel" name="sourceCaption">
          <Properties>
            <Property name="displayedMnemonic" type="int" value="88"/>
            <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
              <ComponentRef name="sourceField"/>
            </Property>
            <Property name="text" type="java.lang.String" value="Source XML:"/>
            <Property name="name" type="java.lang.String" value="sourceXmlCaption"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JTextField" name="sourceField">
          <Properties>
            <Property name="name" type="java.lang.String" value="sourceXMLField"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JButton" name="sourceButton">
          <Properties>
            <Property name="text" type="java.lang.String" value="..."/>
            <Property name="name" type="java.lang.String" value="sourceXMLButton"/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="sourceButtonActionPerformed"/>
          </Events>
        </Component>
        <Component class="javax.swing.JLabel" name="stylesheetCaption">
          <Properties>
            <Property name="displayedMnemonic" type="int" value="83"/>
            <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
              <ComponentRef name="stylesheetField"/>
            </Property>
            <Property name="text" type="java.lang.String" value="Stylesheet:"/>
          </Properties>
        </Component>
        <Component class="javax.swing.JTextField" name="stylesheetField">
        </Component>
        <Component class="javax.swing.JButton" name="stylesheetButton">
          <Properties>
            <Property name="text" type="java.lang.String" value="..."/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="stylesheetButtonActionPerformed"/>
          </Events>
        </Component>
        <Component class="javax.swing.JButton" name="transformButton">
          <Properties>
            <Property name="mnemonic" type="int" value="84"/>
            <Property name="text" type="java.lang.String" value="Transform"/>
          </Properties>
          <Events>
            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="transformButtonActionPerformed"/>
          </Events>
        </Component>
      </SubComponents>
    </Container>
    <Container class="javax.swing.JPanel" name="resultPanel">
      <Properties>
        <Property name="name" type="java.lang.String" value="ResultsPanel"/>
      </Properties>

      <Layout>
        <DimensionLayout dim="0">
          <Group type="103" groupAlignment="0" attributes="0">
              <Component id="resultPane" alignment="0" pref="400" max="32767" attributes="0"/>
          </Group>
        </DimensionLayout>
        <DimensionLayout dim="1">
          <Group type="103" groupAlignment="0" attributes="0">
              <Component id="resultPane" alignment="0" pref="271" max="32767" attributes="0"/>
          </Group>
        </DimensionLayout>
      </Layout>
      <SubComponents>
        <Container class="javax.swing.JScrollPane" name="resultPane">
          <Properties>
            <Property name="name" type="java.lang.String" value="ResultField"/>
          </Properties>
          <AuxValues>
            <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
          </AuxValues>

          <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
          <SubComponents>
            <Component class="javax.swing.JTextArea" name="resultField">
              <Properties>
                <Property name="columns" type="int" value="20"/>
                <Property name="rows" type="int" value="5"/>
                <Property name="name" type="java.lang.String" value="resultField"/>
              </Properties>
            </Component>
          </SubComponents>
        </Container>
      </SubComponents>
    </Container>
  </SubComponents>
</Form>
