namespace AccompanyingAssistant { 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.tmrDrag = new System.Windows.Forms.Timer(this.components); this.rightClickMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.眨眼ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.衣柜ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.圣诞帽子ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.樱花帽子ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.水手帽ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.风车帽子ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.圣诞衣服ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.和服ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tmrBlink = new System.Windows.Forms.Timer(this.components); this.tmrBubble = new System.Windows.Forms.Timer(this.components); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.消息测试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.rightClickMenu.SuspendLayout(); this.SuspendLayout(); // // tmrDrag // this.tmrDrag.Tick += new System.EventHandler(this.tmrDrag_Tick); // // rightClickMenu // this.rightClickMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.退出ToolStripMenuItem, this.眨眼ToolStripMenuItem, this.衣柜ToolStripMenuItem, this.消息测试ToolStripMenuItem}); this.rightClickMenu.Name = "rightClickMenu"; this.rightClickMenu.Size = new System.Drawing.Size(181, 114); // // 退出ToolStripMenuItem // this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem"; this.退出ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.退出ToolStripMenuItem.Text = "退出"; this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click); // // 眨眼ToolStripMenuItem // this.眨眼ToolStripMenuItem.Name = "眨眼ToolStripMenuItem"; this.眨眼ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.眨眼ToolStripMenuItem.Text = "眨眼"; this.眨眼ToolStripMenuItem.Click += new System.EventHandler(this.眨眼ToolStripMenuItem_Click); // // 衣柜ToolStripMenuItem // this.衣柜ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.圣诞帽子ToolStripMenuItem, this.樱花帽子ToolStripMenuItem, this.水手帽ToolStripMenuItem, this.风车帽子ToolStripMenuItem, this.圣诞衣服ToolStripMenuItem, this.和服ToolStripMenuItem}); this.衣柜ToolStripMenuItem.Name = "衣柜ToolStripMenuItem"; this.衣柜ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.衣柜ToolStripMenuItem.Text = "衣柜"; // // 圣诞帽子ToolStripMenuItem // this.圣诞帽子ToolStripMenuItem.Name = "圣诞帽子ToolStripMenuItem"; this.圣诞帽子ToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.圣诞帽子ToolStripMenuItem.Text = "帽子 — 圣诞"; this.圣诞帽子ToolStripMenuItem.Click += new System.EventHandler(this.帽子ToolStripMenuItem_Click); // // 樱花帽子ToolStripMenuItem // this.樱花帽子ToolStripMenuItem.Name = "樱花帽子ToolStripMenuItem"; this.樱花帽子ToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.樱花帽子ToolStripMenuItem.Text = "帽子 — 樱花"; this.樱花帽子ToolStripMenuItem.Click += new System.EventHandler(this.帽子ToolStripMenuItem_Click); // // 水手帽ToolStripMenuItem // this.水手帽ToolStripMenuItem.Name = "水手帽ToolStripMenuItem"; this.水手帽ToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.水手帽ToolStripMenuItem.Text = "帽子 — 水手帽"; this.水手帽ToolStripMenuItem.Click += new System.EventHandler(this.帽子ToolStripMenuItem_Click); // // 风车帽子ToolStripMenuItem // this.风车帽子ToolStripMenuItem.Name = "风车帽子ToolStripMenuItem"; this.风车帽子ToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.风车帽子ToolStripMenuItem.Text = "帽子 — 风车"; this.风车帽子ToolStripMenuItem.Click += new System.EventHandler(this.帽子ToolStripMenuItem_Click); // // 圣诞衣服ToolStripMenuItem // this.圣诞衣服ToolStripMenuItem.Name = "圣诞衣服ToolStripMenuItem"; this.圣诞衣服ToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.圣诞衣服ToolStripMenuItem.Text = "衣服 — 圣诞"; this.圣诞衣服ToolStripMenuItem.Click += new System.EventHandler(this.衣服ToolStripMenuItem_Click); // // 和服ToolStripMenuItem // this.和服ToolStripMenuItem.Name = "和服ToolStripMenuItem"; this.和服ToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.和服ToolStripMenuItem.Text = "衣服 — 和服"; this.和服ToolStripMenuItem.Click += new System.EventHandler(this.衣服ToolStripMenuItem_Click); // // tmrBlink // this.tmrBlink.Tick += new System.EventHandler(this.tmrBlink_Tick); // // tmrBubble // this.tmrBubble.Tick += new System.EventHandler(this.tmrBubble_Tick); // // notifyIcon1 // this.notifyIcon1.ContextMenuStrip = this.rightClickMenu; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "notifyIcon1"; this.notifyIcon1.Visible = true; // // 消息测试ToolStripMenuItem // this.消息测试ToolStripMenuItem.Name = "消息测试ToolStripMenuItem"; this.消息测试ToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.消息测试ToolStripMenuItem.Text = "消息测试"; this.消息测试ToolStripMenuItem.Click += new System.EventHandler(this.消息测试ToolStripMenuItem_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(266, 242); this.ContextMenuStrip = this.rightClickMenu; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "Form1"; this.ShowInTaskbar = false; this.Text = "Form1"; this.TopMost = true; this.Load += new System.EventHandler(this.Form1_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseUp); this.rightClickMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Timer tmrDrag; private System.Windows.Forms.ContextMenuStrip rightClickMenu; private System.Windows.Forms.ToolStripMenuItem 眨眼ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem; private System.Windows.Forms.Timer tmrBlink; private System.Windows.Forms.Timer tmrBubble; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.ToolStripMenuItem 衣柜ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 圣诞帽子ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 圣诞衣服ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 樱花帽子ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 水手帽ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 和服ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 风车帽子ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 消息测试ToolStripMenuItem; } }