corrade-vassal – Blame information for rev 16

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