corrade-vassal – Diff between revs 4 and 5

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