|
|
@@ -0,0 +1,117 @@
|
|
|
+namespace UAS_DeviceMonitor
|
|
|
+{
|
|
|
+ partial class Login
|
|
|
+ {
|
|
|
+ /// <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()
|
|
|
+ {
|
|
|
+ this.UserName = new DevExpress.XtraEditors.TextEdit();
|
|
|
+ this.PassWord = new DevExpress.XtraEditors.TextEdit();
|
|
|
+ this.UserName_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.PassWord_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.LoginButton = new DevExpress.XtraEditors.SimpleButton();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.UserName.Properties)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PassWord.Properties)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // UserName
|
|
|
+ //
|
|
|
+ this.UserName.Location = new System.Drawing.Point(144, 66);
|
|
|
+ this.UserName.Name = "UserName";
|
|
|
+ this.UserName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.UserName.Properties.Appearance.Options.UseFont = true;
|
|
|
+ this.UserName.Size = new System.Drawing.Size(145, 28);
|
|
|
+ this.UserName.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // PassWord
|
|
|
+ //
|
|
|
+ this.PassWord.Location = new System.Drawing.Point(144, 114);
|
|
|
+ this.PassWord.Name = "PassWord";
|
|
|
+ this.PassWord.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.PassWord.Properties.Appearance.Options.UseFont = true;
|
|
|
+ this.PassWord.Properties.PasswordChar = '*';
|
|
|
+ this.PassWord.Size = new System.Drawing.Size(145, 28);
|
|
|
+ this.PassWord.TabIndex = 1;
|
|
|
+ this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
|
|
|
+ //
|
|
|
+ // UserName_label
|
|
|
+ //
|
|
|
+ this.UserName_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.UserName_label.Location = new System.Drawing.Point(71, 69);
|
|
|
+ this.UserName_label.Name = "UserName_label";
|
|
|
+ this.UserName_label.Size = new System.Drawing.Size(48, 21);
|
|
|
+ this.UserName_label.TabIndex = 2;
|
|
|
+ this.UserName_label.Text = "用户名";
|
|
|
+ //
|
|
|
+ // PassWord_label
|
|
|
+ //
|
|
|
+ this.PassWord_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
|
+ this.PassWord_label.Location = new System.Drawing.Point(87, 117);
|
|
|
+ this.PassWord_label.Name = "PassWord_label";
|
|
|
+ this.PassWord_label.Size = new System.Drawing.Size(32, 21);
|
|
|
+ this.PassWord_label.TabIndex = 3;
|
|
|
+ this.PassWord_label.Text = "密码";
|
|
|
+ //
|
|
|
+ // LoginButton
|
|
|
+ //
|
|
|
+ this.LoginButton.Location = new System.Drawing.Point(171, 184);
|
|
|
+ this.LoginButton.Name = "LoginButton";
|
|
|
+ this.LoginButton.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.LoginButton.TabIndex = 4;
|
|
|
+ this.LoginButton.Text = "登录";
|
|
|
+ this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
|
|
|
+ //
|
|
|
+ // Login
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(414, 245);
|
|
|
+ this.Controls.Add(this.LoginButton);
|
|
|
+ this.Controls.Add(this.PassWord_label);
|
|
|
+ this.Controls.Add(this.UserName_label);
|
|
|
+ this.Controls.Add(this.PassWord);
|
|
|
+ this.Controls.Add(this.UserName);
|
|
|
+ this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
|
|
|
+ this.Name = "Login";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = " 设备管理平台";
|
|
|
+ this.Load += new System.EventHandler(this.Login_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.UserName.Properties)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PassWord.Properties)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private DevExpress.XtraEditors.TextEdit UserName;
|
|
|
+ private DevExpress.XtraEditors.TextEdit PassWord;
|
|
|
+ private DevExpress.XtraEditors.LabelControl UserName_label;
|
|
|
+ private DevExpress.XtraEditors.LabelControl PassWord_label;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton LoginButton;
|
|
|
+ }
|
|
|
+}
|