namespace TurnoffMonitorOnLock { partial class MainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.MinisizeToTray = new System.Windows.Forms.NotifyIcon(this.components); this.SuspendLayout(); // // MinisizeToTray // this.MinisizeToTray.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.MinisizeToTray.BalloonTipText = "Trun off monitor on lock screen"; this.MinisizeToTray.Text = "Trun off monitor on lock screen"; this.MinisizeToTray.Visible = true; this.MinisizeToTray.Click += new System.EventHandler(this.MinisizeToTray_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.ClientSize = new System.Drawing.Size(351, 126); this.MaximizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Trun off monitor on lock screen"; this.Shown += new System.EventHandler(this.MainForm_Shown); this.Resize += new System.EventHandler(this.MainForm_Resize); this.ResumeLayout(false); } #endregion private System.Windows.Forms.NotifyIcon MinisizeToTray; } }