namespace YangjieTester.用户管理
{
partial class SignInForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SignInForm));
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiLabel2 = new Sunny.UI.UILabel();
this.btnSignIn = new MyUiButton();
this.txtPassword = new MyUiTextInput();
this.txtUsername = new MyUiTextInput();
this.btnSignOut = new MyUiButton();
this.btnSignUp = new MyUiButton();
this.SuspendLayout();
//
// uiLabel1
//
this.uiLabel1.AutoSize = true;
this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel1.Location = new System.Drawing.Point(15, 65);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(71, 16);
this.uiLabel1.TabIndex = 9;
this.uiLabel1.Text = "用户名:";
//
// uiLabel2
//
this.uiLabel2.AutoSize = true;
this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel2.Location = new System.Drawing.Point(31, 108);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(55, 16);
this.uiLabel2.TabIndex = 11;
this.uiLabel2.Text = "密码:";
//
// btnSignIn
//
this.btnSignIn.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSignIn.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSignIn.Location = new System.Drawing.Point(93, 139);
this.btnSignIn.MinimumSize = new System.Drawing.Size(1, 1);
this.btnSignIn.Name = "btnSignIn";
this.btnSignIn.NeedUserEnsure = false;
this.btnSignIn.RequiredPermissionLevel = Model.PermissionLevel.无权限;
this.btnSignIn.Size = new System.Drawing.Size(70, 35);
this.btnSignIn.Symbol = 61452;
this.btnSignIn.TabIndex = 3;
this.btnSignIn.Text = "登录";
this.btnSignIn.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSignIn.Click += new System.EventHandler(this.btnSignIn_Click);
//
// txtPassword
//
this.txtPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtPassword.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPassword.Location = new System.Drawing.Point(93, 102);
this.txtPassword.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtPassword.MinimumSize = new System.Drawing.Size(1, 16);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Padding = new System.Windows.Forms.Padding(5);
this.txtPassword.PasswordChar = '*';
this.txtPassword.RequiredPermissionLevel = Model.PermissionLevel.无权限;
this.txtPassword.ShowText = false;
this.txtPassword.Size = new System.Drawing.Size(237, 29);
this.txtPassword.TabIndex = 2;
this.txtPassword.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.txtPassword.Watermark = "";
//
// txtUsername
//
this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
this.txtUsername.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUsername.Location = new System.Drawing.Point(93, 59);
this.txtUsername.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.txtUsername.MinimumSize = new System.Drawing.Size(1, 16);
this.txtUsername.Name = "txtUsername";
this.txtUsername.Padding = new System.Windows.Forms.Padding(5);
this.txtUsername.RequiredPermissionLevel = Model.PermissionLevel.无权限;
this.txtUsername.ShowText = false;
this.txtUsername.Size = new System.Drawing.Size(237, 29);
this.txtUsername.TabIndex = 1;
this.txtUsername.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.txtUsername.Watermark = "";
//
// btnSignOut
//
this.btnSignOut.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSignOut.FillColor = System.Drawing.Color.Red;
this.btnSignOut.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSignOut.Location = new System.Drawing.Point(175, 139);
this.btnSignOut.MinimumSize = new System.Drawing.Size(1, 1);
this.btnSignOut.Name = "btnSignOut";
this.btnSignOut.NeedUserEnsure = false;
this.btnSignOut.RequiredPermissionLevel = Model.PermissionLevel.无权限;
this.btnSignOut.Size = new System.Drawing.Size(68, 35);
this.btnSignOut.Symbol = 61453;
this.btnSignOut.TabIndex = 4;
this.btnSignOut.Text = "注销";
this.btnSignOut.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSignOut.Click += new System.EventHandler(this.btnSignOut_Click);
//
// btnSignUp
//
this.btnSignUp.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSignUp.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSignUp.Location = new System.Drawing.Point(262, 139);
this.btnSignUp.MinimumSize = new System.Drawing.Size(1, 1);
this.btnSignUp.Name = "btnSignUp";
this.btnSignUp.NeedUserEnsure = false;
this.btnSignUp.Size = new System.Drawing.Size(68, 35);
this.btnSignUp.Symbol = 62004;
this.btnSignUp.TabIndex = 5;
this.btnSignUp.Text = "注册";
this.btnSignUp.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSignUp.Click += new System.EventHandler(this.btnSignUp_Click);
//
// SignInForm
//
this.AcceptButton = this.btnSignIn;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(361, 196);
this.Controls.Add(this.btnSignUp);
this.Controls.Add(this.btnSignOut);
this.Controls.Add(this.btnSignIn);
this.Controls.Add(this.uiLabel2);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.uiLabel1);
this.Controls.Add(this.txtUsername);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SignInForm";
this.Text = "登录";
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
this.Load += new System.EventHandler(this.FormSignIn_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyUiTextInput txtUsername;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UILabel uiLabel2;
private MyUiTextInput txtPassword;
private MyUiButton btnSignIn;
private MyUiButton btnSignOut;
private MyUiButton btnSignUp;
}
}