1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4  <Properties>
5    <Property name="defaultCloseOperation" type="int" value="3"/>
6  </Properties>
7  <SyntheticProperties>
8    <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
9  </SyntheticProperties>
10  <Events>
11    <EventHandler event="componentResized" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentResized"/>
12    <EventHandler event="propertyChange" listener="java.beans.PropertyChangeListener" parameters="java.beans.PropertyChangeEvent" handler="formPropertyChange"/>
13  </Events>
14  <AuxValues>
15    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
16    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
17    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
18    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
19    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
20    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
21    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
22    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
23    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
24  </AuxValues>
25
26  <Layout>
27    <DimensionLayout dim="0">
28      <Group type="103" groupAlignment="0" attributes="0">
29          <Group type="102" alignment="1" attributes="0">
30              <EmptySpace max="-2" attributes="0"/>
31              <Group type="103" groupAlignment="1" attributes="0">
32                  <Component id="jPanel5" alignment="0" max="32767" attributes="0"/>
33                  <Component id="jPanel4" alignment="0" max="32767" attributes="0"/>
34                  <Group type="102" alignment="1" attributes="0">
35                      <Component id="jPanelOriginal" max="32767" attributes="0"/>
36                      <EmptySpace max="-2" attributes="0"/>
37                      <Component id="jPanelReference" max="32767" attributes="0"/>
38                      <EmptySpace max="-2" attributes="0"/>
39                      <Component id="jPanelDifference" max="32767" attributes="0"/>
40                  </Group>
41              </Group>
42              <EmptySpace max="-2" attributes="0"/>
43          </Group>
44      </Group>
45    </DimensionLayout>
46    <DimensionLayout dim="1">
47      <Group type="103" groupAlignment="0" attributes="0">
48          <Group type="102" alignment="1" attributes="0">
49              <EmptySpace max="-2" attributes="0"/>
50              <Component id="jPanel5" min="-2" max="-2" attributes="0"/>
51              <EmptySpace max="-2" attributes="0"/>
52              <Group type="103" groupAlignment="1" attributes="0">
53                  <Component id="jPanelReference" alignment="1" max="32767" attributes="1"/>
54                  <Component id="jPanelOriginal" alignment="1" max="32767" attributes="1"/>
55                  <Component id="jPanelDifference" alignment="0" max="32767" attributes="1"/>
56              </Group>
57              <EmptySpace min="-2" max="-2" attributes="0"/>
58              <Component id="jPanel4" min="-2" max="-2" attributes="0"/>
59              <EmptySpace max="-2" attributes="0"/>
60          </Group>
61      </Group>
62    </DimensionLayout>
63  </Layout>
64  <SubComponents>
65    <Container class="javax.swing.JPanel" name="jPanelOriginal">
66      <Properties>
67        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
68          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
69            <TitledBorder title="Picture"/>
70          </Border>
71        </Property>
72      </Properties>
73
74      <Layout>
75        <DimensionLayout dim="0">
76          <Group type="103" groupAlignment="0" attributes="0">
77              <Group type="102" alignment="0" attributes="0">
78                  <EmptySpace max="-2" attributes="0"/>
79                  <Component id="jLabelOriginalImage" pref="299" max="32767" attributes="0"/>
80                  <EmptySpace max="-2" attributes="0"/>
81              </Group>
82          </Group>
83        </DimensionLayout>
84        <DimensionLayout dim="1">
85          <Group type="103" groupAlignment="0" attributes="0">
86              <Group type="102" alignment="0" attributes="0">
87                  <Component id="jLabelOriginalImage" pref="514" max="32767" attributes="0"/>
88                  <EmptySpace max="-2" attributes="0"/>
89              </Group>
90          </Group>
91        </DimensionLayout>
92      </Layout>
93      <SubComponents>
94        <Component class="javax.swing.JLabel" name="jLabelOriginalImage">
95        </Component>
96      </SubComponents>
97    </Container>
98    <Container class="javax.swing.JPanel" name="jPanelReference">
99      <Properties>
100        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
101          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
102            <TitledBorder title="Reference Picture"/>
103          </Border>
104        </Property>
105      </Properties>
106
107      <Layout>
108        <DimensionLayout dim="0">
109          <Group type="103" groupAlignment="0" attributes="0">
110              <Group type="102" alignment="0" attributes="0">
111                  <EmptySpace max="-2" attributes="0"/>
112                  <Component id="jLabelReferenceImage" pref="299" max="32767" attributes="0"/>
113                  <EmptySpace max="-2" attributes="0"/>
114              </Group>
115          </Group>
116        </DimensionLayout>
117        <DimensionLayout dim="1">
118          <Group type="103" groupAlignment="0" attributes="0">
119              <Group type="102" alignment="0" attributes="0">
120                  <Component id="jLabelReferenceImage" pref="514" max="32767" attributes="0"/>
121                  <EmptySpace max="-2" attributes="0"/>
122              </Group>
123          </Group>
124        </DimensionLayout>
125      </Layout>
126      <SubComponents>
127        <Component class="javax.swing.JLabel" name="jLabelReferenceImage">
128        </Component>
129      </SubComponents>
130    </Container>
131    <Container class="javax.swing.JPanel" name="jPanelDifference">
132      <Properties>
133        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
134          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
135            <TitledBorder title="Difference"/>
136          </Border>
137        </Property>
138      </Properties>
139
140      <Layout>
141        <DimensionLayout dim="0">
142          <Group type="103" groupAlignment="0" attributes="0">
143              <Group type="102" alignment="0" attributes="0">
144                  <EmptySpace max="-2" attributes="0"/>
145                  <Component id="jLabelDifferenceImage" pref="298" max="32767" attributes="0"/>
146                  <EmptySpace max="-2" attributes="0"/>
147              </Group>
148          </Group>
149        </DimensionLayout>
150        <DimensionLayout dim="1">
151          <Group type="103" groupAlignment="0" attributes="0">
152              <Group type="102" alignment="0" attributes="0">
153                  <Component id="jLabelDifferenceImage" pref="514" max="32767" attributes="0"/>
154                  <EmptySpace max="-2" attributes="0"/>
155              </Group>
156          </Group>
157        </DimensionLayout>
158      </Layout>
159      <SubComponents>
160        <Component class="javax.swing.JLabel" name="jLabelDifferenceImage">
161          <Properties>
162            <Property name="name" type="java.lang.String" value="DifferenceImage" noResource="true"/>
163          </Properties>
164        </Component>
165      </SubComponents>
166    </Container>
167    <Container class="javax.swing.JPanel" name="jPanel4">
168      <Properties>
169        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
170          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
171            <TitledBorder title="Action"/>
172          </Border>
173        </Property>
174      </Properties>
175
176      <Layout>
177        <DimensionLayout dim="0">
178          <Group type="103" groupAlignment="0" attributes="0">
179              <Group type="102" alignment="1" attributes="0">
180                  <EmptySpace max="-2" attributes="0"/>
181                  <Component id="jButton2" min="-2" max="-2" attributes="0"/>
182                  <EmptySpace max="-2" attributes="0"/>
183                  <Component id="jButton3" min="-2" max="-2" attributes="0"/>
184                  <EmptySpace type="separate" max="-2" attributes="0"/>
185                  <Component id="jLabelCurrentPage" min="-2" pref="107" max="-2" attributes="0"/>
186                  <EmptySpace pref="614" max="32767" attributes="0"/>
187                  <Component id="jButton1" min="-2" max="-2" attributes="0"/>
188                  <EmptySpace max="-2" attributes="0"/>
189              </Group>
190          </Group>
191        </DimensionLayout>
192        <DimensionLayout dim="1">
193          <Group type="103" groupAlignment="0" attributes="0">
194              <Group type="102" alignment="1" attributes="0">
195                  <EmptySpace max="32767" attributes="0"/>
196                  <Group type="103" groupAlignment="3" attributes="0">
197                      <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
198                      <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/>
199                      <Component id="jButton3" alignment="3" min="-2" max="-2" attributes="0"/>
200                      <Component id="jLabelCurrentPage" alignment="3" min="-2" max="-2" attributes="0"/>
201                  </Group>
202                  <EmptySpace max="-2" attributes="0"/>
203              </Group>
204          </Group>
205        </DimensionLayout>
206      </Layout>
207      <SubComponents>
208        <Component class="javax.swing.JButton" name="jButton1">
209          <Properties>
210            <Property name="text" type="java.lang.String" value="Close"/>
211          </Properties>
212          <Events>
213            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
214          </Events>
215        </Component>
216        <Component class="javax.swing.JButton" name="jButton2">
217          <Properties>
218            <Property name="label" type="java.lang.String" value="prev page"/>
219          </Properties>
220          <Events>
221            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
222          </Events>
223        </Component>
224        <Component class="javax.swing.JButton" name="jButton3">
225          <Properties>
226            <Property name="label" type="java.lang.String" value="next page"/>
227          </Properties>
228          <Events>
229            <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
230          </Events>
231        </Component>
232        <Component class="javax.swing.JLabel" name="jLabelCurrentPage">
233          <Properties>
234            <Property name="text" type="java.lang.String" value="Current page: 1"/>
235          </Properties>
236        </Component>
237      </SubComponents>
238    </Container>
239    <Container class="javax.swing.JPanel" name="jPanel5">
240      <Properties>
241        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
242          <Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
243            <TitledBorder title="Information"/>
244          </Border>
245        </Property>
246      </Properties>
247
248      <Layout>
249        <DimensionLayout dim="0">
250          <Group type="103" groupAlignment="0" attributes="0">
251              <Group type="102" alignment="1" attributes="0">
252                  <EmptySpace max="-2" attributes="0"/>
253                  <Group type="103" groupAlignment="1" attributes="0">
254                      <Component id="jLabel1" alignment="0" pref="972" max="32767" attributes="0"/>
255                      <Component id="jLabelDocumentName" alignment="0" pref="972" max="32767" attributes="0"/>
256                  </Group>
257                  <EmptySpace max="-2" attributes="0"/>
258              </Group>
259          </Group>
260        </DimensionLayout>
261        <DimensionLayout dim="1">
262          <Group type="103" groupAlignment="0" attributes="0">
263              <Group type="102" alignment="0" attributes="0">
264                  <Component id="jLabel1" pref="50" max="32767" attributes="0"/>
265                  <EmptySpace min="-2" max="-2" attributes="0"/>
266                  <Component id="jLabelDocumentName" min="-2" pref="19" max="-2" attributes="0"/>
267                  <EmptySpace min="-2" max="-2" attributes="0"/>
268              </Group>
269          </Group>
270        </DimensionLayout>
271      </Layout>
272      <SubComponents>
273        <Component class="javax.swing.JLabel" name="jLabel1">
274          <Properties>
275            <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"/>
276          </Properties>
277        </Component>
278        <Component class="javax.swing.JLabel" name="jLabelDocumentName">
279          <Properties>
280            <Property name="text" type="java.lang.String" value="jLabel2"/>
281          </Properties>
282        </Component>
283      </SubComponents>
284    </Container>
285  </SubComponents>
286</Form>
287