namespace OperationDrawDown { partial class OperationDrawDown { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.moveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.attackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.trainIraqiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.moveToolStripMenuItem, this.attackToolStripMenuItem, this.trainIraqiToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(153, 92); // // moveToolStripMenuItem // this.moveToolStripMenuItem.Name = "moveToolStripMenuItem"; this.moveToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.moveToolStripMenuItem.Text = "Move"; // // attackToolStripMenuItem // this.attackToolStripMenuItem.Name = "attackToolStripMenuItem"; this.attackToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.attackToolStripMenuItem.Text = "Attack"; // // trainIraqiToolStripMenuItem // this.trainIraqiToolStripMenuItem.Name = "trainIraqiToolStripMenuItem"; this.trainIraqiToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.trainIraqiToolStripMenuItem.Text = "Train Iraqi"; // // OperationDrawDown // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "OperationDrawDown"; this.Size = new System.Drawing.Size(393, 296); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MouseDown_Click); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MouseUp_Click); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMotion); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem moveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem attackToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem trainIraqiToolStripMenuItem; } }