Add uk.resx files to csproj and enable localizable in few forms

This commit is contained in:
Jaex 2018-04-19 23:10:17 +03:00
parent c9be12aa90
commit 9f1728bc5e
33 changed files with 1310 additions and 1616 deletions

View file

@ -1,156 +0,0 @@
<?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 xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<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>
<data name="btnRun.Text" xml:space="preserve">
<value>Почати</value>
</data>
<data name="lblFunctions.Text" xml:space="preserve">
<value>Функції:</value>
</data>
<data name="btnLoadExample.Text" xml:space="preserve">
<value>Завантажити приклад</value>
</data>
<data name="btnSaveScript.Text" xml:space="preserve">
<value>Зберегти</value>
</data>
<data name="lblScriptName.Text" xml:space="preserve">
<value>Назва скрипту:</value>
</data>
<data name="btnRemoveScript.Text" xml:space="preserve">
<value>Вилучити</value>
</data>
<data name="btnAddMouseMove.Text" xml:space="preserve">
<value>Додати позицію курсора</value>
</data>
<data name="lblLineDelay.Text" xml:space="preserve">
<value>Затримка між лініями:</value>
</data>
<data name="lblLineDelayMiliseconds.Text" xml:space="preserve">
<value>мс</value>
</data>
<data name="lblKeys.Text" xml:space="preserve">
<value>Клавіші:</value>
</data>
<data name="chScriptName.Text" xml:space="preserve">
<value>Назва</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX — Автоматизація</value>
</data>
</root>

View file

@ -1,120 +0,0 @@
<?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>
</root>

View file

@ -1,120 +0,0 @@
<?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>
</root>

View file

@ -1,120 +0,0 @@
<?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>
</root>

View file

@ -1,120 +0,0 @@
<?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>
</root>

View file

@ -1,120 +0,0 @@
<?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>
</root>

View file

@ -1,120 +0,0 @@
<?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>
</root>

View file

@ -503,6 +503,9 @@
<EmbeddedResource Include="Colors\ColorPickerForm.tr.resx">
<DependentUpon>ColorPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Colors\ColorPickerForm.uk.resx">
<DependentUpon>ColorPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Colors\ColorPickerForm.vi-VN.resx">
<DependentUpon>ColorPickerForm.cs</DependentUpon>
</EmbeddedResource>
@ -545,6 +548,9 @@
<EmbeddedResource Include="Colors\GradientPickerForm.tr.resx">
<DependentUpon>GradientPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Colors\GradientPickerForm.uk.resx">
<DependentUpon>GradientPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Colors\GradientPickerForm.vi-VN.resx">
<DependentUpon>GradientPickerForm.cs</DependentUpon>
</EmbeddedResource>
@ -584,24 +590,18 @@
<EmbeddedResource Include="Controls\ExportImportControl.tr.resx">
<DependentUpon>ExportImportControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ExportImportControl.uk.resx">
<DependentUpon>ExportImportControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ExportImportControl.vi-VN.resx">
<DependentUpon>ExportImportControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ExportImportControl.zh-CN.resx">
<DependentUpon>ExportImportControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DoubleLabeledNumericUpDown.resx">
<DependentUpon>DoubleLabeledNumericUpDown.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ExportImportControl.zh-TW.resx">
<DependentUpon>ExportImportControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\LabeledComboBox.resx">
<DependentUpon>LabeledComboBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\LabeledNumericUpDown.resx">
<DependentUpon>LabeledNumericUpDown.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.de.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
@ -637,6 +637,9 @@
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.uk.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.vi-VN.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
</EmbeddedResource>
@ -644,9 +647,6 @@
<DependentUpon>MyPictureBox.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Controls\BlackStyle\UpdatePanel.resx">
<DependentUpon>UpdatePanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\MyPictureBox.zh-TW.resx">
<DependentUpon>MyPictureBox.cs</DependentUpon>
</EmbeddedResource>
@ -683,6 +683,9 @@
<EmbeddedResource Include="DNS\DNSChangerForm.tr.resx">
<DependentUpon>DNSChangerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DNS\DNSChangerForm.uk.resx">
<DependentUpon>DNSChangerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="DNS\DNSChangerForm.vi-VN.resx">
<DependentUpon>DNSChangerForm.cs</DependentUpon>
</EmbeddedResource>
@ -722,6 +725,9 @@
<EmbeddedResource Include="Forms\ClipboardContentViewer.tr.resx">
<DependentUpon>ClipboardContentViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardContentViewer.uk.resx">
<DependentUpon>ClipboardContentViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardContentViewer.vi-VN.resx">
<DependentUpon>ClipboardContentViewer.cs</DependentUpon>
</EmbeddedResource>
@ -767,6 +773,9 @@
<EmbeddedResource Include="Forms\DebugForm.tr.resx">
<DependentUpon>DebugForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\DebugForm.uk.resx">
<DependentUpon>DebugForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\DebugForm.vi-VN.resx">
<DependentUpon>DebugForm.cs</DependentUpon>
</EmbeddedResource>
@ -809,6 +818,9 @@
<EmbeddedResource Include="Forms\ErrorForm.tr.resx">
<DependentUpon>ErrorForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ErrorForm.uk.resx">
<DependentUpon>ErrorForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ErrorForm.vi-VN.resx">
<DependentUpon>ErrorForm.cs</DependentUpon>
</EmbeddedResource>
@ -851,6 +863,9 @@
<EmbeddedResource Include="Forms\HashCheckForm.tr.resx">
<DependentUpon>HashCheckForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HashCheckForm.uk.resx">
<DependentUpon>HashCheckForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HashCheckForm.vi-VN.resx">
<DependentUpon>HashCheckForm.cs</DependentUpon>
</EmbeddedResource>
@ -893,6 +908,9 @@
<EmbeddedResource Include="Forms\InputBox.tr.resx">
<DependentUpon>InputBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\InputBox.uk.resx">
<DependentUpon>InputBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\InputBox.vi-VN.resx">
<DependentUpon>InputBox.cs</DependentUpon>
</EmbeddedResource>
@ -935,6 +953,9 @@
<EmbeddedResource Include="Forms\MonitorTestForm.tr.resx">
<DependentUpon>MonitorTestForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MonitorTestForm.uk.resx">
<DependentUpon>MonitorTestForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MonitorTestForm.vi-VN.resx">
<DependentUpon>MonitorTestForm.cs</DependentUpon>
</EmbeddedResource>
@ -944,17 +965,12 @@
<EmbeddedResource Include="Forms\MonitorTestForm.zh-TW.resx">
<DependentUpon>MonitorTestForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\OutputBox.resx">
<DependentUpon>OutputBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ExportImportControl.resx">
<DependentUpon>ExportImportControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\TabToListView.resx">
<DependentUpon>TabToListView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\TabToTreeView.resx">
<DependentUpon>TabToTreeView.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintForm.de.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
@ -986,6 +1002,9 @@
<EmbeddedResource Include="Printer\PrintForm.tr.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintForm.uk.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintForm.vi-VN.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
@ -1025,6 +1044,9 @@
<EmbeddedResource Include="Printer\PrintTextForm.tr.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintTextForm.uk.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Printer\PrintTextForm.vi-VN.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
@ -1044,6 +1066,7 @@
<EmbeddedResource Include="Properties\Resources.pt-BR.resx" />
<EmbeddedResource Include="Properties\Resources.ru.resx" />
<EmbeddedResource Include="Properties\Resources.tr.resx" />
<EmbeddedResource Include="Properties\Resources.uk.resx" />
<EmbeddedResource Include="Properties\Resources.vi-VN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-TW.resx" />
@ -1101,6 +1124,9 @@
<EmbeddedResource Include="UpdateChecker\DownloaderForm.tr.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\DownloaderForm.uk.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\DownloaderForm.vi-VN.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
</EmbeddedResource>
@ -1148,6 +1174,9 @@
<EmbeddedResource Include="UpdateChecker\UpdateCheckerLabel.tr.resx">
<DependentUpon>UpdateCheckerLabel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\UpdateCheckerLabel.uk.resx">
<DependentUpon>UpdateCheckerLabel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\UpdateCheckerLabel.vi-VN.resx">
<DependentUpon>UpdateCheckerLabel.cs</DependentUpon>
</EmbeddedResource>
@ -1190,6 +1219,9 @@
<EmbeddedResource Include="UpdateChecker\UpdateMessageBox.tr.resx">
<DependentUpon>UpdateMessageBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\UpdateMessageBox.uk.resx">
<DependentUpon>UpdateMessageBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\UpdateMessageBox.vi-VN.resx">
<DependentUpon>UpdateMessageBox.cs</DependentUpon>
</EmbeddedResource>

