namespace CNAS_DBSync
{
partial class frmOperationPwd
{
///
/// 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(frmOperationPwd));
this.txtOldPwd = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.btnOK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// txtOldPwd
//
this.txtOldPwd.Location = new System.Drawing.Point(114, 50);
this.txtOldPwd.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtOldPwd.Name = "txtOldPwd";
this.txtOldPwd.PasswordChar = '*';
this.txtOldPwd.Size = new System.Drawing.Size(300, 27);
this.txtOldPwd.TabIndex = 35;
this.txtOldPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmOperationPwd_KeyDown);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(44, 52);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 20);
this.label2.TabIndex = 34;
this.label2.Text = "密码:";
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(457, 49);
this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(60, 28);
this.btnOK.TabIndex = 36;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// frmOperationPwd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(588, 151);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtOldPwd);
this.Controls.Add(this.label2);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.Name = "frmOperationPwd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "输入操作密码";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmOperationPwd_KeyDown);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmOperationPwd_MouseDown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtOldPwd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnOK;
}
}