| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> |
| <NonVisualComponents> |
| <Component class="javax.swing.ButtonGroup" name="bgLicense"> |
| </Component> |
| </NonVisualComponents> |
| <AuxValues> |
| <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/> |
| <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="true"/> |
| <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/> |
| <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" alignment="1" attributes="0"> |
| <EmptySpace max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="1" attributes="0"> |
| <Group type="102" alignment="0" attributes="0"> |
| <EmptySpace min="22" pref="22" max="-2" attributes="0"/> |
| <Component id="jLabel2" pref="0" max="32767" attributes="0"/> |
| </Group> |
| <Group type="102" alignment="0" attributes="0"> |
| <Component id="rbCustomFile" linkSize="1" max="32767" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="tfCustomFile" max="32767" attributes="0"/> |
| </Group> |
| <Group type="102" alignment="0" attributes="0"> |
| <Component id="jLabel1" min="-2" max="-2" attributes="0"/> |
| <EmptySpace min="0" pref="0" max="32767" attributes="0"/> |
| </Group> |
| <Group type="102" attributes="0"> |
| <Component id="rbGlobalLicense" linkSize="1" max="32767" attributes="0"/> |
| <EmptySpace max="-2" attributes="0"/> |
| <Component id="cbGlobalLicense" max="32767" attributes="0"/> |
| </Group> |
| <Group type="102" attributes="0"> |
| <EmptySpace min="6" pref="6" max="-2" attributes="0"/> |
| <Component id="jScrollPane1" pref="590" 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" max="-2" attributes="0"/> |
| <Group type="103" groupAlignment="3" attributes="0"> |
| <Component id="rbGlobalLicense" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="cbGlobalLicense" 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="rbCustomFile" alignment="3" min="-2" max="-2" attributes="0"/> |
| <Component id="tfCustomFile" alignment="3" min="-2" max="-2" attributes="0"/> |
| </Group> |
| <EmptySpace min="-2" max="-2" attributes="0"/> |
| <Component id="jLabel2" max="32767" attributes="0"/> |
| <EmptySpace min="-2" max="-2" attributes="0"/> |
| <Component id="jLabel1" min="-2" max="-2" attributes="0"/> |
| <EmptySpace min="-2" max="-2" attributes="0"/> |
| <Component id="jScrollPane1" pref="243" max="32767" attributes="0"/> |
| </Group> |
| </Group> |
| </DimensionLayout> |
| </Layout> |
| <SubComponents> |
| <Component class="javax.swing.JRadioButton" name="rbGlobalLicense"> |
| <Properties> |
| <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> |
| <ComponentRef name="bgLicense"/> |
| </Property> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="LicenseHeadersPanel.rbGlobalLicense.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| <Events> |
| <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="rbGlobalLicenseStateChanged"/> |
| </Events> |
| </Component> |
| <Component class="javax.swing.JComboBox" name="cbGlobalLicense"> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cbGlobalLicenseActionPerformed"/> |
| </Events> |
| <AuxValues> |
| <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<GlobalItem>"/> |
| </AuxValues> |
| </Component> |
| <Component class="javax.swing.JRadioButton" name="rbCustomFile"> |
| <Properties> |
| <Property name="buttonGroup" type="javax.swing.ButtonGroup" editor="org.netbeans.modules.form.RADComponent$ButtonGroupPropertyEditor"> |
| <ComponentRef name="bgLicense"/> |
| </Property> |
| <Property name="selected" type="boolean" value="true"/> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="LicenseHeadersPanel.rbCustomFile.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| <Events> |
| <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="rbCustomFileStateChanged"/> |
| </Events> |
| </Component> |
| <Component class="javax.swing.JTextField" name="tfCustomFile"> |
| <Properties> |
| <Property name="editable" type="boolean" value="false"/> |
| <Property name="enabled" type="boolean" value="false"/> |
| </Properties> |
| </Component> |
| <Component class="javax.swing.JLabel" name="jLabel1"> |
| <Properties> |
| <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.ComponentChooserEditor"> |
| <ComponentRef name="taLicense"/> |
| </Property> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="LicenseHeadersPanel.jLabel1.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| </Properties> |
| </Component> |
| <Container class="javax.swing.JScrollPane" name="jScrollPane1"> |
| <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="taLicense"> |
| <Properties> |
| <Property name="editable" type="boolean" value="false"/> |
| <Property name="columns" type="int" value="20"/> |
| <Property name="rows" type="int" value="5"/> |
| <Property name="tabSize" type="int" value="4"/> |
| </Properties> |
| </Component> |
| </SubComponents> |
| </Container> |
| <Component class="javax.swing.JLabel" name="jLabel2"> |
| <Properties> |
| <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor"> |
| <ResourceString bundle="org/netbeans/modules/gradle/customizer/Bundle.properties" key="LicenseHeadersPanel.jLabel2.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, "{key}")"/> |
| </Property> |
| <Property name="verticalAlignment" type="int" value="1"/> |
| <Property name="verifyInputWhenFocusTarget" type="boolean" value="false"/> |
| <Property name="verticalTextPosition" type="int" value="1"/> |
| </Properties> |
| </Component> |
| </SubComponents> |
| </Form> |