View file

@ -162,6 +162,9 @@
<EmbeddedResource Include="HistoryForm.tr.resx">
<DependentUpon>HistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HistoryForm.uk.resx">
<DependentUpon>HistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HistoryForm.vi-VN.resx">
<DependentUpon>HistoryForm.cs</DependentUpon>
</EmbeddedResource>
@ -204,6 +207,9 @@
<EmbeddedResource Include="HistoryItemInfoForm.tr.resx">
<DependentUpon>HistoryItemInfoForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HistoryItemInfoForm.uk.resx">
<DependentUpon>HistoryItemInfoForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="HistoryItemInfoForm.vi-VN.resx">
<DependentUpon>HistoryItemInfoForm.cs</DependentUpon>
</EmbeddedResource>
@ -246,6 +252,9 @@
<EmbeddedResource Include="ImageHistoryForm.tr.resx">
<DependentUpon>ImageHistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ImageHistoryForm.uk.resx">
<DependentUpon>ImageHistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ImageHistoryForm.vi-VN.resx">
<DependentUpon>ImageHistoryForm.cs</DependentUpon>
</EmbeddedResource>
@ -269,6 +278,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ru.resx" />
<EmbeddedResource Include="Properties\Resources.tr.resx" />
<EmbeddedResource Include="Properties\Resources.uk.resx" />
<EmbeddedResource Include="Properties\Resources.vi-VN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-TW.resx" />

View file

@ -207,6 +207,9 @@
<EmbeddedResource Include="ImageEffectsForm.tr.resx">
<DependentUpon>ImageEffectsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ImageEffectsForm.uk.resx">
<DependentUpon>ImageEffectsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ImageEffectsForm.vi-VN.resx">
<DependentUpon>ImageEffectsForm.cs</DependentUpon>
</EmbeddedResource>
@ -230,6 +233,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ru.resx" />
<EmbeddedResource Include="Properties\Resources.tr.resx" />
<EmbeddedResource Include="Properties\Resources.uk.resx" />
<EmbeddedResource Include="Properties\Resources.vi-VN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-TW.resx" />

View file

@ -28,6 +28,7 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DirectoryIndexerForm));
this.wbPreview = new System.Windows.Forms.WebBrowser();
this.txtFolderPath = new System.Windows.Forms.TextBox();
this.btnBrowseFolder = new System.Windows.Forms.Button();
@ -45,124 +46,83 @@ private void InitializeComponent()
//
// wbPreview
//
this.wbPreview.Dock = System.Windows.Forms.DockStyle.Fill;
this.wbPreview.Location = new System.Drawing.Point(0, 0);
this.wbPreview.MinimumSize = new System.Drawing.Size(20, 20);
resources.ApplyResources(this.wbPreview, "wbPreview");
this.wbPreview.Name = "wbPreview";
this.wbPreview.Size = new System.Drawing.Size(860, 564);
this.wbPreview.TabIndex = 0;
//
// txtFolderPath
//
this.txtFolderPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtFolderPath.Location = new System.Drawing.Point(192, 8);
resources.ApplyResources(this.txtFolderPath, "txtFolderPath");
this.txtFolderPath.Name = "txtFolderPath";
this.txtFolderPath.Size = new System.Drawing.Size(682, 20);
this.txtFolderPath.TabIndex = 2;
this.txtFolderPath.TextChanged += new System.EventHandler(this.txtFolderPath_TextChanged);
//
// btnBrowseFolder
//
this.btnBrowseFolder.Location = new System.Drawing.Point(8, 7);
resources.ApplyResources(this.btnBrowseFolder, "btnBrowseFolder");
this.btnBrowseFolder.Name = "btnBrowseFolder";
this.btnBrowseFolder.Size = new System.Drawing.Size(176, 23);
this.btnBrowseFolder.TabIndex = 1;
this.btnBrowseFolder.Text = "Browse folder...";
this.btnBrowseFolder.UseVisualStyleBackColor = true;
this.btnBrowseFolder.Click += new System.EventHandler(this.btnBrowseFolder_Click);
//
// btnIndexFolder
//
this.btnIndexFolder.Enabled = false;
this.btnIndexFolder.Location = new System.Drawing.Point(8, 32);
resources.ApplyResources(this.btnIndexFolder, "btnIndexFolder");
this.btnIndexFolder.Name = "btnIndexFolder";
this.btnIndexFolder.Size = new System.Drawing.Size(344, 23);
this.btnIndexFolder.TabIndex = 3;
this.btnIndexFolder.Text = "Index selected folder";
this.btnIndexFolder.UseVisualStyleBackColor = true;
this.btnIndexFolder.Click += new System.EventHandler(this.btnIndexFolder_Click);
//
// btnUpload
//
this.btnUpload.Enabled = false;
this.btnUpload.Location = new System.Drawing.Point(360, 32);
resources.ApplyResources(this.btnUpload, "btnUpload");
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(344, 23);
this.btnUpload.TabIndex = 0;
this.btnUpload.Text = "Upload and close this window";
this.btnUpload.UseVisualStyleBackColor = true;
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
//
// tcMain
//
this.tcMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.tcMain, "tcMain");
this.tcMain.Controls.Add(this.tpPreview);
this.tcMain.Controls.Add(this.tpSettings);
this.tcMain.Location = new System.Drawing.Point(8, 64);
this.tcMain.Name = "tcMain";
this.tcMain.SelectedIndex = 0;
this.tcMain.Size = new System.Drawing.Size(868, 590);
this.tcMain.TabIndex = 4;
//
// tpPreview
//
this.tpPreview.BackColor = System.Drawing.SystemColors.Window;
this.tpPreview.Controls.Add(this.txtPreview);
this.tpPreview.Controls.Add(this.wbPreview);
this.tpPreview.Location = new System.Drawing.Point(4, 22);
resources.ApplyResources(this.tpPreview, "tpPreview");
this.tpPreview.Name = "tpPreview";
this.tpPreview.Size = new System.Drawing.Size(860, 564);
this.tpPreview.TabIndex = 1;
this.tpPreview.Text = "Preview";
//
// txtPreview
//
this.txtPreview.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtPreview.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtPreview.Location = new System.Drawing.Point(0, 0);
this.txtPreview.Multiline = true;
resources.ApplyResources(this.txtPreview, "txtPreview");
this.txtPreview.Name = "txtPreview";
this.txtPreview.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtPreview.Size = new System.Drawing.Size(860, 564);
this.txtPreview.TabIndex = 0;
//
// tpSettings
//
this.tpSettings.BackColor = System.Drawing.SystemColors.Window;
this.tpSettings.Controls.Add(this.pgSettings);
this.tpSettings.Location = new System.Drawing.Point(4, 22);
resources.ApplyResources(this.tpSettings, "tpSettings");
this.tpSettings.Name = "tpSettings";
this.tpSettings.Size = new System.Drawing.Size(860, 564);
this.tpSettings.TabIndex = 0;
this.tpSettings.Text = "Settings";
//
// pgSettings
//
this.pgSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgSettings.Location = new System.Drawing.Point(0, 0);
resources.ApplyResources(this.pgSettings, "pgSettings");
this.pgSettings.Name = "pgSettings";
this.pgSettings.PropertySort = System.Windows.Forms.PropertySort.Categorized;
this.pgSettings.Size = new System.Drawing.Size(860, 564);
this.pgSettings.TabIndex = 0;
this.pgSettings.ToolbarVisible = false;
//
// DirectoryIndexerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(884, 661);
this.Controls.Add(this.tcMain);
this.Controls.Add(this.btnUpload);
this.Controls.Add(this.btnIndexFolder);
this.Controls.Add(this.btnBrowseFolder);
this.Controls.Add(this.txtFolderPath);
this.Name = "DirectoryIndexerForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Directory indexer";
this.tcMain.ResumeLayout(false);
this.tpPreview.ResumeLayout(false);
this.tpPreview.PerformLayout();

View file

@ -117,4 +117,283 @@
<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="wbPreview.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="wbPreview.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="wbPreview.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>20, 20</value>
</data>
<data name="wbPreview.Size" type="System.Drawing.Size, System.Drawing">
<value>860, 564</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="wbPreview.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;wbPreview.Name" xml:space="preserve">
<value>wbPreview</value>
</data>
<data name="&gt;&gt;wbPreview.Type" xml:space="preserve">
<value>System.Windows.Forms.WebBrowser, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;wbPreview.Parent" xml:space="preserve">
<value>tpPreview</value>
</data>
<data name="&gt;&gt;wbPreview.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="txtFolderPath.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="txtFolderPath.Location" type="System.Drawing.Point, System.Drawing">
<value>192, 8</value>
</data>
<data name="txtFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>682, 20</value>
</data>
<data name="txtFolderPath.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;txtFolderPath.Name" xml:space="preserve">
<value>txtFolderPath</value>
</data>
<data name="&gt;&gt;txtFolderPath.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtFolderPath.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtFolderPath.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="btnBrowseFolder.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 7</value>
</data>
<data name="btnBrowseFolder.Size" type="System.Drawing.Size, System.Drawing">
<value>176, 23</value>
</data>
<data name="btnBrowseFolder.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="btnBrowseFolder.Text" xml:space="preserve">
<value>Browse folder...</value>
</data>
<data name="&gt;&gt;btnBrowseFolder.Name" xml:space="preserve">
<value>btnBrowseFolder</value>
</data>
<data name="&gt;&gt;btnBrowseFolder.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnBrowseFolder.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnBrowseFolder.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="btnIndexFolder.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="btnIndexFolder.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 32</value>
</data>
<data name="btnIndexFolder.Size" type="System.Drawing.Size, System.Drawing">
<value>344, 23</value>
</data>
<data name="btnIndexFolder.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="btnIndexFolder.Text" xml:space="preserve">
<value>Index selected folder</value>
</data>
<data name="&gt;&gt;btnIndexFolder.Name" xml:space="preserve">
<value>btnIndexFolder</value>
</data>
<data name="&gt;&gt;btnIndexFolder.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnIndexFolder.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnIndexFolder.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="btnUpload.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="btnUpload.Location" type="System.Drawing.Point, System.Drawing">
<value>360, 32</value>
</data>
<data name="btnUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>344, 23</value>
</data>
<data name="btnUpload.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="btnUpload.Text" xml:space="preserve">
<value>Upload and close this window</value>
</data>
<data name="&gt;&gt;btnUpload.Name" xml:space="preserve">
<value>btnUpload</value>
</data>
<data name="&gt;&gt;btnUpload.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnUpload.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnUpload.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="tcMain.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="txtPreview.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="txtPreview.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="txtPreview.Multiline" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="txtPreview.ScrollBars" type="System.Windows.Forms.ScrollBars, System.Windows.Forms">
<value>Both</value>
</data>
<data name="txtPreview.Size" type="System.Drawing.Size, System.Drawing">
<value>860, 564</value>
</data>
<data name="txtPreview.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;txtPreview.Name" xml:space="preserve">
<value>txtPreview</value>
</data>
<data name="&gt;&gt;txtPreview.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtPreview.Parent" xml:space="preserve">
<value>tpPreview</value>
</data>
<data name="&gt;&gt;txtPreview.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="tpPreview.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="tpPreview.Size" type="System.Drawing.Size, System.Drawing">
<value>860, 564</value>
</data>
<data name="tpPreview.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="tpPreview.Text" xml:space="preserve">
<value>Preview</value>
</data>
<data name="&gt;&gt;tpPreview.Name" xml:space="preserve">
<value>tpPreview</value>
</data>
<data name="&gt;&gt;tpPreview.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpPreview.Parent" xml:space="preserve">
<value>tcMain</value>
</data>
<data name="&gt;&gt;tpPreview.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="pgSettings.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="pgSettings.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="pgSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>860, 564</value>
</data>
<data name="pgSettings.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;pgSettings.Name" xml:space="preserve">
<value>pgSettings</value>
</data>
<data name="&gt;&gt;pgSettings.Type" xml:space="preserve">
<value>System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pgSettings.Parent" xml:space="preserve">
<value>tpSettings</value>
</data>
<data name="&gt;&gt;pgSettings.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="tpSettings.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="tpSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>860, 564</value>
</data>
<data name="tpSettings.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="tpSettings.Text" xml:space="preserve">
<value>Settings</value>
</data>
<data name="&gt;&gt;tpSettings.Name" xml:space="preserve">
<value>tpSettings</value>
</data>
<data name="&gt;&gt;tpSettings.Type" xml:space="preserve">
<value>System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tpSettings.Parent" xml:space="preserve">
<value>tcMain</value>
</data>
<data name="&gt;&gt;tpSettings.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="tcMain.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 64</value>
</data>
<data name="tcMain.Size" type="System.Drawing.Size, System.Drawing">
<value>868, 590</value>
</data>
<data name="tcMain.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;tcMain.Name" xml:space="preserve">
<value>tcMain</value>
</data>
<data name="&gt;&gt;tcMain.Type" xml:space="preserve">
<value>System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tcMain.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;tcMain.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>884, 661</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Directory indexer</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>DirectoryIndexerForm</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View file

@ -148,6 +148,9 @@
<EmbeddedResource Include="Forms\ImageCombinerForm.tr.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.uk.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.vi-VN.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
@ -196,6 +199,9 @@
<EmbeddedResource Include="Forms\VideoThumbnailerForm.tr.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.uk.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.vi-VN.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
@ -217,6 +223,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ru.resx" />
<EmbeddedResource Include="Properties\Resources.tr.resx" />
<EmbeddedResource Include="Properties\Resources.uk.resx" />
<EmbeddedResource Include="Properties\Resources.vi-VN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-TW.resx" />

View file

@ -28,6 +28,7 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StickerForm));
this.ilvStickers = new Manina.Windows.Forms.ImageListView();
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
this.tsMain = new System.Windows.Forms.ToolStrip();
@ -48,15 +49,12 @@ private void InitializeComponent()
//
this.ilvStickers.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.ilvStickers.ColumnHeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.ilvStickers.Dock = System.Windows.Forms.DockStyle.Fill;
resources.ApplyResources(this.ilvStickers, "ilvStickers");
this.ilvStickers.GroupHeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
this.ilvStickers.Location = new System.Drawing.Point(0, 0);
this.ilvStickers.MultiSelect = false;
this.ilvStickers.Name = "ilvStickers";
this.ilvStickers.PersistentCacheDirectory = "";
this.ilvStickers.PersistentCacheSize = ((long)(100));
this.ilvStickers.Size = new System.Drawing.Size(784, 531);
this.ilvStickers.TabIndex = 0;
this.ilvStickers.ItemClick += new Manina.Windows.Forms.ItemClickEventHandler(this.ilvStickers_ItemClick);
//
// toolStripContainer1
@ -65,13 +63,9 @@ private void InitializeComponent()
// toolStripContainer1.ContentPanel
//
this.toolStripContainer1.ContentPanel.Controls.Add(this.ilvStickers);
this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(784, 531);
this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
resources.ApplyResources(this.toolStripContainer1.ContentPanel, "toolStripContainer1.ContentPanel");
resources.ApplyResources(this.toolStripContainer1, "toolStripContainer1");
this.toolStripContainer1.Name = "toolStripContainer1";
this.toolStripContainer1.Size = new System.Drawing.Size(784, 561);
this.toolStripContainer1.TabIndex = 2;
this.toolStripContainer1.Text = "toolStripContainer1";
//
// toolStripContainer1.TopToolStripPanel
//
@ -79,7 +73,7 @@ private void InitializeComponent()
//
// tsMain
//
this.tsMain.Dock = System.Windows.Forms.DockStyle.None;
resources.ApplyResources(this.tsMain, "tsMain");
this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tslSearch,
@ -89,25 +83,20 @@ private void InitializeComponent()
this.tsbEditStickers,
this.tslSize,
this.tsnudSize});
this.tsMain.Location = new System.Drawing.Point(0, 0);
this.tsMain.Name = "tsMain";
this.tsMain.Padding = new System.Windows.Forms.Padding(2);
this.tsMain.Size = new System.Drawing.Size(784, 30);
this.tsMain.Stretch = true;
this.tsMain.TabIndex = 0;
//
// tslSearch
//
this.tslSearch.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
this.tslSearch.Name = "tslSearch";
this.tslSearch.Size = new System.Drawing.Size(45, 23);
this.tslSearch.Text = "Search:";
resources.ApplyResources(this.tslSearch, "tslSearch");
//
// tstbSearch
//
this.tstbSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tstbSearch.Name = "tstbSearch";
this.tstbSearch.Size = new System.Drawing.Size(100, 26);
resources.ApplyResources(this.tstbSearch, "tstbSearch");
this.tstbSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstbSearch_KeyDown);
this.tstbSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tstbSearch_KeyUp);
this.tstbSearch.TextChanged += new System.EventHandler(this.tstbSearch_TextChanged);
@ -116,50 +105,41 @@ private void InitializeComponent()
//
this.tslStickers.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
this.tslStickers.Name = "tslStickers";
this.tslStickers.Size = new System.Drawing.Size(50, 23);
this.tslStickers.Text = "Stickers:";
resources.ApplyResources(this.tslStickers, "tslStickers");
//
// tscbStickers
//
this.tscbStickers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscbStickers.FlatStyle = System.Windows.Forms.FlatStyle.System;
resources.ApplyResources(this.tscbStickers, "tscbStickers");
this.tscbStickers.Name = "tscbStickers";
this.tscbStickers.Size = new System.Drawing.Size(150, 26);
this.tscbStickers.SelectedIndexChanged += new System.EventHandler(this.tscbStickers_SelectedIndexChanged);
//
// tsbEditStickers
//
this.tsbEditStickers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbEditStickers.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.gear;
this.tsbEditStickers.ImageTransparentColor = System.Drawing.Color.Magenta;
resources.ApplyResources(this.tsbEditStickers, "tsbEditStickers");
this.tsbEditStickers.Name = "tsbEditStickers";
this.tsbEditStickers.Size = new System.Drawing.Size(23, 23);
this.tsbEditStickers.Text = "Edit sticker packs";
this.tsbEditStickers.Click += new System.EventHandler(this.tsbEditStickers_Click);
//
// tslSize
//
this.tslSize.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
this.tslSize.Name = "tslSize";
this.tslSize.Size = new System.Drawing.Size(30, 23);
this.tslSize.Text = "Size:";
resources.ApplyResources(this.tslSize, "tslSize");
//
// tsnudSize
//
this.tsnudSize.Name = "tsnudSize";
this.tsnudSize.Size = new System.Drawing.Size(41, 23);
this.tsnudSize.Text = "64";
resources.ApplyResources(this.tsnudSize, "tsnudSize");
this.tsnudSize.ValueChanged += new System.EventHandler(this.tsnudSize_ValueChanged);
//
// StickerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 561);
this.Controls.Add(this.toolStripContainer1);
this.Name = "StickerForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Sticker picker";
this.Shown += new System.EventHandler(this.StickerForm_Shown);
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);

View file

@ -117,10 +117,259 @@
<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="ilvStickers.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="ilvStickers.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="ilvStickers.Size" type="System.Drawing.Size, System.Drawing">
<value>784, 531</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ilvStickers.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;ilvStickers.Name" xml:space="preserve">
<value>ilvStickers</value>
</data>
<data name="&gt;&gt;ilvStickers.Type" xml:space="preserve">
<value>Manina.Windows.Forms.ImageListView, ImageListView, Version=11.0.4.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;ilvStickers.Parent" xml:space="preserve">
<value>toolStripContainer1.ContentPanel</value>
</data>
<data name="&gt;&gt;ilvStickers.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;toolStripContainer1.BottomToolStripPanel.Name" xml:space="preserve">
<value>toolStripContainer1.BottomToolStripPanel</value>
</data>
<data name="&gt;&gt;toolStripContainer1.BottomToolStripPanel.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripContainer1.BottomToolStripPanel.Parent" xml:space="preserve">
<value>toolStripContainer1</value>
</data>
<data name="&gt;&gt;toolStripContainer1.BottomToolStripPanel.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="toolStripContainer1.ContentPanel.Size" type="System.Drawing.Size, System.Drawing">
<value>784, 531</value>
</data>
<data name="&gt;&gt;toolStripContainer1.ContentPanel.Name" xml:space="preserve">
<value>toolStripContainer1.ContentPanel</value>
</data>
<data name="&gt;&gt;toolStripContainer1.ContentPanel.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripContentPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripContainer1.ContentPanel.Parent" xml:space="preserve">
<value>toolStripContainer1</value>
</data>
<data name="&gt;&gt;toolStripContainer1.ContentPanel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="toolStripContainer1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="&gt;&gt;toolStripContainer1.LeftToolStripPanel.Name" xml:space="preserve">
<value>toolStripContainer1.LeftToolStripPanel</value>
</data>
<data name="&gt;&gt;toolStripContainer1.LeftToolStripPanel.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripContainer1.LeftToolStripPanel.Parent" xml:space="preserve">
<value>toolStripContainer1</value>
</data>
<data name="&gt;&gt;toolStripContainer1.LeftToolStripPanel.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="toolStripContainer1.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="&gt;&gt;toolStripContainer1.RightToolStripPanel.Name" xml:space="preserve">
<value>toolStripContainer1.RightToolStripPanel</value>
</data>
<data name="&gt;&gt;toolStripContainer1.RightToolStripPanel.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripContainer1.RightToolStripPanel.Parent" xml:space="preserve">
<value>toolStripContainer1</value>
</data>
<data name="&gt;&gt;toolStripContainer1.RightToolStripPanel.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="toolStripContainer1.Size" type="System.Drawing.Size, System.Drawing">
<value>784, 561</value>
</data>
<data name="toolStripContainer1.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="toolStripContainer1.Text" xml:space="preserve">
<value>toolStripContainer1</value>
</data>
<metadata name="tsMain.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="tsMain.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>None</value>
</data>
<data name="tslSearch.Size" type="System.Drawing.Size, System.Drawing">
<value>45, 23</value>
</data>
<data name="tslSearch.Text" xml:space="preserve">
<value>Search:</value>
</data>
<data name="tstbSearch.Size" type="System.Drawing.Size, System.Drawing">
<value>100, 26</value>
</data>
<data name="tslStickers.Size" type="System.Drawing.Size, System.Drawing">
<value>50, 23</value>
</data>
<data name="tslStickers.Text" xml:space="preserve">
<value>Stickers:</value>
</data>
<data name="tscbStickers.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
<value>System</value>
</data>
<data name="tscbStickers.Size" type="System.Drawing.Size, System.Drawing">
<value>150, 26</value>
</data>
<data name="tsbEditStickers.ImageTransparentColor" type="System.Drawing.Color, System.Drawing">
<value>Magenta</value>
</data>
<data name="tsbEditStickers.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 23</value>
</data>
<data name="tsbEditStickers.Text" xml:space="preserve">
<value>Edit sticker packs</value>
</data>
<data name="tslSize.Size" type="System.Drawing.Size, System.Drawing">
<value>30, 23</value>
</data>
<data name="tslSize.Text" xml:space="preserve">
<value>Size:</value>
</data>
<data name="tsnudSize.Size" type="System.Drawing.Size, System.Drawing">
<value>41, 23</value>
</data>
<data name="tsnudSize.Text" xml:space="preserve">
<value>64</value>
</data>
<data name="tsMain.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="tsMain.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>2, 2, 2, 2</value>
</data>
<data name="tsMain.Size" type="System.Drawing.Size, System.Drawing">
<value>784, 30</value>
</data>
<data name="tsMain.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;tsMain.Name" xml:space="preserve">
<value>tsMain</value>
</data>
<data name="&gt;&gt;tsMain.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tsMain.Parent" xml:space="preserve">
<value>toolStripContainer1.TopToolStripPanel</value>
</data>
<data name="&gt;&gt;tsMain.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;toolStripContainer1.TopToolStripPanel.Name" xml:space="preserve">
<value>toolStripContainer1.TopToolStripPanel</value>
</data>
<data name="&gt;&gt;toolStripContainer1.TopToolStripPanel.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripContainer1.TopToolStripPanel.Parent" xml:space="preserve">
<value>toolStripContainer1</value>
</data>
<data name="&gt;&gt;toolStripContainer1.TopToolStripPanel.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;toolStripContainer1.Name" xml:space="preserve">
<value>toolStripContainer1</value>
</data>
<data name="&gt;&gt;toolStripContainer1.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripContainer1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;toolStripContainer1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>59</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>784, 561</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Sticker picker</value>
</data>
<data name="&gt;&gt;tslSearch.Name" xml:space="preserve">
<value>tslSearch</value>
</data>
<data name="&gt;&gt;tslSearch.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tstbSearch.Name" xml:space="preserve">
<value>tstbSearch</value>
</data>
<data name="&gt;&gt;tstbSearch.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tslStickers.Name" xml:space="preserve">
<value>tslStickers</value>
</data>
<data name="&gt;&gt;tslStickers.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tscbStickers.Name" xml:space="preserve">
<value>tscbStickers</value>
</data>
<data name="&gt;&gt;tscbStickers.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tsbEditStickers.Name" xml:space="preserve">
<value>tsbEditStickers</value>
</data>
<data name="&gt;&gt;tsbEditStickers.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tslSize.Name" xml:space="preserve">
<value>tslSize</value>
</data>
<data name="&gt;&gt;tslSize.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tsnudSize.Name" xml:space="preserve">
<value>tsnudSize</value>
</data>
<data name="&gt;&gt;tsnudSize.Type" xml:space="preserve">
<value>ShareX.HelpersLib.ToolStripNumericUpDown, ShareX.HelpersLib, Version=12.2.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>StickerForm</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View file

@ -28,6 +28,7 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StickerPackForm));
this.lblFolder = new System.Windows.Forms.Label();
this.txtFolder = new System.Windows.Forms.TextBox();
this.lblName = new System.Windows.Forms.Label();
@ -40,83 +41,59 @@ private void InitializeComponent()
//
// lblFolder
//
this.lblFolder.AutoSize = true;
this.lblFolder.Location = new System.Drawing.Point(8, 64);
resources.ApplyResources(this.lblFolder, "lblFolder");
this.lblFolder.Name = "lblFolder";
this.lblFolder.Size = new System.Drawing.Size(39, 13);
this.lblFolder.TabIndex = 3;
this.lblFolder.Text = "Folder:";
//
// txtFolder
//
this.txtFolder.Location = new System.Drawing.Point(80, 60);
resources.ApplyResources(this.txtFolder, "txtFolder");
this.txtFolder.Name = "txtFolder";
this.txtFolder.Size = new System.Drawing.Size(264, 20);
this.txtFolder.TabIndex = 4;
this.txtFolder.TextChanged += new System.EventHandler(this.txtFolder_TextChanged);
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(8, 88);
resources.ApplyResources(this.lblName, "lblName");
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(38, 13);
this.lblName.TabIndex = 6;
this.lblName.Text = "Name:";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(80, 84);
resources.ApplyResources(this.txtName, "txtName");
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(264, 20);
this.txtName.TabIndex = 7;
this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
//
// cbStickers
//
this.cbStickers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbStickers.FormattingEnabled = true;
this.cbStickers.Location = new System.Drawing.Point(8, 32);
resources.ApplyResources(this.cbStickers, "cbStickers");
this.cbStickers.Name = "cbStickers";
this.cbStickers.Size = new System.Drawing.Size(368, 21);
this.cbStickers.TabIndex = 2;
this.cbStickers.SelectedIndexChanged += new System.EventHandler(this.cbStickers_SelectedIndexChanged);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(8, 8);
resources.ApplyResources(this.btnAdd, "btnAdd");
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(184, 23);
this.btnAdd.TabIndex = 0;
this.btnAdd.Text = "Add";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnRemove
//
this.btnRemove.Location = new System.Drawing.Point(192, 8);
resources.ApplyResources(this.btnRemove, "btnRemove");
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(184, 23);
this.btnRemove.TabIndex = 1;
this.btnRemove.Text = "Remove";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// btnFolderBrowse
//
this.btnFolderBrowse.Location = new System.Drawing.Point(350, 59);
resources.ApplyResources(this.btnFolderBrowse, "btnFolderBrowse");
this.btnFolderBrowse.Name = "btnFolderBrowse";
this.btnFolderBrowse.Size = new System.Drawing.Size(24, 23);
this.btnFolderBrowse.TabIndex = 5;
this.btnFolderBrowse.Text = "...";
this.btnFolderBrowse.UseVisualStyleBackColor = true;
this.btnFolderBrowse.Click += new System.EventHandler(this.btnFolderBrowse_Click);
//
// StickerPackForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(383, 113);
this.Controls.Add(this.btnFolderBrowse);
this.Controls.Add(this.btnRemove);
this.Controls.Add(this.btnAdd);
@ -128,8 +105,6 @@ private void InitializeComponent()
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "StickerPackForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Sticker packs";
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,4 +117,217 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblFolder.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblFolder.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 64</value>
</data>
<data name="lblFolder.Size" type="System.Drawing.Size, System.Drawing">
<value>39, 13</value>
</data>
<data name="lblFolder.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="lblFolder.Text" xml:space="preserve">
<value>Folder:</value>
</data>
<data name="&gt;&gt;lblFolder.Name" xml:space="preserve">
<value>lblFolder</value>
</data>
<data name="&gt;&gt;lblFolder.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblFolder.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblFolder.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="txtFolder.Location" type="System.Drawing.Point, System.Drawing">
<value>80, 60</value>
</data>
<data name="txtFolder.Size" type="System.Drawing.Size, System.Drawing">
<value>264, 20</value>
</data>
<data name="txtFolder.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;txtFolder.Name" xml:space="preserve">
<value>txtFolder</value>
</data>
<data name="&gt;&gt;txtFolder.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtFolder.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtFolder.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="lblName.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblName.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 88</value>
</data>
<data name="lblName.Size" type="System.Drawing.Size, System.Drawing">
<value>38, 13</value>
</data>
<data name="lblName.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>Name:</value>
</data>
<data name="&gt;&gt;lblName.Name" xml:space="preserve">
<value>lblName</value>
</data>
<data name="&gt;&gt;lblName.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblName.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="txtName.Location" type="System.Drawing.Point, System.Drawing">
<value>80, 84</value>
</data>
<data name="txtName.Size" type="System.Drawing.Size, System.Drawing">
<value>264, 20</value>
</data>
<data name="txtName.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="&gt;&gt;txtName.Name" xml:space="preserve">
<value>txtName</value>
</data>
<data name="&gt;&gt;txtName.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtName.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="cbStickers.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 32</value>
</data>
<data name="cbStickers.Size" type="System.Drawing.Size, System.Drawing">
<value>368, 21</value>
</data>
<data name="cbStickers.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;cbStickers.Name" xml:space="preserve">
<value>cbStickers</value>
</data>
<data name="&gt;&gt;cbStickers.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;cbStickers.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;cbStickers.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="btnAdd.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="btnAdd.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 23</value>
</data>
<data name="btnAdd.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="btnAdd.Text" xml:space="preserve">
<value>Add</value>
</data>
<data name="&gt;&gt;btnAdd.Name" xml:space="preserve">
<value>btnAdd</value>
</data>
<data name="&gt;&gt;btnAdd.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnAdd.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnAdd.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="btnRemove.Location" type="System.Drawing.Point, System.Drawing">
<value>192, 8</value>
</data>
<data name="btnRemove.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 23</value>
</data>
<data name="btnRemove.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>Remove</value>
</data>
<data name="&gt;&gt;btnRemove.Name" xml:space="preserve">
<value>btnRemove</value>
</data>
<data name="&gt;&gt;btnRemove.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnRemove.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnRemove.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="btnFolderBrowse.Location" type="System.Drawing.Point, System.Drawing">
<value>350, 59</value>
</data>
<data name="btnFolderBrowse.Size" type="System.Drawing.Size, System.Drawing">
<value>24, 23</value>
</data>
<data name="btnFolderBrowse.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="btnFolderBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="&gt;&gt;btnFolderBrowse.Name" xml:space="preserve">
<value>btnFolderBrowse</value>
</data>
<data name="&gt;&gt;btnFolderBrowse.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnFolderBrowse.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnFolderBrowse.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>383, 113</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Sticker packs</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>StickerPackForm</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View file

@ -60,45 +60,45 @@
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<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: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: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: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: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: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:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
@ -119,7 +119,7 @@
</resheader>
<data name="lblURL.Text" xml:space="preserve">
<value>Посилання:</value>
<comment>@Invariant</comment></data>
</data>
<data name="btnCapture.Text" xml:space="preserve">
<value>Захоплення</value>
</data>
@ -128,7 +128,7 @@
</data>
<data name="lblWebpageX.Text" xml:space="preserve">
<value>×</value>
<comment>@Invariant</comment></data>
</data>
<data name="lblCaptureDelay.Text" xml:space="preserve">
<value>Затримка:</value>
</data>
@ -141,4 +141,4 @@
<data name="$this.Text" xml:space="preserve">
<value>ShareX — Захоплення веб-сторінки</value>
</data>
</root>
</root>

View file

@ -344,6 +344,9 @@
<EmbeddedResource Include="Forms\FFmpegOptionsForm.it-IT.resx">
<DependentUpon>FFmpegOptionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FFmpegOptionsForm.uk.resx">
<DependentUpon>FFmpegOptionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageInsertForm.resx">
<DependentUpon>ImageInsertForm.cs</DependentUpon>
</EmbeddedResource>
@ -389,6 +392,9 @@
<EmbeddedResource Include="Forms\ScrollingCaptureForm.tr.resx">
<DependentUpon>ScrollingCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScrollingCaptureForm.uk.resx">
<DependentUpon>ScrollingCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScrollingCaptureForm.vi-VN.resx">
<DependentUpon>ScrollingCaptureForm.cs</DependentUpon>
</EmbeddedResource>
@ -455,6 +461,9 @@
<EmbeddedResource Include="Forms\WebpageCaptureForm.tr.resx">
<DependentUpon>WebpageCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WebpageCaptureForm.uk.resx">
<DependentUpon>WebpageCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WebpageCaptureForm.vi-VN.resx">
<DependentUpon>WebpageCaptureForm.cs</DependentUpon>
</EmbeddedResource>
@ -489,6 +498,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ru.resx" />
<EmbeddedResource Include="Properties\Resources.tr.resx" />
<EmbeddedResource Include="Properties\Resources.uk.resx" />
<EmbeddedResource Include="Properties\Resources.vi-VN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-TW.resx" />

View file

@ -28,6 +28,7 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PuushLoginForm));
this.lblPassword = new System.Windows.Forms.Label();
this.lblEmail = new System.Windows.Forms.Label();
this.txtEmail = new System.Windows.Forms.TextBox();
@ -40,78 +41,52 @@ private void InitializeComponent()
//
// lblPassword
//
this.lblPassword.AutoSize = true;
this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPassword.Location = new System.Drawing.Point(13, 152);
resources.ApplyResources(this.lblPassword, "lblPassword");
this.lblPassword.Name = "lblPassword";
this.lblPassword.Size = new System.Drawing.Size(71, 16);
this.lblPassword.TabIndex = 1;
this.lblPassword.Text = "Password:";
//
// lblEmail
//
this.lblEmail.AutoSize = true;
this.lblEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblEmail.Location = new System.Drawing.Point(13, 96);
resources.ApplyResources(this.lblEmail, "lblEmail");
this.lblEmail.Name = "lblEmail";
this.lblEmail.Size = new System.Drawing.Size(45, 16);
this.lblEmail.TabIndex = 3;
this.lblEmail.Text = "Email:";
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(16, 120);
resources.ApplyResources(this.txtEmail, "txtEmail");
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(232, 20);
this.txtEmail.TabIndex = 4;
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(16, 176);
resources.ApplyResources(this.txtPassword, "txtPassword");
this.txtPassword.Name = "txtPassword";
this.txtPassword.Size = new System.Drawing.Size(232, 20);
this.txtPassword.TabIndex = 5;
this.txtPassword.UseSystemPasswordChar = true;
//
// btnLogin
//
this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLogin.Location = new System.Drawing.Point(16, 232);
resources.ApplyResources(this.btnLogin, "btnLogin");
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(232, 32);
this.btnLogin.TabIndex = 6;
this.btnLogin.Text = "Login";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// llForgottenPassword
//
this.llForgottenPassword.AutoSize = true;
this.llForgottenPassword.Location = new System.Drawing.Point(13, 208);
resources.ApplyResources(this.llForgottenPassword, "llForgottenPassword");
this.llForgottenPassword.Name = "llForgottenPassword";
this.llForgottenPassword.Size = new System.Drawing.Size(106, 13);
this.llForgottenPassword.TabIndex = 7;
this.llForgottenPassword.TabStop = true;
this.llForgottenPassword.Text = "Forgotten password?";
this.llForgottenPassword.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llForgottenPassword_LinkClicked);
//
// pbPuush
//
this.pbPuush.Image = global::ShareX.UploadersLib.Properties.Resources.puush_256;
this.pbPuush.Location = new System.Drawing.Point(0, 0);
resources.ApplyResources(this.pbPuush, "pbPuush");
this.pbPuush.Name = "pbPuush";
this.pbPuush.Size = new System.Drawing.Size(264, 88);
this.pbPuush.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbPuush.TabIndex = 8;
this.pbPuush.TabStop = false;
//
// PuushLoginForm
//
this.AcceptButton = this.btnLogin;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(264, 279);
this.Controls.Add(this.pbPuush);
this.Controls.Add(this.llForgottenPassword);
this.Controls.Add(this.btnLogin);
@ -121,8 +96,6 @@ private void InitializeComponent()
this.Controls.Add(this.lblPassword);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "PuushLoginForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "puush login";
((System.ComponentModel.ISupportInitialize)(this.pbPuush)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,4 +117,208 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblPassword.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblPassword.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 9.75pt</value>
</data>
<data name="lblPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 152</value>
</data>
<data name="lblPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>71, 16</value>
</data>
<data name="lblPassword.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="lblPassword.Text" xml:space="preserve">
<value>Password:</value>
</data>
<data name="&gt;&gt;lblPassword.Name" xml:space="preserve">
<value>lblPassword</value>
</data>
<data name="&gt;&gt;lblPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblPassword.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblPassword.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="lblEmail.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblEmail.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 9.75pt</value>
</data>
<data name="lblEmail.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 96</value>
</data>
<data name="lblEmail.Size" type="System.Drawing.Size, System.Drawing">
<value>45, 16</value>
</data>
<data name="lblEmail.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="lblEmail.Text" xml:space="preserve">
<value>Email:</value>
</data>
<data name="&gt;&gt;lblEmail.Name" xml:space="preserve">
<value>lblEmail</value>
</data>
<data name="&gt;&gt;lblEmail.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblEmail.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblEmail.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="txtEmail.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 120</value>
</data>
<data name="txtEmail.Size" type="System.Drawing.Size, System.Drawing">
<value>232, 20</value>
</data>
<data name="txtEmail.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;txtEmail.Name" xml:space="preserve">
<value>txtEmail</value>
</data>
<data name="&gt;&gt;txtEmail.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtEmail.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtEmail.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="txtPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 176</value>
</data>
<data name="txtPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>232, 20</value>
</data>
<data name="txtPassword.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;txtPassword.Name" xml:space="preserve">
<value>txtPassword</value>
</data>
<data name="&gt;&gt;txtPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtPassword.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtPassword.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="btnLogin.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 9.75pt</value>
</data>
<data name="btnLogin.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 232</value>
</data>
<data name="btnLogin.Size" type="System.Drawing.Size, System.Drawing">
<value>232, 32</value>
</data>
<data name="btnLogin.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="btnLogin.Text" xml:space="preserve">
<value>Login</value>
</data>
<data name="&gt;&gt;btnLogin.Name" xml:space="preserve">
<value>btnLogin</value>
</data>
<data name="&gt;&gt;btnLogin.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnLogin.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnLogin.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="llForgottenPassword.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="llForgottenPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 208</value>
</data>
<data name="llForgottenPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>106, 13</value>
</data>
<data name="llForgottenPassword.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="llForgottenPassword.Text" xml:space="preserve">
<value>Forgotten password?</value>
</data>
<data name="&gt;&gt;llForgottenPassword.Name" xml:space="preserve">
<value>llForgottenPassword</value>
</data>
<data name="&gt;&gt;llForgottenPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;llForgottenPassword.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;llForgottenPassword.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="pbPuush.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="pbPuush.Size" type="System.Drawing.Size, System.Drawing">
<value>264, 88</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="pbPuush.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbPuush.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="&gt;&gt;pbPuush.Name" xml:space="preserve">
<value>pbPuush</value>
</data>
<data name="&gt;&gt;pbPuush.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbPuush.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbPuush.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>264, 279</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>puush login</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>PuushLoginForm</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View file

@ -404,6 +404,9 @@
<EmbeddedResource Include="Controls\AccountsControl.tr.resx">
<DependentUpon>AccountsControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AccountsControl.uk.resx">
<DependentUpon>AccountsControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AccountsControl.vi-VN.resx">
<DependentUpon>AccountsControl.cs</DependentUpon>
</EmbeddedResource>
@ -443,6 +446,9 @@
<EmbeddedResource Include="Controls\AccountTypeControl.tr.resx">
<DependentUpon>AccountTypeControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AccountTypeControl.uk.resx">
<DependentUpon>AccountTypeControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AccountTypeControl.vi-VN.resx">
<DependentUpon>AccountTypeControl.cs</DependentUpon>
</EmbeddedResource>
@ -482,6 +488,9 @@
<EmbeddedResource Include="Controls\OAuthControl.tr.resx">
<DependentUpon>OAuthControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\OAuthControl.uk.resx">
<DependentUpon>OAuthControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\OAuthControl.vi-VN.resx">
<DependentUpon>OAuthControl.cs</DependentUpon>
</EmbeddedResource>
@ -521,6 +530,9 @@
<EmbeddedResource Include="Forms\EmailForm.tr.resx">
<DependentUpon>EmailForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EmailForm.uk.resx">
<DependentUpon>EmailForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EmailForm.vi-VN.resx">
<DependentUpon>EmailForm.cs</DependentUpon>
</EmbeddedResource>
@ -560,6 +572,9 @@
<EmbeddedResource Include="Forms\JiraUpload.tr.resx">
<DependentUpon>JiraUpload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\JiraUpload.uk.resx">
<DependentUpon>JiraUpload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\JiraUpload.vi-VN.resx">
<DependentUpon>JiraUpload.cs</DependentUpon>
</EmbeddedResource>
@ -599,6 +614,9 @@
<EmbeddedResource Include="Forms\OAuthWebForm.tr.resx">
<DependentUpon>OAuthWebForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\OAuthWebForm.uk.resx">
<DependentUpon>OAuthWebForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\OAuthWebForm.vi-VN.resx">
<DependentUpon>OAuthWebForm.cs</DependentUpon>
</EmbeddedResource>
@ -617,6 +635,9 @@
<EmbeddedResource Include="Forms\OCRSpaceForm.ru.resx">
<DependentUpon>OCRSpaceForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\OCRSpaceForm.uk.resx">
<DependentUpon>OCRSpaceForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PuushLoginForm.resx">
<DependentUpon>PuushLoginForm.cs</DependentUpon>
</EmbeddedResource>
@ -650,6 +671,9 @@
<EmbeddedResource Include="Forms\ResponseForm.tr.resx">
<DependentUpon>ResponseForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ResponseForm.uk.resx">
<DependentUpon>ResponseForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ResponseForm.vi-VN.resx">
<DependentUpon>ResponseForm.cs</DependentUpon>
</EmbeddedResource>
@ -689,6 +713,9 @@
<EmbeddedResource Include="Forms\TwitterTweetForm.tr.resx">
<DependentUpon>TwitterTweetForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TwitterTweetForm.uk.resx">
<DependentUpon>TwitterTweetForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TwitterTweetForm.vi-VN.resx">
<DependentUpon>TwitterTweetForm.cs</DependentUpon>
</EmbeddedResource>
@ -728,6 +755,9 @@
<EmbeddedResource Include="Forms\UploadersConfigForm.tr.resx">
<DependentUpon>UploadersConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UploadersConfigForm.uk.resx">
<DependentUpon>UploadersConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UploadersConfigForm.vi-VN.resx">
<DependentUpon>UploadersConfigForm.cs</DependentUpon>
</EmbeddedResource>
@ -767,6 +797,9 @@
<EmbeddedResource Include="Forms\UserPassBox.tr.resx">
<DependentUpon>UserPassBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UserPassBox.uk.resx">
<DependentUpon>UserPassBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UserPassBox.vi-VN.resx">
<DependentUpon>UserPassBox.cs</DependentUpon>
</EmbeddedResource>
@ -842,6 +875,9 @@
<EmbeddedResource Include="FTPClient\FTPClientForm.tr.resx">
<DependentUpon>FTPClientForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FTPClient\FTPClientForm.uk.resx">
<DependentUpon>FTPClientForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FTPClient\FTPClientForm.vi-VN.resx">
<DependentUpon>FTPClientForm.cs</DependentUpon>
</EmbeddedResource>
@ -868,6 +904,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ru.resx" />
<EmbeddedResource Include="Properties\Resources.tr.resx" />
<EmbeddedResource Include="Properties\Resources.uk.resx" />
<EmbeddedResource Include="Properties\Resources.vi-VN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-TW.resx" />

View file

@ -155,6 +155,9 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_ShowErrorsInErrorList = False
RESX_AutoCreateNewLanguageFiles = True
RESX_ConfirmAddLanguageFile = False
SolutionGuid = {DEACF1C2-28EE-44DF-B55E-2234F6137272}
EndGlobalSection
EndGlobal

View file

@ -1,120 +0,0 @@
<?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>
</root>

View file

@ -1,141 +0,0 @@
<?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 xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<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>
<data name="btnRegister.Text" xml:space="preserve">
<value>Увімкнути підтримку Chrome</value>
</data>
<data name="btnUnregister.Text" xml:space="preserve">
<value>Вимкнути підтримку Chrome</value>
</data>
<data name="lbl1.Text" xml:space="preserve">
<value>1. Увімкніть підтримку Chrome, інакше розширення не зможе взаємодіяти з ShareX.</value>
</data>
<data name="lbl2.Text" xml:space="preserve">
<value>2. Встановіть Chrome-розширення ShareX з веб-магазину Chrome.</value>
</data>
<data name="btnInstallExtension.Text" xml:space="preserve">
<value>Встановити розширення ShareX для Chrome</value>
</data>
<data name="lbl3.Text" xml:space="preserve">
<value>3. У Chrome за правим притиском на зображенні, відео, аудіо чи вибраному тексті Ви побачите кнопку „Вивантажити із ShareX“ у контекстному меню.</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX — Підтримка розширення для Chrome</value>
</data>
</root>

View file

@ -1,132 +0,0 @@
<?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 xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<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>
<data name="lblScreenColorPickerTip.Text" xml:space="preserve">
<value>Натисніть клавішу „Ctrl“, коли це вікно активне, щоб зупинити вибір кольору з екрану.</value>
</data>
<data name="btnColorPicker.Text" xml:space="preserve">
<value>Запустити вибирач кольору з екрану</value>
</data>
<data name="btnCopyAll.Text" xml:space="preserve">
<value>Скопіювати все</value>
</data>
<data name="lblCursorPosition.Text" xml:space="preserve">
<value>Позиція курсора:</value>
</data>
</root>

View file

@ -1,129 +0,0 @@
<?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 xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<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>
<data name="btnRemove.Text" xml:space="preserve">
<value>Вилучити</value>
</data>
<data name="btnAdd.Text" xml:space="preserve">
<value>Додати</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX — Панель дій редагування</value>
</data>
</root>

View file

@ -28,6 +28,7 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextUploadForm));
this.txtContent = new System.Windows.Forms.TextBox();
this.btnUpload = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
@ -35,51 +36,34 @@ private void InitializeComponent()
//
// txtContent
//
this.txtContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtContent.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.txtContent.Location = new System.Drawing.Point(8, 8);
this.txtContent.Multiline = true;
resources.ApplyResources(this.txtContent, "txtContent");
this.txtContent.Name = "txtContent";
this.txtContent.Size = new System.Drawing.Size(616, 472);
this.txtContent.TabIndex = 0;
//
// btnUpload
//
this.btnUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnUpload.Location = new System.Drawing.Point(376, 488);
resources.ApplyResources(this.btnUpload, "btnUpload");
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(120, 24);
this.btnUpload.TabIndex = 1;
this.btnUpload.Text = "Upload";
this.btnUpload.UseVisualStyleBackColor = true;
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(504, 488);
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(120, 24);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// TextUploadForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(632, 520);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnUpload);
this.Controls.Add(this.txtContent);
this.Name = "TextUploadForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Text upload";
this.Shown += new System.EventHandler(this.TextUploadForm_Shown);
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,4 +117,112 @@
<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="txtContent.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="txtContent.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 9.75pt</value>
</data>
<data name="txtContent.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="txtContent.Multiline" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="txtContent.Size" type="System.Drawing.Size, System.Drawing">
<value>616, 472</value>
</data>
<data name="txtContent.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;txtContent.Name" xml:space="preserve">
<value>txtContent</value>
</data>
<data name="&gt;&gt;txtContent.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtContent.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtContent.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="btnUpload.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Right</value>
</data>
<data name="btnUpload.Location" type="System.Drawing.Point, System.Drawing">
<value>376, 488</value>
</data>
<data name="btnUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>120, 24</value>
</data>
<data name="btnUpload.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="btnUpload.Text" xml:space="preserve">
<value>Upload</value>
</data>
<data name="&gt;&gt;btnUpload.Name" xml:space="preserve">
<value>btnUpload</value>
</data>
<data name="&gt;&gt;btnUpload.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnUpload.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnUpload.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="btnCancel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Right</value>
</data>
<data name="btnCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>504, 488</value>
</data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>120, 24</value>
</data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="&gt;&gt;btnCancel.Name" xml:space="preserve">
<value>btnCancel</value>
</data>
<data name="&gt;&gt;btnCancel.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnCancel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>632, 520</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Text upload</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>TextUploadForm</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View file

