Restore SEBPatch
This commit is contained in:
94
SebWindowsConfig/SebPasswordDialogForm.Designer.cs
generated
Normal file
94
SebWindowsConfig/SebPasswordDialogForm.Designer.cs
generated
Normal file
@@ -0,0 +1,94 @@
|
||||
namespace SebWindowsConfig
|
||||
{
|
||||
partial class SebPasswordDialogForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SebPasswordDialogForm));
|
||||
this.txtSEBPassword = new System.Windows.Forms.MaskedTextBox();
|
||||
this.btnOk = new System.Windows.Forms.Button();
|
||||
this.btnCancel = new System.Windows.Forms.Button();
|
||||
this.lblSEBPassword = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// txtSEBPassword
|
||||
//
|
||||
resources.ApplyResources(this.txtSEBPassword, "txtSEBPassword");
|
||||
this.txtSEBPassword.Name = "txtSEBPassword";
|
||||
this.txtSEBPassword.PasswordChar = '●';
|
||||
this.txtSEBPassword.Enter += new System.EventHandler(this.txtSEBPassword_Enter);
|
||||
this.txtSEBPassword.Leave += new System.EventHandler(this.txtSEBPassword_Leave);
|
||||
//
|
||||
// btnOk
|
||||
//
|
||||
resources.ApplyResources(this.btnOk, "btnOk");
|
||||
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
this.btnOk.Name = "btnOk";
|
||||
this.btnOk.UseVisualStyleBackColor = true;
|
||||
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
resources.ApplyResources(this.btnCancel, "btnCancel");
|
||||
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.UseVisualStyleBackColor = true;
|
||||
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||||
//
|
||||
// lblSEBPassword
|
||||
//
|
||||
resources.ApplyResources(this.lblSEBPassword, "lblSEBPassword");
|
||||
this.lblSEBPassword.Name = "lblSEBPassword";
|
||||
//
|
||||
// SebPasswordDialogForm
|
||||
//
|
||||
this.AcceptButton = this.btnOk;
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.btnCancel;
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.lblSEBPassword);
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnOk);
|
||||
this.Controls.Add(this.txtSEBPassword);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "SebPasswordDialogForm";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btnOk;
|
||||
private System.Windows.Forms.Button btnCancel;
|
||||
private System.Windows.Forms.Label lblSEBPassword;
|
||||
public System.Windows.Forms.MaskedTextBox txtSEBPassword;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user