namespace EduNetworkBuilder { partial class BuilderWindow { /// /// 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.msMainMenuStrip = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.reloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.logoutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.replayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.storeReplayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveReplayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.changeLanguageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.classSetupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.profileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.addToClassworkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.updateClassworkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.submitHomeworkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.markAsGradedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.dHCPRequestToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearArpTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.clearIPsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.releaseNotesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.samplesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.puzzlesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.solvedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toSolveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.randomToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.regressionTestingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panelChoices = new System.Windows.Forms.Panel(); this.lbMessages = new System.Windows.Forms.ListBox(); this.lblStatus = new System.Windows.Forms.Label(); this.pbNetworkView = new System.Windows.Forms.PictureBox(); this.btnHelp = new System.Windows.Forms.Button(); this.rbHelp4 = new System.Windows.Forms.RadioButton(); this.rbHelp3 = new System.Windows.Forms.RadioButton(); this.rbHelp2 = new System.Windows.Forms.RadioButton(); this.rbHelp1 = new System.Windows.Forms.RadioButton(); this.HelpPanel = new System.Windows.Forms.Panel(); this.btnCaptions = new System.Windows.Forms.Button(); this.myProgressBar = new System.Windows.Forms.ProgressBar(); this.cbLineColor = new System.Windows.Forms.ComboBox(); this.cbFillColor = new System.Windows.Forms.ComboBox(); this.forgetReplayStatusesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.msMainMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbNetworkView)).BeginInit(); this.HelpPanel.SuspendLayout(); this.SuspendLayout(); // // msMainMenuStrip // this.msMainMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.msMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, this.allToolStripMenuItem, this.helpToolStripMenuItem, this.samplesToolStripMenuItem}); this.msMainMenuStrip.Location = new System.Drawing.Point(0, 0); this.msMainMenuStrip.Name = "msMainMenuStrip"; this.msMainMenuStrip.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2); this.msMainMenuStrip.Size = new System.Drawing.Size(617, 28); this.msMainMenuStrip.TabIndex = 0; this.msMainMenuStrip.Text = "msMainMenuStrip"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newToolStripMenuItem, this.loadToolStripMenuItem, this.reloadToolStripMenuItem, this.saveToolStripMenuItem, this.logoutToolStripMenuItem, this.replayToolStripMenuItem, this.storeReplayToolStripMenuItem, this.saveReplayToolStripMenuItem, this.forgetReplayStatusesToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24); this.fileToolStripMenuItem.Text = "File"; this.fileToolStripMenuItem.DropDownOpening += new System.EventHandler(this.fileToolStripMenuItem_DropDownOpening); // // newToolStripMenuItem // this.newToolStripMenuItem.Name = "newToolStripMenuItem"; this.newToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.newToolStripMenuItem.Text = "New"; this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click); // // loadToolStripMenuItem // this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; this.loadToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.loadToolStripMenuItem.Text = "Load"; this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); // // reloadToolStripMenuItem // this.reloadToolStripMenuItem.Name = "reloadToolStripMenuItem"; this.reloadToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.reloadToolStripMenuItem.Text = "Reload"; this.reloadToolStripMenuItem.Click += new System.EventHandler(this.reloadToolStripMenuItem_Click); // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.saveToolStripMenuItem.Text = "Save"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // // logoutToolStripMenuItem // this.logoutToolStripMenuItem.Name = "logoutToolStripMenuItem"; this.logoutToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.logoutToolStripMenuItem.Text = "Logout"; this.logoutToolStripMenuItem.Click += new System.EventHandler(this.logoutToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // replayToolStripMenuItem // this.replayToolStripMenuItem.Name = "replayToolStripMenuItem"; this.replayToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.replayToolStripMenuItem.Text = "Replay"; this.replayToolStripMenuItem.Click += new System.EventHandler(this.replayToolStripMenuItem_Click); // // storeReplayToolStripMenuItem // this.storeReplayToolStripMenuItem.Name = "storeReplayToolStripMenuItem"; this.storeReplayToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.storeReplayToolStripMenuItem.Text = "Store Replay"; this.storeReplayToolStripMenuItem.Click += new System.EventHandler(this.storeReplayToolStripMenuItem_Click); // // saveReplayToolStripMenuItem // this.saveReplayToolStripMenuItem.Name = "saveReplayToolStripMenuItem"; this.saveReplayToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.saveReplayToolStripMenuItem.Text = "Save Replay"; this.saveReplayToolStripMenuItem.Click += new System.EventHandler(this.saveReplayToolStripMenuItem_Click); // // editToolStripMenuItem // this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cutToolStripMenuItem, this.copyToolStripMenuItem, this.pasteToolStripMenuItem, this.undoToolStripMenuItem, this.optionsToolStripMenuItem, this.changeLanguageToolStripMenuItem, this.classSetupToolStripMenuItem, this.profileToolStripMenuItem, this.addToClassworkToolStripMenuItem, this.updateClassworkToolStripMenuItem, this.submitHomeworkToolStripMenuItem, this.markAsGradedToolStripMenuItem}); this.editToolStripMenuItem.Name = "editToolStripMenuItem"; this.editToolStripMenuItem.Size = new System.Drawing.Size(47, 24); this.editToolStripMenuItem.Text = "Edit"; // // cutToolStripMenuItem // this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; this.cutToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.cutToolStripMenuItem.Text = "Cut"; // // copyToolStripMenuItem // this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; this.copyToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.copyToolStripMenuItem.Text = "Copy"; // // pasteToolStripMenuItem // this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; this.pasteToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.pasteToolStripMenuItem.Text = "Paste"; // // undoToolStripMenuItem // this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; this.undoToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.undoToolStripMenuItem.Text = "Undo"; // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.optionsToolStripMenuItem.Text = "Options"; this.optionsToolStripMenuItem.Click += new System.EventHandler(this.optionsToolStripMenuItem_Click); // // changeLanguageToolStripMenuItem // this.changeLanguageToolStripMenuItem.Name = "changeLanguageToolStripMenuItem"; this.changeLanguageToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.changeLanguageToolStripMenuItem.Text = "Change Language"; this.changeLanguageToolStripMenuItem.Click += new System.EventHandler(this.changeLanguageToolStripMenuItem_Click); // // classSetupToolStripMenuItem // this.classSetupToolStripMenuItem.Name = "classSetupToolStripMenuItem"; this.classSetupToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.classSetupToolStripMenuItem.Text = "Class Setup"; this.classSetupToolStripMenuItem.Click += new System.EventHandler(this.classSetupToolStripMenuItem_Click); // // profileToolStripMenuItem // this.profileToolStripMenuItem.Name = "profileToolStripMenuItem"; this.profileToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.profileToolStripMenuItem.Text = "Profile"; this.profileToolStripMenuItem.Click += new System.EventHandler(this.profileToolStripMenuItem_Click); // // addToClassworkToolStripMenuItem // this.addToClassworkToolStripMenuItem.Name = "addToClassworkToolStripMenuItem"; this.addToClassworkToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.addToClassworkToolStripMenuItem.Text = "Add To Classwork"; this.addToClassworkToolStripMenuItem.Click += new System.EventHandler(this.addToClassworkToolStripMenuItem_Click); // // updateClassworkToolStripMenuItem // this.updateClassworkToolStripMenuItem.Name = "updateClassworkToolStripMenuItem"; this.updateClassworkToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.updateClassworkToolStripMenuItem.Text = "Update Classwork"; this.updateClassworkToolStripMenuItem.Click += new System.EventHandler(this.updateClassworkToolStripMenuItem_Click); // // submitHomeworkToolStripMenuItem // this.submitHomeworkToolStripMenuItem.Name = "submitHomeworkToolStripMenuItem"; this.submitHomeworkToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.submitHomeworkToolStripMenuItem.Text = "Submit Homework"; this.submitHomeworkToolStripMenuItem.Click += new System.EventHandler(this.submitHomeworkToolStripMenuItem_Click); // // markAsGradedToolStripMenuItem // this.markAsGradedToolStripMenuItem.Name = "markAsGradedToolStripMenuItem"; this.markAsGradedToolStripMenuItem.Size = new System.Drawing.Size(208, 26); this.markAsGradedToolStripMenuItem.Text = "Mark As Graded"; this.markAsGradedToolStripMenuItem.Click += new System.EventHandler(this.markAsGradedToolStripMenuItem_Click); // // allToolStripMenuItem // this.allToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.dHCPRequestToolStripMenuItem, this.clearArpTableToolStripMenuItem, this.clearIPsToolStripMenuItem, this.pingToolStripMenuItem}); this.allToolStripMenuItem.Name = "allToolStripMenuItem"; this.allToolStripMenuItem.Size = new System.Drawing.Size(39, 24); this.allToolStripMenuItem.Text = "All"; // // dHCPRequestToolStripMenuItem // this.dHCPRequestToolStripMenuItem.Name = "dHCPRequestToolStripMenuItem"; this.dHCPRequestToolStripMenuItem.Size = new System.Drawing.Size(185, 26); this.dHCPRequestToolStripMenuItem.Text = "DHCP Request"; this.dHCPRequestToolStripMenuItem.Click += new System.EventHandler(this.dHCPRequestToolStripMenuItem_Click); // // clearArpTableToolStripMenuItem // this.clearArpTableToolStripMenuItem.Name = "clearArpTableToolStripMenuItem"; this.clearArpTableToolStripMenuItem.Size = new System.Drawing.Size(185, 26); this.clearArpTableToolStripMenuItem.Text = "Clear Arp Table"; this.clearArpTableToolStripMenuItem.Click += new System.EventHandler(this.clearArpTableToolStripMenuItem_Click); // // clearIPsToolStripMenuItem // this.clearIPsToolStripMenuItem.Name = "clearIPsToolStripMenuItem"; this.clearIPsToolStripMenuItem.Size = new System.Drawing.Size(185, 26); this.clearIPsToolStripMenuItem.Text = "Clear IPs"; this.clearIPsToolStripMenuItem.Click += new System.EventHandler(this.clearIPsToolStripMenuItem_Click); // // pingToolStripMenuItem // this.pingToolStripMenuItem.Name = "pingToolStripMenuItem"; this.pingToolStripMenuItem.Size = new System.Drawing.Size(185, 26); this.pingToolStripMenuItem.Text = "Ping"; this.pingToolStripMenuItem.Click += new System.EventHandler(this.pingToolStripMenuItem_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpToolStripMenuItem1, this.aboutToolStripMenuItem, this.releaseNotesToolStripMenuItem, this.checkForUpdatesToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24); this.helpToolStripMenuItem.Text = "Help"; // // helpToolStripMenuItem1 // this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1"; this.helpToolStripMenuItem1.Size = new System.Drawing.Size(207, 26); this.helpToolStripMenuItem1.Text = "Help"; this.helpToolStripMenuItem1.Click += new System.EventHandler(this.helpToolStripMenuItem1_Click); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(207, 26); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // releaseNotesToolStripMenuItem // this.releaseNotesToolStripMenuItem.Name = "releaseNotesToolStripMenuItem"; this.releaseNotesToolStripMenuItem.Size = new System.Drawing.Size(207, 26); this.releaseNotesToolStripMenuItem.Text = "Release Notes"; this.releaseNotesToolStripMenuItem.Click += new System.EventHandler(this.releaseNotesToolStripMenuItem_Click); // // checkForUpdatesToolStripMenuItem // this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(207, 26); this.checkForUpdatesToolStripMenuItem.Text = "Check For Updates"; // // samplesToolStripMenuItem // this.samplesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.puzzlesToolStripMenuItem, this.solvedToolStripMenuItem, this.toSolveToolStripMenuItem, this.randomToolStripMenuItem, this.regressionTestingToolStripMenuItem}); this.samplesToolStripMenuItem.Name = "samplesToolStripMenuItem"; this.samplesToolStripMenuItem.Size = new System.Drawing.Size(77, 24); this.samplesToolStripMenuItem.Text = "Samples"; this.samplesToolStripMenuItem.DropDownOpening += new System.EventHandler(this.samplesToolStripMenuItem_DropDownOpening); // // puzzlesToolStripMenuItem // this.puzzlesToolStripMenuItem.Name = "puzzlesToolStripMenuItem"; this.puzzlesToolStripMenuItem.Size = new System.Drawing.Size(207, 26); this.puzzlesToolStripMenuItem.Text = "Puzzles"; this.puzzlesToolStripMenuItem.Click += new System.EventHandler(this.puzzlesToolStripMenuItem_Click); // // solvedToolStripMenuItem // this.solvedToolStripMenuItem.Name = "solvedToolStripMenuItem"; this.solvedToolStripMenuItem.Size = new System.Drawing.Size(207, 26); this.solvedToolStripMenuItem.Text = "Solved"; // // toSolveToolStripMenuItem // this.toSolveToolStripMenuItem.Name = "toSolveToolStripMenuItem"; this.toSolveToolStripMenuItem.Size = new System.Drawing.Size(207, 26); this.toSolveToolStripMenuItem.Text = "To Solve"; // // randomToolStripMenuItem // this.randomToolStripMenuItem.Name = "randomToolStripMenuItem"; this.randomToolStripMenuItem.Size = new System.Drawing.Size(207, 26); this.randomToolStripMenuItem.Text = "Random"; this.randomToolStripMenuItem.Click += new System.EventHandler(this.randomToolStripMenuItem_Click); // // regressionTestingToolStripMenuItem // this.regressionTestingToolStripMenuItem.Name = "regressionTestingToolStripMenuItem"; this.regressionTestingToolStripMenuItem.Size = new System.Drawing.Size(207, 26); this.regressionTestingToolStripMenuItem.Text = "Regression Testing"; this.regressionTestingToolStripMenuItem.Click += new System.EventHandler(this.regressionTestingToolStripMenuItem_Click); // // panelChoices // this.panelChoices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panelChoices.Location = new System.Drawing.Point(13, 31); this.panelChoices.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panelChoices.Name = "panelChoices"; this.panelChoices.Size = new System.Drawing.Size(79, 369); this.panelChoices.TabIndex = 2; // // lbMessages // this.lbMessages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbMessages.Font = new System.Drawing.Font("Courier New", 8F); this.lbMessages.FormattingEnabled = true; this.lbMessages.ItemHeight = 16; this.lbMessages.Location = new System.Drawing.Point(99, 405); this.lbMessages.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.lbMessages.Name = "lbMessages"; this.lbMessages.Size = new System.Drawing.Size(487, 68); this.lbMessages.TabIndex = 3; this.lbMessages.DoubleClick += new System.EventHandler(this.lbMessages_DoubleClick); // // lblStatus // this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblStatus.Location = new System.Drawing.Point(99, 492); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(487, 17); this.lblStatus.TabIndex = 4; this.lblStatus.Text = "lblStatus"; this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pbNetworkView // this.pbNetworkView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pbNetworkView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbNetworkView.Location = new System.Drawing.Point(99, 31); this.pbNetworkView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pbNetworkView.Name = "pbNetworkView"; this.pbNetworkView.Size = new System.Drawing.Size(487, 369); this.pbNetworkView.TabIndex = 1; this.pbNetworkView.TabStop = false; this.pbNetworkView.DoubleClick += new System.EventHandler(this.pbNetworkView_DoubleClick); this.pbNetworkView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbNetworkView_MouseDown); this.pbNetworkView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbNetworkView_MouseMove); this.pbNetworkView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pbNetworkView_MouseUp); // // btnHelp // this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnHelp.Location = new System.Drawing.Point(3, 33); this.btnHelp.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnHelp.Name = "btnHelp"; this.btnHelp.Size = new System.Drawing.Size(28, 25); this.btnHelp.TabIndex = 5; this.btnHelp.Text = "?"; this.btnHelp.UseVisualStyleBackColor = true; this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click); // // rbHelp4 // this.rbHelp4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rbHelp4.AutoSize = true; this.rbHelp4.Location = new System.Drawing.Point(14, 65); this.rbHelp4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.rbHelp4.Name = "rbHelp4"; this.rbHelp4.Size = new System.Drawing.Size(17, 16); this.rbHelp4.TabIndex = 6; this.rbHelp4.UseVisualStyleBackColor = true; this.rbHelp4.CheckedChanged += new System.EventHandler(this.rbHelp4_CheckedChanged); // // rbHelp3 // this.rbHelp3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rbHelp3.AutoSize = true; this.rbHelp3.Location = new System.Drawing.Point(14, 85); this.rbHelp3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.rbHelp3.Name = "rbHelp3"; this.rbHelp3.Size = new System.Drawing.Size(17, 16); this.rbHelp3.TabIndex = 7; this.rbHelp3.UseVisualStyleBackColor = true; this.rbHelp3.CheckedChanged += new System.EventHandler(this.rbHelp3_CheckedChanged); // // rbHelp2 // this.rbHelp2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rbHelp2.AutoSize = true; this.rbHelp2.Location = new System.Drawing.Point(14, 107); this.rbHelp2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.rbHelp2.Name = "rbHelp2"; this.rbHelp2.Size = new System.Drawing.Size(17, 16); this.rbHelp2.TabIndex = 8; this.rbHelp2.UseVisualStyleBackColor = true; this.rbHelp2.CheckedChanged += new System.EventHandler(this.rbHelp2_CheckedChanged); // // rbHelp1 // this.rbHelp1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rbHelp1.AutoSize = true; this.rbHelp1.Checked = true; this.rbHelp1.Location = new System.Drawing.Point(14, 129); this.rbHelp1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.rbHelp1.Name = "rbHelp1"; this.rbHelp1.Size = new System.Drawing.Size(17, 16); this.rbHelp1.TabIndex = 9; this.rbHelp1.TabStop = true; this.rbHelp1.UseVisualStyleBackColor = true; this.rbHelp1.CheckedChanged += new System.EventHandler(this.rbHelp1_CheckedChanged); // // HelpPanel // this.HelpPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.HelpPanel.Controls.Add(this.btnCaptions); this.HelpPanel.Controls.Add(this.rbHelp4); this.HelpPanel.Controls.Add(this.btnHelp); this.HelpPanel.Controls.Add(this.rbHelp1); this.HelpPanel.Controls.Add(this.rbHelp3); this.HelpPanel.Controls.Add(this.rbHelp2); this.HelpPanel.Location = new System.Drawing.Point(584, 31); this.HelpPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.HelpPanel.Name = "HelpPanel"; this.HelpPanel.Size = new System.Drawing.Size(33, 369); this.HelpPanel.TabIndex = 10; // // btnCaptions // this.btnCaptions.BackgroundImage = global::EduNetworkBuilder.Properties.Resources.CaptionBtn; this.btnCaptions.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnCaptions.Location = new System.Drawing.Point(6, 3); this.btnCaptions.Name = "btnCaptions"; this.btnCaptions.Size = new System.Drawing.Size(24, 25); this.btnCaptions.TabIndex = 10; this.btnCaptions.UseVisualStyleBackColor = true; this.btnCaptions.Click += new System.EventHandler(this.btnCaptions_Click); // // myProgressBar // this.myProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.myProgressBar.Location = new System.Drawing.Point(13, 405); this.myProgressBar.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.myProgressBar.Name = "myProgressBar"; this.myProgressBar.Size = new System.Drawing.Size(79, 23); this.myProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.myProgressBar.TabIndex = 11; // // cbLineColor // this.cbLineColor.FormattingEnabled = true; this.cbLineColor.Location = new System.Drawing.Point(12, 433); this.cbLineColor.Name = "cbLineColor"; this.cbLineColor.Size = new System.Drawing.Size(79, 24); this.cbLineColor.TabIndex = 12; // // cbFillColor // this.cbFillColor.FormattingEnabled = true; this.cbFillColor.Location = new System.Drawing.Point(11, 463); this.cbFillColor.Name = "cbFillColor"; this.cbFillColor.Size = new System.Drawing.Size(80, 24); this.cbFillColor.TabIndex = 13; // // forgetReplayStatusesToolStripMenuItem // this.forgetReplayStatusesToolStripMenuItem.Name = "forgetReplayStatusesToolStripMenuItem"; this.forgetReplayStatusesToolStripMenuItem.Size = new System.Drawing.Size(234, 26); this.forgetReplayStatusesToolStripMenuItem.Text = "Forget Replay Statuses"; this.forgetReplayStatusesToolStripMenuItem.Click += new System.EventHandler(this.forgetReplayStatusesToolStripMenuItem_Click); // // BuilderWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(617, 507); this.Controls.Add(this.cbFillColor); this.Controls.Add(this.cbLineColor); this.Controls.Add(this.myProgressBar); this.Controls.Add(this.lblStatus); this.Controls.Add(this.lbMessages); this.Controls.Add(this.panelChoices); this.Controls.Add(this.pbNetworkView); this.Controls.Add(this.msMainMenuStrip); this.Controls.Add(this.HelpPanel); this.Icon = global::EduNetworkBuilder.Properties.Resources.NBIco; this.MainMenuStrip = this.msMainMenuStrip; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "BuilderWindow"; this.Text = "Network Builder"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BuilderWindow_FormClosing); this.Load += new System.EventHandler(this.BuilderWindow_Load); this.Shown += new System.EventHandler(this.BuilderWindow_Shown); this.ResizeEnd += new System.EventHandler(this.BuilderWindow_ResizeEnd); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BuilderWindow_KeyDown); this.Resize += new System.EventHandler(this.BuilderWindow_Resize); this.msMainMenuStrip.ResumeLayout(false); this.msMainMenuStrip.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbNetworkView)).EndInit(); this.HelpPanel.ResumeLayout(false); this.HelpPanel.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip msMainMenuStrip; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem checkForUpdatesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; private System.Windows.Forms.PictureBox pbNetworkView; private System.Windows.Forms.Panel panelChoices; private System.Windows.Forms.ListBox lbMessages; private System.Windows.Forms.Label lblStatus; private System.Windows.Forms.ToolStripMenuItem releaseNotesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem reloadToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem dHCPRequestToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem clearArpTableToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem clearIPsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pingToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem samplesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem solvedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toSolveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; private System.Windows.Forms.Button btnHelp; private System.Windows.Forms.RadioButton rbHelp4; private System.Windows.Forms.RadioButton rbHelp3; private System.Windows.Forms.RadioButton rbHelp2; private System.Windows.Forms.RadioButton rbHelp1; private System.Windows.Forms.Panel HelpPanel; private System.Windows.Forms.ToolStripMenuItem puzzlesToolStripMenuItem; private System.Windows.Forms.ProgressBar myProgressBar; private System.Windows.Forms.ToolStripMenuItem changeLanguageToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem classSetupToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem profileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem addToClassworkToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem updateClassworkToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem submitHomeworkToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem markAsGradedToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem logoutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem randomToolStripMenuItem; private System.Windows.Forms.Button btnCaptions; private System.Windows.Forms.ComboBox cbLineColor; private System.Windows.Forms.ComboBox cbFillColor; private System.Windows.Forms.ToolStripMenuItem replayToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem storeReplayToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveReplayToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem regressionTestingToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem forgetReplayStatusesToolStripMenuItem; } }