From f400408ec4bb49f14b3db6f2917d9c0f533e4f0b Mon Sep 17 00:00:00 2001 From: Tim Young Date: Mon, 16 Nov 2015 16:01:12 -0500 Subject: [PATCH] Update toedit --- EduNetworkBuilder/toedit.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/EduNetworkBuilder/toedit.txt b/EduNetworkBuilder/toedit.txt index 8e12ef8..17ee038 100644 --- a/EduNetworkBuilder/toedit.txt +++ b/EduNetworkBuilder/toedit.txt @@ -50,29 +50,15 @@ LinkEditor.cs:88: string DstNic = ""; LinkEditor.cs:154: if (SrcNic != "") LinkEditor.cs:160: if (DstNic != "") LinkEditor.cs:175: if (Regex.IsMatch(SrcNic, "^wport") || Regex.IsMatch(SrcNic, "^wlan")) -ListBoxWindow.cs:42: if (SelectedTag == "ALL") -ListBoxWindow.cs:43: Text = Text + "(All Solved)"; ListBoxWindow.cs:47: if (str == SelectedTag || (SelectedTag == "ALL" && Regex.IsMatch(str,"Level"))) -ListBoxWindow.cs:58: btnOK.Text = "Load"; -ListBoxWindow.cs:59: btnAdd.Text = "Cancel"; -ListBoxWindow.cs:77: lblInstructions.Text = "Double-click a route to change it."; ListBoxWindow.cs:78: lbWindowData.Font = new System.Drawing.Font("Courier New", 8); -ListBoxWindow.cs:85: lblInstructions.Text = "Double-Click the interface to add/edit the range of DHCP to serve."; ListBoxWindow.cs:86: lbWindowData.Font = new System.Drawing.Font("Courier New", 8); -ListBoxWindow.cs:105: lblInstructions.Text = "For greater detail, click on the check-boxes"; ListBoxWindow.cs:139: newCB.Name = "checkBox" + count.ToString(); ListBoxWindow.cs:159: return "Level_" + PI.Level; -ListBoxWindow.cs:162: return "ALL"; ListBoxWindow.cs:168: string selected = ""; -ListBoxWindow.cs:186: itemstrings.Add("--Static Routes (Read/Write)--"); -ListBoxWindow.cs:189: itemstrings.Add("--Routes from NICs (Read-Only)--"); ListBoxWindow.cs:220: shown_name = "* " + shown_name; ListBoxWindow.cs:230: if(selected != null && selected != "") ListBoxWindow.cs:251: TheName = Regex.Replace(TheName, @"^\* ", ""); -ListBoxWindow.cs:352: newip.Edit(myNetDevice,"Create Route"); -ListBoxWindow.cs:404: lbWindowData.ContextMenuStrip.Items.Add("Edit"); -ListBoxWindow.cs:406: lbWindowData.ContextMenuStrip.Items.Add("Delete"); -ListBoxWindow.cs:430: DialogResult answer = MessageBox.Show("Are sure you want to forget what puzzles you have done?", "Forget Puzzles?", MessageBoxButtons.YesNo); NB.cs:95: HostName = ""; NB.cs:96: NicName = ""; NB.cs:123: writer.WriteElementString("hostid", HostID.ToString());