diff --git a/TreeViewPanelExtension/Lib/Fiddler.exe b/TreeViewPanelExtension/Lib/Fiddler.exe new file mode 100644 index 0000000..e0d5a7c Binary files /dev/null and b/TreeViewPanelExtension/Lib/Fiddler.exe differ diff --git a/TreeViewPanelExtension/Properties/AssemblyInfo.cs b/TreeViewPanelExtension/Properties/AssemblyInfo.cs index be3edc9..883da56 100644 --- a/TreeViewPanelExtension/Properties/AssemblyInfo.cs +++ b/TreeViewPanelExtension/Properties/AssemblyInfo.cs @@ -1,18 +1,6 @@ using System.Reflection; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("TreeViewPanelExtension")] -[assembly: AssemblyDescription("Fiddler Extension to display sessions in a TreeView")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Gamosoft")] -[assembly: AssemblyProduct("TreeViewPanelExtension")] -[assembly: AssemblyCopyright("Copyright © 2022")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. @@ -21,16 +9,4 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("518f06e0-1160-470b-809a-ff3a33a45a11")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.7.5.0")] -[assembly: AssemblyFileVersion("0.7.5.0")] [assembly: Fiddler.RequiredVersion("2.4.4.5")] \ No newline at end of file diff --git a/TreeViewPanelExtension/Resources.Designer.cs b/TreeViewPanelExtension/Properties/Resources.Designer.cs similarity index 76% rename from TreeViewPanelExtension/Resources.Designer.cs rename to TreeViewPanelExtension/Properties/Resources.Designer.cs index c827808..d48e1d1 100644 --- a/TreeViewPanelExtension/Resources.Designer.cs +++ b/TreeViewPanelExtension/Properties/Resources.Designer.cs @@ -1,233 +1,233 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace TreeViewPanelExtension { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TreeViewPanelExtension.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _009_HighPriority_16x16_72 { - get { - object obj = ResourceManager.GetObject("_009_HighPriority_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _010_LowPriority_16x16_72 { - get { - object obj = ResourceManager.GetObject("_010_LowPriority_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _109_AllAnnotations_Complete_16x16_72 { - get { - object obj = ResourceManager.GetObject("_109_AllAnnotations_Complete_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _109_AllAnnotations_Default_16x16_72 { - get { - object obj = ResourceManager.GetObject("_109_AllAnnotations_Default_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _109_AllAnnotations_donotenter_16x16 { - get { - object obj = ResourceManager.GetObject("_109_AllAnnotations_donotenter_16x16", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _109_AllAnnotations_Error_16x16_72 { - get { - object obj = ResourceManager.GetObject("_109_AllAnnotations_Error_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _109_AllAnnotations_Help_16x16_72 { - get { - object obj = ResourceManager.GetObject("_109_AllAnnotations_Help_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _109_AllAnnotations_Info_16x16_72 { - get { - object obj = ResourceManager.GetObject("_109_AllAnnotations_Info_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _109_AllAnnotations_Warning_16x16_72 { - get { - object obj = ResourceManager.GetObject("_109_AllAnnotations_Warning_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _1385_Disable_16x16_72 { - get { - object obj = ResourceManager.GetObject("_1385_Disable_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _1403_Globe_16x16 { - get { - object obj = ResourceManager.GetObject("_1403_Globe_16x16", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _1409_Monitor_16x16 { - get { - object obj = ResourceManager.GetObject("_1409_Monitor_16x16", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Folder_16x16 { - get { - object obj = ResourceManager.GetObject("Folder_16x16", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap FolderOpen_16x16_72 { - get { - object obj = ResourceManager.GetObject("FolderOpen_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap generic_picture_16x16 { - get { - object obj = ResourceManager.GetObject("generic_picture_16x16", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap generic_picture_16x16_visited { - get { - object obj = ResourceManager.GetObject("generic_picture_16x16_visited", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap pending_request_16x16_72 { - get { - object obj = ResourceManager.GetObject("pending_request_16x16_72", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - } -} +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +namespace TreeViewPanelExtension.Properties { + using System; + + + /// + /// 一个强类型的资源类,用于查找本地化的字符串等。 + /// + // 此类是由 StronglyTypedResourceBuilder + // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 + // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen + // (以 /str 作为命令选项),或重新生成 VS 项目。 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// 返回此类使用的缓存的 ResourceManager 实例。 + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TreeViewPanelExtension.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// 重写当前线程的 CurrentUICulture 属性,对 + /// 使用此强类型资源类的所有资源查找执行重写。 + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _009_HighPriority_16x16_72 { + get { + object obj = ResourceManager.GetObject("_009_HighPriority_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _010_LowPriority_16x16_72 { + get { + object obj = ResourceManager.GetObject("_010_LowPriority_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _109_AllAnnotations_Complete_16x16_72 { + get { + object obj = ResourceManager.GetObject("_109_AllAnnotations_Complete_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _109_AllAnnotations_Default_16x16_72 { + get { + object obj = ResourceManager.GetObject("_109_AllAnnotations_Default_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _109_AllAnnotations_donotenter_16x16 { + get { + object obj = ResourceManager.GetObject("_109_AllAnnotations_donotenter_16x16", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _109_AllAnnotations_Error_16x16_72 { + get { + object obj = ResourceManager.GetObject("_109_AllAnnotations_Error_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _109_AllAnnotations_Help_16x16_72 { + get { + object obj = ResourceManager.GetObject("_109_AllAnnotations_Help_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _109_AllAnnotations_Info_16x16_72 { + get { + object obj = ResourceManager.GetObject("_109_AllAnnotations_Info_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _109_AllAnnotations_Warning_16x16_72 { + get { + object obj = ResourceManager.GetObject("_109_AllAnnotations_Warning_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _1385_Disable_16x16_72 { + get { + object obj = ResourceManager.GetObject("_1385_Disable_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _1403_Globe_16x16 { + get { + object obj = ResourceManager.GetObject("_1403_Globe_16x16", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap _1409_Monitor_16x16 { + get { + object obj = ResourceManager.GetObject("_1409_Monitor_16x16", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap Folder_16x16 { + get { + object obj = ResourceManager.GetObject("Folder_16x16", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap FolderOpen_16x16_72 { + get { + object obj = ResourceManager.GetObject("FolderOpen_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap generic_picture_16x16 { + get { + object obj = ResourceManager.GetObject("generic_picture_16x16", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap generic_picture_16x16_visited { + get { + object obj = ResourceManager.GetObject("generic_picture_16x16_visited", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap pending_request_16x16_72 { + get { + object obj = ResourceManager.GetObject("pending_request_16x16_72", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/TreeViewPanelExtension/Resources.resx b/TreeViewPanelExtension/Properties/Resources.resx similarity index 76% rename from TreeViewPanelExtension/Resources.resx rename to TreeViewPanelExtension/Properties/Resources.resx index 159baed..3a43b7b 100644 --- a/TreeViewPanelExtension/Resources.resx +++ b/TreeViewPanelExtension/Properties/Resources.resx @@ -1,173 +1,173 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - Images\FolderOpen_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\Folder_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\pending_request_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\009_HighPriority_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\010_LowPriority_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\109_AllAnnotations_Complete_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\109_AllAnnotations_Default_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\109_AllAnnotations_donotenter_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\109_AllAnnotations_Error_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\109_AllAnnotations_Help_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\109_AllAnnotations_Info_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\109_AllAnnotations_Warning_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\1385_Disable_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\1403_Globe_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\1409_Monitor_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - Images\generic_picture_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - - Images\generic_picture_16x16_visited.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + ..\Resources\FolderOpen_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\Folder_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\pending_request_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\009_HighPriority_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\010_LowPriority_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\109_AllAnnotations_Complete_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\109_AllAnnotations_Default_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\109_AllAnnotations_donotenter_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\109_AllAnnotations_Error_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\109_AllAnnotations_Help_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\109_AllAnnotations_Info_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\109_AllAnnotations_Warning_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\1385_Disable_16x16_72.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\1403_Globe_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\1409_Monitor_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\generic_picture_16x16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + + ..\Resources\generic_picture_16x16_visited.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/TreeViewPanelExtension/Images/009_HighPriority_16x16_72.png b/TreeViewPanelExtension/Resources/009_HighPriority_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/009_HighPriority_16x16_72.png rename to TreeViewPanelExtension/Resources/009_HighPriority_16x16_72.png diff --git a/TreeViewPanelExtension/Images/010_LowPriority_16x16_72.png b/TreeViewPanelExtension/Resources/010_LowPriority_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/010_LowPriority_16x16_72.png rename to TreeViewPanelExtension/Resources/010_LowPriority_16x16_72.png diff --git a/TreeViewPanelExtension/Images/109_AllAnnotations_Complete_16x16_72.png b/TreeViewPanelExtension/Resources/109_AllAnnotations_Complete_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/109_AllAnnotations_Complete_16x16_72.png rename to TreeViewPanelExtension/Resources/109_AllAnnotations_Complete_16x16_72.png diff --git a/TreeViewPanelExtension/Images/109_AllAnnotations_Default_16x16_72.png b/TreeViewPanelExtension/Resources/109_AllAnnotations_Default_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/109_AllAnnotations_Default_16x16_72.png rename to TreeViewPanelExtension/Resources/109_AllAnnotations_Default_16x16_72.png diff --git a/TreeViewPanelExtension/Images/109_AllAnnotations_Error_16x16_72.png b/TreeViewPanelExtension/Resources/109_AllAnnotations_Error_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/109_AllAnnotations_Error_16x16_72.png rename to TreeViewPanelExtension/Resources/109_AllAnnotations_Error_16x16_72.png diff --git a/TreeViewPanelExtension/Images/109_AllAnnotations_Help_16x16_72.png b/TreeViewPanelExtension/Resources/109_AllAnnotations_Help_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/109_AllAnnotations_Help_16x16_72.png rename to TreeViewPanelExtension/Resources/109_AllAnnotations_Help_16x16_72.png diff --git a/TreeViewPanelExtension/Images/109_AllAnnotations_Info_16x16_72.png b/TreeViewPanelExtension/Resources/109_AllAnnotations_Info_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/109_AllAnnotations_Info_16x16_72.png rename to TreeViewPanelExtension/Resources/109_AllAnnotations_Info_16x16_72.png diff --git a/TreeViewPanelExtension/Images/109_AllAnnotations_Warning_16x16_72.png b/TreeViewPanelExtension/Resources/109_AllAnnotations_Warning_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/109_AllAnnotations_Warning_16x16_72.png rename to TreeViewPanelExtension/Resources/109_AllAnnotations_Warning_16x16_72.png diff --git a/TreeViewPanelExtension/Images/109_AllAnnotations_donotenter_16x16.png b/TreeViewPanelExtension/Resources/109_AllAnnotations_donotenter_16x16.png similarity index 100% rename from TreeViewPanelExtension/Images/109_AllAnnotations_donotenter_16x16.png rename to TreeViewPanelExtension/Resources/109_AllAnnotations_donotenter_16x16.png diff --git a/TreeViewPanelExtension/Images/1385_Disable_16x16_72.png b/TreeViewPanelExtension/Resources/1385_Disable_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/1385_Disable_16x16_72.png rename to TreeViewPanelExtension/Resources/1385_Disable_16x16_72.png diff --git a/TreeViewPanelExtension/Images/1403_Globe_16x16.png b/TreeViewPanelExtension/Resources/1403_Globe_16x16.png similarity index 100% rename from TreeViewPanelExtension/Images/1403_Globe_16x16.png rename to TreeViewPanelExtension/Resources/1403_Globe_16x16.png diff --git a/TreeViewPanelExtension/Images/1409_Monitor_16x16.png b/TreeViewPanelExtension/Resources/1409_Monitor_16x16.png similarity index 100% rename from TreeViewPanelExtension/Images/1409_Monitor_16x16.png rename to TreeViewPanelExtension/Resources/1409_Monitor_16x16.png diff --git a/TreeViewPanelExtension/Images/FolderOpen_16x16_72.png b/TreeViewPanelExtension/Resources/FolderOpen_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/FolderOpen_16x16_72.png rename to TreeViewPanelExtension/Resources/FolderOpen_16x16_72.png diff --git a/TreeViewPanelExtension/Images/Folder_16x16.png b/TreeViewPanelExtension/Resources/Folder_16x16.png similarity index 100% rename from TreeViewPanelExtension/Images/Folder_16x16.png rename to TreeViewPanelExtension/Resources/Folder_16x16.png diff --git a/TreeViewPanelExtension/Images/generic_picture_16x16.png b/TreeViewPanelExtension/Resources/generic_picture_16x16.png similarity index 100% rename from TreeViewPanelExtension/Images/generic_picture_16x16.png rename to TreeViewPanelExtension/Resources/generic_picture_16x16.png diff --git a/TreeViewPanelExtension/Images/generic_picture_16x16_visited.png b/TreeViewPanelExtension/Resources/generic_picture_16x16_visited.png similarity index 100% rename from TreeViewPanelExtension/Images/generic_picture_16x16_visited.png rename to TreeViewPanelExtension/Resources/generic_picture_16x16_visited.png diff --git a/TreeViewPanelExtension/Images/pending_request_16x16_72.png b/TreeViewPanelExtension/Resources/pending_request_16x16_72.png similarity index 100% rename from TreeViewPanelExtension/Images/pending_request_16x16_72.png rename to TreeViewPanelExtension/Resources/pending_request_16x16_72.png diff --git a/TreeViewPanelExtension/TreePanel.cs b/TreeViewPanelExtension/TreePanel.cs index 84aa9d5..aed2c0e 100644 --- a/TreeViewPanelExtension/TreePanel.cs +++ b/TreeViewPanelExtension/TreePanel.cs @@ -3,6 +3,7 @@ using System; using System.Drawing; using System.Windows.Forms; +using TreeViewPanelExtension.Properties; namespace TreeViewPanelExtension { diff --git a/TreeViewPanelExtension/TreeViewPanelExtension.csproj b/TreeViewPanelExtension/TreeViewPanelExtension.csproj index d2dee23..7d096ed 100644 --- a/TreeViewPanelExtension/TreeViewPanelExtension.csproj +++ b/TreeViewPanelExtension/TreeViewPanelExtension.csproj @@ -1,192 +1,55 @@ - - + - Debug - AnyCPU - 9.0.30729 - 2.0 {A6E5732B-B01F-4B51-B77F-E620E80B9941} + true Library Properties TreeViewPanelExtension TreeViewPanelExtension - v4.7.2 - 512 - - - 3.5 - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - SAK - SAK - SAK - SAK - + net461 + bin\$(Configuration) + true + Off + false + $(AssemblyName) + Fiddler Extension to display sessions in a TreeView + Gamosoft + Copyright © 2022 + 0.7.5.0 + 0.7.5.0 + + + Debug;Release + TRACE;DEBUG + TRACE;RELEASE + $(DEBUGRELEASE) + Debug + AnyCPU - + true full false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - + pdbonly true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - C:\Users\guill\AppData\Local\Programs\Fiddler\Fiddler.exe - - - - 3.5 - - - - - 3.5 + Lib\Fiddler.exe + False - - 3.5 - - - - - Form - - - AboutForm.cs - - - - Component - - - True - True - Resources.resx - - - - - - - - AboutForm.cs - - + ResXFileCodeGenerator Resources.Designer.cs + + True + True + Resources.resx + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - - - - - - - - - copy $(TargetPath) "%25userprofile%25\AppData\Local\Programs\Fiddler\Scripts\$(TargetFilename)" - -rem copy $(TargetPath) "%25userprofile%25\My Documents\Fiddler2\Scripts\$(TargetFilename)" -rem copy $(TargetPath) "%25ProgramFiles(x86)%25\Fiddler2\Scripts\$(TargetFilename)" -rem "%25ProgramFiles(x86)%25\Fiddler2\Fiddler.exe" - \ No newline at end of file