OSDN Git Service

MOD: Change to official name for frame title.
[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" value="Confirm Distination Address"/>
7   </Properties>
8   <SyntheticProperties>
9     <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
10   </SyntheticProperties>
11   <Events>
12     <EventHandler event="windowClosed" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowClosed"/>
13   </Events>
14   <AuxValues>
15     <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
16     <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
17     <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
18     <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
19     <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
20     <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
21   </AuxValues>
22
23   <Layout>
24     <DimensionLayout dim="0">
25       <Group type="103" groupAlignment="0" attributes="0">
26           <Group type="102" alignment="0" attributes="0">
27               <EmptySpace max="-2" attributes="0"/>
28               <Component id="jPanel1" max="32767" attributes="0"/>
29               <EmptySpace max="-2" attributes="0"/>
30           </Group>
31       </Group>
32     </DimensionLayout>
33     <DimensionLayout dim="1">
34       <Group type="103" groupAlignment="0" attributes="0">
35           <Group type="102" alignment="0" attributes="0">
36               <EmptySpace min="-2" max="-2" attributes="0"/>
37               <Component id="jPanel1" max="32767" attributes="0"/>
38               <EmptySpace min="-2" max="-2" attributes="0"/>
39           </Group>
40       </Group>
41     </DimensionLayout>
42   </Layout>
43   <SubComponents>
44     <Container class="javax.swing.JPanel" name="jPanel1">
45
46       <Layout>
47         <DimensionLayout dim="0">
48           <Group type="103" groupAlignment="0" attributes="0">
49               <Group type="102" attributes="0">
50                   <EmptySpace pref="200" max="32767" attributes="0"/>
51                   <Component id="jButtonOK" linkSize="1" min="-2" max="-2" attributes="0"/>
52                   <EmptySpace min="-2" pref="14" max="-2" attributes="0"/>
53                   <Component id="jButtonCancel" linkSize="1" min="-2" max="-2" attributes="0"/>
54                   <EmptySpace max="-2" attributes="0"/>
55               </Group>
56               <Component id="jScrollPane1" alignment="0" pref="376" max="32767" attributes="0"/>
57           </Group>
58         </DimensionLayout>
59         <DimensionLayout dim="1">
60           <Group type="103" groupAlignment="0" attributes="0">
61               <Group type="102" alignment="1" attributes="0">
62                   <Component id="jScrollPane1" pref="90" max="32767" attributes="0"/>
63                   <EmptySpace max="-2" attributes="0"/>
64                   <Group type="103" groupAlignment="3" attributes="0">
65                       <Component id="jButtonOK" alignment="3" min="-2" max="-2" attributes="0"/>
66                       <Component id="jButtonCancel" alignment="3" min="-2" max="-2" attributes="0"/>
67                   </Group>
68               </Group>
69           </Group>
70         </DimensionLayout>
71       </Layout>
72       <SubComponents>
73         <Container class="javax.swing.JScrollPane" name="jScrollPane1">
74           <AuxValues>
75             <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
76           </AuxValues>
77
78           <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
79           <SubComponents>
80             <Component class="javax.swing.JList" name="jList1">
81               <Properties>
82                 <Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
83                   <StringArray count="5">
84                     <StringItem index="0" value="Item 1"/>
85                     <StringItem index="1" value="Item 2"/>
86                     <StringItem index="2" value="Item 3"/>
87                     <StringItem index="3" value="Item 4"/>
88                     <StringItem index="4" value="Item 5"/>
89                   </StringArray>
90                 </Property>
91               </Properties>
92             </Component>
93           </SubComponents>
94         </Container>
95         <Component class="javax.swing.JButton" name="jButtonOK">
96           <Properties>
97             <Property name="text" type="java.lang.String" value="OK"/>
98           </Properties>
99           <Events>
100             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonOKActionPerformed"/>
101           </Events>
102         </Component>
103         <Component class="javax.swing.JButton" name="jButtonCancel">
104           <Properties>
105             <Property name="text" type="java.lang.String" value="Cancel"/>
106           </Properties>
107           <Events>
108             <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButtonCancelActionPerformed"/>
109           </Events>
110         </Component>
111       </SubComponents>
112     </Container>
113   </SubComponents>
114 </Form>