|
@@ -30,22 +30,22 @@
|
|
|
{
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeadBar));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeadBar));
|
|
|
this.TitleLabel = new System.Windows.Forms.Label();
|
|
this.TitleLabel = new System.Windows.Forms.Label();
|
|
|
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
|
|
+ this.changepwdicon = new System.Windows.Forms.PictureBox();
|
|
|
|
|
+ this.Change_psw = new System.Windows.Forms.PictureBox();
|
|
|
|
|
+ this.logouticon = new System.Windows.Forms.PictureBox();
|
|
|
this.LoginOut = new System.Windows.Forms.PictureBox();
|
|
this.LoginOut = new System.Windows.Forms.PictureBox();
|
|
|
this.MinWindow2 = new System.Windows.Forms.PictureBox();
|
|
this.MinWindow2 = new System.Windows.Forms.PictureBox();
|
|
|
this.MinWindow = new System.Windows.Forms.PictureBox();
|
|
this.MinWindow = new System.Windows.Forms.PictureBox();
|
|
|
this.MinWindow1 = new System.Windows.Forms.PictureBox();
|
|
this.MinWindow1 = new System.Windows.Forms.PictureBox();
|
|
|
this.CloseWindow = new System.Windows.Forms.PictureBox();
|
|
this.CloseWindow = new System.Windows.Forms.PictureBox();
|
|
|
- this.Change_psw = new System.Windows.Forms.PictureBox();
|
|
|
|
|
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.changepwdicon)).BeginInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Change_psw)).BeginInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.logouticon)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LoginOut)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LoginOut)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.Change_psw)).BeginInit();
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// TitleLabel
|
|
// TitleLabel
|
|
@@ -54,11 +54,29 @@
|
|
|
this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
this.TitleLabel.Name = "TitleLabel";
|
|
this.TitleLabel.Name = "TitleLabel";
|
|
|
//
|
|
//
|
|
|
- // pictureBox1
|
|
|
|
|
|
|
+ // changepwdicon
|
|
|
|
|
+ //
|
|
|
|
|
+ resources.ApplyResources(this.changepwdicon, "changepwdicon");
|
|
|
|
|
+ this.changepwdicon.Image = global::UAS_MES.Properties.Resources.pwd;
|
|
|
|
|
+ this.changepwdicon.Name = "changepwdicon";
|
|
|
|
|
+ this.changepwdicon.TabStop = false;
|
|
|
|
|
+ //
|
|
|
|
|
+ // Change_psw
|
|
|
|
|
+ //
|
|
|
|
|
+ resources.ApplyResources(this.Change_psw, "Change_psw");
|
|
|
|
|
+ this.Change_psw.Image = global::UAS_MES.Properties.Resources.change_password;
|
|
|
|
|
+ this.Change_psw.Name = "Change_psw";
|
|
|
|
|
+ this.Change_psw.TabStop = false;
|
|
|
|
|
+ this.Change_psw.Click += new System.EventHandler(this.Change_psw_Click);
|
|
|
|
|
+ this.Change_psw.MouseEnter += new System.EventHandler(this.LoginOut_MouseEnter);
|
|
|
|
|
+ this.Change_psw.MouseLeave += new System.EventHandler(this.LoginOut_MouseLeave);
|
|
|
|
|
+ //
|
|
|
|
|
+ // logouticon
|
|
|
//
|
|
//
|
|
|
- resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
|
|
|
- this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
- this.pictureBox1.TabStop = false;
|
|
|
|
|
|
|
+ resources.ApplyResources(this.logouticon, "logouticon");
|
|
|
|
|
+ this.logouticon.Image = global::UAS_MES.Properties.Resources.Logout_32px_581264_easyicon_net;
|
|
|
|
|
+ this.logouticon.Name = "logouticon";
|
|
|
|
|
+ this.logouticon.TabStop = false;
|
|
|
//
|
|
//
|
|
|
// LoginOut
|
|
// LoginOut
|
|
|
//
|
|
//
|
|
@@ -99,30 +117,14 @@
|
|
|
this.CloseWindow.TabStop = false;
|
|
this.CloseWindow.TabStop = false;
|
|
|
this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click);
|
|
this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click);
|
|
|
//
|
|
//
|
|
|
- // Change_psw
|
|
|
|
|
- //
|
|
|
|
|
- resources.ApplyResources(this.Change_psw, "Change_psw");
|
|
|
|
|
- this.Change_psw.Image = global::UAS_MES.Properties.Resources.change_password;
|
|
|
|
|
- this.Change_psw.Name = "Change_psw";
|
|
|
|
|
- this.Change_psw.TabStop = false;
|
|
|
|
|
- this.Change_psw.Click += new System.EventHandler(this.Change_psw_Click);
|
|
|
|
|
- this.Change_psw.MouseEnter += new System.EventHandler(this.LoginOut_MouseEnter);
|
|
|
|
|
- this.Change_psw.MouseLeave += new System.EventHandler(this.LoginOut_MouseLeave);
|
|
|
|
|
- //
|
|
|
|
|
- // pictureBox2
|
|
|
|
|
- //
|
|
|
|
|
- resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
|
|
|
|
- this.pictureBox2.Name = "pictureBox2";
|
|
|
|
|
- this.pictureBox2.TabStop = false;
|
|
|
|
|
- //
|
|
|
|
|
// HeadBar
|
|
// HeadBar
|
|
|
//
|
|
//
|
|
|
resources.ApplyResources(this, "$this");
|
|
resources.ApplyResources(this, "$this");
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
- this.Controls.Add(this.pictureBox2);
|
|
|
|
|
|
|
+ this.Controls.Add(this.changepwdicon);
|
|
|
this.Controls.Add(this.Change_psw);
|
|
this.Controls.Add(this.Change_psw);
|
|
|
- this.Controls.Add(this.pictureBox1);
|
|
|
|
|
|
|
+ this.Controls.Add(this.logouticon);
|
|
|
this.Controls.Add(this.LoginOut);
|
|
this.Controls.Add(this.LoginOut);
|
|
|
this.Controls.Add(this.MinWindow2);
|
|
this.Controls.Add(this.MinWindow2);
|
|
|
this.Controls.Add(this.TitleLabel);
|
|
this.Controls.Add(this.TitleLabel);
|
|
@@ -131,14 +133,14 @@
|
|
|
this.Controls.Add(this.CloseWindow);
|
|
this.Controls.Add(this.CloseWindow);
|
|
|
this.Name = "HeadBar";
|
|
this.Name = "HeadBar";
|
|
|
this.Load += new System.EventHandler(this.HeadBar_Load);
|
|
this.Load += new System.EventHandler(this.HeadBar_Load);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.changepwdicon)).EndInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Change_psw)).EndInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.logouticon)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LoginOut)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LoginOut)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.Change_psw)).EndInit();
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
@@ -152,8 +154,8 @@
|
|
|
private System.Windows.Forms.Label TitleLabel;
|
|
private System.Windows.Forms.Label TitleLabel;
|
|
|
private System.Windows.Forms.PictureBox MinWindow2;
|
|
private System.Windows.Forms.PictureBox MinWindow2;
|
|
|
private System.Windows.Forms.PictureBox LoginOut;
|
|
private System.Windows.Forms.PictureBox LoginOut;
|
|
|
- private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
|
|
|
+ private System.Windows.Forms.PictureBox logouticon;
|
|
|
private System.Windows.Forms.PictureBox Change_psw;
|
|
private System.Windows.Forms.PictureBox Change_psw;
|
|
|
- private System.Windows.Forms.PictureBox pictureBox2;
|
|
|
|
|
|
|
+ private System.Windows.Forms.PictureBox changepwdicon;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|