More progress

This commit is contained in:
Latif Khalifa
2013-12-01 23:02:34 +01:00
parent daf8decdb1
commit 6047cccca9
4 changed files with 403 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ namespace GridProxyGUI
{
internal class MessageScroller : TreeView
{
public static string[] ColumnLabels = { "Counter", "Timestamp", "Protocol", "Type", "Size", "URL", "Content Type" };
public static string[] ColumnLabels = { "Nr", "Timestamp", "Protocol", "Type", "Size", "URL", "Content Type" };
Dictionary<string, int> ColumnMap = new Dictionary<string, int>();
public ListStore Messages;