OSDN Git Service

4a46a9e5e027e96a739f90dfefb26afb591858fa
[mdc/BetaProject.git] / src / org / jent / checksmtp / ToListUI.form
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4   <Properties>
5     <Property name="defaultCloseOperation" type="int" value="2"/>
6     <Property name="title" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
7       <ResourceString bundle="org/jent/checksmtp/Bundle.properties" key="ToListUI.title" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
8     </Property>
9   </Properties>
10   <SyntheticProperties>
11     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
12   </SyntheticProperties>
13   <Events>
14     <EventHandler event="windowClosed" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosed"/>
15   </Events>
16   <AuxValues>
17     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
18     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="true"/>
19     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
20     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
21     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
22     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
23   </AuxValues>
24
25   <Layout>
26     <DimensionLayout dim="0">
27       <Group type="103" groupAlignment="0" attributes="0">
28           <Group type="102" alignment="0" attributes="0">
29               <EmptySpace max="-2" attributes="0"/>
30               <Component id="jPanel1" max="32767" attributes="0"/>
31               <EmptySpace max="-2" attributes="0"/>
32           </Group>
33       </Group>
34     </DimensionLayout>
35     <DimensionLayout dim="1">
36       <Group type="103" groupAlignment="0" attributes="0">
37           <Group type="102" alignment="0" attributes="0">
38               <EmptySpace min="-2" max="-2" attributes="0"/>
39               <Component id="jPanel1" max="32767" attributes="0"/>
40               <EmptySpace min="-2" max="-2" attributes="0"/>
41           </Group>
42       </Group>
43     </DimensionLayout>
44   </Layout>
45   <SubComponents>
46     <Container class="javax.swing.JPanel" name="jPanel1">
47
48       <Layout>
49         <DimensionLayout dim="0">
50           <Group type="103" groupAlignment="0" attributes="0">
51               <Group type="102" attributes="0">
52                   <EmptySpace pref="200" max="32767" attributes="0"/>
53                   <Component id="jButtonOK" linkSize="1" min="-2" max="-2" attributes="0"/>
54                   <EmptySpace min="-2" pref="14" max="-2" attributes="0"/>
55                   <Component id="jButtonCancel" linkSize="1" min="-2" max="-2" attributes="0"/>
56                   <EmptySpace max="-2" attributes="0"/>
57               </Group>
58               <Component id="jScrollPane1" alignment="0" pref="376" max="32767" attributes="0"/>
59           </Group>
60         </DimensionLayout>
61         <DimensionLayout dim="1">
62           <Group type="103" groupAlignment="0" attributes="0">
63               <Group type="102" alignment="1" attributes="0">
64                   <Component id="jScrollPane1" pref="90" max="32767" attributes="0"/>
65                   <EmptySpace max="-2" attributes="0"/>
66                   <Group type="103" groupAlignment="3" attributes="0">
67                       <Component id="jButtonOK" alignment="3" min="-2" max="-2" attributes="0"/>
68                       <Component id="jButtonCancel" alignment="3" min="-2" max="-2" attributes="0"/>
69                   </Group>
70               </Group>
71           </Group>
72         </DimensionLayout>
73       </Layout>
74       <SubComponents>
75         <Container class="javax.swing.JScrollPane" name="jScrollPane1">
76           <AuxValues>
77             <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
78           </AuxValues>
79
80           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
81           <SubComponents>
82             <Component class="javax.swing.JList" name="jList1">
83               <Properties>
84                 <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
85                   <StringArray count="5">
86                     <StringItem index="0" value="Item 1"/>
87                     <StringItem index="1" value="Item 2"/>
88                     <StringItem index="2" value="Item 3"/>
89                     <StringItem index="3" value="Item 4"/>
90                     <StringItem index="4" value="Item 5"/>
91                   </StringArray>
92                 </Property>
93               </Properties>
94             </Component>
95           </SubComponents>
96         </Container>
97         <Component class="javax.swing.JButton" name="jButtonOK">
98           <Properties>
99             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
100               <ResourceString bundle="org/jent/checksmtp/Bundle.properties" key="ToListUI.jButtonOK.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
101             </Property>
102           </Properties>
103           <Events>
104             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonOKActionPerformed"/>
105           </Events>
106         </Component>
107         <Component class="javax.swing.JButton" name="jButtonCancel">
108           <Properties>
109             <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
110               <ResourceString bundle="org/jent/checksmtp/Bundle.properties" key="ToListUI.jButtonCancel.text" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
111             </Property>
112           </Properties>
113           <Events>
114             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonCancelActionPerformed"/>
115           </Events>
116         </Component>
117       </SubComponents>
118     </Container>
119   </SubComponents>
120 </Form>