use a button to toggle the type of caption to show.

This commit is contained in:
2017-08-30 16:23:04 -05:00
parent 88e65459f2
commit 1cd61dd293
15 changed files with 225 additions and 127 deletions

View File

@ -58,7 +58,7 @@ namespace EduNetworkBuilder
Network, Packet, NIC, Interface, Router, PacketCorruption, GeneralWireless, WirelessSSID, WirelessKey,
WirelessAP, WirelessRouter, WirelessRepeater, WirelessBridge, VLAN, Power, Traceroute
}
public enum CaptionType { host, host_ip, ip, full, none }
public enum CaptionType { none=0, host=1, ip=2, host_ip=3, full=4 }
public enum FirewallRuleType { Allow, Drop }
public enum SolvedNetworkNames { DHCP, OneNet, TwoNets, ThreeNets, firewalls, VLAN, InternetHomeAndOffice }
public enum PuzzleNames