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.
196 lines
8.8 KiB
196 lines
8.8 KiB
namespace QMAPP.WinForm
|
|
{
|
|
partial class LoginForm
|
|
{
|
|
/// <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(LoginForm));
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtPassWord = new System.Windows.Forms.TextBox();
|
|
this.btnLogin = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.lblServerHost = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::QMAPP.WinForm.Resource1.login;
|
|
this.pictureBox1.Location = new System.Drawing.Point(66, 72);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(130, 125);
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(202, 84);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "用户名";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(214, 122);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(29, 12);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "密码";
|
|
//
|
|
// txtPassWord
|
|
//
|
|
this.txtPassWord.Location = new System.Drawing.Point(249, 120);
|
|
this.txtPassWord.Name = "txtPassWord";
|
|
this.txtPassWord.PasswordChar = '*';
|
|
this.txtPassWord.Size = new System.Drawing.Size(179, 21);
|
|
this.txtPassWord.TabIndex = 2;
|
|
this.txtPassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPassWord_KeyDown);
|
|
//
|
|
// btnLogin
|
|
//
|
|
this.btnLogin.Location = new System.Drawing.Point(250, 182);
|
|
this.btnLogin.Name = "btnLogin";
|
|
this.btnLogin.Size = new System.Drawing.Size(75, 23);
|
|
this.btnLogin.TabIndex = 4;
|
|
this.btnLogin.Text = "登录";
|
|
this.btnLogin.UseVisualStyleBackColor = true;
|
|
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(338, 182);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 6;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(250, 157);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(84, 16);
|
|
this.checkBox1.TabIndex = 3;
|
|
this.checkBox1.Text = "记住用户名";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(62, 28);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(274, 21);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "富维安道拓成都数字化工厂";
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
this.comboBox1.Location = new System.Drawing.Point(249, 80);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(179, 20);
|
|
this.comboBox1.TabIndex = 1;
|
|
this.comboBox1.SelectedValueChanged += new System.EventHandler(this.comboBox1_SelectedValueChanged);
|
|
this.comboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtUserName_KeyDown);
|
|
this.comboBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.comboBox1_MouseClick);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(11, 233);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(71, 12);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "WCF服务器:";
|
|
this.label4.DoubleClick += new System.EventHandler(this.lblServerHost_DoubleClick);
|
|
//
|
|
// lblServerHost
|
|
//
|
|
this.lblServerHost.AutoSize = true;
|
|
this.lblServerHost.Location = new System.Drawing.Point(88, 233);
|
|
this.lblServerHost.Name = "lblServerHost";
|
|
this.lblServerHost.Size = new System.Drawing.Size(0, 12);
|
|
this.lblServerHost.TabIndex = 9;
|
|
this.lblServerHost.DoubleClick += new System.EventHandler(this.lblServerHost_DoubleClick);
|
|
//
|
|
// LoginForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(490, 254);
|
|
this.Controls.Add(this.lblServerHost);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnLogin);
|
|
this.Controls.Add(this.txtPassWord);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "LoginForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "登录";
|
|
this.Load += new System.EventHandler(this.LoginForm_Load);
|
|
this.DoubleClick += new System.EventHandler(this.LoginForm_DoubleClick);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtPassWord;
|
|
private System.Windows.Forms.Button btnLogin;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label lblServerHost;
|
|
}
|
|
}
|