diff options
Diffstat (limited to 'idrop-commons/src/main/java/org/irods/jargon/idrop/commons/MoveOrCopyiRODSDialog.form')
-rw-r--r-- | idrop-commons/src/main/java/org/irods/jargon/idrop/commons/MoveOrCopyiRODSDialog.form | 216 |
1 files changed, 0 insertions, 216 deletions
diff --git a/idrop-commons/src/main/java/org/irods/jargon/idrop/commons/MoveOrCopyiRODSDialog.form b/idrop-commons/src/main/java/org/irods/jargon/idrop/commons/MoveOrCopyiRODSDialog.form deleted file mode 100644 index 41eb651..0000000 --- a/idrop-commons/src/main/java/org/irods/jargon/idrop/commons/MoveOrCopyiRODSDialog.form +++ /dev/null @@ -1,216 +0,0 @@ -<?xml version="1.1" encoding="UTF-8" ?> - -<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - <Property name="title" type="java.lang.String" value="iRODS Move File - Confirmation Dialog"/> - <Property name="name" type="java.lang.String" value="NewParentDialog" noResource="true"/> - </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="2"/> - <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="lblTitle" min="-2" pref="622" max="-2" attributes="0"/> - <Component id="pnlFolderData" min="-2" max="-2" attributes="0"/> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="lblTitle" min="-2" max="-2" attributes="0"/> - <Component id="pnlFolderData" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="lblTitle"> - <Properties> - <Property name="text" type="java.lang.String" value="Confirm the move of the iRODS File to a new collection"/> - </Properties> - </Component> - <Container class="javax.swing.JPanel" name="pnlFolderData"> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="pnlCurrentParent" min="-2" max="-2" attributes="0"/> - <EmptySpace pref="61" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace pref="134" max="32767" attributes="0"/> - <Component id="pnlBottom" min="-2" max="-2" 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"> - <Component id="pnlCurrentParent" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="pnlBottom" min="-2" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="pnlCurrentParent"> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="44" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="20" max="-2" attributes="0"/> - <Component id="lblNewDiretoryName" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="scrollNewLocation" pref="531" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="lblCurrentParent" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="scrollCurrentParent" pref="531" max="32767" attributes="0"/> - </Group> - </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"> - <EmptySpace min="-2" pref="51" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="scrollCurrentParent" min="-2" max="-2" attributes="0"/> - <Component id="lblCurrentParent" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="lblNewDiretoryName" alignment="0" min="-2" max="-2" attributes="0"/> - <Component id="scrollNewLocation" alignment="0" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="java.awt.Label" name="lblCurrentParent"> - <Properties> - <Property name="text" type="java.lang.String" value="Current location:"/> - </Properties> - </Component> - <Component class="java.awt.Label" name="lblNewDiretoryName"> - <Properties> - <Property name="text" type="java.lang.String" value="New location:"/> - </Properties> - <AccessibilityProperties> - <Property name="AccessibleContext.accessibleName" type="java.lang.String" value="New directory name:"/> - </AccessibilityProperties> - </Component> - <Container class="javax.swing.JScrollPane" name="scrollCurrentParent"> - <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="txtCurrentParent"> - <Properties> - <Property name="columns" type="int" value="20"/> - <Property name="editable" type="boolean" value="false"/> - <Property name="rows" type="int" value="5"/> - <Property name="wrapStyleWord" type="boolean" value="true"/> - <Property name="focusable" type="boolean" value="false"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JScrollPane" name="scrollNewLocation"> - <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="txtNewLocation"> - <Properties> - <Property name="columns" type="int" value="20"/> - <Property name="editable" type="boolean" value="false"/> - <Property name="rows" type="int" value="5"/> - <Property name="wrapStyleWord" type="boolean" value="true"/> - <Property name="focusable" type="boolean" value="false"/> - </Properties> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="pnlBottom"> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="451" pref="451" max="451" attributes="0"/> - <Component id="btnCancel" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="btnOK" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="4" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="5" pref="5" max="5" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnCancel" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnOK" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JButton" name="btnCancel"> - <Properties> - <Property name="text" type="java.lang.String" value="Cancel"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCancelActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnOK"> - <Properties> - <Property name="text" type="java.lang.String" value="OK"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnOKActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - </SubComponents> -</Form> |