namespace OpenTween { partial class EncryptApiKeyDialog { /// /// 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(EncryptApiKeyDialog)); this.label1 = new System.Windows.Forms.Label(); this.textBoxPlainText = new System.Windows.Forms.TextBox(); this.textBoxPassword = new System.Windows.Forms.TextBox(); this.textBoxEncryptedText = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.buttonEncrypt = new System.Windows.Forms.Button(); this.buttonClose = new System.Windows.Forms.Button(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // textBoxPlainText // resources.ApplyResources(this.textBoxPlainText, "textBoxPlainText"); this.textBoxPlainText.Name = "textBoxPlainText"; // // textBoxPassword // resources.ApplyResources(this.textBoxPassword, "textBoxPassword"); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.ReadOnly = true; // // textBoxEncryptedText // resources.ApplyResources(this.textBoxEncryptedText, "textBoxEncryptedText"); this.textBoxEncryptedText.Name = "textBoxEncryptedText"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // buttonEncrypt // resources.ApplyResources(this.buttonEncrypt, "buttonEncrypt"); this.tableLayoutPanel1.SetColumnSpan(this.buttonEncrypt, 2); this.buttonEncrypt.Name = "buttonEncrypt"; this.buttonEncrypt.UseVisualStyleBackColor = true; this.buttonEncrypt.Click += new System.EventHandler(this.ButtonEncrypt_Click); // // buttonClose // resources.ApplyResources(this.buttonClose, "buttonClose"); this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonClose.Name = "buttonClose"; this.buttonClose.UseVisualStyleBackColor = true; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.buttonClose, 1, 4); this.tableLayoutPanel1.Controls.Add(this.textBoxPlainText, 1, 0); this.tableLayoutPanel1.Controls.Add(this.textBoxEncryptedText, 1, 3); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 3); this.tableLayoutPanel1.Controls.Add(this.buttonEncrypt, 0, 2); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.textBoxPassword, 1, 1); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // EncryptApiKeyDialog // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.buttonClose; this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "EncryptApiKeyDialog"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBoxPlainText; private System.Windows.Forms.TextBox textBoxPassword; private System.Windows.Forms.TextBox textBoxEncryptedText; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button buttonEncrypt; private System.Windows.Forms.Button buttonClose; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }