|
@@ -35,11 +35,13 @@
|
|
|
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.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
((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.pictureBox1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// TitleLabel
|
|
// TitleLabel
|
|
@@ -55,6 +57,8 @@
|
|
|
this.LoginOut.Name = "LoginOut";
|
|
this.LoginOut.Name = "LoginOut";
|
|
|
this.LoginOut.TabStop = false;
|
|
this.LoginOut.TabStop = false;
|
|
|
this.LoginOut.Click += new System.EventHandler(this.pictureBox1_Click);
|
|
this.LoginOut.Click += new System.EventHandler(this.pictureBox1_Click);
|
|
|
|
|
+ this.LoginOut.MouseEnter += new System.EventHandler(this.LoginOut_MouseEnter);
|
|
|
|
|
+ this.LoginOut.MouseLeave += new System.EventHandler(this.LoginOut_MouseLeave);
|
|
|
//
|
|
//
|
|
|
// MinWindow2
|
|
// MinWindow2
|
|
|
//
|
|
//
|
|
@@ -85,11 +89,18 @@
|
|
|
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);
|
|
|
//
|
|
//
|
|
|
|
|
+ // pictureBox1
|
|
|
|
|
+ //
|
|
|
|
|
+ resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
|
|
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
+ this.pictureBox1.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.pictureBox1);
|
|
|
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);
|
|
@@ -103,6 +114,7 @@
|
|
|
((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.pictureBox1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
@@ -116,5 +128,6 @@
|
|
|
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;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|