1<?xml version="1.0" encoding="UTF-8" ?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22
23<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
24  <Properties>
25    <Property name="defaultCloseOperation" type="int" value="3"/>
26  </Properties>
27  <SyntheticProperties>
28    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
29  </SyntheticProperties>
30  <Events>
31    <EventHandler event="componentResized" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentResized"/>
32    <EventHandler event="propertyChange" listener="java.beans.PropertyChangeListener" parameters="java.beans.PropertyChangeEvent" handler="formPropertyChange"/>
33  </Events>
34  <AuxValues>
35    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
36    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
37    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
38    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
39    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
40    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
41    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
42    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
43    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
44  </AuxValues>
45
46  <Layout>
47    <DimensionLayout dim="0">
48      <Group type="103" groupAlignment="0" attributes="0">
49          <Group type="102" alignment="1" attributes="0">
50              <EmptySpace max="-2" attributes="0"/>
51              <Group type="103" groupAlignment="1" attributes="0">
52                  <Component id="jPanel5" alignment="0" max="32767" attributes="0"/>
53                  <Component id="jPanel4" alignment="0" max="32767" attributes="0"/>
54                  <Group type="102" alignment="1" attributes="0">
55                      <Component id="jPanelOriginal" max="32767" attributes="0"/>
56                      <EmptySpace max="-2" attributes="0"/>
57                      <Component id="jPanelReference" max="32767" attributes="0"/>
58                      <EmptySpace max="-2" attributes="0"/>
59                      <Component id="jPanelDifference" max="32767" attributes="0"/>
60                  </Group>
61              </Group>
62              <EmptySpace max="-2" attributes="0"/>
63          </Group>
64      </Group>
65    </DimensionLayout>
66    <DimensionLayout dim="1">
67      <Group type="103" groupAlignment="0" attributes="0">
68          <Group type="102" alignment="1" attributes="0">
69              <EmptySpace max="-2" attributes="0"/>
70              <Component id="jPanel5" min="-2" max="-2" attributes="0"/>
71              <EmptySpace max="-2" attributes="0"/>
72              <Group type="103" groupAlignment="1" attributes="0">
73                  <Component id="jPanelReference" alignment="1" max="32767" attributes="1"/>
74                  <Component id="jPanelOriginal" alignment="1" max="32767" attributes="1"/>
75                  <Component id="jPanelDifference" alignment="0" max="32767" attributes="1"/>
76              </Group>
77              <EmptySpace min="-2" max="-2" attributes="0"/>
78              <Component id="jPanel4" min="-2" max="-2" attributes="0"/>
79              <EmptySpace max="-2" attributes="0"/>
80          </Group>
81      </Group>
82    </DimensionLayout>
83  </Layout>
84  <SubComponents>
85    <Container class="javax.swing.JPanel" name="jPanelOriginal">
86      <Properties>
87        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
88          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
89            <TitledBorder title="Picture"/>
90          </Border>
91        </Property>
92      </Properties>
93
94      <Layout>
95        <DimensionLayout dim="0">
96          <Group type="103" groupAlignment="0" attributes="0">
97              <Group type="102" alignment="0" attributes="0">
98                  <EmptySpace max="-2" attributes="0"/>
99                  <Component id="jLabelOriginalImage" pref="299" max="32767" attributes="0"/>
100                  <EmptySpace max="-2" attributes="0"/>
101              </Group>
102          </Group>
103        </DimensionLayout>
104        <DimensionLayout dim="1">
105          <Group type="103" groupAlignment="0" attributes="0">
106              <Group type="102" alignment="0" attributes="0">
107                  <Component id="jLabelOriginalImage" pref="514" max="32767" attributes="0"/>
108                  <EmptySpace max="-2" attributes="0"/>
109              </Group>
110          </Group>
111        </DimensionLayout>
112      </Layout>
113      <SubComponents>
114        <Component class="javax.swing.JLabel" name="jLabelOriginalImage">
115        </Component>
116      </SubComponents>
117    </Container>
118    <Container class="javax.swing.JPanel" name="jPanelReference">
119      <Properties>
120        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
121          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
122            <TitledBorder title="Reference Picture"/>
123          </Border>
124        </Property>
125      </Properties>
126
127      <Layout>
128        <DimensionLayout dim="0">
129          <Group type="103" groupAlignment="0" attributes="0">
130              <Group type="102" alignment="0" attributes="0">
131                  <EmptySpace max="-2" attributes="0"/>
132                  <Component id="jLabelReferenceImage" pref="299" max="32767" attributes="0"/>
133                  <EmptySpace max="-2" attributes="0"/>
134              </Group>
135          </Group>
136        </DimensionLayout>
137        <DimensionLayout dim="1">
138          <Group type="103" groupAlignment="0" attributes="0">
139              <Group type="102" alignment="0" attributes="0">
140                  <Component id="jLabelReferenceImage" pref="514" max="32767" attributes="0"/>
141                  <EmptySpace max="-2" attributes="0"/>
142              </Group>
143          </Group>
144        </DimensionLayout>
145      </Layout>
146      <SubComponents>
147        <Component class="javax.swing.JLabel" name="jLabelReferenceImage">
148        </Component>
149      </SubComponents>
150    </Container>
151    <Container class="javax.swing.JPanel" name="jPanelDifference">
152      <Properties>
153        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
154          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
155            <TitledBorder title="Difference"/>
156          </Border>
157        </Property>
158      </Properties>
159
160      <Layout>
161        <DimensionLayout dim="0">
162          <Group type="103" groupAlignment="0" attributes="0">
163              <Group type="102" alignment="0" attributes="0">
164                  <EmptySpace max="-2" attributes="0"/>
165                  <Component id="jLabelDifferenceImage" pref="298" max="32767" attributes="0"/>
166                  <EmptySpace max="-2" attributes="0"/>
167              </Group>
168          </Group>
169        </DimensionLayout>
170        <DimensionLayout dim="1">
171          <Group type="103" groupAlignment="0" attributes="0">
172              <Group type="102" alignment="0" attributes="0">
173                  <Component id="jLabelDifferenceImage" pref="514" max="32767" attributes="0"/>
174                  <EmptySpace max="-2" attributes="0"/>
175              </Group>
176          </Group>
177        </DimensionLayout>
178      </Layout>
179      <SubComponents>
180        <Component class="javax.swing.JLabel" name="jLabelDifferenceImage">
181          <Properties>
182            <Property name="name" type="java.lang.String" value="DifferenceImage" noResource="true"/>
183          </Properties>
184        </Component>
185      </SubComponents>
186    </Container>
187    <Container class="javax.swing.JPanel" name="jPanel4">
188      <Properties>
189        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
190          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
191            <TitledBorder title="Action"/>
192          </Border>
193        </Property>
194      </Properties>
195
196      <Layout>
197        <DimensionLayout dim="0">
198          <Group type="103" groupAlignment="0" attributes="0">
199              <Group type="102" alignment="1" attributes="0">
200                  <EmptySpace max="-2" attributes="0"/>
201                  <Component id="jButton2" min="-2" max="-2" attributes="0"/>
202                  <EmptySpace max="-2" attributes="0"/>
203                  <Component id="jButton3" min="-2" max="-2" attributes="0"/>
204                  <EmptySpace type="separate" max="-2" attributes="0"/>
205                  <Component id="jLabelCurrentPage" min="-2" pref="107" max="-2" attributes="0"/>
206                  <EmptySpace pref="614" max="32767" attributes="0"/>
207                  <Component id="jButton1" min="-2" max="-2" attributes="0"/>
208                  <EmptySpace max="-2" attributes="0"/>
209              </Group>
210          </Group>
211        </DimensionLayout>
212        <DimensionLayout dim="1">
213          <Group type="103" groupAlignment="0" attributes="0">
214              <Group type="102" alignment="1" attributes="0">
215                  <EmptySpace max="32767" attributes="0"/>
216                  <Group type="103" groupAlignment="3" attributes="0">
217                      <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
218                      <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>
219                      <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>
220                      <Component id="jLabelCurrentPage" alignment="3" min="-2" max="-2" attributes="0"/>
221                  </Group>
222                  <EmptySpace max="-2" attributes="0"/>
223              </Group>
224          </Group>
225        </DimensionLayout>
226      </Layout>
227      <SubComponents>
228        <Component class="javax.swing.JButton" name="jButton1">
229          <Properties>
230            <Property name="text" type="java.lang.String" value="Close"/>
231          </Properties>
232          <Events>
233            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
234          </Events>
235        </Component>
236        <Component class="javax.swing.JButton" name="jButton2">
237          <Properties>
238            <Property name="label" type="java.lang.String" value="prev page"/>
239          </Properties>
240          <Events>
241            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
242          </Events>
243        </Component>
244        <Component class="javax.swing.JButton" name="jButton3">
245          <Properties>
246            <Property name="label" type="java.lang.String" value="next page"/>
247          </Properties>
248          <Events>
249            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
250          </Events>
251        </Component>
252        <Component class="javax.swing.JLabel" name="jLabelCurrentPage">
253          <Properties>
254            <Property name="text" type="java.lang.String" value="Current page: 1"/>
255          </Properties>
256        </Component>
257      </SubComponents>
258    </Container>
259    <Container class="javax.swing.JPanel" name="jPanel5">
260      <Properties>
261        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
262          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
263            <TitledBorder title="Information"/>
264          </Border>
265        </Property>
266      </Properties>
267
268      <Layout>
269        <DimensionLayout dim="0">
270          <Group type="103" groupAlignment="0" attributes="0">
271              <Group type="102" alignment="1" attributes="0">
272                  <EmptySpace max="-2" attributes="0"/>
273                  <Group type="103" groupAlignment="1" attributes="0">
274                      <Component id="jLabel1" alignment="0" pref="972" max="32767" attributes="0"/>
275                      <Component id="jLabelDocumentName" alignment="0" pref="972" max="32767" attributes="0"/>
276                  </Group>
277                  <EmptySpace max="-2" attributes="0"/>
278              </Group>
279          </Group>
280        </DimensionLayout>
281        <DimensionLayout dim="1">
282          <Group type="103" groupAlignment="0" attributes="0">
283              <Group type="102" alignment="0" attributes="0">
284                  <Component id="jLabel1" pref="50" max="32767" attributes="0"/>
285                  <EmptySpace min="-2" max="-2" attributes="0"/>
286                  <Component id="jLabelDocumentName" min="-2" pref="19" max="-2" attributes="0"/>
287                  <EmptySpace min="-2" max="-2" attributes="0"/>
288              </Group>
289          </Group>
290        </DimensionLayout>
291      </Layout>
292      <SubComponents>
293        <Component class="javax.swing.JLabel" name="jLabel1">
294          <Properties>
295            <Property name="text" type="java.lang.String" value="&lt;html&gt;Here you see a graphical compare by pictures created with a current running office, a stored reference picture and the difference between those both pictures created by ImageMagicks &apos;composite&apos;.&#xa;&lt;/html&gt;" noResource="true"/>
296          </Properties>
297        </Component>
298        <Component class="javax.swing.JLabel" name="jLabelDocumentName">
299          <Properties>
300            <Property name="text" type="java.lang.String" value="jLabel2"/>
301          </Properties>
302        </Component>
303      </SubComponents>
304    </Container>
305  </SubComponents>
306</Form>
307