Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / java / jCrossCrypt / src / crosscrypt / hlavokno.form
CommitLineData
8de51304
H
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.3" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4 <NonVisualComponents>
5 <Container class="javax.swing.JDialog" name="jDialog1">
6
7 <Layout>
8 <DimensionLayout dim="0">
9 <Group type="103" groupAlignment="0" attributes="0">
10 <Component id="jFileChooser1" min="-2" max="-2" attributes="0"/>
11 </Group>
12 </DimensionLayout>
13 <DimensionLayout dim="1">
14 <Group type="103" groupAlignment="0" attributes="0">
15 <Component id="jFileChooser1" min="-2" max="-2" attributes="0"/>
16 </Group>
17 </DimensionLayout>
18 </Layout>
19 <SubComponents>
20 <Component class="javax.swing.JFileChooser" name="jFileChooser1">
21 <Properties>
22 <Property name="currentDirectory" type="java.io.File" value="null"/>
23 </Properties>
24 </Component>
25 </SubComponents>
26 </Container>
27 </NonVisualComponents>
28 <Properties>
29 <Property name="defaultCloseOperation" type="int" value="3"/>
30 <Property name="title" type="java.lang.String" value="One-time pad (XOR) symetric encryption [&lt;-Harvie 2oo7]"/>
31 </Properties>
32 <SyntheticProperties>
33 <SyntheticProperty name="formSizePolicy" type="int" value="1"/>
34 </SyntheticProperties>
35 <AuxValues>
36 <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
37 <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
38 <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
39 <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
40 <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
41 </AuxValues>
42
43 <Layout>
44 <DimensionLayout dim="0">
45 <Group type="103" groupAlignment="0" attributes="0">
46 <Group type="102" alignment="1" attributes="0">
47 <EmptySpace max="-2" attributes="0"/>
48 <Group type="103" groupAlignment="1" attributes="0">
49 <Component id="jButton4" alignment="0" pref="467" max="32767" attributes="0"/>
50 <Group type="102" alignment="0" attributes="0">
51 <Group type="103" groupAlignment="1" attributes="0">
52 <Component id="jButton3" pref="78" max="32767" attributes="0"/>
53 <Component id="jButton2" alignment="0" max="32767" attributes="1"/>
54 <Component id="jButton1" alignment="0" pref="78" max="32767" attributes="1"/>
55 </Group>
56 <EmptySpace max="-2" attributes="0"/>
57 <Group type="103" groupAlignment="1" attributes="0">
58 <Component id="jTextField3" pref="383" max="32767" attributes="0"/>
59 <Component id="jTextField1" alignment="0" pref="383" max="32767" attributes="1"/>
60 <Group type="102" alignment="1" attributes="0">
61 <Component id="jTextField2" pref="323" max="32767" attributes="1"/>
62 <EmptySpace max="-2" attributes="0"/>
63 <Component id="jButton5" min="-2" max="-2" attributes="0"/>
64 </Group>
65 </Group>
66 </Group>
67 <Component id="jTextField4" alignment="0" pref="467" max="32767" attributes="0"/>
68 </Group>
69 <EmptySpace max="-2" attributes="0"/>
70 </Group>
71 </Group>
72 </DimensionLayout>
73 <DimensionLayout dim="1">
74 <Group type="103" groupAlignment="0" attributes="0">
75 <Group type="102" alignment="0" attributes="0">
76 <EmptySpace max="-2" attributes="0"/>
77 <Group type="103" groupAlignment="3" attributes="0">
78 <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/>
79 <Component id="jTextField1" alignment="3" min="-2" pref="24" max="-2" attributes="0"/>
80 </Group>
81 <EmptySpace max="-2" attributes="0"/>
82 <Group type="103" groupAlignment="0" attributes="0">
83 <Group type="102" attributes="0">
84 <Group type="103" groupAlignment="3" attributes="0">
85 <Component id="jTextField2" alignment="3" pref="25" max="32767" attributes="1"/>
86 <Component id="jButton5" alignment="3" min="-2" max="-2" attributes="0"/>
87 </Group>
88 <EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
89 </Group>
90 <Group type="102" alignment="0" attributes="0">
91 <Component id="jButton2" min="-2" max="-2" attributes="1"/>
92 <EmptySpace max="-2" attributes="0"/>
93 </Group>
94 </Group>
95 <EmptySpace max="-2" attributes="0"/>
96 <Group type="103" groupAlignment="0" max="-2" attributes="0">
97 <Component id="jTextField3" max="32767" attributes="1"/>
98 <Component id="jButton3" alignment="0" max="32767" attributes="1"/>
99 </Group>
100 <EmptySpace max="-2" attributes="0"/>
101 <Component id="jButton4" min="-2" pref="26" max="-2" attributes="0"/>
102 <EmptySpace max="-2" attributes="0"/>
103 <Component id="jTextField4" min="-2" max="-2" attributes="0"/>
104 <EmptySpace min="-2" max="-2" attributes="0"/>
105 </Group>
106 </Group>
107 </DimensionLayout>
108 </Layout>
109 <SubComponents>
110 <Component class="javax.swing.JButton" name="jButton1">
111 <Properties>
112 <Property name="text" type="java.lang.String" value="Input"/>
113 </Properties>
114 <Events>
115 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton1MouseClicked"/>
116 </Events>
117 </Component>
118 <Component class="javax.swing.JTextField" name="jTextField1">
119 </Component>
120 <Component class="javax.swing.JButton" name="jButton2">
121 <Properties>
122 <Property name="text" type="java.lang.String" value="Output"/>
123 </Properties>
124 <Events>
125 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton2MouseClicked"/>
126 </Events>
127 </Component>
128 <Component class="javax.swing.JTextField" name="jTextField2">
129 </Component>
130 <Component class="javax.swing.JButton" name="jButton3">
131 <Properties>
132 <Property name="text" type="java.lang.String" value="Key"/>
133 </Properties>
134 <Events>
135 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton3MouseClicked"/>
136 </Events>
137 </Component>
138 <Component class="javax.swing.JTextField" name="jTextField3">
139 </Component>
140 <Component class="javax.swing.JButton" name="jButton4">
141 <Properties>
142 <Property name="text" type="java.lang.String" value="Start"/>
143 </Properties>
144 <Events>
145 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="crypt"/>
146 </Events>
147 </Component>
148 <Component class="javax.swing.JTextField" name="jTextField4">
149 <Properties>
150 <Property name="editable" type="boolean" value="false"/>
151 <Property name="text" type="java.lang.String" value="Waiting..."/>
152 </Properties>
153 </Component>
154 <Component class="javax.swing.JButton" name="jButton5">
155 <Properties>
156 <Property name="text" type="java.lang.String" value=".ccr"/>
157 </Properties>
158 <Events>
159 <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="jButton5MouseClicked"/>
160 </Events>
161 </Component>
162 </SubComponents>
163</Form>
This page took 0.230656 seconds and 4 git commands to generate.