using System.ComponentModel; namespace NetMFAPatcher.GUI { partial class CryptoKeyForm { /// /// Required designer variable. /// private 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(CryptoKeyForm)); this.charBox = new System.Windows.Forms.TextBox(); this.hexBox1 = new Be.Windows.Forms.HexBox(); this.plusButton = new System.Windows.Forms.Button(); this.minusButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // charBox // this.charBox.BackColor = System.Drawing.Color.Black; this.charBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.charBox.Dock = System.Windows.Forms.DockStyle.Top; this.charBox.ForeColor = System.Drawing.Color.FromArgb(((int) (((byte) (255)))), ((int) (((byte) (128)))), ((int) (((byte) (0))))); this.charBox.Location = new System.Drawing.Point(0, 0); this.charBox.Name = "charBox"; this.charBox.Size = new System.Drawing.Size(646, 20); this.charBox.TabIndex = 0; this.charBox.Text = "54"; this.charBox.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // hexBox1 // this.hexBox1.BackColor = System.Drawing.Color.Black; this.hexBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.hexBox1.ColumnInfoVisible = true; this.hexBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.hexBox1.Font = new System.Drawing.Font("Segoe UI", 9F); this.hexBox1.ForeColor = System.Drawing.Color.FromArgb(((int) (((byte) (255)))), ((int) (((byte) (128)))), ((int) (((byte) (0))))); this.hexBox1.LineInfoVisible = true; this.hexBox1.Location = new System.Drawing.Point(0, 20); this.hexBox1.Name = "hexBox1"; this.hexBox1.SelectionBackColor = System.Drawing.Color.FromArgb(((int) (((byte) (128)))), ((int) (((byte) (64)))), ((int) (((byte) (0))))); this.hexBox1.SelectionForeColor = System.Drawing.Color.Red; this.hexBox1.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int) (((byte) (100)))), ((int) (((byte) (60)))), ((int) (((byte) (188)))), ((int) (((byte) (255))))); this.hexBox1.Size = new System.Drawing.Size(646, 329); this.hexBox1.StringViewVisible = true; this.hexBox1.TabIndex = 5; this.hexBox1.VScrollBarVisible = true; // // plusButton // this.plusButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.plusButton.BackColor = System.Drawing.Color.FromArgb(((int) (((byte) (64)))), ((int) (((byte) (64)))), ((int) (((byte) (64))))); this.plusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.plusButton.ForeColor = System.Drawing.Color.FromArgb(((int) (((byte) (255)))), ((int) (((byte) (128)))), ((int) (((byte) (0))))); this.plusButton.Location = new System.Drawing.Point(616, 0); this.plusButton.Name = "plusButton"; this.plusButton.Size = new System.Drawing.Size(30, 20); this.plusButton.TabIndex = 6; this.plusButton.Text = "+"; this.plusButton.UseVisualStyleBackColor = false; this.plusButton.Click += new System.EventHandler(this.plusButton_Click); // // minusButton // this.minusButton.Anchor = ((System.Windows.Forms.AnchorStyles) ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.minusButton.BackColor = System.Drawing.Color.FromArgb(((int) (((byte) (64)))), ((int) (((byte) (64)))), ((int) (((byte) (64))))); this.minusButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.minusButton.ForeColor = System.Drawing.Color.FromArgb(((int) (((byte) (255)))), ((int) (((byte) (128)))), ((int) (((byte) (0))))); this.minusButton.Location = new System.Drawing.Point(589, 0); this.minusButton.Name = "minusButton"; this.minusButton.Size = new System.Drawing.Size(30, 20); this.minusButton.TabIndex = 7; this.minusButton.Text = "-"; this.minusButton.UseVisualStyleBackColor = false; this.minusButton.Click += new System.EventHandler(this.minusButton_Click); // // CryptoKeyForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoValidate = System.Windows.Forms.AutoValidate.EnableAllowFocusChange; this.BackColor = System.Drawing.SystemColors.ControlText; this.ClientSize = new System.Drawing.Size(646, 349); this.Controls.Add(this.minusButton); this.Controls.Add(this.plusButton); this.Controls.Add(this.hexBox1); this.Controls.Add(this.charBox); this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon"))); this.Name = "CryptoKeyForm"; this.Text = "Encryption Key"; this.Load += new System.EventHandler(this.CryptoKeyForm_Load); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Button minusButton; private System.Windows.Forms.Button plusButton; private Be.Windows.Forms.HexBox hexBox1; private System.Windows.Forms.TextBox charBox; #endregion } }