添加项目文件。
This commit is contained in:
90
C-Windows-1/LogOn.Designer.cs
generated
Normal file
90
C-Windows-1/LogOn.Designer.cs
generated
Normal file
@@ -0,0 +1,90 @@
|
||||
namespace C_Windows_1
|
||||
{
|
||||
partial class LogOn
|
||||
{
|
||||
/// <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(LogOn));
|
||||
this.Log = new System.Windows.Forms.Button();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.Password = new System.Windows.Forms.TextBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Log
|
||||
//
|
||||
this.Log.Font = new System.Drawing.Font("宋体", 15F);
|
||||
this.Log.Location = new System.Drawing.Point(103, 117);
|
||||
this.Log.Name = "Log";
|
||||
this.Log.Size = new System.Drawing.Size(80, 40);
|
||||
this.Log.TabIndex = 5;
|
||||
this.Log.Text = "登录";
|
||||
this.Log.UseVisualStyleBackColor = true;
|
||||
this.Log.Click += new System.EventHandler(this.Log_Click);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Font = new System.Drawing.Font("宋体", 13F);
|
||||
this.label1.Location = new System.Drawing.Point(94, 29);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(98, 18);
|
||||
this.label1.TabIndex = 4;
|
||||
this.label1.Text = "请输入密码";
|
||||
//
|
||||
// Password
|
||||
//
|
||||
this.Password.Font = new System.Drawing.Font("宋体", 15F);
|
||||
this.Password.Location = new System.Drawing.Point(26, 50);
|
||||
this.Password.Name = "Password";
|
||||
this.Password.PasswordChar = '*';
|
||||
this.Password.Size = new System.Drawing.Size(234, 30);
|
||||
this.Password.TabIndex = 3;
|
||||
//
|
||||
// LogOn
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(286, 187);
|
||||
this.Controls.Add(this.Log);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.Password);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "LogOn";
|
||||
this.Text = "工程师登录";
|
||||
this.Load += new System.EventHandler(this.LogOn_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button Log;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.TextBox Password;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user