├── CSStoUserScript.rar ├── CSStoUserScript.v12.suo ├── CSStoUserScript ├── Resources │ ├── Copy-24.png │ ├── Cut-24.png │ └── Paste-24.png ├── bin │ ├── CSStoUserScript.zip │ ├── Debug │ │ ├── CSStoUserScript.exe │ │ ├── FastColoredTextBox.dll │ │ ├── CSStoUserScript.vshost.exe │ │ ├── CSStoUserScript.exe.config │ │ ├── CSStoUserScript.vshost.exe.config │ │ └── CSStoUserScript.vshost.exe.manifest │ ├── Release │ │ ├── CSStoUserScript.exe │ │ ├── FastColoredTextBox.dll │ │ ├── CSStoUserScript.vshost.exe │ │ ├── CSStoUserScript.exe.config │ │ └── CSStoUserScript.vshost.exe.config │ ├── CSStoUserScript │ │ ├── CSStoUserScript.exe │ │ └── FastColoredTextBox.dll │ └── debug.log ├── obj │ ├── Debug │ │ ├── CSStoUserScript.exe │ │ ├── CSStoUserScript.Form1.resources │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── CSStoUserScript.Properties.Resources.resources │ │ ├── CSStoUserScript.csproj.GenerateResource.Cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── CSStoUserScript.csprojResolveAssemblyReference.cache │ │ └── CSStoUserScript.csproj.FileListAbsolute.txt │ └── Release │ │ ├── CSStoUserScript.exe │ │ ├── CSStoUserScript.About.resources │ │ ├── CSStoUserScript.Converter.resources │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── CSStoUserScript.csproj.GenerateResource.Cache │ │ ├── TempPE │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── CSStoUserScript.Properties.Resources.resources │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── CSStoUserScript.csprojResolveAssemblyReference.cache │ │ └── CSStoUserScript.csproj.FileListAbsolute.txt ├── app.config ├── Properties │ ├── Settings.settings │ ├── Settings.Designer.cs │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ └── Resources.resx ├── CSStoUserScript.csproj.user ├── Program.cs ├── About.cs ├── Constants.cs ├── About.Designer.cs ├── About.resx ├── CSStoUserScript.csproj ├── Converter.cs ├── Converter.resx └── Converter.Designer.cs ├── CSStoUserScript.sln └── CSStoUserScript.userprefs /CSStoUserScript.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript.rar -------------------------------------------------------------------------------- /CSStoUserScript.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript.v12.suo -------------------------------------------------------------------------------- /CSStoUserScript/Resources/Copy-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/Resources/Copy-24.png -------------------------------------------------------------------------------- /CSStoUserScript/Resources/Cut-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/Resources/Cut-24.png -------------------------------------------------------------------------------- /CSStoUserScript/Resources/Paste-24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/Resources/Paste-24.png -------------------------------------------------------------------------------- /CSStoUserScript/bin/CSStoUserScript.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/CSStoUserScript.zip -------------------------------------------------------------------------------- /CSStoUserScript/bin/Debug/CSStoUserScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/Debug/CSStoUserScript.exe -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/CSStoUserScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Debug/CSStoUserScript.exe -------------------------------------------------------------------------------- /CSStoUserScript/bin/Debug/FastColoredTextBox.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/Debug/FastColoredTextBox.dll -------------------------------------------------------------------------------- /CSStoUserScript/bin/Release/CSStoUserScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/Release/CSStoUserScript.exe -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/CSStoUserScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/CSStoUserScript.exe -------------------------------------------------------------------------------- /CSStoUserScript/bin/Release/FastColoredTextBox.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/Release/FastColoredTextBox.dll -------------------------------------------------------------------------------- /CSStoUserScript/bin/Debug/CSStoUserScript.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/Debug/CSStoUserScript.vshost.exe -------------------------------------------------------------------------------- /CSStoUserScript/bin/CSStoUserScript/CSStoUserScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/CSStoUserScript/CSStoUserScript.exe -------------------------------------------------------------------------------- /CSStoUserScript/bin/Release/CSStoUserScript.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/Release/CSStoUserScript.vshost.exe -------------------------------------------------------------------------------- /CSStoUserScript/bin/CSStoUserScript/FastColoredTextBox.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/bin/CSStoUserScript/FastColoredTextBox.dll -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/CSStoUserScript.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Debug/CSStoUserScript.Form1.resources -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/CSStoUserScript.About.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/CSStoUserScript.About.resources -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/CSStoUserScript.Converter.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/CSStoUserScript.Converter.resources -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /CSStoUserScript/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/CSStoUserScript.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Debug/CSStoUserScript.Properties.Resources.resources -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/CSStoUserScript.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Debug/CSStoUserScript.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/CSStoUserScript.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/CSStoUserScript.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/CSStoUserScript.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/CSStoUserScript.Properties.Resources.resources -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/CSStoUserScript.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Debug/CSStoUserScript.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/CSStoUserScript.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Spiderpig86/CSStoUserScriptConverter/HEAD/CSStoUserScript/obj/Release/CSStoUserScript.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /CSStoUserScript/bin/Debug/CSStoUserScript.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /CSStoUserScript/bin/Release/CSStoUserScript.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /CSStoUserScript/bin/Debug/CSStoUserScript.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /CSStoUserScript/bin/Release/CSStoUserScript.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /CSStoUserScript/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /CSStoUserScript/CSStoUserScript.csproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | publish\ 5 | 6 | 7 | 8 | 9 | 10 | en-US 11 | false 12 | 13 | -------------------------------------------------------------------------------- /CSStoUserScript/bin/Debug/CSStoUserScript.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /CSStoUserScript/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace CSStoUserScript 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new Converter()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /CSStoUserScript/About.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace CSStoUserScript 11 | { 12 | public partial class About : Form 13 | { 14 | public About() 15 | { 16 | InitializeComponent(); 17 | } 18 | 19 | private void button1_Click(object sender, EventArgs e) 20 | { 21 | System.Diagnostics.Process.Start("https://greasyfork.org/en/forum/discussion/6210/css-to-script-converter"); 22 | } 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /CSStoUserScript/bin/debug.log: -------------------------------------------------------------------------------- 1 | [0923/210159:ERROR:renderer_main.cc(212)] Running without renderer sandbox 2 | [0923/210205:ERROR:renderer_main.cc(212)] Running without renderer sandbox 3 | [0923/210331:ERROR:renderer_main.cc(212)] Running without renderer sandbox 4 | [0923/210936:ERROR:renderer_main.cc(212)] Running without renderer sandbox 5 | [0923/212021:ERROR:renderer_main.cc(212)] Running without renderer sandbox 6 | [0923/212037:ERROR:renderer_main.cc(212)] Running without renderer sandbox 7 | [0923/212041:ERROR:renderer_main.cc(212)] Running without renderer sandbox 8 | [0923/212048:ERROR:renderer_main.cc(212)] Running without renderer sandbox 9 | [0923/212739:ERROR:renderer_main.cc(212)] Running without renderer sandbox 10 | [0923/212747:ERROR:renderer_main.cc(212)] Running without renderer sandbox 11 | -------------------------------------------------------------------------------- /CSStoUserScript/obj/Debug/CSStoUserScript.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\stan\documents\visual studio 2013\Projects\CSStoUserScript\CSStoUserScript\bin\Debug\CSStoUserScript.exe 2 | c:\users\stan\documents\visual studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Debug\CSStoUserScript.csprojResolveAssemblyReference.cache 3 | c:\users\stan\documents\visual studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Debug\CSStoUserScript.Form1.resources 4 | c:\users\stan\documents\visual studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Debug\CSStoUserScript.Properties.Resources.resources 5 | c:\users\stan\documents\visual studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Debug\CSStoUserScript.csproj.GenerateResource.Cache 6 | c:\users\stan\documents\visual studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Debug\CSStoUserScript.exe 7 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\bin\Debug\CSStoUserScript.exe.config 8 | -------------------------------------------------------------------------------- /CSStoUserScript.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio 2012 4 | VisualStudioVersion = 12.0.31101.0 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSStoUserScript", "CSStoUserScript\CSStoUserScript.csproj", "{3B256825-397E-4D47-85B4-10A25C10FF95}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {3B256825-397E-4D47-85B4-10A25C10FF95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {3B256825-397E-4D47-85B4-10A25C10FF95}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {3B256825-397E-4D47-85B4-10A25C10FF95}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {3B256825-397E-4D47-85B4-10A25C10FF95}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | EndGlobal 23 | -------------------------------------------------------------------------------- /CSStoUserScript.userprefs: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /CSStoUserScript/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.18444 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace CSStoUserScript.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /CSStoUserScript/obj/Release/CSStoUserScript.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\bin\Release\CSStoUserScript.exe.config 2 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\bin\Release\CSStoUserScript.exe 3 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\bin\Release\FastColoredTextBox.dll 4 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Release\CSStoUserScript.Properties.Resources.resources 5 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Release\CSStoUserScript.csproj.GenerateResource.Cache 6 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Release\CSStoUserScript.exe 7 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Release\CSStoUserScript.csprojResolveAssemblyReference.cache 8 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Release\CSStoUserScript.About.resources 9 | C:\Users\Stan\Documents\Visual Studio 2013\Projects\CSStoUserScript\CSStoUserScript\obj\Release\CSStoUserScript.Converter.resources 10 | -------------------------------------------------------------------------------- /CSStoUserScript/Constants.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace CSStoUserScript 7 | { 8 | class Constants { 9 | // String constants for the head of the userscript 10 | public static String SCRIPT_HEADING = "// ==UserScript=="; 11 | public static String SCRIPT_NAME = "// @name "; 12 | public static String SCRIPT_DESCRIPTION = "// @description "; 13 | public static String SCRIPT_AUTHOR = "// @author "; 14 | public static String SCRIPT_HOMEPAGE = "// @homepage "; 15 | public static String SCRIPT_INCLUDE = "// @include "; 16 | public static String SCRIPT_VERSION = "// @version "; 17 | public static String SCRIPT_END_HEADING = "// ==/UserScript==" + Environment.NewLine + "(function() {var css = ["; 18 | public static String SCRIPT_CHECK = Environment.NewLine + "if (typeof GM_addStyle != 'undefined') {\n GM_addStyle(css);\n } else if (typeof PRO_addStyle != 'undefined') {\n PRO_addStyle(css);\n } else if (typeof addStyle != 'undefined') {\n addStyle(css);\n } else {\n var node = document.createElement('style');\n node.type = 'text/css';\n node.appendChild(document.createTextNode(css));\n var heads = document.getElementsByTagName('head');\n if (heads.length > 0) { heads[0].appendChild(node);\n } else {\n // no head yet, stick it whereever\n document.documentElement.appendChild(node);\n }\n}})();"; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /CSStoUserScript/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("CSS to UserScript")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("Stanley Lim")] 12 | [assembly: AssemblyProduct("CSStoUserScript")] 13 | [assembly: AssemblyCopyright("Copyright © Stanley Lim")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("a3e1e2bf-c793-47a7-a2c2-51917aab8782")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /CSStoUserScript/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace CSStoUserScript.Properties { 12 | using System; 13 | 14 | 15 | /// 16 | /// A strongly-typed resource class, for looking up localized strings, etc. 17 | /// 18 | // This class was auto-generated by the StronglyTypedResourceBuilder 19 | // class via a tool like ResGen or Visual Studio. 20 | // To add or remove a member, edit your .ResX file then rerun ResGen 21 | // with the /str option, or rebuild your VS project. 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources { 26 | 27 | private static global::System.Resources.ResourceManager resourceMan; 28 | 29 | private static global::System.Globalization.CultureInfo resourceCulture; 30 | 31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 | internal Resources() { 33 | } 34 | 35 | /// 36 | /// Returns the cached ResourceManager instance used by this class. 37 | /// 38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 | internal static global::System.Resources.ResourceManager ResourceManager { 40 | get { 41 | if (object.ReferenceEquals(resourceMan, null)) { 42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CSStoUserScript.Properties.Resources", typeof(Resources).Assembly); 43 | resourceMan = temp; 44 | } 45 | return resourceMan; 46 | } 47 | } 48 | 49 | /// 50 | /// Overrides the current thread's CurrentUICulture property for all 51 | /// resource lookups using this strongly typed resource class. 52 | /// 53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 | internal static global::System.Globalization.CultureInfo Culture { 55 | get { 56 | return resourceCulture; 57 | } 58 | set { 59 | resourceCulture = value; 60 | } 61 | } 62 | 63 | /// 64 | /// Looks up a localized resource of type System.Drawing.Bitmap. 65 | /// 66 | internal static System.Drawing.Bitmap Copy_24 { 67 | get { 68 | object obj = ResourceManager.GetObject("Copy_24", resourceCulture); 69 | return ((System.Drawing.Bitmap)(obj)); 70 | } 71 | } 72 | 73 | /// 74 | /// Looks up a localized resource of type System.Drawing.Bitmap. 75 | /// 76 | internal static System.Drawing.Bitmap Cut_24 { 77 | get { 78 | object obj = ResourceManager.GetObject("Cut_24", resourceCulture); 79 | return ((System.Drawing.Bitmap)(obj)); 80 | } 81 | } 82 | 83 | /// 84 | /// Looks up a localized resource of type System.Drawing.Bitmap. 85 | /// 86 | internal static System.Drawing.Bitmap Paste_24 { 87 | get { 88 | object obj = ResourceManager.GetObject("Paste_24", resourceCulture); 89 | return ((System.Drawing.Bitmap)(obj)); 90 | } 91 | } 92 | } 93 | } 94 | -------------------------------------------------------------------------------- /CSStoUserScript/About.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace CSStoUserScript 2 | { 3 | partial class About 4 | { 5 | /// 6 | /// Required designer variable. 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// Clean up any resources being used. 12 | /// 13 | /// true if managed resources should be disposed; otherwise, false. 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Windows Form Designer generated code 24 | 25 | /// 26 | /// Required method for Designer support - do not modify 27 | /// the contents of this method with the code editor. 28 | /// 29 | private void InitializeComponent() 30 | { 31 | this.label10 = new System.Windows.Forms.Label(); 32 | this.label1 = new System.Windows.Forms.Label(); 33 | this.button1 = new System.Windows.Forms.Button(); 34 | this.label2 = new System.Windows.Forms.Label(); 35 | this.SuspendLayout(); 36 | // 37 | // label10 38 | // 39 | this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 40 | this.label10.AutoSize = true; 41 | this.label10.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 42 | this.label10.ForeColor = System.Drawing.Color.White; 43 | this.label10.Location = new System.Drawing.Point(75, 33); 44 | this.label10.Name = "label10"; 45 | this.label10.Size = new System.Drawing.Size(268, 30); 46 | this.label10.TabIndex = 20; 47 | this.label10.Text = "CSS to UserScript Converter"; 48 | // 49 | // label1 50 | // 51 | this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 52 | this.label1.AutoSize = true; 53 | this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 54 | this.label1.ForeColor = System.Drawing.Color.White; 55 | this.label1.Location = new System.Drawing.Point(136, 79); 56 | this.label1.Name = "label1"; 57 | this.label1.Size = new System.Drawing.Size(126, 15); 58 | this.label1.TabIndex = 21; 59 | this.label1.Text = "Written by Stanley Lim"; 60 | // 61 | // button1 62 | // 63 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 64 | | System.Windows.Forms.AnchorStyles.Right))); 65 | this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 66 | this.button1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 67 | this.button1.ForeColor = System.Drawing.Color.White; 68 | this.button1.Location = new System.Drawing.Point(33, 140); 69 | this.button1.Name = "button1"; 70 | this.button1.Size = new System.Drawing.Size(352, 48); 71 | this.button1.TabIndex = 22; 72 | this.button1.Text = "Check for Updates"; 73 | this.button1.UseVisualStyleBackColor = true; 74 | this.button1.Click += new System.EventHandler(this.button1_Click); 75 | // 76 | // label2 77 | // 78 | this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 79 | this.label2.AutoSize = true; 80 | this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 81 | this.label2.ForeColor = System.Drawing.Color.White; 82 | this.label2.Location = new System.Drawing.Point(184, 107); 83 | this.label2.Name = "label2"; 84 | this.label2.Size = new System.Drawing.Size(31, 15); 85 | this.label2.TabIndex = 23; 86 | this.label2.Text = "1.5.0"; 87 | // 88 | // About 89 | // 90 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 91 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 92 | this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48))))); 93 | this.ClientSize = new System.Drawing.Size(421, 220); 94 | this.Controls.Add(this.label2); 95 | this.Controls.Add(this.button1); 96 | this.Controls.Add(this.label1); 97 | this.Controls.Add(this.label10); 98 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 99 | this.MaximizeBox = false; 100 | this.MinimizeBox = false; 101 | this.Name = "About"; 102 | this.ShowIcon = false; 103 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 104 | this.Text = "About"; 105 | this.ResumeLayout(false); 106 | this.PerformLayout(); 107 | 108 | } 109 | 110 | #endregion 111 | 112 | private System.Windows.Forms.Label label10; 113 | private System.Windows.Forms.Label label1; 114 | private System.Windows.Forms.Button button1; 115 | private System.Windows.Forms.Label label2; 116 | } 117 | } -------------------------------------------------------------------------------- /CSStoUserScript/About.resx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | text/microsoft-resx 110 | 111 | 112 | 2.0 113 | 114 | 115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | 118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 119 | 120 | -------------------------------------------------------------------------------- /CSStoUserScript/CSStoUserScript.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Debug 6 | AnyCPU 7 | {3B256825-397E-4D47-85B4-10A25C10FF95} 8 | WinExe 9 | Properties 10 | CSStoUserScript 11 | CSStoUserScript 12 | v4.0 13 | 512 14 | publish\ 15 | true 16 | Disk 17 | false 18 | Foreground 19 | 7 20 | Days 21 | false 22 | false 23 | true 24 | 0 25 | 1.0.0.%2a 26 | false 27 | false 28 | true 29 | 30 | 31 | AnyCPU 32 | none 33 | true 34 | bin\Debug\ 35 | TRACE 36 | prompt 37 | 4 38 | 39 | 40 | x86 41 | true 42 | bin\Release\ 43 | TRACE 44 | prompt 45 | 4 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | bin\Debug\FastColoredTextBox.dll 60 | 61 | 62 | 63 | 64 | Form 65 | 66 | 67 | About.cs 68 | 69 | 70 | 71 | Form 72 | 73 | 74 | Converter.cs 75 | 76 | 77 | 78 | 79 | About.cs 80 | 81 | 82 | Converter.cs 83 | 84 | 85 | ResXFileCodeGenerator 86 | Resources.Designer.cs 87 | Designer 88 | 89 | 90 | True 91 | Resources.resx 92 | True 93 | 94 | 95 | 96 | SettingsSingleFileGenerator 97 | Settings.Designer.cs 98 | 99 | 100 | True 101 | Settings.settings 102 | True 103 | 104 | 105 | 106 | 107 | False 108 | Microsoft .NET Framework 4 Client Profile %28x86 and x64%29 109 | true 110 | 111 | 112 | False 113 | .NET Framework 3.5 SP1 Client Profile 114 | false 115 | 116 | 117 | False 118 | .NET Framework 3.5 SP1 119 | false 120 | 121 | 122 | False 123 | Windows Installer 4.5 124 | true 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 144 | -------------------------------------------------------------------------------- /CSStoUserScript/Properties/Resources.resx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | text/microsoft-resx 110 | 111 | 112 | 2.0 113 | 114 | 115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | 118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 119 | 120 | 121 | 122 | ..\Resources\Copy-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 123 | 124 | 125 | ..\Resources\Cut-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 126 | 127 | 128 | ..\Resources\Paste-24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 129 | 130 | -------------------------------------------------------------------------------- /CSStoUserScript/Converter.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.CodeDom; 3 | using System.CodeDom.Compiler; 4 | using System.Collections.Generic; 5 | using System.ComponentModel; 6 | using System.Data; 7 | using System.Drawing; 8 | using System.IO; 9 | using System.Linq; 10 | using System.Text; 11 | using System.Windows.Forms; 12 | 13 | namespace CSStoUserScript 14 | { 15 | public partial class Converter : Form 16 | { 17 | //add run-at next update, add multiple includes 18 | string css, fileLoc = ""; 19 | string heading = Constants.SCRIPT_HEADING; 20 | string name = Constants.SCRIPT_NAME; 21 | string description = Constants.SCRIPT_DESCRIPTION; 22 | string author = Constants.SCRIPT_AUTHOR; 23 | string homepage = Constants.SCRIPT_HOMEPAGE; 24 | string include = Constants.SCRIPT_INCLUDE; 25 | string version = Constants.SCRIPT_VERSION; 26 | string endheading = Constants.SCRIPT_END_HEADING; 27 | string javascript = Constants.SCRIPT_CHECK; 28 | 29 | public Converter() 30 | { 31 | InitializeComponent(); 32 | } 33 | 34 | private void button1_Click(object sender, EventArgs e) 35 | { 36 | fastColoredTextBox2.Text = generateScript(); 37 | } 38 | 39 | private string generateScript() 40 | { 41 | if (rbChrome.Checked == true) { 42 | string script = ""; 43 | string[] includeList; 44 | include = txtInclude.Text; 45 | include.Trim(); 46 | includeList = include.Split(','); 47 | include = ""; 48 | foreach (string url in includeList) 49 | { 50 | StringBuilder sb2 = new StringBuilder(); 51 | sb2.Append(Constants.SCRIPT_INCLUDE + url + Environment.NewLine).ToString() ; 52 | include += sb2.ToString(); 53 | } 54 | StringBuilder sb = new StringBuilder(); 55 | sb.Append(heading + Environment.NewLine + 56 | name + Environment.NewLine + 57 | description + Environment.NewLine + 58 | author + Environment.NewLine + 59 | homepage + Environment.NewLine + 60 | include + Environment.NewLine + 61 | version + Environment.NewLine + 62 | endheading + 63 | css + 64 | javascript); 65 | script = sb.ToString(); 66 | Array.Clear(includeList, 0, includeList.Length); 67 | return script; 68 | } 69 | else{ 70 | string script = "@-moz-document "; 71 | string[] includeList; 72 | include = txtInclude.Text; 73 | include.Trim(); 74 | includeList = include.Split(','); 75 | include = ""; 76 | foreach (string url in includeList) 77 | { 78 | StringBuilder sb2 = new StringBuilder(); 79 | sb2.Append("url(\"" + url + "\"), ").ToString(); 80 | include += sb2.ToString(); 81 | } 82 | include.Remove(include.LastIndexOf(",")); 83 | StringBuilder sb = new StringBuilder(); 84 | sb.Append(script + include + Environment.NewLine + fastColoredTextBox1.Text + Environment.NewLine + "}"); 85 | script = sb.ToString(); 86 | Array.Clear(includeList, 0, includeList.Length); 87 | return script; 88 | } 89 | } 90 | 91 | private void txtName_TextChanged(object sender, EventArgs e) 92 | { 93 | name = Constants.SCRIPT_NAME + txtName.Text; 94 | } 95 | 96 | private void txtDesc_TextChanged(object sender, EventArgs e) 97 | { 98 | description = Constants.SCRIPT_DESCRIPTION + txtDesc.Text; 99 | } 100 | 101 | private void txtAuthor_TextChanged(object sender, EventArgs e) 102 | { 103 | author = Constants.SCRIPT_AUTHOR + txtAuthor.Text; 104 | } 105 | 106 | private void txtHomepage_TextChanged(object sender, EventArgs e) 107 | { 108 | homepage = Constants.SCRIPT_HOMEPAGE + txtHomepage.Text; 109 | } 110 | 111 | private void txtInclude_TextChanged(object sender, EventArgs e) 112 | { 113 | //add multiple includes next update 114 | include = txtInclude.Text ; 115 | } 116 | 117 | private void txtVersion_TextChanged(object sender, EventArgs e) 118 | { 119 | version = Constants.SCRIPT_VERSION + txtVersion.Text + Environment.NewLine; 120 | } 121 | 122 | private void fastColoredTextBox1_TextChanged(object sender, FastColoredTextBoxNS.TextChangedEventArgs e) 123 | { 124 | css = "\"" + fastColoredTextBox1.Text.Trim().Replace("\"", "'").Replace(System.Environment.NewLine, "\"," + System.Environment.NewLine + "\"") + "\"" + Environment.NewLine + "].join(\"\\n\");"; 125 | } 126 | 127 | private void newWindowToolStripMenuItem_Click(object sender, EventArgs e) 128 | { 129 | Form f = new Converter(); 130 | f.Show(); 131 | } 132 | 133 | private void saveToolStripMenuItem_Click(object sender, EventArgs e) 134 | { 135 | if (fileLoc != "") { 136 | File.WriteAllText(fileLoc, fastColoredTextBox2.Text); 137 | } else { 138 | saveAs(); 139 | } 140 | } 141 | 142 | private void saveAsToolStripMenuItem_Click(object sender, EventArgs e) 143 | { 144 | saveAs(); 145 | } 146 | 147 | private void saveAs() 148 | { 149 | SaveFileDialog sfd = new SaveFileDialog(); 150 | sfd.Title = "Save UserScript"; 151 | DialogResult result = sfd.ShowDialog(); 152 | 153 | if (result == DialogResult.OK) 154 | { 155 | string name = sfd.FileName; 156 | File.WriteAllText(name, fastColoredTextBox2.Text); 157 | fileLoc = name; 158 | } 159 | } 160 | 161 | private void exitToolStripMenuItem_Click(object sender, EventArgs e) 162 | { 163 | this.Close(); 164 | } 165 | 166 | private void undoToolStripMenuItem_Click(object sender, EventArgs e) 167 | { 168 | fastColoredTextBox1.Undo(); 169 | } 170 | 171 | private void redoToolStripMenuItem_Click(object sender, EventArgs e) 172 | { 173 | fastColoredTextBox1.Redo(); 174 | } 175 | 176 | private void cutToolStripMenuItem_Click(object sender, EventArgs e) 177 | { 178 | fastColoredTextBox1.Cut(); 179 | } 180 | 181 | private void copyToolStripMenuItem_Click(object sender, EventArgs e) 182 | { 183 | fastColoredTextBox1.Copy(); 184 | } 185 | 186 | private void pasteToolStripMenuItem_Click(object sender, EventArgs e) 187 | { 188 | fastColoredTextBox1.Paste(); 189 | } 190 | 191 | private void forumPostToolStripMenuItem_Click(object sender, EventArgs e) 192 | { 193 | System.Diagnostics.Process.Start("https://greasyfork.org/en/forum/discussion/6210/css-to-script-converter"); 194 | } 195 | 196 | private void button2_Click(object sender, EventArgs e) 197 | { 198 | fastColoredTextBox1.Cut(); 199 | } 200 | 201 | private void button3_Click(object sender, EventArgs e) 202 | { 203 | fastColoredTextBox1.SelectAll(); 204 | fastColoredTextBox1.Copy(); 205 | } 206 | 207 | private void button4_Click(object sender, EventArgs e) 208 | { 209 | fastColoredTextBox1.Paste(); 210 | } 211 | 212 | private void button5_Click(object sender, EventArgs e) 213 | { 214 | fastColoredTextBox2.Cut(); 215 | } 216 | 217 | private void button6_Click(object sender, EventArgs e) 218 | { 219 | fastColoredTextBox2.SelectAll(); 220 | fastColoredTextBox2.Copy(); 221 | } 222 | 223 | private void button7_Click(object sender, EventArgs e) 224 | { 225 | fastColoredTextBox2.Paste(); 226 | } 227 | 228 | private void aboutToolStripMenuItem1_Click(object sender, EventArgs e) 229 | { 230 | About a = new About(); 231 | a.Show(); 232 | } 233 | } 234 | } 235 | -------------------------------------------------------------------------------- /CSStoUserScript/Converter.resx: -------------------------------------------------------------------------------- 1 | 2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | text/microsoft-resx 110 | 111 | 112 | 2.0 113 | 114 | 115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | 118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 119 | 120 | 121 | 122 | AAEAAAD/////AQAAAAAAAAAMAgAAAFdGYXN0Q29sb3JlZFRleHRCb3gsIFZlcnNpb249Mi4xNi4xMS4w 123 | LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWZiOGFhMTJiOTk0ZWY2MWIMAwAAAFFTeXN0 124 | ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2Vu 125 | PWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACJGYXN0Q29sb3JlZFRleHRCb3hOUy5TZXJ2aWNlQ29sb3JzBgAA 126 | ACg8Q29sbGFwc2VNYXJrZXJGb3JlQ29sb3I+a19fQmFja2luZ0ZpZWxkKDxDb2xsYXBzZU1hcmtlckJh 127 | Y2tDb2xvcj5rX19CYWNraW5nRmllbGQqPENvbGxhcHNlTWFya2VyQm9yZGVyQ29sb3I+a19fQmFja2lu 128 | Z0ZpZWxkJjxFeHBhbmRNYXJrZXJGb3JlQ29sb3I+a19fQmFja2luZ0ZpZWxkJjxFeHBhbmRNYXJrZXJC 129 | YWNrQ29sb3I+a19fQmFja2luZ0ZpZWxkKDxFeHBhbmRNYXJrZXJCb3JkZXJDb2xvcj5rX19CYWNraW5n 130 | RmllbGQEBAQEBAQUU3lzdGVtLkRyYXdpbmcuQ29sb3IDAAAAFFN5c3RlbS5EcmF3aW5nLkNvbG9yAwAA 131 | ABRTeXN0ZW0uRHJhd2luZy5Db2xvcgMAAAAUU3lzdGVtLkRyYXdpbmcuQ29sb3IDAAAAFFN5c3RlbS5E 132 | cmF3aW5nLkNvbG9yAwAAABRTeXN0ZW0uRHJhd2luZy5Db2xvcgMAAAACAAAABfz///8UU3lzdGVtLkRy 133 | YXdpbmcuQ29sb3IEAAAABG5hbWUFdmFsdWUKa25vd25Db2xvcgVzdGF0ZQEAAAAJBwcDAAAACgAAAAAA 134 | AAAAlgABAAH7/////P///woAAAAAAAAAAKQAAQAB+v////z///8KAAAAAAAAAACWAAEAAfn////8//// 135 | CgAAAAAAAAAAjQABAAH4/////P///woAAAAAAAAAAKQAAQAB9/////z///8KAAAAAAAAAACWAAEACw== 136 | 137 | 138 | 139 | 140 | AAEAAAD/////AQAAAAAAAAAMAgAAAFdGYXN0Q29sb3JlZFRleHRCb3gsIFZlcnNpb249Mi4xNi4xMS4w 141 | LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWZiOGFhMTJiOTk0ZWY2MWIMAwAAAFFTeXN0 142 | ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2Vu 143 | PWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACJGYXN0Q29sb3JlZFRleHRCb3hOUy5TZXJ2aWNlQ29sb3JzBgAA 144 | ACg8Q29sbGFwc2VNYXJrZXJGb3JlQ29sb3I+a19fQmFja2luZ0ZpZWxkKDxDb2xsYXBzZU1hcmtlckJh 145 | Y2tDb2xvcj5rX19CYWNraW5nRmllbGQqPENvbGxhcHNlTWFya2VyQm9yZGVyQ29sb3I+a19fQmFja2lu 146 | Z0ZpZWxkJjxFeHBhbmRNYXJrZXJGb3JlQ29sb3I+a19fQmFja2luZ0ZpZWxkJjxFeHBhbmRNYXJrZXJC 147 | YWNrQ29sb3I+a19fQmFja2luZ0ZpZWxkKDxFeHBhbmRNYXJrZXJCb3JkZXJDb2xvcj5rX19CYWNraW5n 148 | RmllbGQEBAQEBAQUU3lzdGVtLkRyYXdpbmcuQ29sb3IDAAAAFFN5c3RlbS5EcmF3aW5nLkNvbG9yAwAA 149 | ABRTeXN0ZW0uRHJhd2luZy5Db2xvcgMAAAAUU3lzdGVtLkRyYXdpbmcuQ29sb3IDAAAAFFN5c3RlbS5E 150 | cmF3aW5nLkNvbG9yAwAAABRTeXN0ZW0uRHJhd2luZy5Db2xvcgMAAAACAAAABfz///8UU3lzdGVtLkRy 151 | YXdpbmcuQ29sb3IEAAAABG5hbWUFdmFsdWUKa25vd25Db2xvcgVzdGF0ZQEAAAAJBwcDAAAACgAAAAAA 152 | AAAAlgABAAH7/////P///woAAAAAAAAAAKQAAQAB+v////z///8KAAAAAAAAAACWAAEAAfn////8//// 153 | CgAAAAAAAAAAjQABAAH4/////P///woAAAAAAAAAAKQAAQAB9/////z///8KAAAAAAAAAACWAAEACw== 154 | 155 | 156 | 157 | 17, 17 158 | 159 | 160 | 161 | 162 | iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAR1JREFUSEvt 163 | lNsRgjAQRSnBEijBDqQES7AEO9AOtAPoQDvQDixBO9AO4rlhMyABEfDDD8/MHWcf2SS7xOTPb+Gcy9AG 164 | zc31PShaoDq5haZDsWVZ023N3pbmsJsoHy1MM3NXBc30yAa/YR/kpejgVzh3Q0sLleBQ78XG7HCDtxsQ 165 | nyHNTDxQdz7B5gy0QJxQ1Cp8K3RXAmht1ZIuSFIPdfrM7DUKG+VIrdBtL3LAGU374iigNuxVrUbc57FQ 166 | KOozkm/4yVkUHlpoUWuf+VVrhOaTytcLic0hh8KtfcanzcN8dqh7yAS7Htonn2nI1YH8Zx5BwCeZ6ZEN 167 | Qx7a0a9w7oo+fmhj/ipUS3ptGY7mDAoLfQ+Khoc27fH8+SGS5Akokfos7EUjNQAAAABJRU5ErkJggg== 168 | 169 | 170 | 171 | 172 | iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAIFJREFUSEvt 173 | lEEKgDAMBPMUn9Kf2Z/pzzQre5C2wbRVvGRgkZjEgRyUoIujE6754d6uyQ/BzLAgszTRmUWTWPq5Pt8Q 174 | 8L0brtWwbwnmT4emYgk8p4MkBDaYwSDLGjSVEPwv2DTrLfgtgNcEJYnPeYEFlpTPBeXpWsHMsMAN1wIP 175 | IifU9zr4Lre2qgAAAABJRU5ErkJggg== 176 | 177 | 178 | 179 | 180 | iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAANtJREFUSEvt 181 | lX0NwjAUxCcBCZOAA3CAFHAADsABUpgDcAAOkFDu2veSZdmNlu4/dskv7fquvX12zX8ohLACZ3ADaxsu 182 | ly20GeEKqBd4gx0Yer4Hw7QFShfAE1DqbBktmDzgYFBsOd72PORheL8owBeh9mB4O8gdxEXZen9SMI0F 183 | TKkqgPfbgxTxwaItD7ChLMFfF4DjFhwneBrsx5dhVCiqAB/Pkb56FpNHBsjJrCXLEiDEWrIsAUKsJUte 184 | APf//ofk/4PZApTqApQ4Kc3N0k8B3ItOmei9aH41zQcsLF5yF8A2wgAAAABJRU5ErkJggg== 185 | 186 | 187 | 188 | 189 | iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAR1JREFUSEvt 190 | lNsRgjAQRSnBEijBDqQES7AEO9AOtAPoQDvQDixBO9AO4rlhMyABEfDDD8/MHWcf2SS7xOTPb+Gcy9AG 191 | zc31PShaoDq5haZDsWVZ023N3pbmsJsoHy1MM3NXBc30yAa/YR/kpejgVzh3Q0sLleBQ78XG7HCDtxsQ 192 | nyHNTDxQdz7B5gy0QJxQ1Cp8K3RXAmht1ZIuSFIPdfrM7DUKG+VIrdBtL3LAGU374iigNuxVrUbc57FQ 193 | KOozkm/4yVkUHlpoUWuf+VVrhOaTytcLic0hh8KtfcanzcN8dqh7yAS7Htonn2nI1YH8Zx5BwCeZ6ZEN 194 | Qx7a0a9w7oo+fmhj/ipUS3ptGY7mDAoLfQ+Khoc27fH8+SGS5Akokfos7EUjNQAAAABJRU5ErkJggg== 195 | 196 | 197 | 198 | 199 | iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAIFJREFUSEvt 200 | lEEKgDAMBPMUn9Kf2Z/pzzQre5C2wbRVvGRgkZjEgRyUoIujE6754d6uyQ/BzLAgszTRmUWTWPq5Pt8Q 201 | 8L0brtWwbwnmT4emYgk8p4MkBDaYwSDLGjSVEPwv2DTrLfgtgNcEJYnPeYEFlpTPBeXpWsHMsMAN1wIP 202 | IifU9zr4Lre2qgAAAABJRU5ErkJggg== 203 | 204 | 205 | 206 | 207 | iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAANtJREFUSEvt 208 | lX0NwjAUxCcBCZOAA3CAFHAADsABUpgDcAAOkFDu2veSZdmNlu4/dskv7fquvX12zX8ohLACZ3ADaxsu 209 | ly20GeEKqBd4gx0Yer4Hw7QFShfAE1DqbBktmDzgYFBsOd72PORheL8owBeh9mB4O8gdxEXZen9SMI0F 210 | TKkqgPfbgxTxwaItD7ChLMFfF4DjFhwneBrsx5dhVCiqAB/Pkb56FpNHBsjJrCXLEiDEWrIsAUKsJUte 211 | APf//ofk/4PZApTqApQ4Kc3N0k8B3ItOmei9aH41zQcsLF5yF8A2wgAAAABJRU5ErkJggg== 212 | 213 | 214 | -------------------------------------------------------------------------------- /CSStoUserScript/Converter.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace CSStoUserScript 2 | { 3 | partial class Converter 4 | { 5 | /// 6 | /// Required designer variable. 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// Clean up any resources being used. 12 | /// 13 | /// true if managed resources should be disposed; otherwise, false. 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Windows Form Designer generated code 24 | 25 | /// 26 | /// Required method for Designer support - do not modify 27 | /// the contents of this method with the code editor. 28 | /// 29 | private void InitializeComponent() 30 | { 31 | this.components = new System.ComponentModel.Container(); 32 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Converter)); 33 | this.txtName = new System.Windows.Forms.TextBox(); 34 | this.label1 = new System.Windows.Forms.Label(); 35 | this.txtDesc = new System.Windows.Forms.TextBox(); 36 | this.txtAuthor = new System.Windows.Forms.TextBox(); 37 | this.txtHomepage = new System.Windows.Forms.TextBox(); 38 | this.txtInclude = new System.Windows.Forms.TextBox(); 39 | this.txtVersion = new System.Windows.Forms.TextBox(); 40 | this.label2 = new System.Windows.Forms.Label(); 41 | this.label3 = new System.Windows.Forms.Label(); 42 | this.label4 = new System.Windows.Forms.Label(); 43 | this.label5 = new System.Windows.Forms.Label(); 44 | this.label6 = new System.Windows.Forms.Label(); 45 | this.fastColoredTextBox1 = new FastColoredTextBoxNS.FastColoredTextBox(); 46 | this.button1 = new System.Windows.Forms.Button(); 47 | this.label7 = new System.Windows.Forms.Label(); 48 | this.label8 = new System.Windows.Forms.Label(); 49 | this.fastColoredTextBox2 = new FastColoredTextBoxNS.FastColoredTextBox(); 50 | this.label9 = new System.Windows.Forms.Label(); 51 | this.rbChrome = new System.Windows.Forms.RadioButton(); 52 | this.rbFirefox = new System.Windows.Forms.RadioButton(); 53 | this.menuStrip1 = new System.Windows.Forms.MenuStrip(); 54 | this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 55 | this.newWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 56 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 57 | this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 58 | this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 59 | this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 60 | this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 61 | this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 62 | this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 63 | this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 64 | this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); 65 | this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 66 | this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 67 | this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 68 | this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 69 | this.forumPostToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 70 | this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); 71 | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 72 | this.button2 = new System.Windows.Forms.Button(); 73 | this.button3 = new System.Windows.Forms.Button(); 74 | this.button4 = new System.Windows.Forms.Button(); 75 | this.button5 = new System.Windows.Forms.Button(); 76 | this.button6 = new System.Windows.Forms.Button(); 77 | this.button7 = new System.Windows.Forms.Button(); 78 | ((System.ComponentModel.ISupportInitialize)(this.fastColoredTextBox1)).BeginInit(); 79 | ((System.ComponentModel.ISupportInitialize)(this.fastColoredTextBox2)).BeginInit(); 80 | this.menuStrip1.SuspendLayout(); 81 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); 82 | this.splitContainer1.Panel1.SuspendLayout(); 83 | this.splitContainer1.Panel2.SuspendLayout(); 84 | this.splitContainer1.SuspendLayout(); 85 | this.SuspendLayout(); 86 | // 87 | // txtName 88 | // 89 | this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 90 | | System.Windows.Forms.AnchorStyles.Right))); 91 | this.txtName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); 92 | this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 93 | this.txtName.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 94 | this.txtName.ForeColor = System.Drawing.Color.White; 95 | this.txtName.Location = new System.Drawing.Point(81, 16); 96 | this.txtName.Name = "txtName"; 97 | this.txtName.Size = new System.Drawing.Size(352, 23); 98 | this.txtName.TabIndex = 0; 99 | this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); 100 | // 101 | // label1 102 | // 103 | this.label1.AutoSize = true; 104 | this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 105 | this.label1.ForeColor = System.Drawing.Color.White; 106 | this.label1.Location = new System.Drawing.Point(8, 19); 107 | this.label1.Name = "label1"; 108 | this.label1.Size = new System.Drawing.Size(42, 15); 109 | this.label1.TabIndex = 1; 110 | this.label1.Text = "Name:"; 111 | // 112 | // txtDesc 113 | // 114 | this.txtDesc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 115 | | System.Windows.Forms.AnchorStyles.Right))); 116 | this.txtDesc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); 117 | this.txtDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 118 | this.txtDesc.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 119 | this.txtDesc.ForeColor = System.Drawing.Color.White; 120 | this.txtDesc.Location = new System.Drawing.Point(81, 42); 121 | this.txtDesc.Name = "txtDesc"; 122 | this.txtDesc.Size = new System.Drawing.Size(352, 23); 123 | this.txtDesc.TabIndex = 2; 124 | this.txtDesc.TextChanged += new System.EventHandler(this.txtDesc_TextChanged); 125 | // 126 | // txtAuthor 127 | // 128 | this.txtAuthor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 129 | | System.Windows.Forms.AnchorStyles.Right))); 130 | this.txtAuthor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); 131 | this.txtAuthor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 132 | this.txtAuthor.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 133 | this.txtAuthor.ForeColor = System.Drawing.Color.White; 134 | this.txtAuthor.Location = new System.Drawing.Point(81, 68); 135 | this.txtAuthor.Name = "txtAuthor"; 136 | this.txtAuthor.Size = new System.Drawing.Size(352, 23); 137 | this.txtAuthor.TabIndex = 3; 138 | this.txtAuthor.TextChanged += new System.EventHandler(this.txtAuthor_TextChanged); 139 | // 140 | // txtHomepage 141 | // 142 | this.txtHomepage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 143 | | System.Windows.Forms.AnchorStyles.Right))); 144 | this.txtHomepage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); 145 | this.txtHomepage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 146 | this.txtHomepage.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 147 | this.txtHomepage.ForeColor = System.Drawing.Color.White; 148 | this.txtHomepage.Location = new System.Drawing.Point(81, 94); 149 | this.txtHomepage.Name = "txtHomepage"; 150 | this.txtHomepage.Size = new System.Drawing.Size(352, 23); 151 | this.txtHomepage.TabIndex = 4; 152 | this.txtHomepage.TextChanged += new System.EventHandler(this.txtHomepage_TextChanged); 153 | // 154 | // txtInclude 155 | // 156 | this.txtInclude.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 157 | | System.Windows.Forms.AnchorStyles.Right))); 158 | this.txtInclude.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); 159 | this.txtInclude.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 160 | this.txtInclude.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 161 | this.txtInclude.ForeColor = System.Drawing.Color.White; 162 | this.txtInclude.Location = new System.Drawing.Point(81, 120); 163 | this.txtInclude.Name = "txtInclude"; 164 | this.txtInclude.Size = new System.Drawing.Size(352, 23); 165 | this.txtInclude.TabIndex = 5; 166 | this.txtInclude.TextChanged += new System.EventHandler(this.txtInclude_TextChanged); 167 | // 168 | // txtVersion 169 | // 170 | this.txtVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 171 | | System.Windows.Forms.AnchorStyles.Right))); 172 | this.txtVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); 173 | this.txtVersion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 174 | this.txtVersion.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 175 | this.txtVersion.ForeColor = System.Drawing.Color.White; 176 | this.txtVersion.Location = new System.Drawing.Point(81, 174); 177 | this.txtVersion.Name = "txtVersion"; 178 | this.txtVersion.Size = new System.Drawing.Size(352, 23); 179 | this.txtVersion.TabIndex = 6; 180 | this.txtVersion.TextChanged += new System.EventHandler(this.txtVersion_TextChanged); 181 | // 182 | // label2 183 | // 184 | this.label2.AutoSize = true; 185 | this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 186 | this.label2.ForeColor = System.Drawing.Color.White; 187 | this.label2.Location = new System.Drawing.Point(8, 45); 188 | this.label2.Name = "label2"; 189 | this.label2.Size = new System.Drawing.Size(70, 15); 190 | this.label2.TabIndex = 8; 191 | this.label2.Text = "Description:"; 192 | // 193 | // label3 194 | // 195 | this.label3.AutoSize = true; 196 | this.label3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 197 | this.label3.ForeColor = System.Drawing.Color.White; 198 | this.label3.Location = new System.Drawing.Point(8, 71); 199 | this.label3.Name = "label3"; 200 | this.label3.Size = new System.Drawing.Size(47, 15); 201 | this.label3.TabIndex = 9; 202 | this.label3.Text = "Author:"; 203 | // 204 | // label4 205 | // 206 | this.label4.AutoSize = true; 207 | this.label4.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 208 | this.label4.ForeColor = System.Drawing.Color.White; 209 | this.label4.Location = new System.Drawing.Point(8, 97); 210 | this.label4.Name = "label4"; 211 | this.label4.Size = new System.Drawing.Size(69, 15); 212 | this.label4.TabIndex = 10; 213 | this.label4.Text = "Homepage:"; 214 | // 215 | // label5 216 | // 217 | this.label5.AutoSize = true; 218 | this.label5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 219 | this.label5.ForeColor = System.Drawing.Color.White; 220 | this.label5.Location = new System.Drawing.Point(8, 123); 221 | this.label5.Name = "label5"; 222 | this.label5.Size = new System.Drawing.Size(49, 15); 223 | this.label5.TabIndex = 11; 224 | this.label5.Text = "Include:"; 225 | // 226 | // label6 227 | // 228 | this.label6.AutoSize = true; 229 | this.label6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 230 | this.label6.ForeColor = System.Drawing.Color.White; 231 | this.label6.Location = new System.Drawing.Point(8, 177); 232 | this.label6.Name = "label6"; 233 | this.label6.Size = new System.Drawing.Size(48, 15); 234 | this.label6.TabIndex = 12; 235 | this.label6.Text = "Version:"; 236 | // 237 | // fastColoredTextBox1 238 | // 239 | this.fastColoredTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 240 | | System.Windows.Forms.AnchorStyles.Right))); 241 | this.fastColoredTextBox1.AutoCompleteBracketsList = new char[] { 242 | '(', 243 | ')', 244 | '{', 245 | '}', 246 | '[', 247 | ']', 248 | '\"', 249 | '\"', 250 | '\'', 251 | '\''}; 252 | this.fastColoredTextBox1.AutoIndentCharsPatterns = "\r\n^\\s*[\\w\\.]+(\\s\\w+)?\\s*(?=)\\s*(?[^;]+);\r\n"; 253 | this.fastColoredTextBox1.AutoScrollMinSize = new System.Drawing.Size(27, 14); 254 | this.fastColoredTextBox1.BackBrush = null; 255 | this.fastColoredTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); 256 | this.fastColoredTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 257 | this.fastColoredTextBox1.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2; 258 | this.fastColoredTextBox1.CharHeight = 14; 259 | this.fastColoredTextBox1.CharWidth = 8; 260 | this.fastColoredTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam; 261 | this.fastColoredTextBox1.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180))))); 262 | this.fastColoredTextBox1.Font = new System.Drawing.Font("Courier New", 9.75F); 263 | this.fastColoredTextBox1.ForeColor = System.Drawing.Color.White; 264 | this.fastColoredTextBox1.IndentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); 265 | this.fastColoredTextBox1.IsReplaceMode = false; 266 | this.fastColoredTextBox1.Language = FastColoredTextBoxNS.Language.JS; 267 | this.fastColoredTextBox1.LeftBracket = '('; 268 | this.fastColoredTextBox1.LeftBracket2 = '{'; 269 | this.fastColoredTextBox1.LineNumberColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(110)))), ((int)(((byte)(199))))); 270 | this.fastColoredTextBox1.Location = new System.Drawing.Point(61, 16); 271 | this.fastColoredTextBox1.Name = "fastColoredTextBox1"; 272 | this.fastColoredTextBox1.Paddings = new System.Windows.Forms.Padding(0); 273 | this.fastColoredTextBox1.RightBracket = ')'; 274 | this.fastColoredTextBox1.RightBracket2 = '}'; 275 | this.fastColoredTextBox1.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); 276 | this.fastColoredTextBox1.ServiceColors = ((FastColoredTextBoxNS.ServiceColors)(resources.GetObject("fastColoredTextBox1.ServiceColors"))); 277 | this.fastColoredTextBox1.Size = new System.Drawing.Size(604, 209); 278 | this.fastColoredTextBox1.TabIndex = 13; 279 | this.fastColoredTextBox1.Zoom = 100; 280 | this.fastColoredTextBox1.TextChanged += new System.EventHandler(this.fastColoredTextBox1_TextChanged); 281 | // 282 | // button1 283 | // 284 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 285 | | System.Windows.Forms.AnchorStyles.Right))); 286 | this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 287 | this.button1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 288 | this.button1.ForeColor = System.Drawing.Color.White; 289 | this.button1.Location = new System.Drawing.Point(49, 357); 290 | this.button1.Name = "button1"; 291 | this.button1.Size = new System.Drawing.Size(352, 48); 292 | this.button1.TabIndex = 14; 293 | this.button1.Text = "Generate Script"; 294 | this.button1.UseVisualStyleBackColor = true; 295 | this.button1.Click += new System.EventHandler(this.button1_Click); 296 | // 297 | // label7 298 | // 299 | this.label7.AutoSize = true; 300 | this.label7.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 301 | this.label7.ForeColor = System.Drawing.Color.White; 302 | this.label7.Location = new System.Drawing.Point(78, 146); 303 | this.label7.Name = "label7"; 304 | this.label7.Size = new System.Drawing.Size(183, 15); 305 | this.label7.TabIndex = 15; 306 | this.label7.Text = "(Separate websites with commas)"; 307 | // 308 | // label8 309 | // 310 | this.label8.AutoSize = true; 311 | this.label8.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 312 | this.label8.ForeColor = System.Drawing.Color.White; 313 | this.label8.Location = new System.Drawing.Point(11, 13); 314 | this.label8.Name = "label8"; 315 | this.label8.Size = new System.Drawing.Size(30, 15); 316 | this.label8.TabIndex = 16; 317 | this.label8.Text = "CSS:"; 318 | // 319 | // fastColoredTextBox2 320 | // 321 | this.fastColoredTextBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 322 | | System.Windows.Forms.AnchorStyles.Left) 323 | | System.Windows.Forms.AnchorStyles.Right))); 324 | this.fastColoredTextBox2.AutoCompleteBracketsList = new char[] { 325 | '(', 326 | ')', 327 | '{', 328 | '}', 329 | '[', 330 | ']', 331 | '\"', 332 | '\"', 333 | '\'', 334 | '\''}; 335 | this.fastColoredTextBox2.AutoIndentCharsPatterns = "\r\n^\\s*[\\w\\.]+(\\s\\w+)?\\s*(?=)\\s*(?[^;]+);\r\n"; 336 | this.fastColoredTextBox2.AutoScrollMinSize = new System.Drawing.Size(27, 14); 337 | this.fastColoredTextBox2.BackBrush = null; 338 | this.fastColoredTextBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); 339 | this.fastColoredTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 340 | this.fastColoredTextBox2.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2; 341 | this.fastColoredTextBox2.CharHeight = 14; 342 | this.fastColoredTextBox2.CharWidth = 8; 343 | this.fastColoredTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam; 344 | this.fastColoredTextBox2.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180))))); 345 | this.fastColoredTextBox2.Font = new System.Drawing.Font("Courier New", 9.75F); 346 | this.fastColoredTextBox2.ForeColor = System.Drawing.Color.White; 347 | this.fastColoredTextBox2.IndentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); 348 | this.fastColoredTextBox2.IsReplaceMode = false; 349 | this.fastColoredTextBox2.Language = FastColoredTextBoxNS.Language.JS; 350 | this.fastColoredTextBox2.LeftBracket = '('; 351 | this.fastColoredTextBox2.LeftBracket2 = '{'; 352 | this.fastColoredTextBox2.LineNumberColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(110)))), ((int)(((byte)(199))))); 353 | this.fastColoredTextBox2.Location = new System.Drawing.Point(61, 231); 354 | this.fastColoredTextBox2.MinimumSize = new System.Drawing.Size(2, 204); 355 | this.fastColoredTextBox2.Name = "fastColoredTextBox2"; 356 | this.fastColoredTextBox2.Paddings = new System.Windows.Forms.Padding(0); 357 | this.fastColoredTextBox2.RightBracket = ')'; 358 | this.fastColoredTextBox2.RightBracket2 = '}'; 359 | this.fastColoredTextBox2.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); 360 | this.fastColoredTextBox2.ServiceColors = ((FastColoredTextBoxNS.ServiceColors)(resources.GetObject("fastColoredTextBox2.ServiceColors"))); 361 | this.fastColoredTextBox2.Size = new System.Drawing.Size(604, 208); 362 | this.fastColoredTextBox2.TabIndex = 17; 363 | this.fastColoredTextBox2.Zoom = 100; 364 | // 365 | // label9 366 | // 367 | this.label9.AutoSize = true; 368 | this.label9.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 369 | this.label9.ForeColor = System.Drawing.Color.White; 370 | this.label9.Location = new System.Drawing.Point(11, 228); 371 | this.label9.Name = "label9"; 372 | this.label9.Size = new System.Drawing.Size(42, 15); 373 | this.label9.TabIndex = 18; 374 | this.label9.Text = "Result:"; 375 | // 376 | // rbChrome 377 | // 378 | this.rbChrome.AutoSize = true; 379 | this.rbChrome.Checked = true; 380 | this.rbChrome.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 381 | this.rbChrome.ForeColor = System.Drawing.Color.White; 382 | this.rbChrome.Location = new System.Drawing.Point(81, 209); 383 | this.rbChrome.Name = "rbChrome"; 384 | this.rbChrome.Size = new System.Drawing.Size(68, 19); 385 | this.rbChrome.TabIndex = 20; 386 | this.rbChrome.TabStop = true; 387 | this.rbChrome.Text = "Chrome"; 388 | this.rbChrome.UseVisualStyleBackColor = true; 389 | // 390 | // rbFirefox 391 | // 392 | this.rbFirefox.AutoSize = true; 393 | this.rbFirefox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 394 | this.rbFirefox.ForeColor = System.Drawing.Color.White; 395 | this.rbFirefox.Location = new System.Drawing.Point(155, 209); 396 | this.rbFirefox.Name = "rbFirefox"; 397 | this.rbFirefox.Size = new System.Drawing.Size(60, 19); 398 | this.rbFirefox.TabIndex = 21; 399 | this.rbFirefox.Text = "Firefox"; 400 | this.rbFirefox.UseVisualStyleBackColor = true; 401 | // 402 | // menuStrip1 403 | // 404 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 405 | this.fileToolStripMenuItem, 406 | this.editToolStripMenuItem, 407 | this.aboutToolStripMenuItem}); 408 | this.menuStrip1.Location = new System.Drawing.Point(0, 0); 409 | this.menuStrip1.Name = "menuStrip1"; 410 | this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; 411 | this.menuStrip1.Size = new System.Drawing.Size(1173, 24); 412 | this.menuStrip1.TabIndex = 22; 413 | this.menuStrip1.Text = "menuStrip1"; 414 | // 415 | // fileToolStripMenuItem 416 | // 417 | this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 418 | this.newWindowToolStripMenuItem, 419 | this.toolStripSeparator1, 420 | this.saveToolStripMenuItem, 421 | this.saveAsToolStripMenuItem, 422 | this.toolStripSeparator2, 423 | this.exitToolStripMenuItem}); 424 | this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; 425 | this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); 426 | this.fileToolStripMenuItem.Text = "File"; 427 | // 428 | // newWindowToolStripMenuItem 429 | // 430 | this.newWindowToolStripMenuItem.Name = "newWindowToolStripMenuItem"; 431 | this.newWindowToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); 432 | this.newWindowToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 433 | this.newWindowToolStripMenuItem.Text = "New Window"; 434 | this.newWindowToolStripMenuItem.Click += new System.EventHandler(this.newWindowToolStripMenuItem_Click); 435 | // 436 | // toolStripSeparator1 437 | // 438 | this.toolStripSeparator1.Name = "toolStripSeparator1"; 439 | this.toolStripSeparator1.Size = new System.Drawing.Size(192, 6); 440 | // 441 | // saveToolStripMenuItem 442 | // 443 | this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; 444 | this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); 445 | this.saveToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 446 | this.saveToolStripMenuItem.Text = "Save"; 447 | this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); 448 | // 449 | // saveAsToolStripMenuItem 450 | // 451 | this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; 452 | this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 453 | | System.Windows.Forms.Keys.S))); 454 | this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 455 | this.saveAsToolStripMenuItem.Text = "Save As..."; 456 | this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click); 457 | // 458 | // toolStripSeparator2 459 | // 460 | this.toolStripSeparator2.Name = "toolStripSeparator2"; 461 | this.toolStripSeparator2.Size = new System.Drawing.Size(192, 6); 462 | // 463 | // exitToolStripMenuItem 464 | // 465 | this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; 466 | this.exitToolStripMenuItem.Size = new System.Drawing.Size(195, 22); 467 | this.exitToolStripMenuItem.Text = "Exit"; 468 | this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); 469 | // 470 | // editToolStripMenuItem 471 | // 472 | this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 473 | this.undoToolStripMenuItem, 474 | this.redoToolStripMenuItem, 475 | this.toolStripSeparator3, 476 | this.cutToolStripMenuItem, 477 | this.copyToolStripMenuItem, 478 | this.pasteToolStripMenuItem}); 479 | this.editToolStripMenuItem.Name = "editToolStripMenuItem"; 480 | this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); 481 | this.editToolStripMenuItem.Text = "Edit"; 482 | // 483 | // undoToolStripMenuItem 484 | // 485 | this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; 486 | this.undoToolStripMenuItem.Size = new System.Drawing.Size(103, 22); 487 | this.undoToolStripMenuItem.Text = "Undo"; 488 | this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click); 489 | // 490 | // redoToolStripMenuItem 491 | // 492 | this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; 493 | this.redoToolStripMenuItem.Size = new System.Drawing.Size(103, 22); 494 | this.redoToolStripMenuItem.Text = "Redo"; 495 | this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click); 496 | // 497 | // toolStripSeparator3 498 | // 499 | this.toolStripSeparator3.Name = "toolStripSeparator3"; 500 | this.toolStripSeparator3.Size = new System.Drawing.Size(100, 6); 501 | // 502 | // cutToolStripMenuItem 503 | // 504 | this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; 505 | this.cutToolStripMenuItem.Size = new System.Drawing.Size(103, 22); 506 | this.cutToolStripMenuItem.Text = "Cut"; 507 | this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click); 508 | // 509 | // copyToolStripMenuItem 510 | // 511 | this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; 512 | this.copyToolStripMenuItem.Size = new System.Drawing.Size(103, 22); 513 | this.copyToolStripMenuItem.Text = "Copy"; 514 | this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click); 515 | // 516 | // pasteToolStripMenuItem 517 | // 518 | this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; 519 | this.pasteToolStripMenuItem.Size = new System.Drawing.Size(103, 22); 520 | this.pasteToolStripMenuItem.Text = "Paste"; 521 | this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click); 522 | // 523 | // aboutToolStripMenuItem 524 | // 525 | this.aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 526 | this.forumPostToolStripMenuItem, 527 | this.aboutToolStripMenuItem1}); 528 | this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 529 | this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20); 530 | this.aboutToolStripMenuItem.Text = "About"; 531 | // 532 | // forumPostToolStripMenuItem 533 | // 534 | this.forumPostToolStripMenuItem.Name = "forumPostToolStripMenuItem"; 535 | this.forumPostToolStripMenuItem.Size = new System.Drawing.Size(152, 22); 536 | this.forumPostToolStripMenuItem.Text = "Forum Post"; 537 | this.forumPostToolStripMenuItem.Click += new System.EventHandler(this.forumPostToolStripMenuItem_Click); 538 | // 539 | // aboutToolStripMenuItem1 540 | // 541 | this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1"; 542 | this.aboutToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); 543 | this.aboutToolStripMenuItem1.Text = "About"; 544 | this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem1_Click); 545 | // 546 | // splitContainer1 547 | // 548 | this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; 549 | this.splitContainer1.Location = new System.Drawing.Point(0, 24); 550 | this.splitContainer1.Name = "splitContainer1"; 551 | // 552 | // splitContainer1.Panel1 553 | // 554 | this.splitContainer1.Panel1.AutoScroll = true; 555 | this.splitContainer1.Panel1.Controls.Add(this.fastColoredTextBox1); 556 | this.splitContainer1.Panel1.Controls.Add(this.label8); 557 | this.splitContainer1.Panel1.Controls.Add(this.fastColoredTextBox2); 558 | this.splitContainer1.Panel1.Controls.Add(this.label9); 559 | this.splitContainer1.Panel1.Controls.Add(this.button2); 560 | this.splitContainer1.Panel1.Controls.Add(this.button3); 561 | this.splitContainer1.Panel1.Controls.Add(this.button4); 562 | this.splitContainer1.Panel1.Controls.Add(this.button5); 563 | this.splitContainer1.Panel1.Controls.Add(this.button6); 564 | this.splitContainer1.Panel1.Controls.Add(this.button7); 565 | // 566 | // splitContainer1.Panel2 567 | // 568 | this.splitContainer1.Panel2.AutoScroll = true; 569 | this.splitContainer1.Panel2.Controls.Add(this.rbFirefox); 570 | this.splitContainer1.Panel2.Controls.Add(this.button1); 571 | this.splitContainer1.Panel2.Controls.Add(this.rbChrome); 572 | this.splitContainer1.Panel2.Controls.Add(this.txtName); 573 | this.splitContainer1.Panel2.Controls.Add(this.label1); 574 | this.splitContainer1.Panel2.Controls.Add(this.label7); 575 | this.splitContainer1.Panel2.Controls.Add(this.txtDesc); 576 | this.splitContainer1.Panel2.Controls.Add(this.label6); 577 | this.splitContainer1.Panel2.Controls.Add(this.txtAuthor); 578 | this.splitContainer1.Panel2.Controls.Add(this.label5); 579 | this.splitContainer1.Panel2.Controls.Add(this.txtHomepage); 580 | this.splitContainer1.Panel2.Controls.Add(this.label4); 581 | this.splitContainer1.Panel2.Controls.Add(this.txtInclude); 582 | this.splitContainer1.Panel2.Controls.Add(this.label3); 583 | this.splitContainer1.Panel2.Controls.Add(this.txtVersion); 584 | this.splitContainer1.Panel2.Controls.Add(this.label2); 585 | this.splitContainer1.Size = new System.Drawing.Size(1173, 458); 586 | this.splitContainer1.SplitterDistance = 724; 587 | this.splitContainer1.TabIndex = 23; 588 | // 589 | // button2 590 | // 591 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 592 | this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage"))); 593 | this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; 594 | this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 595 | this.button2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 596 | this.button2.ForeColor = System.Drawing.Color.DimGray; 597 | this.button2.Location = new System.Drawing.Point(664, 16); 598 | this.button2.Name = "button2"; 599 | this.button2.Size = new System.Drawing.Size(33, 70); 600 | this.button2.TabIndex = 22; 601 | this.button2.UseVisualStyleBackColor = true; 602 | this.button2.Click += new System.EventHandler(this.button2_Click); 603 | // 604 | // button3 605 | // 606 | this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 607 | this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage"))); 608 | this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; 609 | this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 610 | this.button3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 611 | this.button3.ForeColor = System.Drawing.Color.DimGray; 612 | this.button3.Location = new System.Drawing.Point(664, 85); 613 | this.button3.Name = "button3"; 614 | this.button3.Size = new System.Drawing.Size(33, 70); 615 | this.button3.TabIndex = 23; 616 | this.button3.UseVisualStyleBackColor = true; 617 | this.button3.Click += new System.EventHandler(this.button3_Click); 618 | // 619 | // button4 620 | // 621 | this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 622 | this.button4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage"))); 623 | this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; 624 | this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 625 | this.button4.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 626 | this.button4.ForeColor = System.Drawing.Color.DimGray; 627 | this.button4.Location = new System.Drawing.Point(664, 154); 628 | this.button4.Name = "button4"; 629 | this.button4.Size = new System.Drawing.Size(33, 71); 630 | this.button4.TabIndex = 24; 631 | this.button4.UseVisualStyleBackColor = true; 632 | this.button4.Click += new System.EventHandler(this.button4_Click); 633 | // 634 | // button5 635 | // 636 | this.button5.Anchor = System.Windows.Forms.AnchorStyles.Right; 637 | this.button5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button5.BackgroundImage"))); 638 | this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; 639 | this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 640 | this.button5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 641 | this.button5.ForeColor = System.Drawing.Color.DimGray; 642 | this.button5.Location = new System.Drawing.Point(664, 231); 643 | this.button5.MinimumSize = new System.Drawing.Size(33, 70); 644 | this.button5.Name = "button5"; 645 | this.button5.Size = new System.Drawing.Size(33, 70); 646 | this.button5.TabIndex = 25; 647 | this.button5.UseVisualStyleBackColor = true; 648 | this.button5.Click += new System.EventHandler(this.button5_Click); 649 | // 650 | // button6 651 | // 652 | this.button6.Anchor = System.Windows.Forms.AnchorStyles.Right; 653 | this.button6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button6.BackgroundImage"))); 654 | this.button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; 655 | this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 656 | this.button6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 657 | this.button6.ForeColor = System.Drawing.Color.DimGray; 658 | this.button6.Location = new System.Drawing.Point(664, 300); 659 | this.button6.MinimumSize = new System.Drawing.Size(33, 70); 660 | this.button6.Name = "button6"; 661 | this.button6.Size = new System.Drawing.Size(33, 70); 662 | this.button6.TabIndex = 26; 663 | this.button6.UseVisualStyleBackColor = true; 664 | this.button6.Click += new System.EventHandler(this.button6_Click); 665 | // 666 | // button7 667 | // 668 | this.button7.Anchor = System.Windows.Forms.AnchorStyles.Right; 669 | this.button7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button7.BackgroundImage"))); 670 | this.button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; 671 | this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 672 | this.button7.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 673 | this.button7.ForeColor = System.Drawing.Color.DimGray; 674 | this.button7.Location = new System.Drawing.Point(664, 369); 675 | this.button7.MinimumSize = new System.Drawing.Size(33, 70); 676 | this.button7.Name = "button7"; 677 | this.button7.Size = new System.Drawing.Size(33, 70); 678 | this.button7.TabIndex = 27; 679 | this.button7.UseVisualStyleBackColor = true; 680 | this.button7.Click += new System.EventHandler(this.button7_Click); 681 | // 682 | // Converter 683 | // 684 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 685 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 686 | this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48))))); 687 | this.ClientSize = new System.Drawing.Size(1173, 482); 688 | this.Controls.Add(this.splitContainer1); 689 | this.Controls.Add(this.menuStrip1); 690 | this.MainMenuStrip = this.menuStrip1; 691 | this.Name = "Converter"; 692 | this.ShowIcon = false; 693 | this.Text = "UserScript Converter"; 694 | ((System.ComponentModel.ISupportInitialize)(this.fastColoredTextBox1)).EndInit(); 695 | ((System.ComponentModel.ISupportInitialize)(this.fastColoredTextBox2)).EndInit(); 696 | this.menuStrip1.ResumeLayout(false); 697 | this.menuStrip1.PerformLayout(); 698 | this.splitContainer1.Panel1.ResumeLayout(false); 699 | this.splitContainer1.Panel1.PerformLayout(); 700 | this.splitContainer1.Panel2.ResumeLayout(false); 701 | this.splitContainer1.Panel2.PerformLayout(); 702 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); 703 | this.splitContainer1.ResumeLayout(false); 704 | this.ResumeLayout(false); 705 | this.PerformLayout(); 706 | 707 | } 708 | 709 | #endregion 710 | 711 | private System.Windows.Forms.TextBox txtName; 712 | private System.Windows.Forms.Label label1; 713 | private System.Windows.Forms.TextBox txtDesc; 714 | private System.Windows.Forms.TextBox txtAuthor; 715 | private System.Windows.Forms.TextBox txtHomepage; 716 | private System.Windows.Forms.TextBox txtInclude; 717 | private System.Windows.Forms.TextBox txtVersion; 718 | private System.Windows.Forms.Label label2; 719 | private System.Windows.Forms.Label label3; 720 | private System.Windows.Forms.Label label4; 721 | private System.Windows.Forms.Label label5; 722 | private System.Windows.Forms.Label label6; 723 | private FastColoredTextBoxNS.FastColoredTextBox fastColoredTextBox1; 724 | private System.Windows.Forms.Button button1; 725 | private System.Windows.Forms.Label label7; 726 | private System.Windows.Forms.Label label8; 727 | private FastColoredTextBoxNS.FastColoredTextBox fastColoredTextBox2; 728 | private System.Windows.Forms.Label label9; 729 | private System.Windows.Forms.RadioButton rbChrome; 730 | private System.Windows.Forms.RadioButton rbFirefox; 731 | private System.Windows.Forms.MenuStrip menuStrip1; 732 | private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; 733 | private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; 734 | private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; 735 | private System.Windows.Forms.SplitContainer splitContainer1; 736 | private System.Windows.Forms.ToolStripMenuItem newWindowToolStripMenuItem; 737 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 738 | private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; 739 | private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; 740 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 741 | private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; 742 | private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; 743 | private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; 744 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; 745 | private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem; 746 | private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem; 747 | private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem; 748 | private System.Windows.Forms.ToolStripMenuItem forumPostToolStripMenuItem; 749 | private System.Windows.Forms.Button button2; 750 | private System.Windows.Forms.Button button3; 751 | private System.Windows.Forms.Button button4; 752 | private System.Windows.Forms.Button button5; 753 | private System.Windows.Forms.Button button6; 754 | private System.Windows.Forms.Button button7; 755 | private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1; 756 | } 757 | } 758 | 759 | --------------------------------------------------------------------------------