You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
5.7 KiB
131 lines
5.7 KiB
namespace Tiobon.Core.OPS.Tool.OPS.Tool.View
|
|
{
|
|
partial class Frm_Lock
|
|
{
|
|
/// <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(Frm_Lock));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btn_login = new System.Windows.Forms.Button();
|
|
this.txt_password = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(14, 68);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(77, 12);
|
|
this.label1.TabIndex = 14;
|
|
this.label1.Text = "请输入密码:";
|
|
//
|
|
// btn_login
|
|
//
|
|
this.btn_login.Location = new System.Drawing.Point(253, 62);
|
|
this.btn_login.Name = "btn_login";
|
|
this.btn_login.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_login.TabIndex = 13;
|
|
this.btn_login.Text = "解锁";
|
|
this.btn_login.UseVisualStyleBackColor = true;
|
|
this.btn_login.Click += new System.EventHandler(this.Btn_login_Click);
|
|
//
|
|
// txt_password
|
|
//
|
|
this.txt_password.Location = new System.Drawing.Point(103, 64);
|
|
this.txt_password.Name = "txt_password";
|
|
this.txt_password.PasswordChar = '*';
|
|
this.txt_password.Size = new System.Drawing.Size(139, 21);
|
|
this.txt_password.TabIndex = 12;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(338, 62);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 15;
|
|
this.button1.Text = "退出";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(85, 10);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(44, 30);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 16;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(139, 13);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(106, 24);
|
|
this.label2.TabIndex = 17;
|
|
this.label2.Text = "运维工具";
|
|
//
|
|
// Frm_Lock
|
|
//
|
|
this.AcceptButton = this.btn_login;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(425, 128);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btn_login);
|
|
this.Controls.Add(this.txt_password);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Frm_Lock";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "运维工具";
|
|
this.VisibleChanged += new System.EventHandler(this.Frm_lock_VisibleChanged);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btn_login;
|
|
private System.Windows.Forms.TextBox txt_password;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
} |