diff --git a/minisqlquery-master/src/MiniSqlQuery/Properties/AssemblyInfo.cs b/minisqlquery-master/src/MiniSqlQuery/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..cf68406
--- /dev/null
+++ b/minisqlquery-master/src/MiniSqlQuery/Properties/AssemblyInfo.cs
@@ -0,0 +1,19 @@
+#region License
+
+// Copyright 2005-2019 Paul Kohler (https://github.com/paulkohler/minisqlquery). All rights reserved.
+// This source code is made available under the terms of the GNU Lesser General Public License v3.0
+// https://github.com/paulkohler/minisqlquery/blob/master/LICENSE
+#endregion
+
+using System.Reflection;
+
+[assembly: AssemblyTitle("Mini SQL Query")]
+[assembly: AssemblyDescription(
+ "Mini SQL Query by Paul Kohler is a minimalist SQL query tool for multiple providers (MSSQL, Oracle, OLEDB, MS Access files etc). " +
+ "The goal of the Mini SQL Query tool is to allow a developer or trouble-shooter to quickly diagnose issues or make changes to a database using a tool with a small footprint, that is fast and easy to use."
+ )]
+[assembly: AssemblyProduct("MiniSqlQuery")]
+[assembly: AssemblyVersion("1.19.11.03")]
+[assembly: AssemblyFileVersion("1.19.11.03")]
+
+// see also CommonAssemblyInfo.cs
diff --git a/minisqlquery-master/src/MiniSqlQuery/Properties/Resources.Designer.cs b/minisqlquery-master/src/MiniSqlQuery/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..56812a4
--- /dev/null
+++ b/minisqlquery-master/src/MiniSqlQuery/Properties/Resources.Designer.cs
@@ -0,0 +1,315 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace MiniSqlQuery.Properties {
+ using System;
+
+
+ /// <summary>
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ /// </summary>
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ /// <summary>
+ /// Returns the cached ResourceManager instance used by this class.
+ /// </summary>
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MiniSqlQuery.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ /// <summary>
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ /// </summary>
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Could not populate with current connection string - .
+ /// </summary>
+ internal static string BindNewConnectionStringBuilder_Could_not_populate_with_current_connection_string___ {
+ get {
+ return ResourceManager.GetString("BindNewConnectionStringBuilder_Could_not_populate_with_current_connection_string_" +
+ "__", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Mini SQL Query Change Log
+ ///=========================
+ ///
+ ///2019-11-03 ENH: Upgraded framework version from fsdfsd8 with other package updates and minor fixes.
+ ///2019-11-03 ENH: Upgraded framework version from 4.6.2 to 4.8 with other package updates and minor fixes.
+ ///2019-06-23 ENH: Upgraded framework version from 3.5 to 4.6.2 with other package updates.
+ ///2016-07-02 FIX: Fix for generic schema errors
+ ///2016-01-28 FIX: Fix for the print dialog never showing up properly
+ ///2015-01-23 ENH: Improved the View Table scre [rest of string was truncated]";.
+ /// </summary>
+ internal static string ChangeLog {
+ get {
+ return ResourceManager.GetString("ChangeLog", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connected to '{0}' successfully..
+ /// </summary>
+ internal static string Connected_to_0_successfully {
+ get {
+ return ResourceManager.GetString("Connected_to_0_successfully", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection Failed.
+ /// </summary>
+ internal static string Connection_Failed {
+ get {
+ return ResourceManager.GetString("Connection_Failed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection Successful.
+ /// </summary>
+ internal static string Connection_Successful {
+ get {
+ return ResourceManager.GetString("Connection_Successful", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Database.
+ /// </summary>
+ internal static string Database {
+ get {
+ return ResourceManager.GetString("Database", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Failed connecting to '{0}'.{1}{2}.
+ /// </summary>
+ internal static string Failed_connecting_to_0_1_2 {
+ get {
+ return ResourceManager.GetString("Failed_connecting_to_0_1_2", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to GNU LESSER GENERAL PUBLIC LICENSE
+ /// Version 3, 29 June 2007
+ ///
+ /// Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ /// Everyone is permitted to copy and distribute verbatim copies
+ /// of this license document, but changing it is not allowed.
+ ///
+ ///
+ /// This version of the GNU Lesser General Public License incorporates
+ ///the terms and conditions of version 3 of the GNU General Public
+ ///License, supplemented by the additional permissions listed below.
+ /// [rest of string was truncated]";.
+ /// </summary>
+ internal static string LicenseMiniSqlQuery {
+ get {
+ return ResourceManager.GetString("LicenseMiniSqlQuery", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Messages.
+ /// </summary>
+ internal static string Messages {
+ get {
+ return ResourceManager.GetString("Messages", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+ ///<html xmlns="http://www.w3.org/1999/xhtml">
+ ///<head>
+ /// <title>Mini SQL Query Read Me</title>
+ /// <style type="text/css">
+ /// h1, h2, h3, h4
+ /// {
+ /// font-family: Verdana;
+ /// }
+ /// blockquote, p, ul, ol, li
+ /// {
+ /// font-family: Verdana;
+ /// font-size: small;
+ /// }
+ /// </style>
+ ///</head>
+ ///<body>
+ /// <h3>
+ /// Mini SQL Query
+ /// </h3>
+ /// <blockquote>
+ /// <p>
+ /// "<b>Mini SQL Query</b> from by Paul Kohler [rest of string was truncated]";.
+ /// </summary>
+ internal static string ReadMe {
+ get {
+ return ResourceManager.GetString("ReadMe", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reload Connection?.
+ /// </summary>
+ internal static string Reload_Connection {
+ get {
+ return ResourceManager.GetString("Reload_Connection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save Changes?.
+ /// </summary>
+ internal static string Save_Changes {
+ get {
+ return ResourceManager.GetString("Save_Changes", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to <?xml version="1.0"?>
+ ///<!--
+ ///Copyright 2005-2019 Paul Kohler (https://github.com/paulkohler/minisqlquery). All rights reserved.
+ ///This source code is made available under the terms of the GNU Lesser General Public License v3.0
+ ///https://github.com/paulkohler/minisqlquery/blob/master/LICENSE
+ ///-->
+ ///<SyntaxDefinition name = "SQL" extensions = ".sql">
+ /// <Properties>
+ /// <Property name="LineComment" value="--"/>
+ /// </Properties>
+ /// <Digits name = "Digits" bold = "true" italic = "false" color = "Blue"/>
+ /// <RuleSets>
/// [rest of string was truncated]";.
+ /// </summary>
+ internal static string SqlModeXshd {
+ get {
+ return ResourceManager.GetString("SqlModeXshd", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Table: .
+ /// </summary>
+ internal static string Table_colon {
+ get {
+ return ResourceManager.GetString("Table_colon", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Table: (none).
+ /// </summary>
+ internal static string Table_none {
+ get {
+ return ResourceManager.GetString("Table_none", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Tables.
+ /// </summary>
+ internal static string Tables {
+ get {
+ return ResourceManager.GetString("Tables", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Templates.
+ /// </summary>
+ internal static string TemplatesDirectoryName {
+ get {
+ return ResourceManager.GetString("TemplatesDirectoryName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The connection details have changed, do you want to save?
+ ///.
+ /// </summary>
+ internal static string The_connection_details_have_changed__do_you_want_to_save {
+ get {
+ return ResourceManager.GetString("The_connection_details_have_changed__do_you_want_to_save", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The connections have changed, would you like to refresh the database connection?.
+ /// </summary>
+ internal static string The_connections_have_changed__would_you_like_to_refresh_the_database_connection {
+ get {
+ return ResourceManager.GetString("The_connections_have_changed__would_you_like_to_refresh_the_database_connection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to View Data.
+ /// </summary>
+ internal static string ViewData {
+ get {
+ return ResourceManager.GetString("ViewData", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to View Data Error.
+ /// </summary>
+ internal static string ViewDataError {
+ get {
+ return ResourceManager.GetString("ViewDataError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Views.
+ /// </summary>
+ internal static string Views {
+ get {
+ return ResourceManager.GetString("Views", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/minisqlquery-master/src/MiniSqlQuery/Properties/Resources.resx b/minisqlquery-master/src/MiniSqlQuery/Properties/Resources.resx
new file mode 100644
index 0000000..6d9a6a2
--- /dev/null
+++ b/minisqlquery-master/src/MiniSqlQuery/Properties/Resources.resx
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <data name="LicenseMiniSqlQuery" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\license-minisqlquery.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+ </data>
+ <data name="ReadMe" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\ReadMe.htm;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
+ </data>
+ <data name="SqlModeXshd" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\sql-mode.xshd;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
+ </data>
+ <data name="TemplatesDirectoryName" xml:space="preserve">
+ <value>Templates</value>
+ </data>
+ <data name="Messages" xml:space="preserve">
+ <value>Messages</value>
+ </data>
+ <data name="ViewData" xml:space="preserve">
+ <value>View Data</value>
+ </data>
+ <data name="Table_none" xml:space="preserve">
+ <value>Table: (none)</value>
+ </data>
+ <data name="ViewDataError" xml:space="preserve">
+ <value>View Data Error</value>
+ </data>
+ <data name="Table_colon" xml:space="preserve">
+ <value>Table: </value>
+ </data>
+ <data name="Database" xml:space="preserve">
+ <value>Database</value>
+ </data>
+ <data name="Tables" xml:space="preserve">
+ <value>Tables</value>
+ </data>
+ <data name="Views" xml:space="preserve">
+ <value>Views</value>
+ </data>
+ <data name="BindNewConnectionStringBuilder_Could_not_populate_with_current_connection_string___" xml:space="preserve">
+ <value>Could not populate with current connection string - </value>
+ </data>
+ <data name="Connected_to_0_successfully" xml:space="preserve">
+ <value>Connected to '{0}' successfully.</value>
+ </data>
+ <data name="Failed_connecting_to_0_1_2" xml:space="preserve">
+ <value>Failed connecting to '{0}'.{1}{2}</value>
+ <comment>
+ 0, conn name; 1, nl; 2, exp msg
+ </comment>
+ </data>
+ <data name="The_connection_details_have_changed__do_you_want_to_save" xml:space="preserve">
+ <value>The connection details have changed, do you want to save?
+</value>
+ </data>
+ <data name="Save_Changes" xml:space="preserve">
+ <value>Save Changes?</value>
+ </data>
+ <data name="Connection_Successful" xml:space="preserve">
+ <value>Connection Successful</value>
+ </data>
+ <data name="Connection_Failed" xml:space="preserve">
+ <value>Connection Failed</value>
+ </data>
+ <data name="The_connections_have_changed__would_you_like_to_refresh_the_database_connection" xml:space="preserve">
+ <value>The connections have changed, would you like to refresh the database connection?</value>
+ </data>
+ <data name="Reload_Connection" xml:space="preserve">
+ <value>Reload Connection?</value>
+ </data>
+ <data name="ChangeLog" type="System.Resources.ResXFileRef, System.Windows.Forms">
+ <value>..\..\ChangeLog.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
+ </data>
+</root>
\ No newline at end of file
diff --git a/minisqlquery-master/src/MiniSqlQuery/Properties/Settings.Designer.cs b/minisqlquery-master/src/MiniSqlQuery/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..75153ec
--- /dev/null
+++ b/minisqlquery-master/src/MiniSqlQuery/Properties/Settings.Designer.cs
@@ -0,0 +1,172 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace MiniSqlQuery.Properties {
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+
+ private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+ public static Settings Default {
+ get {
+ return defaultInstance;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("yyyy-MM-dd HH:mm:ss.fff")]
+ public string DateTimeFormat {
+ get {
+ return ((string)(this["DateTimeFormat"]));
+ }
+ set {
+ this["DateTimeFormat"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string DefaultConnectionDefinitionFilename {
+ get {
+ return ((string)(this["DefaultConnectionDefinitionFilename"]));
+ }
+ set {
+ this["DefaultConnectionDefinitionFilename"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool EnableQueryBatching {
+ get {
+ return ((bool)(this["EnableQueryBatching"]));
+ }
+ set {
+ this["EnableQueryBatching"] = value;
+ }
+ }
+
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute(@"SQL Files (*.sql)|*.sql|Mini SQL Template Files (*.mt)|*.mt|ASPX Files (*.asp;*.aspx;*.asax;*.asmx)|*.asp;*.aspx;*.asax;*.asmx|Batch Files (*.bat;*.cmd)|*.bat;*.cmd|BOO Files (*.boo)|*.boo|Coco Files (*.atg)|*.atg|C++ Files (*.cpp;*.cc;*.c;*.h)|*.cpp;*.cc;*.c;*.h|C# Files (*.cs)|*.cs|HTML Files (*.htm*)|*.htm*|Java Files (*.java)|*.java|JavaScript Files (*.js)|*.js|Patch Files (*.patch;*.diff)|*.patch;*.diff|PHP Files (*.php*)|*.php*|TeX Files (*.tex)|*.tex|VB.NET Files (*.vb)|*.vb|XML Files (*.xml;*.resx)|*.xml;*.resx|All Files (*.*)|*.*")]
+ public string FileDialogFilter {
+ get {
+ return ((string)(this["FileDialogFilter"]));
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
+ public bool IncludeReadOnlyColumnsInExport {
+ get {
+ return ((bool)(this["IncludeReadOnlyColumnsInExport"]));
+ }
+ set {
+ this["IncludeReadOnlyColumnsInExport"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ public bool LoadExternalPlugins {
+ get {
+ return ((bool)(this["LoadExternalPlugins"]));
+ }
+ set {
+ this["LoadExternalPlugins"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Default - MSSQL Master@localhost")]
+ public string NammedConnection {
+ get {
+ return ((string)(this["NammedConnection"]));
+ }
+ set {
+ this["NammedConnection"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("<NULL>")]
+ public string NullText {
+ get {
+ return ((string)(this["NullText"]));
+ }
+ set {
+ this["NullText"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("*.PlugIn.dll")]
+ public string PlugInFileFilter {
+ get {
+ return ((string)(this["PlugInFileFilter"]));
+ }
+ set {
+ this["PlugInFileFilter"] = value;
+ }
+ }
+
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("*.sql")]
+ public string SqlFileFilter {
+ get {
+ return ((string)(this["SqlFileFilter"]));
+ }
+ }
+
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("XML Files (*.xml)|*.xml|All Files (*.*)|*.*")]
+ public string XmlFileDialogFilter {
+ get {
+ return ((string)(this["XmlFileDialogFilter"]));
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("30")]
+ public int CommandTimeout {
+ get {
+ return ((int)(this["CommandTimeout"]));
+ }
+ set {
+ this["CommandTimeout"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ public global::System.Collections.Specialized.StringCollection MostRecentFiles {
+ get {
+ return ((global::System.Collections.Specialized.StringCollection)(this["MostRecentFiles"]));
+ }
+ set {
+ this["MostRecentFiles"] = value;
+ }
+ }
+ }
+}
diff --git a/minisqlquery-master/src/MiniSqlQuery/Properties/Settings.settings b/minisqlquery-master/src/MiniSqlQuery/Properties/Settings.settings
new file mode 100644
index 0000000..4492c6a
--- /dev/null
+++ b/minisqlquery-master/src/MiniSqlQuery/Properties/Settings.settings
@@ -0,0 +1,45 @@
+<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="MiniSqlQuery.Properties" GeneratedClassName="Settings">
+ <Profiles />
+ <Settings>
+ <Setting Name="DateTimeFormat" Type="System.String" Scope="User">
+ <Value Profile="(Default)">yyyy-MM-dd HH:mm:ss.fff</Value>
+ </Setting>
+ <Setting Name="DefaultConnectionDefinitionFilename" Type="System.String" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
+ <Setting Name="EnableQueryBatching" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="FileDialogFilter" Type="System.String" Scope="Application">
+ <Value Profile="(Default)">SQL Files (*.sql)|*.sql|Mini SQL Template Files (*.mt)|*.mt|ASPX Files (*.asp;*.aspx;*.asax;*.asmx)|*.asp;*.aspx;*.asax;*.asmx|Batch Files (*.bat;*.cmd)|*.bat;*.cmd|BOO Files (*.boo)|*.boo|Coco Files (*.atg)|*.atg|C++ Files (*.cpp;*.cc;*.c;*.h)|*.cpp;*.cc;*.c;*.h|C# Files (*.cs)|*.cs|HTML Files (*.htm*)|*.htm*|Java Files (*.java)|*.java|JavaScript Files (*.js)|*.js|Patch Files (*.patch;*.diff)|*.patch;*.diff|PHP Files (*.php*)|*.php*|TeX Files (*.tex)|*.tex|VB.NET Files (*.vb)|*.vb|XML Files (*.xml;*.resx)|*.xml;*.resx|All Files (*.*)|*.*</Value>
+ </Setting>
+ <Setting Name="IncludeReadOnlyColumnsInExport" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">False</Value>
+ </Setting>
+ <Setting Name="LoadExternalPlugins" Type="System.Boolean" Scope="User">
+ <Value Profile="(Default)">True</Value>
+ </Setting>
+ <Setting Name="NammedConnection" Type="System.String" Scope="User">
+ <Value Profile="(Default)">Default - MSSQL Master@localhost</Value>
+ </Setting>
+ <Setting Name="NullText" Type="System.String" Scope="User">
+ <Value Profile="(Default)"><NULL></Value>
+ </Setting>
+ <Setting Name="PlugInFileFilter" Type="System.String" Scope="User">
+ <Value Profile="(Default)">*.PlugIn.dll</Value>
+ </Setting>
+ <Setting Name="SqlFileFilter" Type="System.String" Scope="Application">
+ <Value Profile="(Default)">*.sql</Value>
+ </Setting>
+ <Setting Name="XmlFileDialogFilter" Type="System.String" Scope="Application">
+ <Value Profile="(Default)">XML Files (*.xml)|*.xml|All Files (*.*)|*.*</Value>
+ </Setting>
+ <Setting Name="CommandTimeout" Type="System.Int32" Scope="User">
+ <Value Profile="(Default)">30</Value>
+ </Setting>
+ <Setting Name="MostRecentFiles" Type="System.Collections.Specialized.StringCollection" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
+ </Settings>
+</SettingsFile>
\ No newline at end of file