namespace TBF.Forms { partial class EnterPasswordDlg { /// /// 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.cancelButton = new System.Windows.Forms.Button(); this.passwordTextBox = new System.Windows.Forms.TextBox(); this.passwordLabel = new System.Windows.Forms.Label(); this.okButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.cancelButton.Location = new System.Drawing.Point(275, 43); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(105, 28); this.cancelButton.TabIndex = 8; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // passwordTextBox // this.passwordTextBox.Location = new System.Drawing.Point(85, 26); this.passwordTextBox.Name = "passwordTextBox"; this.passwordTextBox.Size = new System.Drawing.Size(168, 20); this.passwordTextBox.TabIndex = 7; this.passwordTextBox.UseSystemPasswordChar = true; // // passwordLabel // this.passwordLabel.AutoSize = true; this.passwordLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.passwordLabel.Location = new System.Drawing.Point(12, 29); this.passwordLabel.Name = "passwordLabel"; this.passwordLabel.Size = new System.Drawing.Size(53, 13); this.passwordLabel.TabIndex = 6; this.passwordLabel.Text = "Password"; // // okButton // this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.okButton.Location = new System.Drawing.Point(275, 10); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(105, 28); this.okButton.TabIndex = 9; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // EnterPasswordDlg // this.AcceptButton = okButton; this.CancelButton = cancelButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(392, 79); this.Controls.Add(this.okButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.passwordTextBox); this.Controls.Add(this.passwordLabel); this.Name = "EnterPasswordDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Enter password"; this.Load += new System.EventHandler(this.PasswordDlg_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.TextBox passwordTextBox; private System.Windows.Forms.Label passwordLabel; private System.Windows.Forms.Button okButton; } }