ada.project/src/org/netbeans/modules/ada/project/ui/properties/CustomizerBuild.form
author Andrea Lucarelli <raster@netbeans.org>
Sun, 22 Aug 2010 23:37:11 +0200
branchrelease68
changeset 16367 d2820c029d3a
parent 15779 367c7fdb5d23
permissions -rw-r--r--
Add JVM compiler support.
     1 <?xml version="1.0" encoding="UTF-8" ?>
     2 
     3 <Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     4   <AuxValues>
     5     <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
     6     <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
     7     <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
     8     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
     9     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
    10     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
    11     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
    12     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
    13     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
    14   </AuxValues>
    15 
    16   <Layout>
    17     <DimensionLayout dim="0">
    18       <Group type="103" groupAlignment="0" attributes="0">
    19           <Group type="102" alignment="0" attributes="0">
    20               <EmptySpace max="-2" attributes="0"/>
    21               <Group type="103" groupAlignment="0" attributes="0">
    22                   <Group type="102" alignment="0" attributes="0">
    23                       <Component id="jLabel3" min="-2" max="-2" attributes="0"/>
    24                       <EmptySpace min="-2" pref="49" max="-2" attributes="0"/>
    25                       <Component id="nativeFormat" min="-2" max="-2" attributes="0"/>
    26                       <EmptySpace type="separate" max="-2" attributes="0"/>
    27                       <Component id="jvmFormat" min="-2" max="-2" attributes="0"/>
    28                   </Group>
    29                   <Group type="102" alignment="0" attributes="0">
    30                       <Group type="103" groupAlignment="0" attributes="0">
    31                           <Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
    32                           <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
    33                       </Group>
    34                       <EmptySpace min="-2" pref="49" max="-2" attributes="0"/>
    35                       <Group type="103" groupAlignment="0" attributes="0">
    36                           <Component id="platforms" pref="323" max="32767" attributes="0"/>
    37                           <Component id="mainModule" pref="323" max="32767" attributes="0"/>
    38                       </Group>
    39                       <EmptySpace max="-2" attributes="0"/>
    40                       <Group type="103" groupAlignment="0" max="-2" attributes="0">
    41                           <Component id="browse" alignment="1" max="32767" attributes="1"/>
    42                           <Component id="manage" alignment="1" max="32767" attributes="1"/>
    43                       </Group>
    44                   </Group>
    45               </Group>
    46               <EmptySpace max="-2" attributes="0"/>
    47           </Group>
    48       </Group>
    49     </DimensionLayout>
    50     <DimensionLayout dim="1">
    51       <Group type="103" groupAlignment="0" attributes="0">
    52           <Group type="102" alignment="0" attributes="0">
    53               <EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
    54               <Group type="103" groupAlignment="3" attributes="0">
    55                   <Component id="platforms" alignment="3" min="-2" max="-2" attributes="0"/>
    56                   <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
    57                   <Component id="manage" alignment="3" min="-2" max="-2" attributes="0"/>
    58               </Group>
    59               <EmptySpace min="-2" pref="9" max="-2" attributes="0"/>
    60               <Group type="103" groupAlignment="3" attributes="0">
    61                   <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
    62                   <Component id="browse" alignment="3" min="-2" max="-2" attributes="0"/>
    63                   <Component id="mainModule" alignment="3" min="-2" max="-2" attributes="0"/>
    64               </Group>
    65               <EmptySpace type="unrelated" max="-2" attributes="0"/>
    66               <Group type="103" groupAlignment="3" attributes="0">
    67                   <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
    68                   <Component id="nativeFormat" alignment="3" min="-2" max="-2" attributes="0"/>
    69                   <Component id="jvmFormat" alignment="3" min="-2" max="-2" attributes="0"/>
    70               </Group>
    71               <EmptySpace pref="194" max="32767" attributes="0"/>
    72           </Group>
    73       </Group>
    74     </DimensionLayout>
    75   </Layout>
    76   <SubComponents>
    77     <Component class="javax.swing.JLabel" name="jLabel1">
    78       <Properties>
    79         <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
    80           <ComponentRef name="mainModule"/>
    81         </Property>
    82         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    83           <ResourceString bundle="org/netbeans/modules/ada/project/ui/properties/Bundle.properties" key="CustomizerRun.mainModule.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    84         </Property>
    85       </Properties>
    86       <AuxValues>
    87         <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
    88       </AuxValues>
    89     </Component>
    90     <Component class="javax.swing.JTextField" name="mainModule">
    91       <Properties>
    92         <Property name="editable" type="boolean" value="false"/>
    93       </Properties>
    94     </Component>
    95     <Component class="javax.swing.JButton" name="browse">
    96       <Properties>
    97         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
    98           <ResourceString bundle="org/netbeans/modules/ada/project/ui/properties/Bundle.properties" key="CustomizerRun.browseMain.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
    99         </Property>
   100       </Properties>
   101       <Events>
   102         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="browseActionPerformed"/>
   103       </Events>
   104       <AuxValues>
   105         <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
   106       </AuxValues>
   107     </Component>
   108     <Component class="javax.swing.JComboBox" name="platforms">
   109       <Properties>
   110         <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
   111           <StringArray count="4">
   112             <StringItem index="0" value="Item 1"/>
   113             <StringItem index="1" value="Item 2"/>
   114             <StringItem index="2" value="Item 3"/>
   115             <StringItem index="3" value="Item 4"/>
   116           </StringArray>
   117         </Property>
   118       </Properties>
   119       <Events>
   120         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="platformsActionPerformed"/>
   121       </Events>
   122     </Component>
   123     <Component class="javax.swing.JLabel" name="jLabel2">
   124       <Properties>
   125         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   126           <ResourceString bundle="org/netbeans/modules/ada/project/ui/properties/Bundle.properties" key="CustomizerBuild.jLabel2.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   127         </Property>
   128       </Properties>
   129     </Component>
   130     <Component class="javax.swing.JButton" name="manage">
   131       <Properties>
   132         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   133           <ResourceString bundle="org/netbeans/modules/ada/project/ui/properties/Bundle.properties" key="CustomizerBuild.manage.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   134         </Property>
   135       </Properties>
   136       <Events>
   137         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="manageActionPerformed"/>
   138       </Events>
   139     </Component>
   140     <Component class="javax.swing.JLabel" name="jLabel3">
   141       <Properties>
   142         <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor">
   143           <ComponentRef name="mainModule"/>
   144         </Property>
   145         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   146           <ResourceString bundle="org/netbeans/modules/ada/project/ui/properties/Bundle.properties" key="CustomizerBuild.jLabel3.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   147         </Property>
   148       </Properties>
   149       <AuxValues>
   150         <AuxValue name="generateMnemonicsCode" type="java.lang.Boolean" value="true"/>
   151       </AuxValues>
   152     </Component>
   153     <Component class="javax.swing.JRadioButton" name="nativeFormat">
   154       <Properties>
   155         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   156           <ResourceString bundle="org/netbeans/modules/ada/project/ui/properties/Bundle.properties" key="CustomizerBuild.nativeFormat.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   157         </Property>
   158       </Properties>
   159       <Events>
   160         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nativeFormatActionPerformed"/>
   161       </Events>
   162     </Component>
   163     <Component class="javax.swing.JRadioButton" name="jvmFormat">
   164       <Properties>
   165         <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
   166           <ResourceString bundle="org/netbeans/modules/ada/project/ui/properties/Bundle.properties" key="CustomizerBuild.jvmFormat.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
   167         </Property>
   168       </Properties>
   169       <Events>
   170         <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jvmFormatActionPerformed"/>
   171       </Events>
   172     </Component>
   173   </SubComponents>
   174 </Form>