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

<Form version="1.5" maxVersion="1.5" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
  <Properties>
    <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
      <Dimension value="[350, 75]"/>
    </Property>
  </Properties>
  <AuxValues>
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
    <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" attributes="0">
              <Group type="103" groupAlignment="1" max="-2" attributes="0">
                  <Component id="g_destLabel" alignment="0" max="32767" attributes="1"/>
                  <Component id="g_sourceLabel" alignment="0" max="32767" attributes="1"/>
              </Group>
              <EmptySpace min="-2" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="0" attributes="0">
                  <Component id="g_dest" pref="289" max="32767" attributes="0"/>
                  <Component id="g_source" alignment="0" pref="289" max="32767" attributes="0"/>
              </Group>
              <EmptySpace min="-2" pref="0" max="-2" attributes="0"/>
          </Group>
          <Group type="102" alignment="0" attributes="0">
              <Component id="g_removeCheckBox" pref="344" max="32767" attributes="0"/>
              <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="0" attributes="0">
                  <Component id="g_sourceLabel" alignment="0" min="-2" max="-2" attributes="0"/>
                  <Component id="g_source" alignment="0" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="0" attributes="0">
                  <Component id="g_destLabel" min="-2" max="-2" attributes="0"/>
                  <Component id="g_dest" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace max="-2" attributes="0"/>
              <Component id="g_removeCheckBox" min="-2" max="-2" attributes="0"/>
              <EmptySpace max="-2" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Component class="javax.swing.JLabel" name="g_sourceLabel">
      <Properties>
        <Property name="text" type="java.lang.String" value="Run:"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JLabel" name="g_destLabel">
      <Properties>
        <Property name="text" type="java.lang.String" value="Export into:"/>
      </Properties>
    </Component>
    <Component class="javax.swing.JCheckBox" name="g_removeCheckBox">
      <Properties>
        <Property name="text" type="java.lang.String" value="Remove source run after successful export."/>
      </Properties>
      <BindingProperties>
        <BindingProperty name="selected" source="Form" sourcePath="${removeSource}" target="g_removeCheckBox" targetPath="selected" updateStrategy="0" immediately="false"/>
      </BindingProperties>
      <Events>
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="g_removeCheckBoxActionPerformed"/>
      </Events>
    </Component>
    <Component class="usda.weru.util.WepsFileField" name="g_source">
      <BindingProperties>
        <BindingProperty name="file" source="Form" sourcePath="${sourceRunFile}" target="g_source" targetPath="file" updateStrategy="0" immediately="false"/>
      </BindingProperties>
      <AuxValues>
        <AuxValue name="JavaCodeGenerator_CreateCodePost" type="java.lang.String" value="g_source.setFileType(WepsFileField.TYPE.RUN);"/>
      </AuxValues>
    </Component>
    <Component class="usda.weru.util.WepsFileField" name="g_dest">
      <BindingProperties>
        <BindingProperty name="file" source="Form" sourcePath="${destinationFile}" target="g_dest" targetPath="file" updateStrategy="0" immediately="false"/>
      </BindingProperties>
      <AuxValues>
        <AuxValue name="JavaCodeGenerator_CreateCodePost" type="java.lang.String" value="g_dest.setFileType(WepsFileField.TYPE.DIRECTORY);"/>
      </AuxValues>
    </Component>
  </SubComponents>
</Form>