namespace UAS_MES.CustomControl { partial class HeadBar { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeadBar)); this.TitleLabel = new System.Windows.Forms.Label(); this.UpperCollection = new System.Windows.Forms.CheckBox(); this.AlwaysTop = new System.Windows.Forms.CheckBox(); 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.MinWindow2 = new System.Windows.Forms.PictureBox(); this.MinWindow = new System.Windows.Forms.PictureBox(); this.MinWindow1 = new System.Windows.Forms.PictureBox(); this.CloseWindow = new System.Windows.Forms.PictureBox(); this.GetRelation = new System.Windows.Forms.CheckBox(); ((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.MinWindow2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit(); this.SuspendLayout(); // // TitleLabel // resources.ApplyResources(this.TitleLabel, "TitleLabel"); this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.TitleLabel.Name = "TitleLabel"; // // UpperCollection // resources.ApplyResources(this.UpperCollection, "UpperCollection"); this.UpperCollection.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.UpperCollection.Checked = true; this.UpperCollection.CheckState = System.Windows.Forms.CheckState.Checked; this.UpperCollection.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.UpperCollection.Name = "UpperCollection"; this.UpperCollection.UseVisualStyleBackColor = false; this.UpperCollection.CheckedChanged += new System.EventHandler(this.UpperCollection_CheckedChanged); // // AlwaysTop // resources.ApplyResources(this.AlwaysTop, "AlwaysTop"); this.AlwaysTop.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.AlwaysTop.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.AlwaysTop.Name = "AlwaysTop"; this.AlwaysTop.UseVisualStyleBackColor = false; this.AlwaysTop.CheckedChanged += new System.EventHandler(this.AlwaysTop_CheckedChanged); // // 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.logouticon, "logouticon"); this.logouticon.Image = global::UAS_MES.Properties.Resources.Logout_32px_581264_easyicon_net; this.logouticon.Name = "logouticon"; this.logouticon.TabStop = false; // // LoginOut // resources.ApplyResources(this.LoginOut, "LoginOut"); this.LoginOut.Image = global::UAS_MES.Properties.Resources._0802192135; this.LoginOut.Name = "LoginOut"; this.LoginOut.TabStop = false; 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 // resources.ApplyResources(this.MinWindow2, "MinWindow2"); this.MinWindow2.Name = "MinWindow2"; this.MinWindow2.TabStop = false; // // MinWindow // resources.ApplyResources(this.MinWindow, "MinWindow"); this.MinWindow.Image = global::UAS_MES.Properties.Resources.Close_up_32px_1181430_easyicon_net; this.MinWindow.Name = "MinWindow"; this.MinWindow.TabStop = false; this.MinWindow.Click += new System.EventHandler(this.MinWindow_Click); // // MinWindow1 // resources.ApplyResources(this.MinWindow1, "MinWindow1"); this.MinWindow1.Name = "MinWindow1"; this.MinWindow1.TabStop = false; this.MinWindow1.Click += new System.EventHandler(this.CloseWindow_Click); // // CloseWindow // resources.ApplyResources(this.CloseWindow, "CloseWindow"); this.CloseWindow.Image = global::UAS_MES.Properties.Resources.close_32px_1181428_easyicon_net; this.CloseWindow.Name = "CloseWindow"; this.CloseWindow.TabStop = false; this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click); // // GetRelation // resources.ApplyResources(this.GetRelation, "GetRelation"); this.GetRelation.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.GetRelation.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.GetRelation.Name = "GetRelation"; this.GetRelation.UseVisualStyleBackColor = false; this.GetRelation.CheckedChanged += new System.EventHandler(this.GetRelation_CheckedChanged); // // HeadBar // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.Controls.Add(this.GetRelation); this.Controls.Add(this.AlwaysTop); this.Controls.Add(this.UpperCollection); this.Controls.Add(this.changepwdicon); this.Controls.Add(this.Change_psw); this.Controls.Add(this.logouticon); this.Controls.Add(this.LoginOut); this.Controls.Add(this.MinWindow2); this.Controls.Add(this.TitleLabel); this.Controls.Add(this.MinWindow); this.Controls.Add(this.MinWindow1); this.Controls.Add(this.CloseWindow); this.Name = "HeadBar"; this.Load += new System.EventHandler(this.HeadBar_Load); ((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.MinWindow2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox MinWindow1; private System.Windows.Forms.PictureBox CloseWindow; private System.Windows.Forms.PictureBox MinWindow; private System.Windows.Forms.Label TitleLabel; private System.Windows.Forms.PictureBox MinWindow2; private System.Windows.Forms.PictureBox LoginOut; private System.Windows.Forms.PictureBox logouticon; private System.Windows.Forms.PictureBox Change_psw; private System.Windows.Forms.PictureBox changepwdicon; private System.Windows.Forms.CheckBox UpperCollection; private System.Windows.Forms.CheckBox AlwaysTop; private System.Windows.Forms.CheckBox GetRelation; } }