namespace Cyberpipe { partial class FrmBoosterValvers { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.lstValvesName = new System.Windows.Forms.ListBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.FlyToMenu = new System.Windows.Forms.ToolStripMenuItem(); this.LightMenu = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // lstValvesName // this.lstValvesName.Dock = System.Windows.Forms.DockStyle.Fill; this.lstValvesName.FormattingEnabled = true; this.lstValvesName.ItemHeight = 12; this.lstValvesName.Location = new System.Drawing.Point(0, 0); this.lstValvesName.Name = "lstValvesName"; this.lstValvesName.Size = new System.Drawing.Size(165, 100); this.lstValvesName.TabIndex = 1; this.lstValvesName.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstValvesName_MouseDoubleClick); this.lstValvesName.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lstValvesName_MouseDown); // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.FlyToMenu, this.LightMenu}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48); // // FlyToMenu // this.FlyToMenu.Name = "FlyToMenu"; this.FlyToMenu.Size = new System.Drawing.Size(100, 22); this.FlyToMenu.Text = "定位"; this.FlyToMenu.Click += new System.EventHandler(this.FlyToMenu_Click); // // LightMenu // this.LightMenu.Name = "LightMenu"; this.LightMenu.Size = new System.Drawing.Size(100, 22); this.LightMenu.Text = "闪烁"; this.LightMenu.Click += new System.EventHandler(this.LightMenu_Click); // // FrmBoosterValvers // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(165, 108); this.Controls.Add(this.lstValvesName); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmBoosterValvers"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "要关闭的阀门"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBoosterValvers_FormClosing); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListBox lstValvesName; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem FlyToMenu; private System.Windows.Forms.ToolStripMenuItem LightMenu; } }