135 lines
5.9 KiB
C#
135 lines
5.9 KiB
C#
namespace AGVSystem
|
||
{
|
||
// Token: 0x02000018 RID: 24
|
||
public partial class logon : global::System.Windows.Forms.Form
|
||
{
|
||
// Token: 0x0600013A RID: 314 RVA: 0x00037ED0 File Offset: 0x000360D0
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
bool flag = disposing && this.components != null;
|
||
if (flag)
|
||
{
|
||
this.components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
// Token: 0x0600013B RID: 315 RVA: 0x00037F08 File Offset: 0x00036108
|
||
private void InitializeComponent()
|
||
{
|
||
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::AGVSystem.logon));
|
||
this.panel1 = new global::System.Windows.Forms.Panel();
|
||
this.panel2 = new global::System.Windows.Forms.Panel();
|
||
this.label3 = new global::System.Windows.Forms.Label();
|
||
this.label1 = new global::System.Windows.Forms.Label();
|
||
this.label2 = new global::System.Windows.Forms.Label();
|
||
this.txtName = new global::System.Windows.Forms.TextBox();
|
||
this.txtPW = new global::System.Windows.Forms.TextBox();
|
||
this.button1 = new global::System.Windows.Forms.Button();
|
||
this.panel1.SuspendLayout();
|
||
base.SuspendLayout();
|
||
this.panel1.Controls.Add(this.panel2);
|
||
this.panel1.Controls.Add(this.label3);
|
||
this.panel1.Dock = global::System.Windows.Forms.DockStyle.Top;
|
||
this.panel1.Location = new global::System.Drawing.Point(0, 0);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new global::System.Drawing.Size(425, 58);
|
||
this.panel1.TabIndex = 1;
|
||
this.panel2.BackgroundImage = (global::System.Drawing.Image)componentResourceManager.GetObject("panel2.BackgroundImage");
|
||
this.panel2.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Zoom;
|
||
this.panel2.Location = new global::System.Drawing.Point(-1, -1);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new global::System.Drawing.Size(111, 68);
|
||
this.panel2.TabIndex = 2;
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new global::System.Drawing.Font("微软雅黑", 15.75f, global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Underline, global::System.Drawing.GraphicsUnit.Point, 134);
|
||
this.label3.ForeColor = global::System.Drawing.Color.Chocolate;
|
||
this.label3.Location = new global::System.Drawing.Point(129, 21);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new global::System.Drawing.Size(167, 28);
|
||
this.label3.TabIndex = 1;
|
||
this.label3.Text = "AGV 管 理 系 统";
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new global::System.Drawing.Font("宋体", 10.5f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
|
||
this.label1.Location = new global::System.Drawing.Point(81, 102);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new global::System.Drawing.Size(63, 14);
|
||
this.label1.TabIndex = 2;
|
||
this.label1.Text = "用户名:";
|
||
this.label2.AutoSize = true;
|
||
this.label2.Font = new global::System.Drawing.Font("宋体", 10.5f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 134);
|
||
this.label2.Location = new global::System.Drawing.Point(81, 148);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new global::System.Drawing.Size(63, 14);
|
||
this.label2.TabIndex = 3;
|
||
this.label2.Text = "密 码 :";
|
||
this.txtName.Location = new global::System.Drawing.Point(154, 95);
|
||
this.txtName.Name = "txtName";
|
||
this.txtName.Size = new global::System.Drawing.Size(145, 21);
|
||
this.txtName.TabIndex = 4;
|
||
this.txtPW.Location = new global::System.Drawing.Point(154, 141);
|
||
this.txtPW.Name = "txtPW";
|
||
this.txtPW.PasswordChar = '*';
|
||
this.txtPW.Size = new global::System.Drawing.Size(145, 21);
|
||
this.txtPW.TabIndex = 5;
|
||
this.txtPW.KeyDown += new global::System.Windows.Forms.KeyEventHandler(this.txtPW_KeyDown);
|
||
this.button1.Location = new global::System.Drawing.Point(254, 225);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new global::System.Drawing.Size(85, 31);
|
||
this.button1.TabIndex = 0;
|
||
this.button1.Text = "确 认";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new global::System.EventHandler(this.button1_Click);
|
||
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
|
||
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = global::System.Drawing.SystemColors.Control;
|
||
base.ClientSize = new global::System.Drawing.Size(425, 290);
|
||
base.Controls.Add(this.button1);
|
||
base.Controls.Add(this.txtPW);
|
||
base.Controls.Add(this.txtName);
|
||
base.Controls.Add(this.label2);
|
||
base.Controls.Add(this.label1);
|
||
base.Controls.Add(this.panel1);
|
||
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
|
||
base.MaximizeBox = false;
|
||
base.MinimizeBox = false;
|
||
base.Name = "logon";
|
||
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "管理员登录";
|
||
base.TopMost = true;
|
||
base.Load += new global::System.EventHandler(this.log_Load);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
base.ResumeLayout(false);
|
||
base.PerformLayout();
|
||
}
|
||
|
||
// Token: 0x04000435 RID: 1077
|
||
private global::System.ComponentModel.IContainer components = null;
|
||
|
||
// Token: 0x04000436 RID: 1078
|
||
private global::System.Windows.Forms.Panel panel1;
|
||
|
||
// Token: 0x04000437 RID: 1079
|
||
private global::System.Windows.Forms.Button button1;
|
||
|
||
// Token: 0x04000438 RID: 1080
|
||
private global::System.Windows.Forms.Label label1;
|
||
|
||
// Token: 0x04000439 RID: 1081
|
||
private global::System.Windows.Forms.Label label2;
|
||
|
||
// Token: 0x0400043A RID: 1082
|
||
private global::System.Windows.Forms.TextBox txtName;
|
||
|
||
// Token: 0x0400043B RID: 1083
|
||
private global::System.Windows.Forms.TextBox txtPW;
|
||
|
||
// Token: 0x0400043C RID: 1084
|
||
private global::System.Windows.Forms.Label label3;
|
||
|
||
// Token: 0x0400043D RID: 1085
|
||
private global::System.Windows.Forms.Panel panel2;
|
||
}
|
||
}
|