testconfigurationdialog.form.svn-base
来自「cqME :java framework for TCK test.」· SVN-BASE 代码 · 共 250 行
SVN-BASE
250 行
<?xml version="1.0" encoding="UTF-8" ?><!-- $Id$ Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details (a copy is included at /legal/license.txt). You should have received a copy of the GNU General Public License version 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 or visit www.sun.com if you need additional information or have any questions.--><Form version="1.3" type="org.netbeans.modules.form.forminfo.JDialogFormInfo"> <NonVisualComponents> <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.JTable" name="jTable1"> <Properties> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> <Table columnCount="4" rowCount="4"> <Column editable="true" title="Title 1" type="java.lang.Object"/> <Column editable="true" title="Title 2" type="java.lang.Object"/> <Column editable="true" title="Title 3" type="java.lang.Object"/> <Column editable="true" title="Title 4" type="java.lang.Object"/> </Table> </Property> </Properties> </Component> </SubComponents> </Container> </NonVisualComponents> <Properties> <Property name="defaultCloseOperation" type="int" value="2"/> <Property name="title" type="java.lang.String" value="Test configuration"/> </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" 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"> <Group type="102" attributes="0"> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" alignment="0" attributes="0"> <Component id="jLabel1" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jCurTestPkgTextField" pref="333" max="32767" attributes="0"/> </Group> <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/> <Component id="jLabel3" alignment="0" min="-2" max="-2" attributes="0"/> <Group type="102" alignment="0" attributes="0"> <Group type="103" groupAlignment="1" max="-2" attributes="0"> <Component id="jTestedAppScrollPane" alignment="1" min="0" pref="0" max="32767" attributes="1"/> <Component id="jTestedPlatformScrollPane" alignment="1" pref="364" max="32767" attributes="1"/> </Group> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jRemoveAppCpButton" min="-2" max="-2" attributes="1"/> <Component id="jAddAppCpButton" pref="73" max="32767" attributes="1"/> <Component id="jRemovePlatformCpButton" min="-2" max="-2" attributes="1"/> <Component id="jAddPlatformCpButton" alignment="0" pref="73" max="32767" attributes="1"/> </Group> </Group> <Group type="102" alignment="1" attributes="0"> <Component id="jOkButton" min="-2" pref="74" max="-2" attributes="1"/> <EmptySpace max="-2" attributes="0"/> <Component id="jCancelButton" min="-2" max="-2" 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 max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jCurTestPkgTextField" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel2" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Component id="jTestedPlatformScrollPane" min="-2" pref="96" max="-2" attributes="0"/> <Group type="102" attributes="0"> <Component id="jAddPlatformCpButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jRemovePlatformCpButton" min="-2" max="-2" attributes="0"/> </Group> </Group> <EmptySpace max="-2" attributes="0"/> <Component id="jLabel3" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Group type="103" groupAlignment="0" attributes="0"> <Group type="102" attributes="0"> <Component id="jAddAppCpButton" min="-2" max="-2" attributes="0"/> <EmptySpace max="-2" attributes="0"/> <Component id="jRemoveAppCpButton" min="-2" max="-2" attributes="0"/> </Group> <Component id="jTestedAppScrollPane" min="-2" pref="93" max="-2" attributes="0"/> </Group> <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> <Group type="103" groupAlignment="3" attributes="0"> <Component id="jCancelButton" alignment="3" min="-2" max="-2" attributes="0"/> <Component id="jOkButton" alignment="3" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace max="-2" attributes="0"/> </Group> </Group> </DimensionLayout> </Layout> <SubComponents> <Component class="javax.swing.JButton" name="jOkButton"> <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="jOkButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel1"> <Properties> <Property name="text" type="java.lang.String" value="Current test package:"/> </Properties> </Component> <Component class="javax.swing.JTextField" name="jCurTestPkgTextField"> <Properties> <Property name="enabled" type="boolean" value="false"/> </Properties> </Component> <Component class="javax.swing.JLabel" name="jLabel2"> <Properties> <Property name="text" type="java.lang.String" value="Tested platform:"/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="jTestedPlatformScrollPane"> <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="jTestedPlatformTable"> <Properties> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> <Table columnCount="1" rowCount="0"> <Column editable="true" title="Path" type="java.lang.Object"/> </Table> </Property> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="jAddPlatformCpButton"> <Properties> <Property name="text" type="java.lang.String" value="Add"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jAddPlatformCpButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jRemovePlatformCpButton"> <Properties> <Property name="label" type="java.lang.String" value="Remove"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jRemovePlatformCpButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JLabel" name="jLabel3"> <Properties> <Property name="text" type="java.lang.String" value="Tested Application:"/> </Properties> </Component> <Container class="javax.swing.JScrollPane" name="jTestedAppScrollPane"> <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="jTestedAppTable"> <Properties> <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> <Table columnCount="1" rowCount="0"> <Column editable="true" title="Path" type="java.lang.Object"/> </Table> </Property> </Properties> </Component> </SubComponents> </Container> <Component class="javax.swing.JButton" name="jAddAppCpButton"> <Properties> <Property name="text" type="java.lang.String" value="Add"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jAddAppCpButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jRemoveAppCpButton"> <Properties> <Property name="text" type="java.lang.String" value="Remove"/> </Properties> <Events> <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jRemoveAppCpButtonActionPerformed"/> </Events> </Component> <Component class="javax.swing.JButton" name="jCancelButton"> <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="jCancelButtonActionPerformed"/> </Events> </Component> </SubComponents></Form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?