samples/apifest1/infrastructure/testing-template/src/org/netbeans/apifest/testingtemplate/TestingTemplatePanelVisual.form
changeset 52 4257f4cf226b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/apifest1/infrastructure/testing-template/src/org/netbeans/apifest/testingtemplate/TestingTemplatePanelVisual.form	Sat Jun 14 09:52:45 2008 +0200
     1.3 @@ -0,0 +1,107 @@
     1.4 +<?xml version="1.0" encoding="UTF-8" ?>
     1.5 +
     1.6 +<Form version="1.3" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     1.7 +  <AuxValues>
     1.8 +    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
     1.9 +    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    1.10 +    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    1.11 +    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    1.12 +  </AuxValues>
    1.13 +
    1.14 +  <Layout>
    1.15 +    <DimensionLayout dim="0">
    1.16 +      <Group type="103" groupAlignment="0" attributes="0">
    1.17 +          <Group type="102" attributes="0">
    1.18 +              <EmptySpace min="-2" max="-2" attributes="0"/>
    1.19 +              <Group type="103" groupAlignment="0" attributes="0">
    1.20 +                  <Component id="projectNameLabel" alignment="0" min="-2" max="-2" attributes="0"/>
    1.21 +                  <Component id="projectLocationLabel" alignment="0" min="-2" max="-2" attributes="0"/>
    1.22 +                  <Component id="createdFolderLabel" alignment="0" min="-2" max="-2" attributes="0"/>
    1.23 +              </Group>
    1.24 +              <EmptySpace min="-2" max="-2" attributes="0"/>
    1.25 +              <Group type="103" groupAlignment="0" attributes="0">
    1.26 +                  <Component id="projectNameTextField" alignment="1" pref="191" max="32767" attributes="0"/>
    1.27 +                  <Component id="projectLocationTextField" alignment="1" pref="191" max="32767" attributes="0"/>
    1.28 +                  <Component id="createdFolderTextField" alignment="1" pref="191" max="32767" attributes="0"/>
    1.29 +              </Group>
    1.30 +              <EmptySpace min="-2" max="-2" attributes="0"/>
    1.31 +              <Component id="browseButton" min="-2" max="-2" attributes="0"/>
    1.32 +              <EmptySpace min="-2" max="-2" attributes="0"/>
    1.33 +          </Group>
    1.34 +      </Group>
    1.35 +    </DimensionLayout>
    1.36 +    <DimensionLayout dim="1">
    1.37 +      <Group type="103" groupAlignment="0" attributes="0">
    1.38 +          <Group type="102" attributes="0">
    1.39 +              <EmptySpace max="-2" attributes="0"/>
    1.40 +              <Group type="103" groupAlignment="3" attributes="0">
    1.41 +                  <Component id="projectNameLabel" alignment="3" min="-2" max="-2" attributes="0"/>
    1.42 +                  <Component id="projectNameTextField" alignment="3" min="-2" max="-2" attributes="0"/>
    1.43 +              </Group>
    1.44 +              <EmptySpace max="-2" attributes="0"/>
    1.45 +              <Group type="103" groupAlignment="3" attributes="0">
    1.46 +                  <Component id="projectLocationLabel" alignment="3" min="-2" max="-2" attributes="0"/>
    1.47 +                  <Component id="projectLocationTextField" alignment="3" min="-2" max="-2" attributes="0"/>
    1.48 +                  <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
    1.49 +              </Group>
    1.50 +              <EmptySpace max="-2" attributes="0"/>
    1.51 +              <Group type="103" groupAlignment="3" attributes="0">
    1.52 +                  <Component id="createdFolderLabel" alignment="3" min="-2" max="-2" attributes="0"/>
    1.53 +                  <Component id="createdFolderTextField" alignment="3" min="-2" max="-2" attributes="0"/>
    1.54 +              </Group>
    1.55 +              <EmptySpace pref="213" max="32767" attributes="0"/>
    1.56 +          </Group>
    1.57 +      </Group>
    1.58 +    </DimensionLayout>
    1.59 +  </Layout>
    1.60 +  <SubComponents>
    1.61 +    <Component class="javax.swing.JLabel" name="projectNameLabel">
    1.62 +      <Properties>
    1.63 +        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
    1.64 +          <ComponentRef name="projectNameTextField"/>
    1.65 +        </Property>
    1.66 +        <Property name="text" type="java.lang.String" value="Project &amp;Name:"/>
    1.67 +      </Properties>
    1.68 +      <AuxValues>
    1.69 +        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
    1.70 +      </AuxValues>
    1.71 +    </Component>
    1.72 +    <Component class="javax.swing.JTextField" name="projectNameTextField">
    1.73 +    </Component>
    1.74 +    <Component class="javax.swing.JLabel" name="projectLocationLabel">
    1.75 +      <Properties>
    1.76 +        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
    1.77 +          <ComponentRef name="projectLocationTextField"/>
    1.78 +        </Property>
    1.79 +        <Property name="text" type="java.lang.String" value="Project &amp;Location:"/>
    1.80 +      </Properties>
    1.81 +      <AuxValues>
    1.82 +        <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
    1.83 +      </AuxValues>
    1.84 +    </Component>
    1.85 +    <Component class="javax.swing.JTextField" name="projectLocationTextField">
    1.86 +    </Component>
    1.87 +    <Component class="javax.swing.JButton" name="browseButton">
    1.88 +      <Properties>
    1.89 +        <Property name="text" type="java.lang.String" value="Br&amp;owse..."/>
    1.90 +        <Property name="actionCommand" type="java.lang.String" value="BROWSE"/>
    1.91 +      </Properties>
    1.92 +      <Events>
    1.93 +        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="browseButtonActionPerformed"/>
    1.94 +      </Events>
    1.95 +    </Component>
    1.96 +    <Component class="javax.swing.JLabel" name="createdFolderLabel">
    1.97 +      <Properties>
    1.98 +        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
    1.99 +          <ComponentRef name="createdFolderTextField"/>
   1.100 +        </Property>
   1.101 +        <Property name="text" type="java.lang.String" value="Project &amp;Folder:"/>
   1.102 +      </Properties>
   1.103 +    </Component>
   1.104 +    <Component class="javax.swing.JTextField" name="createdFolderTextField">
   1.105 +      <Properties>
   1.106 +        <Property name="editable" type="boolean" value="false"/>
   1.107 +      </Properties>
   1.108 +    </Component>
   1.109 +  </SubComponents>
   1.110 +</Form>