@ -376,6 +376,9 @@
<EmbeddedResource Include="Controls\HotkeySelectionControl.tr.resx">
<DependentUpon>HotkeySelectionControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HotkeySelectionControl.uk.resx">
<DependentUpon>HotkeySelectionControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HotkeySelectionControl.vi-VN.resx">
<DependentUpon>HotkeySelectionControl.cs</DependentUpon>
</EmbeddedResource>
@ -385,9 +388,6 @@
<EmbeddedResource Include="Controls\HotkeySelectionControl.zh-TW.resx">
<DependentUpon>HotkeySelectionControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\NewsListControl.resx">
<DependentUpon>NewsListControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AboutForm.de.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
@ -422,6 +422,9 @@
<EmbeddedResource Include="Forms\AboutForm.tr.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AboutForm.uk.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AboutForm.vi-VN.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
@ -461,6 +464,9 @@
<EmbeddedResource Include="Forms\ActionsForm.tr.resx">
<DependentUpon>ActionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsForm.uk.resx">
<DependentUpon>ActionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsForm.vi-VN.resx">
<DependentUpon>ActionsForm.cs</DependentUpon>
</EmbeddedResource>
@ -482,6 +488,9 @@
<EmbeddedResource Include="Forms\ActionsToolbarEditForm.ru.resx">
<DependentUpon>ActionsToolbarEditForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsToolbarEditForm.uk.resx">
<DependentUpon>ActionsToolbarEditForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsToolbarEditForm.zh-CN.resx">
<DependentUpon>ActionsToolbarEditForm.cs</DependentUpon>
</EmbeddedResource>
@ -518,6 +527,9 @@
<EmbeddedResource Include="Forms\AfterCaptureForm.tr.resx">
<DependentUpon>AfterCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterCaptureForm.uk.resx">
<DependentUpon>AfterCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterCaptureForm.vi-VN.resx">
<DependentUpon>AfterCaptureForm.cs</DependentUpon>
</EmbeddedResource>
@ -557,6 +569,9 @@
<EmbeddedResource Include="Forms\AfterUploadForm.tr.resx">
<DependentUpon>AfterUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterUploadForm.uk.resx">
<DependentUpon>AfterUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterUploadForm.vi-VN.resx">
<DependentUpon>AfterUploadForm.cs</DependentUpon>
</EmbeddedResource>
@ -596,6 +611,9 @@
<EmbeddedResource Include="Forms\ApplicationSettingsForm.tr.resx">
<DependentUpon>ApplicationSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ApplicationSettingsForm.uk.resx">
<DependentUpon>ApplicationSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ApplicationSettingsForm.vi-VN.resx">
<DependentUpon>ApplicationSettingsForm.cs</DependentUpon>
</EmbeddedResource>
@ -638,6 +656,9 @@
<EmbeddedResource Include="Forms\AutoCaptureForm.tr.resx">
<DependentUpon>AutoCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AutoCaptureForm.uk.resx">
<DependentUpon>AutoCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AutoCaptureForm.vi-VN.resx">
<DependentUpon>AutoCaptureForm.cs</DependentUpon>
</EmbeddedResource>
@ -681,6 +702,9 @@
<DependentUpon>BeforeUploadForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\BeforeUploadForm.uk.resx">
<DependentUpon>BeforeUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\BeforeUploadForm.vi-VN.resx">
<DependentUpon>BeforeUploadForm.cs</DependentUpon>
</EmbeddedResource>
@ -723,6 +747,9 @@
<EmbeddedResource Include="Forms\ClipboardFormatForm.tr.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardFormatForm.uk.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardFormatForm.vi-VN.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>
@ -768,6 +795,9 @@
<EmbeddedResource Include="Forms\EncoderProgramForm.tr.resx">
<DependentUpon>EncoderProgramForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EncoderProgramForm.uk.resx">
<DependentUpon>EncoderProgramForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EncoderProgramForm.vi-VN.resx">
<DependentUpon>EncoderProgramForm.cs</DependentUpon>
</EmbeddedResource>
@ -810,6 +840,9 @@
<EmbeddedResource Include="Forms\FileExistForm.tr.resx">
<DependentUpon>FileExistForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FileExistForm.uk.resx">
<DependentUpon>FileExistForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FileExistForm.vi-VN.resx">
<DependentUpon>FileExistForm.cs</DependentUpon>
</EmbeddedResource>
@ -843,6 +876,9 @@
<EmbeddedResource Include="Forms\FirstTimeConfigForm.tr.resx">
<DependentUpon>FirstTimeConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FirstTimeConfigForm.uk.resx">
<DependentUpon>FirstTimeConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FirstTimeConfigForm.vi-VN.resx">
<DependentUpon>FirstTimeConfigForm.cs</DependentUpon>
</EmbeddedResource>
@ -882,6 +918,9 @@
<EmbeddedResource Include="Forms\HotkeySettingsForm.tr.resx">
<DependentUpon>HotkeySettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HotkeySettingsForm.uk.resx">
<DependentUpon>HotkeySettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HotkeySettingsForm.vi-VN.resx">
<DependentUpon>HotkeySettingsForm.cs</DependentUpon>
</EmbeddedResource>
@ -921,6 +960,9 @@
<EmbeddedResource Include="Forms\MainForm.tr.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MainForm.uk.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MainForm.vi-VN.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
@ -963,6 +1005,9 @@
<EmbeddedResource Include="Forms\QRCodeForm.tr.resx">
<DependentUpon>QRCodeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QRCodeForm.uk.resx">
<DependentUpon>QRCodeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QRCodeForm.vi-VN.resx">
<DependentUpon>QRCodeForm.cs</DependentUpon>
</EmbeddedResource>
@ -997,6 +1042,9 @@
<EmbeddedResource Include="Forms\QuickTaskInfoEditForm.tr.resx">
<DependentUpon>QuickTaskInfoEditForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QuickTaskInfoEditForm.uk.resx">
<DependentUpon>QuickTaskInfoEditForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QuickTaskInfoEditForm.zh-CN.resx">
<DependentUpon>QuickTaskInfoEditForm.cs</DependentUpon>
</EmbeddedResource>
@ -1027,6 +1075,9 @@
<EmbeddedResource Include="Forms\QuickTaskMenuEditorForm.tr.resx">
<DependentUpon>QuickTaskMenuEditorForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QuickTaskMenuEditorForm.uk.resx">
<DependentUpon>QuickTaskMenuEditorForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QuickTaskMenuEditorForm.zh-CN.resx">
<DependentUpon>QuickTaskMenuEditorForm.cs</DependentUpon>
</EmbeddedResource>
@ -1072,6 +1123,9 @@
<EmbeddedResource Include="Forms\ScreenRecordForm.tr.resx">
<DependentUpon>ScreenRecordForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScreenRecordForm.uk.resx">
<DependentUpon>ScreenRecordForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScreenRecordForm.vi-VN.resx">
<DependentUpon>ScreenRecordForm.cs</DependentUpon>
</EmbeddedResource>
@ -1117,6 +1171,9 @@
<EmbeddedResource Include="Forms\TaskSettingsForm.tr.resx">
<DependentUpon>TaskSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TaskSettingsForm.uk.resx">
<DependentUpon>TaskSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TaskSettingsForm.vi-VN.resx">
<DependentUpon>TaskSettingsForm.cs</DependentUpon>
</EmbeddedResource>
@ -1159,6 +1216,9 @@
<EmbeddedResource Include="Forms\VideoEncodersForm.tr.resx">
<DependentUpon>VideoEncodersForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoEncodersForm.uk.resx">
<DependentUpon>VideoEncodersForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoEncodersForm.vi-VN.resx">
<DependentUpon>VideoEncodersForm.cs</DependentUpon>
</EmbeddedResource>
@ -1210,6 +1270,9 @@
<EmbeddedResource Include="Forms\WatchFolderForm.tr.resx">
<DependentUpon>WatchFolderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WatchFolderForm.uk.resx">
<DependentUpon>WatchFolderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WatchFolderForm.vi-VN.resx">
<DependentUpon>WatchFolderForm.cs</DependentUpon>
</EmbeddedResource>
@ -1245,6 +1308,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ru.resx" />
<EmbeddedResource Include="Properties\Resources.tr.resx" />
<EmbeddedResource Include="Properties\Resources.uk.resx" />
<EmbeddedResource Include="Properties\Resources.vi-VN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-TW.resx" />