namespace UseCases { partial class FrmMain { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btSave = new System.Windows.Forms.ToolStripMenuItem(); this.btSaveImage = new System.Windows.Forms.ToolStripMenuItem(); this.btOpen = new System.Windows.Forms.ToolStripMenuItem(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btExit = new System.Windows.Forms.ToolStripMenuItem(); this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btAddActor = new System.Windows.Forms.ToolStripMenuItem(); this.btAddUseCase = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.controlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.addToolStripMenuItem, this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(414, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btSave, this.btSaveImage, this.btOpen, this.clearToolStripMenuItem, this.btExit}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "File"; // // btSave // this.btSave.Name = "btSave"; this.btSave.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.btSave.Size = new System.Drawing.Size(220, 22); this.btSave.Text = "Save"; this.btSave.Click += new System.EventHandler(this.btSave_Click); // // btSaveImage // this.btSaveImage.Name = "btSaveImage"; this.btSaveImage.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); this.btSaveImage.Size = new System.Drawing.Size(220, 22); this.btSaveImage.Text = "Save as Image"; this.btSaveImage.Click += new System.EventHandler(this.btSaveImage_Click); // // btOpen // this.btOpen.Name = "btOpen"; this.btOpen.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this.btOpen.Size = new System.Drawing.Size(220, 22); this.btOpen.Text = "Open"; this.btOpen.Click += new System.EventHandler(this.btOpen_Click); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.Size = new System.Drawing.Size(220, 22); this.clearToolStripMenuItem.Text = "Clear"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // btExit // this.btExit.Name = "btExit"; this.btExit.Size = new System.Drawing.Size(220, 22); this.btExit.Text = "Exit"; this.btExit.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // addToolStripMenuItem // this.addToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btAddActor, this.btAddUseCase}); this.addToolStripMenuItem.Name = "addToolStripMenuItem"; this.addToolStripMenuItem.Size = new System.Drawing.Size(41, 20); this.addToolStripMenuItem.Text = "Add"; // // btAddActor // this.btAddActor.Name = "btAddActor"; this.btAddActor.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.btAddActor.Size = new System.Drawing.Size(163, 22); this.btAddActor.Text = "Actor"; this.btAddActor.Click += new System.EventHandler(this.btAddActor_Click); // // btAddUseCase // this.btAddUseCase.Name = "btAddUseCase"; this.btAddUseCase.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U))); this.btAddUseCase.Size = new System.Drawing.Size(163, 22); this.btAddUseCase.Text = "Use Case"; this.btAddUseCase.Click += new System.EventHandler(this.btAddUseCase_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.controlsToolStripMenuItem, this.aboutToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "Help"; // // controlsToolStripMenuItem // this.controlsToolStripMenuItem.Name = "controlsToolStripMenuItem"; this.controlsToolStripMenuItem.Size = new System.Drawing.Size(119, 22); this.controlsToolStripMenuItem.Text = "Controls"; this.controlsToolStripMenuItem.Click += new System.EventHandler(this.controlsToolStripMenuItem_Click); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(119, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(414, 333); this.Controls.Add(this.menuStrip1); this.DoubleBuffered = true; this.MainMenuStrip = this.menuStrip1; this.Name = "FrmMain"; this.Text = "UseCase Designer"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing); this.Click += new System.EventHandler(this.frmMain_Click); this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmMain_Paint); this.DoubleClick += new System.EventHandler(this.frmMain_DoubleClick); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseUp); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem btSave; private System.Windows.Forms.ToolStripMenuItem btSaveImage; private System.Windows.Forms.ToolStripMenuItem btExit; private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem btAddActor; private System.Windows.Forms.ToolStripMenuItem btAddUseCase; private System.Windows.Forms.ToolStripMenuItem btOpen; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem controlsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; } }