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.
108 lines
4.8 KiB
108 lines
4.8 KiB
2 months ago
|
namespace FacOneZPStation
|
||
|
{
|
||
|
partial class FrmPass
|
||
|
{
|
||
|
/// <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.label1 = new System.Windows.Forms.Label();
|
||
|
this.btnCancel = new System.Windows.Forms.Button();
|
||
|
this.btnOk = new System.Windows.Forms.Button();
|
||
|
this.txtPass = new System.Windows.Forms.TextBox();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label1.Location = new System.Drawing.Point(96, 88);
|
||
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(69, 35);
|
||
|
this.label1.TabIndex = 11;
|
||
|
this.label1.Text = "密码";
|
||
|
//
|
||
|
// btnCancel
|
||
|
//
|
||
|
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||
|
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnCancel.Location = new System.Drawing.Point(325, 198);
|
||
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.btnCancel.Name = "btnCancel";
|
||
|
this.btnCancel.Size = new System.Drawing.Size(92, 45);
|
||
|
this.btnCancel.TabIndex = 10;
|
||
|
this.btnCancel.Text = "取消";
|
||
|
this.btnCancel.UseVisualStyleBackColor = false;
|
||
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
||
|
//
|
||
|
// btnOk
|
||
|
//
|
||
|
this.btnOk.BackColor = System.Drawing.Color.LawnGreen;
|
||
|
this.btnOk.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnOk.Location = new System.Drawing.Point(157, 198);
|
||
|
this.btnOk.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.btnOk.Name = "btnOk";
|
||
|
this.btnOk.Size = new System.Drawing.Size(93, 45);
|
||
|
this.btnOk.TabIndex = 9;
|
||
|
this.btnOk.Text = "提交";
|
||
|
this.btnOk.UseVisualStyleBackColor = false;
|
||
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
||
|
//
|
||
|
// txtPass
|
||
|
//
|
||
|
this.txtPass.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.txtPass.Location = new System.Drawing.Point(196, 88);
|
||
|
this.txtPass.Margin = new System.Windows.Forms.Padding(2);
|
||
|
this.txtPass.Name = "txtPass";
|
||
|
this.txtPass.Size = new System.Drawing.Size(247, 43);
|
||
|
this.txtPass.TabIndex = 8;
|
||
|
this.txtPass.UseSystemPasswordChar = true;
|
||
|
//
|
||
|
// FrmPass
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(538, 330);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.btnCancel);
|
||
|
this.Controls.Add(this.btnOk);
|
||
|
this.Controls.Add(this.txtPass);
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Name = "FrmPass";
|
||
|
this.Text = "FrmPass";
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Button btnCancel;
|
||
|
private System.Windows.Forms.Button btnOk;
|
||
|
private System.Windows.Forms.TextBox txtPass;
|
||
|
}
|
||
|
}
|