corrade-vassal – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 zed 1 namespace Vassal
2 {
3 partial class SettingsForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
4 vero 31 this.components = new System.ComponentModel.Container();
2 zed 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
33 this.tabControl1 = new System.Windows.Forms.TabControl();
34 this.tabPage1 = new System.Windows.Forms.TabPage();
35 this.groupBox5 = new System.Windows.Forms.GroupBox();
36 this.DataTimeout = new System.Windows.Forms.TextBox();
37 this.groupBox4 = new System.Windows.Forms.GroupBox();
38 this.TeleportTimeout = new System.Windows.Forms.TextBox();
39 this.groupBox3 = new System.Windows.Forms.GroupBox();
40 this.HTTPServerURL = new System.Windows.Forms.TextBox();
41 this.groupBox2 = new System.Windows.Forms.GroupBox();
42 this.Password = new System.Windows.Forms.TextBox();
43 this.groupBox1 = new System.Windows.Forms.GroupBox();
44 this.Group = new System.Windows.Forms.TextBox();
45 this.tabPage2 = new System.Windows.Forms.TabPage();
46 this.groupBox16 = new System.Windows.Forms.GroupBox();
47 this.pictureBox18 = new System.Windows.Forms.PictureBox();
48 this.DeleteSelectedOutputFilter = new System.Windows.Forms.Button();
49 this.groupBox31 = new System.Windows.Forms.GroupBox();
50 this.ActiveOutputFilters = new System.Windows.Forms.ListBox();
51 this.groupBox20 = new System.Windows.Forms.GroupBox();
52 this.AddOutputEncryption = new System.Windows.Forms.Button();
53 this.OutputEncrypt = new System.Windows.Forms.ComboBox();
54 this.groupBox19 = new System.Windows.Forms.GroupBox();
55 this.AddOutputEncoder = new System.Windows.Forms.Button();
56 this.OutputEncode = new System.Windows.Forms.ComboBox();
57 this.groupBox15 = new System.Windows.Forms.GroupBox();
58 this.pictureBox17 = new System.Windows.Forms.PictureBox();
59 this.DeleteSelectedInputFilter = new System.Windows.Forms.Button();
60 this.groupBox30 = new System.Windows.Forms.GroupBox();
61 this.ActiveInputFilters = new System.Windows.Forms.ListBox();
62 this.groupBox18 = new System.Windows.Forms.GroupBox();
63 this.AddInputDecryption = new System.Windows.Forms.Button();
64 this.InputDecryption = new System.Windows.Forms.ComboBox();
65 this.groupBox17 = new System.Windows.Forms.GroupBox();
66 this.InputDecode = new System.Windows.Forms.ComboBox();
67 this.AddInputDecoder = new System.Windows.Forms.Button();
68 this.tabPage3 = new System.Windows.Forms.TabPage();
69 this.groupBox33 = new System.Windows.Forms.GroupBox();
70 this.groupBox37 = new System.Windows.Forms.GroupBox();
71 this.pictureBox20 = new System.Windows.Forms.PictureBox();
72 this.VIGENERESecret = new System.Windows.Forms.TextBox();
73 this.groupBox32 = new System.Windows.Forms.GroupBox();
74 this.pictureBox19 = new System.Windows.Forms.PictureBox();
75 this.groupBox36 = new System.Windows.Forms.GroupBox();
76 this.button6 = new System.Windows.Forms.Button();
77 this.button5 = new System.Windows.Forms.Button();
78 this.ENIGMARing = new System.Windows.Forms.ComboBox();
79 this.ENIGMAPlugSequence = new System.Windows.Forms.ListBox();
80 this.groupBox35 = new System.Windows.Forms.GroupBox();
81 this.ENIGMAReflector = new System.Windows.Forms.ComboBox();
82 this.groupBox34 = new System.Windows.Forms.GroupBox();
83 this.button4 = new System.Windows.Forms.Button();
84 this.button3 = new System.Windows.Forms.Button();
85 this.ENIGMARotor = new System.Windows.Forms.ComboBox();
86 this.ENIGMARotorSequence = new System.Windows.Forms.ListBox();
87 this.button1 = new System.Windows.Forms.Button();
88 this.button2 = new System.Windows.Forms.Button();
89 this.LoadSettingsDialog = new System.Windows.Forms.OpenFileDialog();
90 this.SaveSettingsDialog = new System.Windows.Forms.SaveFileDialog();
91 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
92 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
93 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
4 vero 94 this.pictureBox6 = new System.Windows.Forms.PictureBox();
95 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
96 this.pictureBox1 = new System.Windows.Forms.PictureBox();
97 this.pictureBox2 = new System.Windows.Forms.PictureBox();
98 this.pictureBox3 = new System.Windows.Forms.PictureBox();
99 this.pictureBox4 = new System.Windows.Forms.PictureBox();
2 zed 100 this.tabControl1.SuspendLayout();
101 this.tabPage1.SuspendLayout();
102 this.groupBox5.SuspendLayout();
103 this.groupBox4.SuspendLayout();
104 this.groupBox3.SuspendLayout();
105 this.groupBox2.SuspendLayout();
106 this.groupBox1.SuspendLayout();
107 this.tabPage2.SuspendLayout();
108 this.groupBox16.SuspendLayout();
109 ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit();
110 this.groupBox31.SuspendLayout();
111 this.groupBox20.SuspendLayout();
112 this.groupBox19.SuspendLayout();
113 this.groupBox15.SuspendLayout();
114 ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
115 this.groupBox30.SuspendLayout();
116 this.groupBox18.SuspendLayout();
117 this.groupBox17.SuspendLayout();
118 this.tabPage3.SuspendLayout();
119 this.groupBox33.SuspendLayout();
120 this.groupBox37.SuspendLayout();
121 ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit();
122 this.groupBox32.SuspendLayout();
123 ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();
124 this.groupBox36.SuspendLayout();
125 this.groupBox35.SuspendLayout();
126 this.groupBox34.SuspendLayout();
127 this.statusStrip1.SuspendLayout();
4 vero 128 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
129 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
130 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
131 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
132 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
2 zed 133 this.SuspendLayout();
134 //
135 // tabControl1
136 //
137 this.tabControl1.Controls.Add(this.tabPage1);
138 this.tabControl1.Controls.Add(this.tabPage2);
139 this.tabControl1.Controls.Add(this.tabPage3);
140 this.tabControl1.Location = new System.Drawing.Point(13, 13);
141 this.tabControl1.Name = "tabControl1";
142 this.tabControl1.SelectedIndex = 0;
143 this.tabControl1.Size = new System.Drawing.Size(679, 358);
144 this.tabControl1.TabIndex = 0;
145 //
146 // tabPage1
147 //
148 this.tabPage1.Controls.Add(this.groupBox5);
149 this.tabPage1.Controls.Add(this.groupBox4);
150 this.tabPage1.Controls.Add(this.groupBox3);
151 this.tabPage1.Controls.Add(this.groupBox2);
152 this.tabPage1.Controls.Add(this.groupBox1);
153 this.tabPage1.Location = new System.Drawing.Point(4, 22);
154 this.tabPage1.Name = "tabPage1";
155 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
156 this.tabPage1.Size = new System.Drawing.Size(671, 332);
157 this.tabPage1.TabIndex = 0;
158 this.tabPage1.Text = "General";
159 this.tabPage1.UseVisualStyleBackColor = true;
160 //
161 // groupBox5
162 //
4 vero 163 this.groupBox5.Controls.Add(this.pictureBox4);
2 zed 164 this.groupBox5.Controls.Add(this.DataTimeout);
165 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
166 this.groupBox5.Location = new System.Drawing.Point(460, 68);
167 this.groupBox5.Name = "groupBox5";
168 this.groupBox5.Size = new System.Drawing.Size(185, 53);
169 this.groupBox5.TabIndex = 4;
170 this.groupBox5.TabStop = false;
171 this.groupBox5.Text = "Data Timeout";
172 //
173 // DataTimeout
174 //
175 this.DataTimeout.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
176 this.DataTimeout.Location = new System.Drawing.Point(7, 20);
177 this.DataTimeout.Name = "DataTimeout";
4 vero 178 this.DataTimeout.Size = new System.Drawing.Size(146, 20);
2 zed 179 this.DataTimeout.TabIndex = 0;
180 //
181 // groupBox4
182 //
4 vero 183 this.groupBox4.Controls.Add(this.pictureBox3);
2 zed 184 this.groupBox4.Controls.Add(this.TeleportTimeout);
185 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
186 this.groupBox4.Location = new System.Drawing.Point(269, 67);
187 this.groupBox4.Name = "groupBox4";
188 this.groupBox4.Size = new System.Drawing.Size(185, 53);
189 this.groupBox4.TabIndex = 3;
190 this.groupBox4.TabStop = false;
191 this.groupBox4.Text = "Teleport Timeout";
192 //
193 // TeleportTimeout
194 //
195 this.TeleportTimeout.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196 this.TeleportTimeout.Location = new System.Drawing.Point(7, 20);
197 this.TeleportTimeout.Name = "TeleportTimeout";
4 vero 198 this.TeleportTimeout.Size = new System.Drawing.Size(143, 20);
2 zed 199 this.TeleportTimeout.TabIndex = 0;
200 //
201 // groupBox3
202 //
4 vero 203 this.groupBox3.Controls.Add(this.pictureBox2);
2 zed 204 this.groupBox3.Controls.Add(this.HTTPServerURL);
205 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
206 this.groupBox3.Location = new System.Drawing.Point(338, 6);
207 this.groupBox3.Name = "groupBox3";
208 this.groupBox3.Size = new System.Drawing.Size(326, 56);
209 this.groupBox3.TabIndex = 2;
210 this.groupBox3.TabStop = false;
211 this.groupBox3.Text = "Corrade HTTP URL";
212 //
213 // HTTPServerURL
214 //
215 this.HTTPServerURL.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
216 this.HTTPServerURL.Location = new System.Drawing.Point(7, 20);
217 this.HTTPServerURL.Name = "HTTPServerURL";
4 vero 218 this.HTTPServerURL.Size = new System.Drawing.Size(287, 20);
2 zed 219 this.HTTPServerURL.TabIndex = 0;
220 //
221 // groupBox2
222 //
4 vero 223 this.groupBox2.Controls.Add(this.pictureBox1);
2 zed 224 this.groupBox2.Controls.Add(this.Password);
225 this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
226 this.groupBox2.Location = new System.Drawing.Point(6, 66);
227 this.groupBox2.Name = "groupBox2";
228 this.groupBox2.Size = new System.Drawing.Size(257, 54);
229 this.groupBox2.TabIndex = 1;
230 this.groupBox2.TabStop = false;
231 this.groupBox2.Text = "Group Password";
232 //
233 // Password
234 //
235 this.Password.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
236 this.Password.Location = new System.Drawing.Point(7, 20);
237 this.Password.Name = "Password";
4 vero 238 this.Password.Size = new System.Drawing.Size(218, 20);
2 zed 239 this.Password.TabIndex = 0;
240 //
241 // groupBox1
242 //
4 vero 243 this.groupBox1.Controls.Add(this.pictureBox6);
2 zed 244 this.groupBox1.Controls.Add(this.Group);
245 this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
246 this.groupBox1.Location = new System.Drawing.Point(6, 6);
247 this.groupBox1.Name = "groupBox1";
248 this.groupBox1.Size = new System.Drawing.Size(326, 54);
249 this.groupBox1.TabIndex = 0;
250 this.groupBox1.TabStop = false;
251 this.groupBox1.Text = "Group";
252 //
253 // Group
254 //
255 this.Group.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
256 this.Group.Location = new System.Drawing.Point(7, 20);
257 this.Group.Name = "Group";
4 vero 258 this.Group.Size = new System.Drawing.Size(287, 20);
2 zed 259 this.Group.TabIndex = 0;
260 //
261 // tabPage2
262 //
263 this.tabPage2.Controls.Add(this.groupBox16);
264 this.tabPage2.Controls.Add(this.groupBox15);
265 this.tabPage2.Location = new System.Drawing.Point(4, 22);
266 this.tabPage2.Name = "tabPage2";
267 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
268 this.tabPage2.Size = new System.Drawing.Size(671, 332);
269 this.tabPage2.TabIndex = 1;
270 this.tabPage2.Text = "Filters";
271 this.tabPage2.UseVisualStyleBackColor = true;
272 //
273 // groupBox16
274 //
275 this.groupBox16.Controls.Add(this.pictureBox18);
276 this.groupBox16.Controls.Add(this.DeleteSelectedOutputFilter);
277 this.groupBox16.Controls.Add(this.groupBox31);
278 this.groupBox16.Controls.Add(this.groupBox20);
279 this.groupBox16.Controls.Add(this.groupBox19);
280 this.groupBox16.Location = new System.Drawing.Point(9, 169);
281 this.groupBox16.Name = "groupBox16";
282 this.groupBox16.Size = new System.Drawing.Size(659, 154);
283 this.groupBox16.TabIndex = 3;
284 this.groupBox16.TabStop = false;
285 this.groupBox16.Text = "Output";
286 //
287 // pictureBox18
288 //
289 this.pictureBox18.Cursor = System.Windows.Forms.Cursors.Help;
290 this.pictureBox18.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox18.Image")));
291 this.pictureBox18.Location = new System.Drawing.Point(633, 21);
292 this.pictureBox18.Name = "pictureBox18";
293 this.pictureBox18.Size = new System.Drawing.Size(20, 20);
294 this.pictureBox18.TabIndex = 5;
295 this.pictureBox18.TabStop = false;
4 vero 296 this.toolTip1.SetToolTip(this.pictureBox18, "The output filters will be run in sequence, in-order \r\nfrom top to bottom, once a" +
297 " message leaves Corrade.");
2 zed 298 //
299 // DeleteSelectedOutputFilter
300 //
301 this.DeleteSelectedOutputFilter.Location = new System.Drawing.Point(527, 77);
302 this.DeleteSelectedOutputFilter.Name = "DeleteSelectedOutputFilter";
303 this.DeleteSelectedOutputFilter.Size = new System.Drawing.Size(102, 23);
304 this.DeleteSelectedOutputFilter.TabIndex = 4;
305 this.DeleteSelectedOutputFilter.Text = "Delete Selected";
306 this.DeleteSelectedOutputFilter.UseVisualStyleBackColor = true;
307 this.DeleteSelectedOutputFilter.Click += new System.EventHandler(this.DeleteSelectedOutputFilterRequested);
308 //
309 // groupBox31
310 //
311 this.groupBox31.Controls.Add(this.ActiveOutputFilters);
312 this.groupBox31.Location = new System.Drawing.Point(278, 25);
313 this.groupBox31.Name = "groupBox31";
314 this.groupBox31.Size = new System.Drawing.Size(242, 123);
315 this.groupBox31.TabIndex = 3;
316 this.groupBox31.TabStop = false;
317 this.groupBox31.Text = "Active Output Filters";
318 //
319 // ActiveOutputFilters
320 //
321 this.ActiveOutputFilters.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
322 this.ActiveOutputFilters.FormattingEnabled = true;
323 this.ActiveOutputFilters.Location = new System.Drawing.Point(7, 25);
324 this.ActiveOutputFilters.Name = "ActiveOutputFilters";
325 this.ActiveOutputFilters.Size = new System.Drawing.Size(229, 82);
326 this.ActiveOutputFilters.TabIndex = 0;
327 //
328 // groupBox20
329 //
330 this.groupBox20.Controls.Add(this.AddOutputEncryption);
331 this.groupBox20.Controls.Add(this.OutputEncrypt);
332 this.groupBox20.Location = new System.Drawing.Point(24, 21);
333 this.groupBox20.Name = "groupBox20";
334 this.groupBox20.Size = new System.Drawing.Size(248, 60);
335 this.groupBox20.TabIndex = 2;
336 this.groupBox20.TabStop = false;
337 this.groupBox20.Text = "Encrypt";
338 //
339 // AddOutputEncryption
340 //
341 this.AddOutputEncryption.Location = new System.Drawing.Point(131, 20);
342 this.AddOutputEncryption.Name = "AddOutputEncryption";
343 this.AddOutputEncryption.Size = new System.Drawing.Size(99, 23);
344 this.AddOutputEncryption.TabIndex = 1;
345 this.AddOutputEncryption.Text = "Add Encryption";
346 this.AddOutputEncryption.UseVisualStyleBackColor = true;
347 this.AddOutputEncryption.Click += new System.EventHandler(this.AddOutputEncryptionRequested);
348 //
349 // OutputEncrypt
350 //
351 this.OutputEncrypt.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
352 this.OutputEncrypt.FormattingEnabled = true;
353 this.OutputEncrypt.Items.AddRange(new object[] {
354 "ENIGMA",
355 "VIGENERE",
356 "ATBASH"});
357 this.OutputEncrypt.Location = new System.Drawing.Point(7, 20);
358 this.OutputEncrypt.Name = "OutputEncrypt";
359 this.OutputEncrypt.Size = new System.Drawing.Size(118, 21);
360 this.OutputEncrypt.TabIndex = 0;
361 this.OutputEncrypt.Text = "ENIGMA";
362 //
363 // groupBox19
364 //
365 this.groupBox19.Controls.Add(this.AddOutputEncoder);
366 this.groupBox19.Controls.Add(this.OutputEncode);
367 this.groupBox19.Location = new System.Drawing.Point(24, 87);
368 this.groupBox19.Name = "groupBox19";
369 this.groupBox19.Size = new System.Drawing.Size(248, 60);
370 this.groupBox19.TabIndex = 2;
371 this.groupBox19.TabStop = false;
372 this.groupBox19.Text = "Encode";
373 //
374 // AddOutputEncoder
375 //
376 this.AddOutputEncoder.Location = new System.Drawing.Point(131, 20);
377 this.AddOutputEncoder.Name = "AddOutputEncoder";
378 this.AddOutputEncoder.Size = new System.Drawing.Size(99, 23);
379 this.AddOutputEncoder.TabIndex = 1;
380 this.AddOutputEncoder.Text = "Add Encoder";
381 this.AddOutputEncoder.UseVisualStyleBackColor = true;
382 this.AddOutputEncoder.Click += new System.EventHandler(this.AddOutputEncoderRequested);
383 //
384 // OutputEncode
385 //
386 this.OutputEncode.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
387 this.OutputEncode.FormattingEnabled = true;
388 this.OutputEncode.Items.AddRange(new object[] {
389 "RFC1738",
390 "RFC3986",
391 "BASE64"});
392 this.OutputEncode.Location = new System.Drawing.Point(7, 20);
393 this.OutputEncode.Name = "OutputEncode";
394 this.OutputEncode.Size = new System.Drawing.Size(118, 21);
395 this.OutputEncode.TabIndex = 0;
396 this.OutputEncode.Text = "RFC1738";
397 //
398 // groupBox15
399 //
400 this.groupBox15.Controls.Add(this.pictureBox17);
401 this.groupBox15.Controls.Add(this.DeleteSelectedInputFilter);
402 this.groupBox15.Controls.Add(this.groupBox30);
403 this.groupBox15.Controls.Add(this.groupBox18);
404 this.groupBox15.Controls.Add(this.groupBox17);
405 this.groupBox15.Location = new System.Drawing.Point(9, 6);
406 this.groupBox15.Name = "groupBox15";
407 this.groupBox15.Size = new System.Drawing.Size(659, 157);
408 this.groupBox15.TabIndex = 2;
409 this.groupBox15.TabStop = false;
410 this.groupBox15.Text = "Input";
411 //
412 // pictureBox17
413 //
414 this.pictureBox17.Cursor = System.Windows.Forms.Cursors.Help;
415 this.pictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox17.Image")));
416 this.pictureBox17.Location = new System.Drawing.Point(630, 20);
417 this.pictureBox17.Name = "pictureBox17";
418 this.pictureBox17.Size = new System.Drawing.Size(20, 20);
419 this.pictureBox17.TabIndex = 4;
420 this.pictureBox17.TabStop = false;
4 vero 421 this.toolTip1.SetToolTip(this.pictureBox17, resources.GetString("pictureBox17.ToolTip"));
2 zed 422 //
423 // DeleteSelectedInputFilter
424 //
425 this.DeleteSelectedInputFilter.Location = new System.Drawing.Point(526, 75);
426 this.DeleteSelectedInputFilter.Name = "DeleteSelectedInputFilter";
427 this.DeleteSelectedInputFilter.Size = new System.Drawing.Size(103, 23);
428 this.DeleteSelectedInputFilter.TabIndex = 3;
429 this.DeleteSelectedInputFilter.Text = "Delete Selected";
430 this.DeleteSelectedInputFilter.UseVisualStyleBackColor = true;
431 this.DeleteSelectedInputFilter.Click += new System.EventHandler(this.DeleteSelectedInputFilterRequested);
432 //
433 // groupBox30
434 //
435 this.groupBox30.Controls.Add(this.ActiveInputFilters);
436 this.groupBox30.Location = new System.Drawing.Point(278, 24);
437 this.groupBox30.Name = "groupBox30";
438 this.groupBox30.Size = new System.Drawing.Size(242, 119);
439 this.groupBox30.TabIndex = 2;
440 this.groupBox30.TabStop = false;
441 this.groupBox30.Text = "Active Input Filters";
442 //
443 // ActiveInputFilters
444 //
445 this.ActiveInputFilters.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
446 this.ActiveInputFilters.FormattingEnabled = true;
447 this.ActiveInputFilters.Location = new System.Drawing.Point(7, 23);
448 this.ActiveInputFilters.Name = "ActiveInputFilters";
449 this.ActiveInputFilters.Size = new System.Drawing.Size(229, 82);
450 this.ActiveInputFilters.TabIndex = 0;
451 //
452 // groupBox18
453 //
454 this.groupBox18.Controls.Add(this.AddInputDecryption);
455 this.groupBox18.Controls.Add(this.InputDecryption);
456 this.groupBox18.Location = new System.Drawing.Point(24, 85);
457 this.groupBox18.Name = "groupBox18";
458 this.groupBox18.Size = new System.Drawing.Size(248, 58);
459 this.groupBox18.TabIndex = 1;
460 this.groupBox18.TabStop = false;
461 this.groupBox18.Text = "Decrypt";
462 //
463 // AddInputDecryption
464 //
465 this.AddInputDecryption.Location = new System.Drawing.Point(131, 20);
466 this.AddInputDecryption.Name = "AddInputDecryption";
467 this.AddInputDecryption.Size = new System.Drawing.Size(107, 23);
468 this.AddInputDecryption.TabIndex = 3;
469 this.AddInputDecryption.Text = "Add Decryption";
470 this.AddInputDecryption.UseVisualStyleBackColor = true;
471 this.AddInputDecryption.Click += new System.EventHandler(this.AddInputDecryptionRequested);
472 //
473 // InputDecryption
474 //
475 this.InputDecryption.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
476 this.InputDecryption.FormattingEnabled = true;
477 this.InputDecryption.Items.AddRange(new object[] {
478 "ENIGMA",
479 "VIGENERE",
480 "ATBASH"});
481 this.InputDecryption.Location = new System.Drawing.Point(7, 20);
482 this.InputDecryption.Name = "InputDecryption";
483 this.InputDecryption.Size = new System.Drawing.Size(118, 21);
484 this.InputDecryption.TabIndex = 0;
485 this.InputDecryption.Text = "ENIGMA";
486 //
487 // groupBox17
488 //
489 this.groupBox17.Controls.Add(this.InputDecode);
490 this.groupBox17.Controls.Add(this.AddInputDecoder);
491 this.groupBox17.Location = new System.Drawing.Point(24, 21);
492 this.groupBox17.Name = "groupBox17";
493 this.groupBox17.Size = new System.Drawing.Size(248, 58);
494 this.groupBox17.TabIndex = 0;
495 this.groupBox17.TabStop = false;
496 this.groupBox17.Text = "Decode";
497 //
498 // InputDecode
499 //
500 this.InputDecode.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
501 this.InputDecode.FormattingEnabled = true;
502 this.InputDecode.Items.AddRange(new object[] {
503 "RFC1738",
504 "RFC3986",
505 "BASE64"});
506 this.InputDecode.Location = new System.Drawing.Point(7, 20);
507 this.InputDecode.Name = "InputDecode";
508 this.InputDecode.Size = new System.Drawing.Size(118, 21);
509 this.InputDecode.TabIndex = 0;
510 this.InputDecode.Text = "RFC1738";
511 //
512 // AddInputDecoder
513 //
514 this.AddInputDecoder.Location = new System.Drawing.Point(131, 21);
515 this.AddInputDecoder.Name = "AddInputDecoder";
516 this.AddInputDecoder.Size = new System.Drawing.Size(107, 23);
517 this.AddInputDecoder.TabIndex = 2;
518 this.AddInputDecoder.Text = "Add Decoder";
519 this.AddInputDecoder.UseVisualStyleBackColor = true;
520 this.AddInputDecoder.Click += new System.EventHandler(this.AddInputDecoderRequested);
521 //
522 // tabPage3
523 //
524 this.tabPage3.Controls.Add(this.groupBox33);
525 this.tabPage3.Controls.Add(this.groupBox32);
526 this.tabPage3.Location = new System.Drawing.Point(4, 22);
527 this.tabPage3.Name = "tabPage3";
528 this.tabPage3.Size = new System.Drawing.Size(671, 332);
529 this.tabPage3.TabIndex = 2;
530 this.tabPage3.Text = "Cryptography";
531 this.tabPage3.UseVisualStyleBackColor = true;
532 //
533 // groupBox33
534 //
535 this.groupBox33.Controls.Add(this.groupBox37);
536 this.groupBox33.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
537 this.groupBox33.Location = new System.Drawing.Point(2, 174);
538 this.groupBox33.Name = "groupBox33";
539 this.groupBox33.Size = new System.Drawing.Size(665, 151);
540 this.groupBox33.TabIndex = 3;
541 this.groupBox33.TabStop = false;
542 this.groupBox33.Text = "VIGENERE";
543 //
544 // groupBox37
545 //
546 this.groupBox37.Controls.Add(this.pictureBox20);
547 this.groupBox37.Controls.Add(this.VIGENERESecret);
548 this.groupBox37.Location = new System.Drawing.Point(9, 26);
549 this.groupBox37.Name = "groupBox37";
550 this.groupBox37.Size = new System.Drawing.Size(645, 100);
551 this.groupBox37.TabIndex = 0;
552 this.groupBox37.TabStop = false;
553 this.groupBox37.Text = "Shared Secret";
554 //
555 // pictureBox20
556 //
557 this.pictureBox20.Cursor = System.Windows.Forms.Cursors.Help;
558 this.pictureBox20.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox20.Image")));
559 this.pictureBox20.Location = new System.Drawing.Point(612, 44);
560 this.pictureBox20.Name = "pictureBox20";
561 this.pictureBox20.Size = new System.Drawing.Size(20, 20);
562 this.pictureBox20.TabIndex = 2;
563 this.pictureBox20.TabStop = false;
4 vero 564 this.toolTip1.SetToolTip(this.pictureBox20, "The VIGENERE secret is shared between a script and\r\nCorrade. This setting represe" +
565 "nts the key which can be\r\nof any length.");
2 zed 566 //
567 // VIGENERESecret
568 //
569 this.VIGENERESecret.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
570 this.VIGENERESecret.Location = new System.Drawing.Point(16, 44);
571 this.VIGENERESecret.Name = "VIGENERESecret";
572 this.VIGENERESecret.Size = new System.Drawing.Size(590, 20);
573 this.VIGENERESecret.TabIndex = 0;
574 //
575 // groupBox32
576 //
577 this.groupBox32.Controls.Add(this.pictureBox19);
578 this.groupBox32.Controls.Add(this.groupBox36);
579 this.groupBox32.Controls.Add(this.groupBox35);
580 this.groupBox32.Controls.Add(this.groupBox34);
581 this.groupBox32.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
582 this.groupBox32.Location = new System.Drawing.Point(3, 3);
583 this.groupBox32.Name = "groupBox32";
584 this.groupBox32.Size = new System.Drawing.Size(665, 165);
585 this.groupBox32.TabIndex = 2;
586 this.groupBox32.TabStop = false;
587 this.groupBox32.Text = "ENIGMA";
588 //
589 // pictureBox19
590 //
591 this.pictureBox19.Cursor = System.Windows.Forms.Cursors.Help;
592 this.pictureBox19.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox19.Image")));
593 this.pictureBox19.Location = new System.Drawing.Point(633, 21);
594 this.pictureBox19.Name = "pictureBox19";
595 this.pictureBox19.Size = new System.Drawing.Size(20, 20);
596 this.pictureBox19.TabIndex = 2;
597 this.pictureBox19.TabStop = false;
4 vero 598 this.toolTip1.SetToolTip(this.pictureBox19, "In case the ENIGMA filter has been specified in the \r\nFilters section, then these" +
599 " settings configure an ENGIMA\r\nmachine with rotos, plugs and the reflector.");
2 zed 600 //
601 // groupBox36
602 //
603 this.groupBox36.Controls.Add(this.button6);
604 this.groupBox36.Controls.Add(this.button5);
605 this.groupBox36.Controls.Add(this.ENIGMARing);
606 this.groupBox36.Controls.Add(this.ENIGMAPlugSequence);
607 this.groupBox36.Location = new System.Drawing.Point(214, 21);
608 this.groupBox36.Name = "groupBox36";
609 this.groupBox36.Size = new System.Drawing.Size(200, 133);
610 this.groupBox36.TabIndex = 2;
611 this.groupBox36.TabStop = false;
612 this.groupBox36.Text = "Plug Sequence";
613 //
614 // button6
615 //
616 this.button6.Location = new System.Drawing.Point(67, 79);
617 this.button6.Name = "button6";
618 this.button6.Size = new System.Drawing.Size(120, 23);
619 this.button6.TabIndex = 3;
620 this.button6.Text = "Delete Plug";
621 this.button6.UseVisualStyleBackColor = true;
622 this.button6.Click += new System.EventHandler(this.DeleteENIGMAPlugRequested);
623 //
624 // button5
625 //
626 this.button5.Location = new System.Drawing.Point(67, 49);
627 this.button5.Name = "button5";
628 this.button5.Size = new System.Drawing.Size(120, 23);
629 this.button5.TabIndex = 2;
630 this.button5.Text = "Add Plug";
631 this.button5.UseVisualStyleBackColor = true;
632 this.button5.Click += new System.EventHandler(this.AddENIGMAPlugRequested);
633 //
634 // ENIGMARing
635 //
636 this.ENIGMARing.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
637 this.ENIGMARing.FormattingEnabled = true;
638 this.ENIGMARing.Items.AddRange(new object[] {
639 "a",
640 "b",
641 "c",
642 "d",
643 "e",
644 "f",
645 "g",
646 "h",
647 "i",
648 "j",
649 "k",
650 "l",
651 "m",
652 "n",
653 "o",
654 "p",
655 "q",
656 "r",
657 "s",
658 "t",
659 "u",
660 "v",
661 "w",
662 "x",
663 "y",
664 "z"});
665 this.ENIGMARing.Location = new System.Drawing.Point(66, 18);
666 this.ENIGMARing.Name = "ENIGMARing";
667 this.ENIGMARing.Size = new System.Drawing.Size(121, 21);
668 this.ENIGMARing.TabIndex = 1;
669 this.ENIGMARing.Text = "a";
670 //
671 // ENIGMAPlugSequence
672 //
673 this.ENIGMAPlugSequence.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
674 this.ENIGMAPlugSequence.FormattingEnabled = true;
675 this.ENIGMAPlugSequence.Location = new System.Drawing.Point(6, 18);
676 this.ENIGMAPlugSequence.Name = "ENIGMAPlugSequence";
677 this.ENIGMAPlugSequence.Size = new System.Drawing.Size(54, 108);
678 this.ENIGMAPlugSequence.TabIndex = 0;
679 //
680 // groupBox35
681 //
682 this.groupBox35.Controls.Add(this.ENIGMAReflector);
683 this.groupBox35.Location = new System.Drawing.Point(440, 56);
684 this.groupBox35.Name = "groupBox35";
685 this.groupBox35.Size = new System.Drawing.Size(200, 67);
686 this.groupBox35.TabIndex = 1;
687 this.groupBox35.TabStop = false;
688 this.groupBox35.Text = "Reflector";
689 //
690 // ENIGMAReflector
691 //
692 this.ENIGMAReflector.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
693 this.ENIGMAReflector.FormattingEnabled = true;
694 this.ENIGMAReflector.Items.AddRange(new object[] {
695 "B",
696 "b",
697 "C",
698 "c"});
699 this.ENIGMAReflector.Location = new System.Drawing.Point(38, 22);
700 this.ENIGMAReflector.Name = "ENIGMAReflector";
701 this.ENIGMAReflector.Size = new System.Drawing.Size(121, 21);
702 this.ENIGMAReflector.TabIndex = 0;
703 this.ENIGMAReflector.Text = "B";
704 //
705 // groupBox34
706 //
707 this.groupBox34.Controls.Add(this.button4);
708 this.groupBox34.Controls.Add(this.button3);
709 this.groupBox34.Controls.Add(this.ENIGMARotor);
710 this.groupBox34.Controls.Add(this.ENIGMARotorSequence);
711 this.groupBox34.Location = new System.Drawing.Point(8, 18);
712 this.groupBox34.Name = "groupBox34";
713 this.groupBox34.Size = new System.Drawing.Size(200, 137);
714 this.groupBox34.TabIndex = 0;
715 this.groupBox34.TabStop = false;
716 this.groupBox34.Text = "Rotor Sequence";
717 //
718 // button4
719 //
720 this.button4.Location = new System.Drawing.Point(68, 82);
721 this.button4.Name = "button4";
722 this.button4.Size = new System.Drawing.Size(120, 23);
723 this.button4.TabIndex = 3;
724 this.button4.Text = "Delete Rotor";
725 this.button4.UseVisualStyleBackColor = true;
726 this.button4.Click += new System.EventHandler(this.DeleteENIGMARotorRequested);
727 //
728 // button3
729 //
730 this.button3.Location = new System.Drawing.Point(68, 53);
731 this.button3.Name = "button3";
732 this.button3.Size = new System.Drawing.Size(120, 23);
733 this.button3.TabIndex = 2;
734 this.button3.Text = "Add Rotor";
735 this.button3.UseVisualStyleBackColor = true;
736 this.button3.Click += new System.EventHandler(this.AddENIGMARotorRequested);
737 //
738 // ENIGMARotor
739 //
740 this.ENIGMARotor.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
741 this.ENIGMARotor.FormattingEnabled = true;
742 this.ENIGMARotor.Items.AddRange(new object[] {
743 "1",
744 "2",
745 "3",
746 "4",
747 "5",
748 "6",
749 "7",
750 "8",
751 "b",
752 "g"});
753 this.ENIGMARotor.Location = new System.Drawing.Point(67, 22);
754 this.ENIGMARotor.Name = "ENIGMARotor";
755 this.ENIGMARotor.Size = new System.Drawing.Size(121, 21);
756 this.ENIGMARotor.TabIndex = 1;
757 this.ENIGMARotor.Text = "1";
758 //
759 // ENIGMARotorSequence
760 //
761 this.ENIGMARotorSequence.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
762 this.ENIGMARotorSequence.FormattingEnabled = true;
763 this.ENIGMARotorSequence.Location = new System.Drawing.Point(7, 22);
764 this.ENIGMARotorSequence.Name = "ENIGMARotorSequence";
765 this.ENIGMARotorSequence.Size = new System.Drawing.Size(54, 108);
766 this.ENIGMARotorSequence.TabIndex = 0;
767 //
768 // button1
769 //
770 this.button1.Location = new System.Drawing.Point(532, 377);
771 this.button1.Name = "button1";
772 this.button1.Size = new System.Drawing.Size(75, 23);
773 this.button1.TabIndex = 1;
774 this.button1.Text = "Load...";
775 this.button1.UseVisualStyleBackColor = true;
776 this.button1.Click += new System.EventHandler(this.LoadSettingsRequested);
777 //
778 // button2
779 //
780 this.button2.Location = new System.Drawing.Point(613, 377);
781 this.button2.Name = "button2";
782 this.button2.Size = new System.Drawing.Size(75, 23);
783 this.button2.TabIndex = 2;
784 this.button2.Text = "Save...";
785 this.button2.UseVisualStyleBackColor = true;
786 this.button2.Click += new System.EventHandler(this.SaveSettingsRequested);
787 //
788 // SaveSettingsDialog
789 //
790 this.SaveSettingsDialog.Filter = "Vassal Configuration (*.ini)|*.ini|All files (*.*)|*.*";
791 //
792 // statusStrip1
793 //
794 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
795 this.StatusProgress,
796 this.StatusText});
797 this.statusStrip1.Location = new System.Drawing.Point(0, 409);
798 this.statusStrip1.Name = "statusStrip1";
799 this.statusStrip1.Size = new System.Drawing.Size(704, 22);
800 this.statusStrip1.TabIndex = 3;
801 this.statusStrip1.Text = "statusStrip1";
802 //
803 // StatusProgress
804 //
805 this.StatusProgress.Name = "StatusProgress";
806 this.StatusProgress.Size = new System.Drawing.Size(100, 16);
807 //
808 // StatusText
809 //
810 this.StatusText.Name = "StatusText";
811 this.StatusText.Size = new System.Drawing.Size(10, 17);
812 this.StatusText.Text = " ";
813 //
4 vero 814 // pictureBox6
815 //
816 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
817 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
818 this.pictureBox6.Location = new System.Drawing.Point(300, 20);
819 this.pictureBox6.Name = "pictureBox6";
820 this.pictureBox6.Size = new System.Drawing.Size(20, 20);
821 this.pictureBox6.TabIndex = 11;
822 this.pictureBox6.TabStop = false;
823 this.toolTip1.SetToolTip(this.pictureBox6, "Enter the group that will authenticate\r\nwith Corrade.");
824 //
825 // toolTip1
826 //
827 this.toolTip1.AutoPopDelay = 32767;
828 this.toolTip1.InitialDelay = 500;
829 this.toolTip1.ReshowDelay = 100;
830 //
831 // pictureBox1
832 //
833 this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Help;
834 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
835 this.pictureBox1.Location = new System.Drawing.Point(231, 20);
836 this.pictureBox1.Name = "pictureBox1";
837 this.pictureBox1.Size = new System.Drawing.Size(20, 20);
838 this.pictureBox1.TabIndex = 12;
839 this.pictureBox1.TabStop = false;
840 this.toolTip1.SetToolTip(this.pictureBox1, "Enter the group password that Vassal\r\nwill use to authenticate to Corrade.");
841 //
842 // pictureBox2
843 //
844 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
845 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
846 this.pictureBox2.Location = new System.Drawing.Point(300, 20);
847 this.pictureBox2.Name = "pictureBox2";
848 this.pictureBox2.Size = new System.Drawing.Size(20, 20);
849 this.pictureBox2.TabIndex = 13;
850 this.pictureBox2.TabStop = false;
851 this.toolTip1.SetToolTip(this.pictureBox2, "Enter the full address and port (prefix)\r\nthat Vassal will use to talk to Corrade" +
852 ".");
853 //
854 // pictureBox3
855 //
856 this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
857 this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
858 this.pictureBox3.Location = new System.Drawing.Point(156, 20);
859 this.pictureBox3.Name = "pictureBox3";
860 this.pictureBox3.Size = new System.Drawing.Size(20, 20);
861 this.pictureBox3.TabIndex = 14;
862 this.pictureBox3.TabStop = false;
863 this.toolTip1.SetToolTip(this.pictureBox3, "This represents the time in milliseconds\r\nbefore Corrade considers that it cannot" +
864 "\r\nconnect to a region.");
865 //
866 // pictureBox4
867 //
868 this.pictureBox4.Cursor = System.Windows.Forms.Cursors.Help;
869 this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
870 this.pictureBox4.Location = new System.Drawing.Point(159, 19);
871 this.pictureBox4.Name = "pictureBox4";
872 this.pictureBox4.Size = new System.Drawing.Size(20, 20);
873 this.pictureBox4.TabIndex = 15;
874 this.pictureBox4.TabStop = false;
875 this.toolTip1.SetToolTip(this.pictureBox4, "This represents the time in milliseconds\r\nbefore Corrade considers that it was no" +
876 "t\r\nable to pull data for the current region.");
877 //
2 zed 878 // SettingsForm
879 //
880 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
881 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
882 this.ClientSize = new System.Drawing.Size(704, 431);
883 this.Controls.Add(this.statusStrip1);
884 this.Controls.Add(this.button2);
885 this.Controls.Add(this.button1);
886 this.Controls.Add(this.tabControl1);
3 eva 887 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
2 zed 888 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
889 this.MaximizeBox = false;
3 eva 890 this.MaximumSize = new System.Drawing.Size(720, 470);
2 zed 891 this.Name = "SettingsForm";
892 this.Text = "Vassal Settings";
893 this.Shown += new System.EventHandler(this.SettingsFormShown);
894 this.tabControl1.ResumeLayout(false);
895 this.tabPage1.ResumeLayout(false);
896 this.groupBox5.ResumeLayout(false);
897 this.groupBox5.PerformLayout();
898 this.groupBox4.ResumeLayout(false);
899 this.groupBox4.PerformLayout();
900 this.groupBox3.ResumeLayout(false);
901 this.groupBox3.PerformLayout();
902 this.groupBox2.ResumeLayout(false);
903 this.groupBox2.PerformLayout();
904 this.groupBox1.ResumeLayout(false);
905 this.groupBox1.PerformLayout();
906 this.tabPage2.ResumeLayout(false);
907 this.groupBox16.ResumeLayout(false);
908 ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
909 this.groupBox31.ResumeLayout(false);
910 this.groupBox20.ResumeLayout(false);
911 this.groupBox19.ResumeLayout(false);
912 this.groupBox15.ResumeLayout(false);
913 ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
914 this.groupBox30.ResumeLayout(false);
915 this.groupBox18.ResumeLayout(false);
916 this.groupBox17.ResumeLayout(false);
917 this.tabPage3.ResumeLayout(false);
918 this.groupBox33.ResumeLayout(false);
919 this.groupBox37.ResumeLayout(false);
920 this.groupBox37.PerformLayout();
921 ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit();
922 this.groupBox32.ResumeLayout(false);
923 ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
924 this.groupBox36.ResumeLayout(false);
925 this.groupBox35.ResumeLayout(false);
926 this.groupBox34.ResumeLayout(false);
927 this.statusStrip1.ResumeLayout(false);
928 this.statusStrip1.PerformLayout();
4 vero 929 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
930 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
931 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
932 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
933 ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
2 zed 934 this.ResumeLayout(false);
935 this.PerformLayout();
936  
937 }
938  
939 #endregion
940  
941 private System.Windows.Forms.TabControl tabControl1;
942 private System.Windows.Forms.TabPage tabPage1;
943 private System.Windows.Forms.GroupBox groupBox3;
944 private System.Windows.Forms.TextBox HTTPServerURL;
945 private System.Windows.Forms.GroupBox groupBox2;
946 private System.Windows.Forms.TextBox Password;
947 private System.Windows.Forms.GroupBox groupBox1;
948 private System.Windows.Forms.TextBox Group;
949 private System.Windows.Forms.TabPage tabPage2;
950 private System.Windows.Forms.GroupBox groupBox16;
951 private System.Windows.Forms.PictureBox pictureBox18;
952 private System.Windows.Forms.Button DeleteSelectedOutputFilter;
953 private System.Windows.Forms.GroupBox groupBox31;
954 private System.Windows.Forms.ListBox ActiveOutputFilters;
955 private System.Windows.Forms.GroupBox groupBox20;
956 private System.Windows.Forms.Button AddOutputEncryption;
957 private System.Windows.Forms.ComboBox OutputEncrypt;
958 private System.Windows.Forms.GroupBox groupBox19;
959 private System.Windows.Forms.Button AddOutputEncoder;
960 private System.Windows.Forms.ComboBox OutputEncode;
961 private System.Windows.Forms.GroupBox groupBox15;
962 private System.Windows.Forms.PictureBox pictureBox17;
963 private System.Windows.Forms.Button DeleteSelectedInputFilter;
964 private System.Windows.Forms.GroupBox groupBox30;
965 private System.Windows.Forms.ListBox ActiveInputFilters;
966 private System.Windows.Forms.GroupBox groupBox18;
967 private System.Windows.Forms.Button AddInputDecryption;
968 private System.Windows.Forms.ComboBox InputDecryption;
969 private System.Windows.Forms.GroupBox groupBox17;
970 private System.Windows.Forms.ComboBox InputDecode;
971 private System.Windows.Forms.Button AddInputDecoder;
972 private System.Windows.Forms.TabPage tabPage3;
973 private System.Windows.Forms.GroupBox groupBox33;
974 private System.Windows.Forms.GroupBox groupBox37;
975 private System.Windows.Forms.PictureBox pictureBox20;
976 private System.Windows.Forms.TextBox VIGENERESecret;
977 private System.Windows.Forms.GroupBox groupBox32;
978 private System.Windows.Forms.PictureBox pictureBox19;
979 private System.Windows.Forms.GroupBox groupBox36;
980 private System.Windows.Forms.Button button6;
981 private System.Windows.Forms.Button button5;
982 private System.Windows.Forms.ComboBox ENIGMARing;
983 private System.Windows.Forms.ListBox ENIGMAPlugSequence;
984 private System.Windows.Forms.GroupBox groupBox35;
985 private System.Windows.Forms.ComboBox ENIGMAReflector;
986 private System.Windows.Forms.GroupBox groupBox34;
987 private System.Windows.Forms.Button button4;
988 private System.Windows.Forms.Button button3;
989 private System.Windows.Forms.ComboBox ENIGMARotor;
990 private System.Windows.Forms.ListBox ENIGMARotorSequence;
991 private System.Windows.Forms.Button button1;
992 private System.Windows.Forms.Button button2;
993 private System.Windows.Forms.OpenFileDialog LoadSettingsDialog;
994 private System.Windows.Forms.SaveFileDialog SaveSettingsDialog;
995 private System.Windows.Forms.StatusStrip statusStrip1;
996 private System.Windows.Forms.ToolStripProgressBar StatusProgress;
997 private System.Windows.Forms.ToolStripStatusLabel StatusText;
998 private System.Windows.Forms.GroupBox groupBox4;
999 private System.Windows.Forms.TextBox TeleportTimeout;
1000 private System.Windows.Forms.GroupBox groupBox5;
1001 private System.Windows.Forms.TextBox DataTimeout;
4 vero 1002 private System.Windows.Forms.PictureBox pictureBox6;
1003 private System.Windows.Forms.ToolTip toolTip1;
1004 private System.Windows.Forms.PictureBox pictureBox4;
1005 private System.Windows.Forms.PictureBox pictureBox3;
1006 private System.Windows.Forms.PictureBox pictureBox2;
1007 private System.Windows.Forms.PictureBox pictureBox1;
2 zed 1008 }
1009 }