Newer
Older
jrex / src / jrex / ui / ReplacePanel.form
<?xml version="1.0" encoding="UTF-8" ?>

<Form version="1.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
  <Properties>
    <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
      <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
        <TitledBorder title="Search/Replace">
          <Font PropertyName="font" name="Dialog" size="12" style="0"/>
        </TitledBorder>
      </Border>
    </Property>
  </Properties>
  <AuxValues>
    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="true"/>
    <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">
          <Component id="btnReplace" alignment="0" max="32767" attributes="0"/>
          <Component id="scrlTable" alignment="0" pref="0" max="32767" attributes="0"/>
          <Group type="102" attributes="0">
              <Group type="103" groupAlignment="1" attributes="0">
                  <Component id="btnAddRow" alignment="0" pref="94" max="32767" attributes="0"/>
                  <Component id="btnUp" max="32767" attributes="0"/>
              </Group>
              <Group type="103" groupAlignment="0" attributes="0">
                  <Component id="btnDown" pref="110" max="32767" attributes="0"/>
                  <Component id="btnDelete" max="32767" attributes="0"/>
              </Group>
          </Group>
          <Component id="jLabel1" pref="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="jLabel1" min="-2" max="-2" attributes="0"/>
              <EmptySpace min="-2" pref="7" max="-2" attributes="0"/>
              <Component id="scrlTable" min="-2" pref="88" max="-2" attributes="0"/>
              <EmptySpace max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="btnAddRow" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="btnDelete" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace min="-2" max="-2" attributes="0"/>
              <Group type="103" groupAlignment="3" attributes="0">
                  <Component id="btnUp" alignment="3" min="-2" max="-2" attributes="0"/>
                  <Component id="btnDown" alignment="3" min="-2" max="-2" attributes="0"/>
              </Group>
              <EmptySpace min="-2" max="-2" attributes="0"/>
              <Component id="btnReplace" min="-2" max="-2" attributes="0"/>
          </Group>
      </Group>
    </DimensionLayout>
  </Layout>
  <SubComponents>
    <Container class="javax.swing.JScrollPane" name="scrlTable">
      <Properties>
        <Property name="alignmentY" type="float" value="0.0"/>
        <Property name="name" type="java.lang.String" value="scrlTable" noResource="true"/>
      </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.JTable" name="tblExpressions">
          <Properties>
            <Property name="fillsViewportHeight" type="boolean" value="true"/>
            <Property name="name" type="java.lang.String" value="tblExpressions" noResource="true"/>
            <Property name="selectionModel" type="javax.swing.ListSelectionModel" editor="org.netbeans.modules.form.editors2.JTableSelectionModelEditor">
              <JTableSelectionModel selectionMode="0"/>
            </Property>
          </Properties>
        </Component>
      </SubComponents>
    </Container>
    <Component class="javax.swing.JButton" name="btnAddRow">
      <Properties>
        <Property name="mnemonic" type="int" value="97"/>
        <Property name="text" type="java.lang.String" value="Add Row"/>
        <Property name="name" type="java.lang.String" value="btnAddRow" noResource="true"/>
      </Properties>
      <Events>
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddRowActionPerformed"/>
      </Events>
    </Component>
    <Component class="javax.swing.JButton" name="btnReplace">
      <Properties>
        <Property name="mnemonic" type="int" value="114"/>
        <Property name="text" type="java.lang.String" value="Replace"/>
        <Property name="name" type="java.lang.String" value="btnReplace" noResource="true"/>
      </Properties>
      <Events>
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnReplaceActionPerformed"/>
      </Events>
    </Component>
    <Component class="javax.swing.JButton" name="btnUp">
      <Properties>
        <Property name="mnemonic" type="int" value="117"/>
        <Property name="text" type="java.lang.String" value="Move Up"/>
        <Property name="name" type="java.lang.String" value="btnUp" noResource="true"/>
      </Properties>
      <Events>
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnUpActionPerformed"/>
      </Events>
    </Component>
    <Component class="javax.swing.JButton" name="btnDown">
      <Properties>
        <Property name="mnemonic" type="int" value="100"/>
        <Property name="text" type="java.lang.String" value="Move Down"/>
        <Property name="name" type="java.lang.String" value="btnDown" noResource="true"/>
      </Properties>
      <Events>
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDownActionPerformed"/>
      </Events>
    </Component>
    <Component class="javax.swing.JButton" name="btnDelete">
      <Properties>
        <Property name="mnemonic" type="int" value="100"/>
        <Property name="text" type="java.lang.String" value="Delete Row"/>
        <Property name="name" type="java.lang.String" value="btnDelete" noResource="true"/>
      </Properties>
      <Events>
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDeleteActionPerformed"/>
      </Events>
    </Component>
    <Component class="javax.swing.JLabel" name="jLabel1">
      <Properties>
        <Property name="text" type="java.lang.String" value="&lt;html&gt;Accepts regular expressions.  Use &apos;$&apos; as the prefix for capture references.  Literal &apos;$&apos; characters (and any other meta-characters) will need to be escaped with a backslash.&lt;/html&gt;"/>
        <Property name="name" type="java.lang.String" value="jLabel1" noResource="true"/>
      </Properties>
    </Component>
  </SubComponents>
</Form>