corrade-vassal

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/Vassal/Vassal/SettingsForm.Designer.cs
@@ -0,0 +1,909 @@
namespace Vassal
{
partial class SettingsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
 
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
 
#region Windows Form Designer generated code
 
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.DataTimeout = new System.Windows.Forms.TextBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.TeleportTimeout = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.HTTPServerURL = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.Password = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Group = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox16 = new System.Windows.Forms.GroupBox();
this.pictureBox18 = new System.Windows.Forms.PictureBox();
this.DeleteSelectedOutputFilter = new System.Windows.Forms.Button();
this.groupBox31 = new System.Windows.Forms.GroupBox();
this.ActiveOutputFilters = new System.Windows.Forms.ListBox();
this.groupBox20 = new System.Windows.Forms.GroupBox();
this.AddOutputEncryption = new System.Windows.Forms.Button();
this.OutputEncrypt = new System.Windows.Forms.ComboBox();
this.groupBox19 = new System.Windows.Forms.GroupBox();
this.AddOutputEncoder = new System.Windows.Forms.Button();
this.OutputEncode = new System.Windows.Forms.ComboBox();
this.groupBox15 = new System.Windows.Forms.GroupBox();
this.pictureBox17 = new System.Windows.Forms.PictureBox();
this.DeleteSelectedInputFilter = new System.Windows.Forms.Button();
this.groupBox30 = new System.Windows.Forms.GroupBox();
this.ActiveInputFilters = new System.Windows.Forms.ListBox();
this.groupBox18 = new System.Windows.Forms.GroupBox();
this.AddInputDecryption = new System.Windows.Forms.Button();
this.InputDecryption = new System.Windows.Forms.ComboBox();
this.groupBox17 = new System.Windows.Forms.GroupBox();
this.InputDecode = new System.Windows.Forms.ComboBox();
this.AddInputDecoder = new System.Windows.Forms.Button();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.groupBox33 = new System.Windows.Forms.GroupBox();
this.groupBox37 = new System.Windows.Forms.GroupBox();
this.pictureBox20 = new System.Windows.Forms.PictureBox();
this.VIGENERESecret = new System.Windows.Forms.TextBox();
this.groupBox32 = new System.Windows.Forms.GroupBox();
this.pictureBox19 = new System.Windows.Forms.PictureBox();
this.groupBox36 = new System.Windows.Forms.GroupBox();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.ENIGMARing = new System.Windows.Forms.ComboBox();
this.ENIGMAPlugSequence = new System.Windows.Forms.ListBox();
this.groupBox35 = new System.Windows.Forms.GroupBox();
this.ENIGMAReflector = new System.Windows.Forms.ComboBox();
this.groupBox34 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.ENIGMARotor = new System.Windows.Forms.ComboBox();
this.ENIGMARotorSequence = new System.Windows.Forms.ListBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.LoadSettingsDialog = new System.Windows.Forms.OpenFileDialog();
this.SaveSettingsDialog = new System.Windows.Forms.SaveFileDialog();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox16.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit();
this.groupBox31.SuspendLayout();
this.groupBox20.SuspendLayout();
this.groupBox19.SuspendLayout();
this.groupBox15.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
this.groupBox30.SuspendLayout();
this.groupBox18.SuspendLayout();
this.groupBox17.SuspendLayout();
this.tabPage3.SuspendLayout();
this.groupBox33.SuspendLayout();
this.groupBox37.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit();
this.groupBox32.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();
this.groupBox36.SuspendLayout();
this.groupBox35.SuspendLayout();
this.groupBox34.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Location = new System.Drawing.Point(13, 13);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(679, 358);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox5);
this.tabPage1.Controls.Add(this.groupBox4);
this.tabPage1.Controls.Add(this.groupBox3);
this.tabPage1.Controls.Add(this.groupBox2);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(671, 332);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "General";
this.tabPage1.UseVisualStyleBackColor = true;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.DataTimeout);
this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox5.Location = new System.Drawing.Point(460, 68);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(185, 53);
this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Data Timeout";
//
// DataTimeout
//
this.DataTimeout.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DataTimeout.Location = new System.Drawing.Point(7, 20);
this.DataTimeout.Name = "DataTimeout";
this.DataTimeout.Size = new System.Drawing.Size(170, 20);
this.DataTimeout.TabIndex = 0;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.TeleportTimeout);
this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox4.Location = new System.Drawing.Point(269, 67);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(185, 53);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Teleport Timeout";
//
// TeleportTimeout
//
this.TeleportTimeout.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.TeleportTimeout.Location = new System.Drawing.Point(7, 20);
this.TeleportTimeout.Name = "TeleportTimeout";
this.TeleportTimeout.Size = new System.Drawing.Size(170, 20);
this.TeleportTimeout.TabIndex = 0;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.HTTPServerURL);
this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox3.Location = new System.Drawing.Point(338, 6);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(326, 56);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Corrade HTTP URL";
//
// HTTPServerURL
//
this.HTTPServerURL.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.HTTPServerURL.Location = new System.Drawing.Point(7, 20);
this.HTTPServerURL.Name = "HTTPServerURL";
this.HTTPServerURL.Size = new System.Drawing.Size(313, 20);
this.HTTPServerURL.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.Password);
this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(6, 66);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(257, 54);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Group Password";
//
// Password
//
this.Password.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Password.Location = new System.Drawing.Point(7, 20);
this.Password.Name = "Password";
this.Password.Size = new System.Drawing.Size(244, 20);
this.Password.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.Group);
this.groupBox1.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.Location = new System.Drawing.Point(6, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(326, 54);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Group";
//
// Group
//
this.Group.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Group.Location = new System.Drawing.Point(7, 20);
this.Group.Name = "Group";
this.Group.Size = new System.Drawing.Size(313, 20);
this.Group.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox16);
this.tabPage2.Controls.Add(this.groupBox15);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(671, 332);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Filters";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox16
//
this.groupBox16.Controls.Add(this.pictureBox18);
this.groupBox16.Controls.Add(this.DeleteSelectedOutputFilter);
this.groupBox16.Controls.Add(this.groupBox31);
this.groupBox16.Controls.Add(this.groupBox20);
this.groupBox16.Controls.Add(this.groupBox19);
this.groupBox16.Location = new System.Drawing.Point(9, 169);
this.groupBox16.Name = "groupBox16";
this.groupBox16.Size = new System.Drawing.Size(659, 154);
this.groupBox16.TabIndex = 3;
this.groupBox16.TabStop = false;
this.groupBox16.Text = "Output";
//
// pictureBox18
//
this.pictureBox18.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox18.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox18.Image")));
this.pictureBox18.Location = new System.Drawing.Point(633, 21);
this.pictureBox18.Name = "pictureBox18";
this.pictureBox18.Size = new System.Drawing.Size(20, 20);
this.pictureBox18.TabIndex = 5;
this.pictureBox18.TabStop = false;
//
// DeleteSelectedOutputFilter
//
this.DeleteSelectedOutputFilter.Location = new System.Drawing.Point(527, 77);
this.DeleteSelectedOutputFilter.Name = "DeleteSelectedOutputFilter";
this.DeleteSelectedOutputFilter.Size = new System.Drawing.Size(102, 23);
this.DeleteSelectedOutputFilter.TabIndex = 4;
this.DeleteSelectedOutputFilter.Text = "Delete Selected";
this.DeleteSelectedOutputFilter.UseVisualStyleBackColor = true;
this.DeleteSelectedOutputFilter.Click += new System.EventHandler(this.DeleteSelectedOutputFilterRequested);
//
// groupBox31
//
this.groupBox31.Controls.Add(this.ActiveOutputFilters);
this.groupBox31.Location = new System.Drawing.Point(278, 25);
this.groupBox31.Name = "groupBox31";
this.groupBox31.Size = new System.Drawing.Size(242, 123);
this.groupBox31.TabIndex = 3;
this.groupBox31.TabStop = false;
this.groupBox31.Text = "Active Output Filters";
//
// ActiveOutputFilters
//
this.ActiveOutputFilters.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ActiveOutputFilters.FormattingEnabled = true;
this.ActiveOutputFilters.Location = new System.Drawing.Point(7, 25);
this.ActiveOutputFilters.Name = "ActiveOutputFilters";
this.ActiveOutputFilters.Size = new System.Drawing.Size(229, 82);
this.ActiveOutputFilters.TabIndex = 0;
//
// groupBox20
//
this.groupBox20.Controls.Add(this.AddOutputEncryption);
this.groupBox20.Controls.Add(this.OutputEncrypt);
this.groupBox20.Location = new System.Drawing.Point(24, 21);
this.groupBox20.Name = "groupBox20";
this.groupBox20.Size = new System.Drawing.Size(248, 60);
this.groupBox20.TabIndex = 2;
this.groupBox20.TabStop = false;
this.groupBox20.Text = "Encrypt";
//
// AddOutputEncryption
//
this.AddOutputEncryption.Location = new System.Drawing.Point(131, 20);
this.AddOutputEncryption.Name = "AddOutputEncryption";
this.AddOutputEncryption.Size = new System.Drawing.Size(99, 23);
this.AddOutputEncryption.TabIndex = 1;
this.AddOutputEncryption.Text = "Add Encryption";
this.AddOutputEncryption.UseVisualStyleBackColor = true;
this.AddOutputEncryption.Click += new System.EventHandler(this.AddOutputEncryptionRequested);
//
// OutputEncrypt
//
this.OutputEncrypt.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OutputEncrypt.FormattingEnabled = true;
this.OutputEncrypt.Items.AddRange(new object[] {
"ENIGMA",
"VIGENERE",
"ATBASH"});
this.OutputEncrypt.Location = new System.Drawing.Point(7, 20);
this.OutputEncrypt.Name = "OutputEncrypt";
this.OutputEncrypt.Size = new System.Drawing.Size(118, 21);
this.OutputEncrypt.TabIndex = 0;
this.OutputEncrypt.Text = "ENIGMA";
//
// groupBox19
//
this.groupBox19.Controls.Add(this.AddOutputEncoder);
this.groupBox19.Controls.Add(this.OutputEncode);
this.groupBox19.Location = new System.Drawing.Point(24, 87);
this.groupBox19.Name = "groupBox19";
this.groupBox19.Size = new System.Drawing.Size(248, 60);
this.groupBox19.TabIndex = 2;
this.groupBox19.TabStop = false;
this.groupBox19.Text = "Encode";
//
// AddOutputEncoder
//
this.AddOutputEncoder.Location = new System.Drawing.Point(131, 20);
this.AddOutputEncoder.Name = "AddOutputEncoder";
this.AddOutputEncoder.Size = new System.Drawing.Size(99, 23);
this.AddOutputEncoder.TabIndex = 1;
this.AddOutputEncoder.Text = "Add Encoder";
this.AddOutputEncoder.UseVisualStyleBackColor = true;
this.AddOutputEncoder.Click += new System.EventHandler(this.AddOutputEncoderRequested);
//
// OutputEncode
//
this.OutputEncode.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OutputEncode.FormattingEnabled = true;
this.OutputEncode.Items.AddRange(new object[] {
"RFC1738",
"RFC3986",
"BASE64"});
this.OutputEncode.Location = new System.Drawing.Point(7, 20);
this.OutputEncode.Name = "OutputEncode";
this.OutputEncode.Size = new System.Drawing.Size(118, 21);
this.OutputEncode.TabIndex = 0;
this.OutputEncode.Text = "RFC1738";
//
// groupBox15
//
this.groupBox15.Controls.Add(this.pictureBox17);
this.groupBox15.Controls.Add(this.DeleteSelectedInputFilter);
this.groupBox15.Controls.Add(this.groupBox30);
this.groupBox15.Controls.Add(this.groupBox18);
this.groupBox15.Controls.Add(this.groupBox17);
this.groupBox15.Location = new System.Drawing.Point(9, 6);
this.groupBox15.Name = "groupBox15";
this.groupBox15.Size = new System.Drawing.Size(659, 157);
this.groupBox15.TabIndex = 2;
this.groupBox15.TabStop = false;
this.groupBox15.Text = "Input";
//
// pictureBox17
//
this.pictureBox17.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox17.Image")));
this.pictureBox17.Location = new System.Drawing.Point(630, 20);
this.pictureBox17.Name = "pictureBox17";
this.pictureBox17.Size = new System.Drawing.Size(20, 20);
this.pictureBox17.TabIndex = 4;
this.pictureBox17.TabStop = false;
//
// DeleteSelectedInputFilter
//
this.DeleteSelectedInputFilter.Location = new System.Drawing.Point(526, 75);
this.DeleteSelectedInputFilter.Name = "DeleteSelectedInputFilter";
this.DeleteSelectedInputFilter.Size = new System.Drawing.Size(103, 23);
this.DeleteSelectedInputFilter.TabIndex = 3;
this.DeleteSelectedInputFilter.Text = "Delete Selected";
this.DeleteSelectedInputFilter.UseVisualStyleBackColor = true;
this.DeleteSelectedInputFilter.Click += new System.EventHandler(this.DeleteSelectedInputFilterRequested);
//
// groupBox30
//
this.groupBox30.Controls.Add(this.ActiveInputFilters);
this.groupBox30.Location = new System.Drawing.Point(278, 24);
this.groupBox30.Name = "groupBox30";
this.groupBox30.Size = new System.Drawing.Size(242, 119);
this.groupBox30.TabIndex = 2;
this.groupBox30.TabStop = false;
this.groupBox30.Text = "Active Input Filters";
//
// ActiveInputFilters
//
this.ActiveInputFilters.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ActiveInputFilters.FormattingEnabled = true;
this.ActiveInputFilters.Location = new System.Drawing.Point(7, 23);
this.ActiveInputFilters.Name = "ActiveInputFilters";
this.ActiveInputFilters.Size = new System.Drawing.Size(229, 82);
this.ActiveInputFilters.TabIndex = 0;
//
// groupBox18
//
this.groupBox18.Controls.Add(this.AddInputDecryption);
this.groupBox18.Controls.Add(this.InputDecryption);
this.groupBox18.Location = new System.Drawing.Point(24, 85);
this.groupBox18.Name = "groupBox18";
this.groupBox18.Size = new System.Drawing.Size(248, 58);
this.groupBox18.TabIndex = 1;
this.groupBox18.TabStop = false;
this.groupBox18.Text = "Decrypt";
//
// AddInputDecryption
//
this.AddInputDecryption.Location = new System.Drawing.Point(131, 20);
this.AddInputDecryption.Name = "AddInputDecryption";
this.AddInputDecryption.Size = new System.Drawing.Size(107, 23);
this.AddInputDecryption.TabIndex = 3;
this.AddInputDecryption.Text = "Add Decryption";
this.AddInputDecryption.UseVisualStyleBackColor = true;
this.AddInputDecryption.Click += new System.EventHandler(this.AddInputDecryptionRequested);
//
// InputDecryption
//
this.InputDecryption.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.InputDecryption.FormattingEnabled = true;
this.InputDecryption.Items.AddRange(new object[] {
"ENIGMA",
"VIGENERE",
"ATBASH"});
this.InputDecryption.Location = new System.Drawing.Point(7, 20);
this.InputDecryption.Name = "InputDecryption";
this.InputDecryption.Size = new System.Drawing.Size(118, 21);
this.InputDecryption.TabIndex = 0;
this.InputDecryption.Text = "ENIGMA";
//
// groupBox17
//
this.groupBox17.Controls.Add(this.InputDecode);
this.groupBox17.Controls.Add(this.AddInputDecoder);
this.groupBox17.Location = new System.Drawing.Point(24, 21);
this.groupBox17.Name = "groupBox17";
this.groupBox17.Size = new System.Drawing.Size(248, 58);
this.groupBox17.TabIndex = 0;
this.groupBox17.TabStop = false;
this.groupBox17.Text = "Decode";
//
// InputDecode
//
this.InputDecode.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.InputDecode.FormattingEnabled = true;
this.InputDecode.Items.AddRange(new object[] {
"RFC1738",
"RFC3986",
"BASE64"});
this.InputDecode.Location = new System.Drawing.Point(7, 20);
this.InputDecode.Name = "InputDecode";
this.InputDecode.Size = new System.Drawing.Size(118, 21);
this.InputDecode.TabIndex = 0;
this.InputDecode.Text = "RFC1738";
//
// AddInputDecoder
//
this.AddInputDecoder.Location = new System.Drawing.Point(131, 21);
this.AddInputDecoder.Name = "AddInputDecoder";
this.AddInputDecoder.Size = new System.Drawing.Size(107, 23);
this.AddInputDecoder.TabIndex = 2;
this.AddInputDecoder.Text = "Add Decoder";
this.AddInputDecoder.UseVisualStyleBackColor = true;
this.AddInputDecoder.Click += new System.EventHandler(this.AddInputDecoderRequested);
//
// tabPage3
//
this.tabPage3.Controls.Add(this.groupBox33);
this.tabPage3.Controls.Add(this.groupBox32);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(671, 332);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Cryptography";
this.tabPage3.UseVisualStyleBackColor = true;
//
// groupBox33
//
this.groupBox33.Controls.Add(this.groupBox37);
this.groupBox33.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox33.Location = new System.Drawing.Point(2, 174);
this.groupBox33.Name = "groupBox33";
this.groupBox33.Size = new System.Drawing.Size(665, 151);
this.groupBox33.TabIndex = 3;
this.groupBox33.TabStop = false;
this.groupBox33.Text = "VIGENERE";
//
// groupBox37
//
this.groupBox37.Controls.Add(this.pictureBox20);
this.groupBox37.Controls.Add(this.VIGENERESecret);
this.groupBox37.Location = new System.Drawing.Point(9, 26);
this.groupBox37.Name = "groupBox37";
this.groupBox37.Size = new System.Drawing.Size(645, 100);
this.groupBox37.TabIndex = 0;
this.groupBox37.TabStop = false;
this.groupBox37.Text = "Shared Secret";
//
// pictureBox20
//
this.pictureBox20.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox20.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox20.Image")));
this.pictureBox20.Location = new System.Drawing.Point(612, 44);
this.pictureBox20.Name = "pictureBox20";
this.pictureBox20.Size = new System.Drawing.Size(20, 20);
this.pictureBox20.TabIndex = 2;
this.pictureBox20.TabStop = false;
//
// VIGENERESecret
//
this.VIGENERESecret.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.VIGENERESecret.Location = new System.Drawing.Point(16, 44);
this.VIGENERESecret.Name = "VIGENERESecret";
this.VIGENERESecret.Size = new System.Drawing.Size(590, 20);
this.VIGENERESecret.TabIndex = 0;
//
// groupBox32
//
this.groupBox32.Controls.Add(this.pictureBox19);
this.groupBox32.Controls.Add(this.groupBox36);
this.groupBox32.Controls.Add(this.groupBox35);
this.groupBox32.Controls.Add(this.groupBox34);
this.groupBox32.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox32.Location = new System.Drawing.Point(3, 3);
this.groupBox32.Name = "groupBox32";
this.groupBox32.Size = new System.Drawing.Size(665, 165);
this.groupBox32.TabIndex = 2;
this.groupBox32.TabStop = false;
this.groupBox32.Text = "ENIGMA";
//
// pictureBox19
//
this.pictureBox19.Cursor = System.Windows.Forms.Cursors.Help;
this.pictureBox19.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox19.Image")));
this.pictureBox19.Location = new System.Drawing.Point(633, 21);
this.pictureBox19.Name = "pictureBox19";
this.pictureBox19.Size = new System.Drawing.Size(20, 20);
this.pictureBox19.TabIndex = 2;
this.pictureBox19.TabStop = false;
//
// groupBox36
//
this.groupBox36.Controls.Add(this.button6);
this.groupBox36.Controls.Add(this.button5);
this.groupBox36.Controls.Add(this.ENIGMARing);
this.groupBox36.Controls.Add(this.ENIGMAPlugSequence);
this.groupBox36.Location = new System.Drawing.Point(214, 21);
this.groupBox36.Name = "groupBox36";
this.groupBox36.Size = new System.Drawing.Size(200, 133);
this.groupBox36.TabIndex = 2;
this.groupBox36.TabStop = false;
this.groupBox36.Text = "Plug Sequence";
//
// button6
//
this.button6.Location = new System.Drawing.Point(67, 79);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(120, 23);
this.button6.TabIndex = 3;
this.button6.Text = "Delete Plug";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.DeleteENIGMAPlugRequested);
//
// button5
//
this.button5.Location = new System.Drawing.Point(67, 49);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(120, 23);
this.button5.TabIndex = 2;
this.button5.Text = "Add Plug";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.AddENIGMAPlugRequested);
//
// ENIGMARing
//
this.ENIGMARing.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ENIGMARing.FormattingEnabled = true;
this.ENIGMARing.Items.AddRange(new object[] {
"a",
"b",
"c",
"d",
"e",
"f",
"g",
"h",
"i",
"j",
"k",
"l",
"m",
"n",
"o",
"p",
"q",
"r",
"s",
"t",
"u",
"v",
"w",
"x",
"y",
"z"});
this.ENIGMARing.Location = new System.Drawing.Point(66, 18);
this.ENIGMARing.Name = "ENIGMARing";
this.ENIGMARing.Size = new System.Drawing.Size(121, 21);
this.ENIGMARing.TabIndex = 1;
this.ENIGMARing.Text = "a";
//
// ENIGMAPlugSequence
//
this.ENIGMAPlugSequence.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ENIGMAPlugSequence.FormattingEnabled = true;
this.ENIGMAPlugSequence.Location = new System.Drawing.Point(6, 18);
this.ENIGMAPlugSequence.Name = "ENIGMAPlugSequence";
this.ENIGMAPlugSequence.Size = new System.Drawing.Size(54, 108);
this.ENIGMAPlugSequence.TabIndex = 0;
//
// groupBox35
//
this.groupBox35.Controls.Add(this.ENIGMAReflector);
this.groupBox35.Location = new System.Drawing.Point(440, 56);
this.groupBox35.Name = "groupBox35";
this.groupBox35.Size = new System.Drawing.Size(200, 67);
this.groupBox35.TabIndex = 1;
this.groupBox35.TabStop = false;
this.groupBox35.Text = "Reflector";
//
// ENIGMAReflector
//
this.ENIGMAReflector.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ENIGMAReflector.FormattingEnabled = true;
this.ENIGMAReflector.Items.AddRange(new object[] {
"B",
"b",
"C",
"c"});
this.ENIGMAReflector.Location = new System.Drawing.Point(38, 22);
this.ENIGMAReflector.Name = "ENIGMAReflector";
this.ENIGMAReflector.Size = new System.Drawing.Size(121, 21);
this.ENIGMAReflector.TabIndex = 0;
this.ENIGMAReflector.Text = "B";
//
// groupBox34
//
this.groupBox34.Controls.Add(this.button4);
this.groupBox34.Controls.Add(this.button3);
this.groupBox34.Controls.Add(this.ENIGMARotor);
this.groupBox34.Controls.Add(this.ENIGMARotorSequence);
this.groupBox34.Location = new System.Drawing.Point(8, 18);
this.groupBox34.Name = "groupBox34";
this.groupBox34.Size = new System.Drawing.Size(200, 137);
this.groupBox34.TabIndex = 0;
this.groupBox34.TabStop = false;
this.groupBox34.Text = "Rotor Sequence";
//
// button4
//
this.button4.Location = new System.Drawing.Point(68, 82);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(120, 23);
this.button4.TabIndex = 3;
this.button4.Text = "Delete Rotor";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.DeleteENIGMARotorRequested);
//
// button3
//
this.button3.Location = new System.Drawing.Point(68, 53);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(120, 23);
this.button3.TabIndex = 2;
this.button3.Text = "Add Rotor";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.AddENIGMARotorRequested);
//
// ENIGMARotor
//
this.ENIGMARotor.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ENIGMARotor.FormattingEnabled = true;
this.ENIGMARotor.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"b",
"g"});
this.ENIGMARotor.Location = new System.Drawing.Point(67, 22);
this.ENIGMARotor.Name = "ENIGMARotor";
this.ENIGMARotor.Size = new System.Drawing.Size(121, 21);
this.ENIGMARotor.TabIndex = 1;
this.ENIGMARotor.Text = "1";
//
// ENIGMARotorSequence
//
this.ENIGMARotorSequence.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ENIGMARotorSequence.FormattingEnabled = true;
this.ENIGMARotorSequence.Location = new System.Drawing.Point(7, 22);
this.ENIGMARotorSequence.Name = "ENIGMARotorSequence";
this.ENIGMARotorSequence.Size = new System.Drawing.Size(54, 108);
this.ENIGMARotorSequence.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(532, 377);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "Load...";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.LoadSettingsRequested);
//
// button2
//
this.button2.Location = new System.Drawing.Point(613, 377);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Save...";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.SaveSettingsRequested);
//
// SaveSettingsDialog
//
this.SaveSettingsDialog.Filter = "Vassal Configuration (*.ini)|*.ini|All files (*.*)|*.*";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.StatusProgress,
this.StatusText});
this.statusStrip1.Location = new System.Drawing.Point(0, 409);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(704, 22);
this.statusStrip1.TabIndex = 3;
this.statusStrip1.Text = "statusStrip1";
//
// StatusProgress
//
this.StatusProgress.Name = "StatusProgress";
this.StatusProgress.Size = new System.Drawing.Size(100, 16);
//
// StatusText
//
this.StatusText.Name = "StatusText";
this.StatusText.Size = new System.Drawing.Size(10, 17);
this.StatusText.Text = " ";
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(704, 431);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SettingsForm";
this.Text = "Vassal Settings";
this.Shown += new System.EventHandler(this.SettingsFormShown);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox16.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
this.groupBox31.ResumeLayout(false);
this.groupBox20.ResumeLayout(false);
this.groupBox19.ResumeLayout(false);
this.groupBox15.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
this.groupBox30.ResumeLayout(false);
this.groupBox18.ResumeLayout(false);
this.groupBox17.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.groupBox33.ResumeLayout(false);
this.groupBox37.ResumeLayout(false);
this.groupBox37.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit();
this.groupBox32.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
this.groupBox36.ResumeLayout(false);
this.groupBox35.ResumeLayout(false);
this.groupBox34.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
 
}
 
