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() { this.components = new System.ComponentModel.Container(); 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.closeLabel = new System.Windows.Forms.PictureBox(); this.warningLabel = new System.Windows.Forms.Label(); 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.checkBox4 = new System.Windows.Forms.CheckBox(); 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.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.checkBox5 = new System.Windows.Forms.CheckBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.closeLabel)).BeginInit(); 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(57, 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(179, 225); this.saveSettingsButton.Name = "saveSettingsButton"; this.saveSettingsButton.Size = new System.Drawing.Size(79, 23); this.saveSettingsButton.TabIndex = 4; this.saveSettingsButton.Text = "Save && Close"; 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(60, 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; // // 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(82, 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(94, 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(52, 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.closeLabel); this.tabPage2.Controls.Add(this.warningLabel); 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; // // closeLabel // this.closeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.closeLabel.BackColor = System.Drawing.Color.Gainsboro; this.closeLabel.Cursor = System.Windows.Forms.Cursors.Hand; this.closeLabel.Image = global::Crypto_Notepad.Properties.Resources.close_g; this.closeLabel.Location = new System.Drawing.Point(234, 158); this.closeLabel.Name = "closeLabel"; this.closeLabel.Size = new System.Drawing.Size(14, 14); this.closeLabel.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.closeLabel.TabIndex = 15; this.closeLabel.TabStop = false; this.toolTip1.SetToolTip(this.closeLabel, "Close"); this.closeLabel.Click += new System.EventHandler(this.closeLabel_Click); this.closeLabel.MouseEnter += new System.EventHandler(this.closeLabel_MouseEnter); this.closeLabel.MouseLeave += new System.EventHandler(this.closeLabel_MouseLeave); // // warningLabel // this.warningLabel.BackColor = System.Drawing.Color.Gainsboro; this.warningLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.warningLabel.ForeColor = System.Drawing.Color.Black; this.warningLabel.Location = new System.Drawing.Point(0, 156); this.warningLabel.Name = "warningLabel"; this.warningLabel.Size = new System.Drawing.Size(250, 36); this.warningLabel.TabIndex = 8; this.warningLabel.Text = "If you change settings in this tab, decrypt the previously encrypted files will n" + "ot be possible."; this.warningLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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(101, 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(48, 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(49, 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(83, 13); this.label4.TabIndex = 0; this.label4.Text = "Hash algorithm: "; // // tabPage3 // this.tabPage3.Controls.Add(this.checkBox5); this.tabPage3.Controls.Add(this.checkBox4); 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; // // checkBox4 // this.checkBox4.AutoSize = true; this.checkBox4.Location = new System.Drawing.Point(7, 99); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(128, 17); this.checkBox4.TabIndex = 3; this.checkBox4.Text = "Auto-lock on minimize"; this.checkBox4.UseVisualStyleBackColor = true; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(7, 45); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(88, 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, 72); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(119, 17); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "Enable auto-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(143, 17); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "Associate with *.cnp files"; 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); // // checkBox5 // this.checkBox5.AutoSize = true; this.checkBox5.Location = new System.Drawing.Point(7, 126); this.checkBox5.Name = "checkBox5"; this.checkBox5.Size = new System.Drawing.Size(112, 17); this.checkBox5.TabIndex = 4; this.checkBox5.Text = "Auto-save on lock"; this.checkBox5.UseVisualStyleBackColor = true; // // SettingsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(262, 253); 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.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(); ((System.ComponentModel.ISupportInitialize)(this.closeLabel)).EndInit(); 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; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.Label warningLabel; private System.Windows.Forms.ToolTip toolTip1; private System.Windows.Forms.PictureBox closeLabel; private System.Windows.Forms.CheckBox checkBox5; } }