Update toedit

This commit is contained in:
Tim Young 2015-11-16 16:01:12 -05:00
parent 680210ecb5
commit f400408ec4

View File

@ -50,29 +50,15 @@ LinkEditor.cs:88: string DstNic = "";
LinkEditor.cs:154: if (SrcNic != "") LinkEditor.cs:154: if (SrcNic != "")
LinkEditor.cs:160: if (DstNic != "") LinkEditor.cs:160: if (DstNic != "")
LinkEditor.cs:175: if (Regex.IsMatch(SrcNic, "^wport") || Regex.IsMatch(SrcNic, "^wlan")) 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: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: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: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:139: newCB.Name = "checkBox" + count.ToString();
ListBoxWindow.cs:159: return "Level_" + PI.Level; ListBoxWindow.cs:159: return "Level_" + PI.Level;
ListBoxWindow.cs:162: return "ALL";
ListBoxWindow.cs:168: string selected = ""; 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:220: shown_name = "* " + shown_name;
ListBoxWindow.cs:230: if(selected != null && selected != "") ListBoxWindow.cs:230: if(selected != null && selected != "")
ListBoxWindow.cs:251: TheName = Regex.Replace(TheName, @"^\* ", ""); 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:95: HostName = "";
NB.cs:96: NicName = ""; NB.cs:96: NicName = "";
NB.cs:123: writer.WriteElementString("hostid", HostID.ToString()); NB.cs:123: writer.WriteElementString("hostid", HostID.ToString());