#endregion
 
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox HTTPServerURL;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox Password;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox Group;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.GroupBox groupBox16;
private System.Windows.Forms.PictureBox pictureBox18;
private System.Windows.Forms.Button DeleteSelectedOutputFilter;
private System.Windows.Forms.GroupBox groupBox31;
private System.Windows.Forms.ListBox ActiveOutputFilters;
private System.Windows.Forms.GroupBox groupBox20;
private System.Windows.Forms.Button AddOutputEncryption;
private System.Windows.Forms.ComboBox OutputEncrypt;
private System.Windows.Forms.GroupBox groupBox19;
private System.Windows.Forms.Button AddOutputEncoder;
private System.Windows.Forms.ComboBox OutputEncode;
private System.Windows.Forms.GroupBox groupBox15;
private System.Windows.Forms.PictureBox pictureBox17;
private System.Windows.Forms.Button DeleteSelectedInputFilter;
private System.Windows.Forms.GroupBox groupBox30;
private System.Windows.Forms.ListBox ActiveInputFilters;
private System.Windows.Forms.GroupBox groupBox18;
private System.Windows.Forms.Button AddInputDecryption;
private System.Windows.Forms.ComboBox InputDecryption;
private System.Windows.Forms.GroupBox groupBox17;
private System.Windows.Forms.ComboBox InputDecode;
private System.Windows.Forms.Button AddInputDecoder;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.GroupBox groupBox33;
private System.Windows.Forms.GroupBox groupBox37;
private System.Windows.Forms.PictureBox pictureBox20;
private System.Windows.Forms.TextBox VIGENERESecret;
private System.Windows.Forms.GroupBox groupBox32;
private System.Windows.Forms.PictureBox pictureBox19;
private System.Windows.Forms.GroupBox groupBox36;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ComboBox ENIGMARing;
private System.Windows.Forms.ListBox ENIGMAPlugSequence;
private System.Windows.Forms.GroupBox groupBox35;
private System.Windows.Forms.ComboBox ENIGMAReflector;
private System.Windows.Forms.GroupBox groupBox34;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.ComboBox ENIGMARotor;
private System.Windows.Forms.ListBox ENIGMARotorSequence;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.OpenFileDialog LoadSettingsDialog;
private System.Windows.Forms.SaveFileDialog SaveSettingsDialog;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripProgressBar StatusProgress;
private System.Windows.Forms.ToolStripStatusLabel StatusText;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox TeleportTimeout;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.TextBox DataTimeout;
}
}