corrade-vassal – Blame information for rev 3

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