206 lines
10 KiB
C#
206 lines
10 KiB
C#
namespace AIMS
|
|
{
|
|
partial class FormLogin
|
|
{
|
|
/// <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(FormLogin));
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnOk = new DevComponents.DotNetBar.ButtonX();
|
|
this.btnExit = new DevComponents.DotNetBar.ButtonX();
|
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
|
this.txtNo = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.txtPassWord = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.White;
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
this.label2.ForeColor = System.Drawing.Color.LightSlateGray;
|
|
this.label2.Location = new System.Drawing.Point(478, 382);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(43, 17);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "label2";
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnOk.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
|
|
this.btnOk.FocusCuesEnabled = false;
|
|
this.btnOk.Font = new System.Drawing.Font("微软雅黑", 11.5F);
|
|
this.btnOk.Location = new System.Drawing.Point(457, 316);
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(76, 43);
|
|
this.btnOk.TabIndex = 3;
|
|
this.btnOk.Text = "登录";
|
|
this.btnOk.VisibleChanged += new System.EventHandler(this.btnOk_VisibleChanged);
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.BlueOrb;
|
|
this.btnExit.FocusCuesEnabled = false;
|
|
this.btnExit.Font = new System.Drawing.Font("微软雅黑", 11.5F);
|
|
this.btnExit.Location = new System.Drawing.Point(552, 316);
|
|
this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(76, 43);
|
|
this.btnExit.TabIndex = 4;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// labelX1
|
|
//
|
|
this.labelX1.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX1.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.labelX1.ForeColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.labelX1.Location = new System.Drawing.Point(413, 217);
|
|
this.labelX1.Name = "labelX1";
|
|
this.labelX1.SingleLineColor = System.Drawing.Color.Transparent;
|
|
this.labelX1.Size = new System.Drawing.Size(56, 23);
|
|
this.labelX1.TabIndex = 15;
|
|
this.labelX1.Text = "用户名";
|
|
//
|
|
// labelX2
|
|
//
|
|
this.labelX2.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX2.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.labelX2.ForeColor = System.Drawing.SystemColors.ButtonShadow;
|
|
this.labelX2.Location = new System.Drawing.Point(420, 262);
|
|
this.labelX2.Name = "labelX2";
|
|
this.labelX2.SingleLineColor = System.Drawing.Color.Transparent;
|
|
this.labelX2.Size = new System.Drawing.Size(42, 23);
|
|
this.labelX2.TabIndex = 15;
|
|
this.labelX2.Text = "密码";
|
|
//
|
|
// txtNo
|
|
//
|
|
this.txtNo.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtNo.Border.Class = "TextBoxBorder";
|
|
this.txtNo.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtNo.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtNo.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.txtNo.ForeColor = System.Drawing.Color.Black;
|
|
this.txtNo.Location = new System.Drawing.Point(474, 214);
|
|
this.txtNo.Name = "txtNo";
|
|
this.txtNo.PreventEnterBeep = true;
|
|
this.txtNo.Size = new System.Drawing.Size(145, 27);
|
|
this.txtNo.TabIndex = 1;
|
|
this.txtNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNo_KeyDown);
|
|
//
|
|
// txtPassWord
|
|
//
|
|
this.txtPassWord.BackColor = System.Drawing.Color.White;
|
|
//
|
|
//
|
|
//
|
|
this.txtPassWord.Border.Class = "TextBoxBorder";
|
|
this.txtPassWord.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.txtPassWord.DisabledBackColor = System.Drawing.Color.White;
|
|
this.txtPassWord.Font = new System.Drawing.Font("微软雅黑", 11F);
|
|
this.txtPassWord.ForeColor = System.Drawing.Color.Black;
|
|
this.txtPassWord.Location = new System.Drawing.Point(474, 262);
|
|
this.txtPassWord.Name = "txtPassWord";
|
|
this.txtPassWord.PasswordChar = '*';
|
|
this.txtPassWord.PreventEnterBeep = true;
|
|
this.txtPassWord.Size = new System.Drawing.Size(145, 27);
|
|
this.txtPassWord.TabIndex = 2;
|
|
this.txtPassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPassWord_KeyDown);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.pictureBox1.Location = new System.Drawing.Point(624, 257);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(29, 22);
|
|
this.pictureBox1.TabIndex = 17;
|
|
this.pictureBox1.TabStop = false;
|
|
this.pictureBox1.Visible = false;
|
|
//
|
|
// FormLogin
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(734, 441);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.txtPassWord);
|
|
this.Controls.Add(this.txtNo);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.labelX2);
|
|
this.Controls.Add(this.labelX1);
|
|
this.DoubleBuffered = true;
|
|
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FormLogin";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Load += new System.EventHandler(this.frmLogin_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label2;
|
|
private DevComponents.DotNetBar.ButtonX btnOk;
|
|
private DevComponents.DotNetBar.ButtonX btnExit;
|
|
private DevComponents.DotNetBar.LabelX labelX1;
|
|
private DevComponents.DotNetBar.LabelX labelX2;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtNo;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX txtPassWord;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
}
|
|
} |