Files
2026-07-14 13:55:17 +08:00

103 lines
3.9 KiB
C#

namespace JY.Inspection.Frm
{
partial class FrmPwd
{
/// <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()
{
this.txtPwd = new System.Windows.Forms.TextBox();
this.btOK = new System.Windows.Forms.Button();
this.btExit = new System.Windows.Forms.Button();
this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
this.SuspendLayout();
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(28, 32);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(203, 21);
this.txtPwd.TabIndex = 0;
//
// btOK
//
this.btOK.Location = new System.Drawing.Point(41, 59);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(75, 23);
this.btOK.TabIndex = 1;
this.btOK.Text = "确定";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.btOK_Click);
//
// btExit
//
this.btExit.Location = new System.Drawing.Point(134, 59);
this.btExit.Name = "btExit";
this.btExit.Size = new System.Drawing.Size(75, 23);
this.btExit.TabIndex = 2;
this.btExit.Text = "退出";
this.btExit.UseVisualStyleBackColor = true;
this.btExit.Click += new System.EventHandler(this.btExit_Click);
//
// metroLabel6
//
this.metroLabel6.AutoSize = true;
this.metroLabel6.BackColor = System.Drawing.SystemColors.Control;
this.metroLabel6.Location = new System.Drawing.Point(98, 9);
this.metroLabel6.Name = "metroLabel6";
this.metroLabel6.Size = new System.Drawing.Size(65, 19);
this.metroLabel6.TabIndex = 11;
this.metroLabel6.Text = "输入密码";
//
// FrmPwd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(243, 94);
this.Controls.Add(this.metroLabel6);
this.Controls.Add(this.btExit);
this.Controls.Add(this.btOK);
this.Controls.Add(this.txtPwd);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmPwd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmPwd";
this.Load += new System.EventHandler(this.FrmPwd_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.Button btOK;
private System.Windows.Forms.Button btExit;
private MetroFramework.Controls.MetroLabel metroLabel6;
}
}