corrade-vassal – Diff between revs 3 and 4

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