corrade-vassal – Blame information for rev 8

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