namespace Crypto_Notepad { partial class SettingsForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); this.BackgroundColorLabel = new System.Windows.Forms.Label(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.saveSettingsButton = new System.Windows.Forms.Button(); this.fontLabel = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.panel3 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // BackgroundColorLabel // this.BackgroundColorLabel.AutoSize = true; this.BackgroundColorLabel.Location = new System.Drawing.Point(7, 86); this.BackgroundColorLabel.Name = "BackgroundColorLabel"; this.BackgroundColorLabel.Size = new System.Drawing.Size(58, 13); this.BackgroundColorLabel.TabIndex = 0; this.BackgroundColorLabel.Text = "Font Color:"; // // colorDialog1 // this.colorDialog1.AnyColor = true; this.colorDialog1.FullOpen = true; // // saveSettingsButton // this.saveSettingsButton.Location = new System.Drawing.Point(183, 225); this.saveSettingsButton.Name = "saveSettingsButton"; this.saveSettingsButton.Size = new System.Drawing.Size(75, 23); this.saveSettingsButton.TabIndex = 4; this.saveSettingsButton.Text = "Save"; this.saveSettingsButton.UseVisualStyleBackColor = true; this.saveSettingsButton.Click += new System.EventHandler(this.saveSettingsButton_Click); // // fontLabel // this.fontLabel.AutoSize = true; this.fontLabel.Location = new System.Drawing.Point(7, 18); this.fontLabel.Name = "fontLabel"; this.fontLabel.Size = new System.Drawing.Size(62, 13); this.fontLabel.TabIndex = 1; this.fontLabel.Text = "Font Name:"; // // 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(2, 2); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(260, 218); this.tabControl1.TabIndex = 4; this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabPage1 // this.tabPage1.Controls.Add(this.panel3); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.comboBox2); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.panel2); this.tabPage1.Controls.Add(this.panel1); this.tabPage1.Controls.Add(this.comboBox1); this.tabPage1.Controls.Add(this.fontLabel); this.tabPage1.Controls.Add(this.BackgroundColorLabel); 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(252, 192); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Fonts and Colors"; this.tabPage1.UseVisualStyleBackColor = true; // // panel3 // this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Cursor = System.Windows.Forms.Cursors.Hand; this.panel3.Location = new System.Drawing.Point(136, 151); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(100, 21); this.panel3.TabIndex = 12; this.panel3.Click += new System.EventHandler(this.panel3_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(7, 154); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(83, 13); this.label3.TabIndex = 11; this.label3.Text = "Highlights Color:"; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "8", "9", "10", "11", "12", "14", "16", "18", "20", "22", "24", "26", "28", "36", "48", "72"}); this.comboBox2.Location = new System.Drawing.Point(136, 49); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(100, 21); this.comboBox2.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 120); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 13); this.label2.TabIndex = 10; this.label2.Text = "Background Color:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(54, 13); this.label1.TabIndex = 9; this.label1.Text = "Font Size:"; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Cursor = System.Windows.Forms.Cursors.Hand; this.panel2.Location = new System.Drawing.Point(136, 117); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(100, 21); this.panel2.TabIndex = 8; this.panel2.Click += new System.EventHandler(this.panel2_Click); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Cursor = System.Windows.Forms.Cursors.Hand; this.panel1.Location = new System.Drawing.Point(136, 83); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(100, 21); this.panel1.TabIndex = 7; this.panel1.Click += new System.EventHandler(this.panel1_Click_1); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(136, 15); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(100, 21); this.comboBox1.TabIndex = 5; // // tabPage2 // this.tabPage2.Controls.Add(this.textBox2); this.tabPage2.Controls.Add(this.label7); this.tabPage2.Controls.Add(this.comboBox4); this.tabPage2.Controls.Add(this.textBox1); this.tabPage2.Controls.Add(this.comboBox3); this.tabPage2.Controls.Add(this.label6); this.tabPage2.Controls.Add(this.label5); this.tabPage2.Controls.Add(this.label4); 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(252, 192); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Encrypt/Decrypt"; this.tabPage2.UseVisualStyleBackColor = true; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(136, 117); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 7; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(7, 120); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(102, 13); this.label7.TabIndex = 6; this.label7.Text = "Password Iterations:"; // // comboBox4 // this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox4.FormattingEnabled = true; this.comboBox4.Items.AddRange(new object[] { "SHA1", "MD5"}); this.comboBox4.Location = new System.Drawing.Point(136, 15); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(100, 21); this.comboBox4.TabIndex = 5; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(136, 83); this.textBox1.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 4; // // comboBox3 // this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "128", "192", "256"}); this.comboBox3.Location = new System.Drawing.Point(136, 49); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(100, 21); this.comboBox3.TabIndex = 3; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(7, 86); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(50, 13); this.label6.TabIndex = 2; this.label6.Text = "The Salt:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 52); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(51, 13); this.label5.TabIndex = 1; this.label5.Text = "Key Size:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(7, 18); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(84, 13); this.label4.TabIndex = 0; this.label4.Text = "Hash Algorithm: "; // // tabPage3 // this.tabPage3.Controls.Add(this.checkBox3); this.tabPage3.Controls.Add(this.checkBox2); this.tabPage3.Controls.Add(this.checkBox1); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(252, 192); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Application"; this.tabPage3.UseVisualStyleBackColor = true; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(7, 41); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(92, 17); this.checkBox3.TabIndex = 2; this.checkBox3.Text = "Show Toolbar"; this.checkBox3.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(7, 64); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(117, 17); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "Auto check update"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(7, 18); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(179, 17); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "Associate with enp file extension"; this.checkBox1.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(6, 225); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(98, 23); this.button1.TabIndex = 5; this.button1.Text = "Reset to defaults"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // SettingsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(263, 254); this.Controls.Add(this.button1); this.Controls.Add(this.tabControl1); this.Controls.Add(this.saveSettingsButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SettingsForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Settings"; this.TopMost = true; this.Load += new System.EventHandler(this.SettingsForm_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label BackgroundColorLabel; private System.Windows.Forms.Button saveSettingsButton; private System.Windows.Forms.Label fontLabel; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label3; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBox4; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox checkBox3; } }