Merge pull request #306 from muratmoon/master

ShareX project translated to support Turkish.
This commit is contained in:
Jaex 2014-10-03 01:17:20 +03:00
commit d6207cf7d9
61 changed files with 17437 additions and 2311 deletions

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(HotkeyManagerControl));
this.flpHotkeys = new System.Windows.Forms.FlowLayoutPanel();
this.btnAdd = new System.Windows.Forms.Button();
this.btnRemove = new System.Windows.Forms.Button();
@ -38,75 +39,48 @@ private void InitializeComponent()
//
// flpHotkeys
//
this.flpHotkeys.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.flpHotkeys.AutoScroll = true;
this.flpHotkeys.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flpHotkeys.Location = new System.Drawing.Point(8, 35);
resources.ApplyResources(this.flpHotkeys, "flpHotkeys");
this.flpHotkeys.Name = "flpHotkeys";
this.flpHotkeys.Size = new System.Drawing.Size(481, 309);
this.flpHotkeys.TabIndex = 5;
this.flpHotkeys.WrapContents = false;
this.flpHotkeys.Layout += new System.Windows.Forms.LayoutEventHandler(this.flpHotkeys_Layout);
//
// 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(72, 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.Enabled = false;
this.btnRemove.Location = new System.Drawing.Point(152, 8);
resources.ApplyResources(this.btnRemove, "btnRemove");
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(72, 23);
this.btnRemove.TabIndex = 2;
this.btnRemove.Text = "Remove";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// btnEdit
//
this.btnEdit.Enabled = false;
this.btnEdit.Location = new System.Drawing.Point(80, 8);
resources.ApplyResources(this.btnEdit, "btnEdit");
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(72, 23);
this.btnEdit.TabIndex = 1;
this.btnEdit.Text = "Edit...";
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnReset
//
this.btnReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnReset.Location = new System.Drawing.Point(345, 8);
resources.ApplyResources(this.btnReset, "btnReset");
this.btnReset.Name = "btnReset";
this.btnReset.Size = new System.Drawing.Size(144, 23);
this.btnReset.TabIndex = 4;
this.btnReset.Text = "Restore default hotkeys";
this.btnReset.UseVisualStyleBackColor = true;
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
//
// btnDuplicate
//
this.btnDuplicate.Enabled = false;
this.btnDuplicate.Location = new System.Drawing.Point(224, 8);
resources.ApplyResources(this.btnDuplicate, "btnDuplicate");
this.btnDuplicate.Name = "btnDuplicate";
this.btnDuplicate.Size = new System.Drawing.Size(72, 23);
this.btnDuplicate.TabIndex = 3;
this.btnDuplicate.Text = "Duplicate";
this.btnDuplicate.UseVisualStyleBackColor = true;
this.btnDuplicate.Click += new System.EventHandler(this.btnDuplicate_Click);
//
// HotkeyManagerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.btnDuplicate);
@ -116,7 +90,6 @@ private void InitializeComponent()
this.Controls.Add(this.btnRemove);
this.Controls.Add(this.btnAdd);
this.Name = "HotkeyManagerControl";
this.Size = new System.Drawing.Size(496, 350);
this.ResumeLayout(false);
}

View file

@ -117,4 +117,190 @@
<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="btnReset.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="flpHotkeys.FlowDirection" type="System.Windows.Forms.FlowDirection, System.Windows.Forms">
<value>TopDown</value>
</data>
<data name="&gt;&gt;flpHotkeys.Name" xml:space="preserve">
<value>flpHotkeys</value>
</data>
<data name="btnDuplicate.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="&gt;&gt;flpHotkeys.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnAdd.Parent" xml:space="preserve">
<value>$this</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="btnRemove.Location" type="System.Drawing.Point, System.Drawing">
<value>152, 8</value>
</data>
<data name="&gt;&gt;btnEdit.Name" xml:space="preserve">
<value>btnEdit</value>
</data>
<data name="btnEdit.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="btnDuplicate.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="flpHotkeys.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="btnRemove.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;btnDuplicate.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnAdd.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>HotkeyManagerControl</value>
</data>
<data name="btnReset.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="btnEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 23</value>
</data>
<data name="&gt;&gt;btnAdd.Name" xml:space="preserve">
<value>btnAdd</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;flpHotkeys.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;btnEdit.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="flpHotkeys.AutoScroll" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="btnEdit.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="btnDuplicate.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 23</value>
</data>
<data name="&gt;&gt;btnReset.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;btnDuplicate.Name" xml:space="preserve">
<value>btnDuplicate</value>
</data>
<data name="&gt;&gt;btnReset.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="btnAdd.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;btnDuplicate.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="btnRemove.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 23</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="btnEdit.Text" xml:space="preserve">
<value>Edit...</value>
</data>
<data name="&gt;&gt;btnRemove.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnEdit.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="btnEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>80, 8</value>
</data>
<data name="&gt;&gt;btnDuplicate.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="btnAdd.Text" xml:space="preserve">
<value>Add...</value>
</data>
<data name="flpHotkeys.Size" type="System.Drawing.Size, System.Drawing">
<value>481, 309</value>
</data>
<data name="flpHotkeys.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="&gt;&gt;btnReset.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnReset.Text" xml:space="preserve">
<value>Restore default hotkeys</value>
</data>
<data name="&gt;&gt;btnRemove.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="&gt;&gt;btnRemove.Name" xml:space="preserve">
<value>btnRemove</value>
</data>
<data name="btnAdd.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="btnReset.Size" type="System.Drawing.Size, System.Drawing">
<value>144, 23</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="btnDuplicate.Text" xml:space="preserve">
<value>Duplicate</value>
</data>
<data name="&gt;&gt;btnEdit.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnDuplicate.Location" type="System.Drawing.Point, System.Drawing">
<value>224, 8</value>
</data>
<data name="flpHotkeys.WrapContents" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;btnReset.Name" xml:space="preserve">
<value>btnReset</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;flpHotkeys.Type" xml:space="preserve">
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="flpHotkeys.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 35</value>
</data>
<data name="btnRemove.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="btnAdd.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 23</value>
</data>
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
<value>496, 350</value>
</data>
<data name="btnReset.Location" type="System.Drawing.Point, System.Drawing">
<value>345, 8</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>Remove</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,135 @@
<?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>
<data name="btnAdd.Text" xml:space="preserve">
<value>Ekle...</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="btnEdit.Text" xml:space="preserve">
<value>Düzenle...</value>
</data>
<data name="btnReset.Text" xml:space="preserve">
<value>Varsayılan kısayollara dön</value>
</data>
<data name="btnDuplicate.Text" xml:space="preserve">
<value>Çoğalt</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(HotkeySelectionControl));
this.lblHotkeyStatus = new System.Windows.Forms.Label();
this.lblHotkeyDescription = new System.Windows.Forms.Label();
this.btnHotkey = new System.Windows.Forms.Button();
@ -35,27 +36,17 @@ private void InitializeComponent()
//
// lblHotkeyStatus
//
this.lblHotkeyStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.lblHotkeyStatus, "lblHotkeyStatus");
this.lblHotkeyStatus.BackColor = System.Drawing.Color.IndianRed;
this.lblHotkeyStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblHotkeyStatus.Location = new System.Drawing.Point(456, 1);
this.lblHotkeyStatus.Name = "lblHotkeyStatus";
this.lblHotkeyStatus.Size = new System.Drawing.Size(24, 21);
this.lblHotkeyStatus.TabIndex = 2;
//
// lblHotkeyDescription
//
this.lblHotkeyDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.lblHotkeyDescription, "lblHotkeyDescription");
this.lblHotkeyDescription.BackColor = System.Drawing.Color.White;
this.lblHotkeyDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lblHotkeyDescription.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblHotkeyDescription.Location = new System.Drawing.Point(0, 1);
this.lblHotkeyDescription.Name = "lblHotkeyDescription";
this.lblHotkeyDescription.Size = new System.Drawing.Size(254, 21);
this.lblHotkeyDescription.TabIndex = 0;
this.lblHotkeyDescription.Text = "Description";
this.lblHotkeyDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblHotkeyDescription.UseMnemonic = false;
this.lblHotkeyDescription.MouseClick += new System.Windows.Forms.MouseEventHandler(this.lblHotkeyDescription_MouseClick);
this.lblHotkeyDescription.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lblHotkeyDescription_MouseDoubleClick);
@ -64,13 +55,8 @@ private void InitializeComponent()
//
// btnHotkey
//
this.btnHotkey.AccessibleName = "";
this.btnHotkey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnHotkey.Location = new System.Drawing.Point(259, 0);
resources.ApplyResources(this.btnHotkey, "btnHotkey");
this.btnHotkey.Name = "btnHotkey";
this.btnHotkey.Size = new System.Drawing.Size(192, 23);
this.btnHotkey.TabIndex = 1;
this.btnHotkey.Text = "Hotkey";
this.btnHotkey.UseVisualStyleBackColor = true;
this.btnHotkey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btnHotkey_KeyDown);
this.btnHotkey.KeyUp += new System.Windows.Forms.KeyEventHandler(this.btnHotkey_KeyUp);
@ -80,14 +66,12 @@ private void InitializeComponent()
//
// HotkeySelectionControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnHotkey);
this.Controls.Add(this.lblHotkeyStatus);
this.Controls.Add(this.lblHotkeyDescription);
this.Margin = new System.Windows.Forms.Padding(0);
this.Name = "HotkeySelectionControl";
this.Size = new System.Drawing.Size(480, 23);
this.ResumeLayout(false);
}

View file

@ -117,4 +117,115 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="&gt;&gt;lblHotkeyDescription.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnHotkey.Text" xml:space="preserve">
<value>Hotkey</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;btnHotkey.Parent" xml:space="preserve">
<value>$this</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblHotkeyDescription.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;lblHotkeyStatus.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;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>HotkeySelectionControl</value>
</data>
<data name="lblHotkeyDescription.Size" type="System.Drawing.Size, System.Drawing">
<value>254, 21</value>
</data>
<data name="btnHotkey.AccessibleName" xml:space="preserve">
<value />
</data>
<data name="lblHotkeyStatus.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;btnHotkey.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;lblHotkeyDescription.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;btnHotkey.Name" xml:space="preserve">
<value>btnHotkey</value>
</data>
<data name="&gt;&gt;lblHotkeyStatus.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="lblHotkeyStatus.Location" type="System.Drawing.Point, System.Drawing">
<value>456, 1</value>
</data>
<data name="lblHotkeyStatus.Size" type="System.Drawing.Size, System.Drawing">
<value>24, 21</value>
</data>
<data name="&gt;&gt;lblHotkeyStatus.Name" xml:space="preserve">
<value>lblHotkeyStatus</value>
</data>
<data name="&gt;&gt;btnHotkey.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="btnHotkey.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="lblHotkeyDescription.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;lblHotkeyStatus.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnHotkey.Location" type="System.Drawing.Point, System.Drawing">
<value>259, 0</value>
</data>
<data name="lblHotkeyDescription.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 1</value>
</data>
<data name="lblHotkeyDescription.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleRight</value>
</data>
<data name="$this.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="lblHotkeyStatus.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="lblHotkeyDescription.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="&gt;&gt;lblHotkeyDescription.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="btnHotkey.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="lblHotkeyDescription.Text" xml:space="preserve">
<value>Description</value>
</data>
<data name="&gt;&gt;lblHotkeyDescription.Name" xml:space="preserve">
<value>lblHotkeyDescription</value>
</data>
<data name="btnHotkey.Size" type="System.Drawing.Size, System.Drawing">
<value>192, 23</value>
</data>
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
<value>480, 23</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,126 @@
<?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>
<data name="lblHotkeyDescription.Text" xml:space="preserve">
<value>Açıklama</value>
</data>
<data name="btnHotkey.Text" xml:space="preserve">
<value>Kısayol tuşu</value>
</data>
</root>

View file

@ -56,104 +56,70 @@ private void InitializeComponent()
//
// lblProductName
//
this.lblProductName.AutoSize = true;
resources.ApplyResources(this.lblProductName, "lblProductName");
this.lblProductName.BackColor = System.Drawing.Color.Transparent;
this.lblProductName.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblProductName.ForeColor = System.Drawing.Color.RoyalBlue;
this.lblProductName.Location = new System.Drawing.Point(12, 8);
this.lblProductName.Name = "lblProductName";
this.lblProductName.Size = new System.Drawing.Size(134, 24);
this.lblProductName.TabIndex = 0;
this.lblProductName.Text = "ShareX 1.0.0.0";
this.lblProductName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblProductName.Click += new System.EventHandler(this.lblProductName_Click);
//
// lblBerk
//
this.lblBerk.AutoSize = true;
resources.ApplyResources(this.lblBerk, "lblBerk");
this.lblBerk.BackColor = System.Drawing.Color.Transparent;
this.lblBerk.ForeColor = System.Drawing.Color.Black;
this.lblBerk.Location = new System.Drawing.Point(89, 144);
this.lblBerk.Name = "lblBerk";
this.lblBerk.Size = new System.Drawing.Size(60, 13);
this.lblBerk.TabIndex = 4;
this.lblBerk.Text = "Jaex (Berk)";
//
// lblMike
//
this.lblMike.AutoSize = true;
resources.ApplyResources(this.lblMike, "lblMike");
this.lblMike.BackColor = System.Drawing.Color.Transparent;
this.lblMike.ForeColor = System.Drawing.Color.Black;
this.lblMike.Location = new System.Drawing.Point(89, 168);
this.lblMike.Name = "lblMike";
this.lblMike.Size = new System.Drawing.Size(131, 13);
this.lblMike.TabIndex = 5;
this.lblMike.Text = "mcored (Michael Delpach)";
//
// rtbCredits
//
this.rtbCredits.BackColor = System.Drawing.Color.WhiteSmoke;
this.rtbCredits.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbCredits.Location = new System.Drawing.Point(15, 200);
resources.ApplyResources(this.rtbCredits, "rtbCredits");
this.rtbCredits.Name = "rtbCredits";
this.rtbCredits.ReadOnly = true;
this.rtbCredits.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.rtbCredits.Size = new System.Drawing.Size(409, 234);
this.rtbCredits.TabIndex = 6;
this.rtbCredits.Text = resources.GetString("rtbCredits.Text");
this.rtbCredits.WordWrap = false;
this.rtbCredits.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked);
//
// rtbShareXInfo
//
this.rtbShareXInfo.BackColor = System.Drawing.Color.WhiteSmoke;
this.rtbShareXInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbShareXInfo.Location = new System.Drawing.Point(15, 66);
resources.ApplyResources(this.rtbShareXInfo, "rtbShareXInfo");
this.rtbShareXInfo.Name = "rtbShareXInfo";
this.rtbShareXInfo.ReadOnly = true;
this.rtbShareXInfo.Size = new System.Drawing.Size(247, 48);
this.rtbShareXInfo.TabIndex = 2;
this.rtbShareXInfo.Text = "Website: http://getsharex.com\nProject page: https://github.com/ShareX/ShareX\nIssu" +
"es: https://github.com/ShareX/ShareX/issues";
this.rtbShareXInfo.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked);
//
// lblOwners
//
this.lblOwners.AutoSize = true;
this.lblOwners.Location = new System.Drawing.Point(14, 117);
resources.ApplyResources(this.lblOwners, "lblOwners");
this.lblOwners.Name = "lblOwners";
this.lblOwners.Size = new System.Drawing.Size(46, 13);
this.lblOwners.TabIndex = 3;
this.lblOwners.Text = "Owners:";
//
// cLogo
//
this.cLogo.Interval = 100;
this.cLogo.Location = new System.Drawing.Point(240, -8);
resources.ApplyResources(this.cLogo, "cLogo");
this.cLogo.Name = "cLogo";
this.cLogo.Size = new System.Drawing.Size(200, 200);
this.cLogo.TabIndex = 7;
this.cLogo.Draw += new HelpersLib.Canvas.DrawEventHandler(this.cLogo_Draw);
this.cLogo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cLogo_MouseDown);
//
// uclUpdate
//
this.uclUpdate.Location = new System.Drawing.Point(13, 36);
resources.ApplyResources(this.uclUpdate, "uclUpdate");
this.uclUpdate.Name = "uclUpdate";
this.uclUpdate.Size = new System.Drawing.Size(224, 24);
this.uclUpdate.TabIndex = 1;
//
// pbMikeGooglePlus
//
this.pbMikeGooglePlus.BackColor = System.Drawing.Color.Transparent;
this.pbMikeGooglePlus.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbMikeGooglePlus.Image = global::ShareX.Properties.Resources.google_plus;
this.pbMikeGooglePlus.Location = new System.Drawing.Point(64, 166);
resources.ApplyResources(this.pbMikeGooglePlus, "pbMikeGooglePlus");
this.pbMikeGooglePlus.Name = "pbMikeGooglePlus";
this.pbMikeGooglePlus.Size = new System.Drawing.Size(16, 16);
this.pbMikeGooglePlus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbMikeGooglePlus.TabIndex = 22;
this.pbMikeGooglePlus.TabStop = false;
this.pbMikeGooglePlus.Click += new System.EventHandler(this.pbMikeGooglePlus_Click);
//
@ -162,11 +128,8 @@ private void InitializeComponent()
this.pbBerkSteamURL.BackColor = System.Drawing.Color.Transparent;
this.pbBerkSteamURL.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbBerkSteamURL.Image = global::ShareX.Properties.Resources.steam;
this.pbBerkSteamURL.Location = new System.Drawing.Point(65, 142);
resources.ApplyResources(this.pbBerkSteamURL, "pbBerkSteamURL");
this.pbBerkSteamURL.Name = "pbBerkSteamURL";
this.pbBerkSteamURL.Size = new System.Drawing.Size(16, 16);
this.pbBerkSteamURL.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbBerkSteamURL.TabIndex = 21;
this.pbBerkSteamURL.TabStop = false;
this.pbBerkSteamURL.Click += new System.EventHandler(this.pbBerkSteamURL_Click);
//
@ -175,11 +138,8 @@ private void InitializeComponent()
this.pbMikeURL.BackColor = System.Drawing.Color.Transparent;
this.pbMikeURL.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbMikeURL.Image = global::ShareX.Properties.Resources.GitHub;
this.pbMikeURL.Location = new System.Drawing.Point(41, 166);
resources.ApplyResources(this.pbMikeURL, "pbMikeURL");
this.pbMikeURL.Name = "pbMikeURL";
this.pbMikeURL.Size = new System.Drawing.Size(16, 16);
this.pbMikeURL.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbMikeURL.TabIndex = 14;
this.pbMikeURL.TabStop = false;
this.pbMikeURL.Click += new System.EventHandler(this.pbMikeURL_Click);
//
@ -187,11 +147,8 @@ private void InitializeComponent()
//
this.pbAU.BackColor = System.Drawing.Color.Transparent;
this.pbAU.Image = global::ShareX.Properties.Resources.au;
this.pbAU.Location = new System.Drawing.Point(17, 166);
resources.ApplyResources(this.pbAU, "pbAU");
this.pbAU.Name = "pbAU";
this.pbAU.Size = new System.Drawing.Size(16, 16);
this.pbAU.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbAU.TabIndex = 12;
this.pbAU.TabStop = false;
//
// pbBerkURL
@ -199,11 +156,8 @@ private void InitializeComponent()
this.pbBerkURL.BackColor = System.Drawing.Color.Transparent;
this.pbBerkURL.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbBerkURL.Image = global::ShareX.Properties.Resources.GitHub;
this.pbBerkURL.Location = new System.Drawing.Point(41, 142);
resources.ApplyResources(this.pbBerkURL, "pbBerkURL");
this.pbBerkURL.Name = "pbBerkURL";
this.pbBerkURL.Size = new System.Drawing.Size(16, 16);
this.pbBerkURL.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbBerkURL.TabIndex = 10;
this.pbBerkURL.TabStop = false;
this.pbBerkURL.Click += new System.EventHandler(this.pbBerkURL_Click);
//
@ -211,19 +165,15 @@ private void InitializeComponent()
//
this.pbTR.BackColor = System.Drawing.Color.Transparent;
this.pbTR.Image = global::ShareX.Properties.Resources.tr;
this.pbTR.Location = new System.Drawing.Point(17, 142);
resources.ApplyResources(this.pbTR, "pbTR");
this.pbTR.Name = "pbTR";
this.pbTR.Size = new System.Drawing.Size(16, 16);
this.pbTR.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pbTR.TabIndex = 8;
this.pbTR.TabStop = false;
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.ClientSize = new System.Drawing.Size(433, 446);
this.Controls.Add(this.pbMikeGooglePlus);
this.Controls.Add(this.lblOwners);
this.Controls.Add(this.rtbShareXInfo);
@ -231,18 +181,16 @@ private void InitializeComponent()
this.Controls.Add(this.pbBerkSteamURL);
this.Controls.Add(this.lblBerk);
this.Controls.Add(this.lblMike);
this.Controls.Add(this.cLogo);
this.Controls.Add(this.uclUpdate);
this.Controls.Add(this.pbMikeURL);
this.Controls.Add(this.pbAU);
this.Controls.Add(this.pbBerkURL);
this.Controls.Add(this.pbTR);
this.Controls.Add(this.lblProductName);
this.Controls.Add(this.cLogo);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "AboutForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - About";
this.Shown += new System.EventHandler(this.AboutForm_Shown);
((System.ComponentModel.ISupportInitialize)(this.pbMikeGooglePlus)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbBerkSteamURL)).EndInit();

View file

@ -117,6 +117,108 @@
<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="lblProductName.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="lblProductName.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 14.25pt</value>
</data>
<data name="lblProductName.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 8</value>
</data>
<data name="lblProductName.Size" type="System.Drawing.Size, System.Drawing">
<value>134, 24</value>
</data>
<data name="lblProductName.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="lblProductName.Text" xml:space="preserve">
<value>ShareX 1.0.0.0</value>
</data>
<data name="lblProductName.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleCenter</value>
</data>
<data name="&gt;&gt;lblProductName.Name" xml:space="preserve">
<value>lblProductName</value>
</data>
<data name="&gt;&gt;lblProductName.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;lblProductName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblProductName.ZOrder" xml:space="preserve">
<value>12</value>
</data>
<data name="lblBerk.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblBerk.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 144</value>
</data>
<data name="lblBerk.Size" type="System.Drawing.Size, System.Drawing">
<value>60, 13</value>
</data>
<data name="lblBerk.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="lblBerk.Text" xml:space="preserve">
<value>Jaex (Berk)</value>
</data>
<data name="&gt;&gt;lblBerk.Name" xml:space="preserve">
<value>lblBerk</value>
</data>
<data name="&gt;&gt;lblBerk.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;lblBerk.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblBerk.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="lblMike.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblMike.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 168</value>
</data>
<data name="lblMike.Size" type="System.Drawing.Size, System.Drawing">
<value>131, 13</value>
</data>
<data name="lblMike.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="lblMike.Text" xml:space="preserve">
<value>mcored (Michael Delpach)</value>
</data>
<data name="&gt;&gt;lblMike.Name" xml:space="preserve">
<value>lblMike</value>
</data>
<data name="&gt;&gt;lblMike.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;lblMike.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblMike.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="rtbCredits.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 200</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="rtbCredits.ScrollBars" type="System.Windows.Forms.RichTextBoxScrollBars, System.Windows.Forms">
<value>Vertical</value>
</data>
<data name="rtbCredits.Size" type="System.Drawing.Size, System.Drawing">
<value>409, 234</value>
</data>
<data name="rtbCredits.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="rtbCredits.Text" xml:space="preserve">
<value>Contributors:
@ -148,4 +250,282 @@ System.Net.FtpClient: https://netftp.codeplex.com
Copyright © 2007 - 2014 ShareX Developers</value>
</data>
<data name="rtbCredits.WordWrap" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;rtbCredits.Name" xml:space="preserve">
<value>rtbCredits</value>
</data>
<data name="&gt;&gt;rtbCredits.Type" xml:space="preserve">
<value>System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;rtbCredits.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;rtbCredits.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="rtbShareXInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 66</value>
</data>
<data name="rtbShareXInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>251, 48</value>
</data>
<data name="rtbShareXInfo.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="rtbShareXInfo.Text" xml:space="preserve">
<value>Website: http://getsharex.com
Project page: https://github.com/ShareX/ShareX
Issues: https://github.com/ShareX/ShareX/issues</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.Name" xml:space="preserve">
<value>rtbShareXInfo</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.Type" xml:space="preserve">
<value>System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="lblOwners.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblOwners.Location" type="System.Drawing.Point, System.Drawing">
<value>14, 117</value>
</data>
<data name="lblOwners.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 13</value>
</data>
<data name="lblOwners.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="lblOwners.Text" xml:space="preserve">
<value>Owners:</value>
</data>
<data name="&gt;&gt;lblOwners.Name" xml:space="preserve">
<value>lblOwners</value>
</data>
<data name="&gt;&gt;lblOwners.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;lblOwners.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblOwners.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="cLogo.Location" type="System.Drawing.Point, System.Drawing">
<value>240, -8</value>
</data>
<data name="cLogo.Size" type="System.Drawing.Size, System.Drawing">
<value>200, 200</value>
</data>
<data name="cLogo.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="&gt;&gt;cLogo.Name" xml:space="preserve">
<value>cLogo</value>
</data>
<data name="&gt;&gt;cLogo.Type" xml:space="preserve">
<value>HelpersLib.Canvas, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;cLogo.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;cLogo.ZOrder" xml:space="preserve">
<value>13</value>
</data>
<data name="uclUpdate.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 36</value>
</data>
<data name="uclUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>224, 24</value>
</data>
<data name="uclUpdate.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;uclUpdate.Name" xml:space="preserve">
<value>uclUpdate</value>
</data>
<data name="&gt;&gt;uclUpdate.Type" xml:space="preserve">
<value>HelpersLib.UpdateCheckerLabel, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;uclUpdate.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;uclUpdate.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="pbMikeGooglePlus.Location" type="System.Drawing.Point, System.Drawing">
<value>64, 166</value>
</data>
<data name="pbMikeGooglePlus.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbMikeGooglePlus.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>StretchImage</value>
</data>
<data name="pbMikeGooglePlus.TabIndex" type="System.Int32, mscorlib">
<value>22</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.Name" xml:space="preserve">
<value>pbMikeGooglePlus</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.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;pbMikeGooglePlus.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="pbBerkSteamURL.Location" type="System.Drawing.Point, System.Drawing">
<value>65, 142</value>
</data>
<data name="pbBerkSteamURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbBerkSteamURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbBerkSteamURL.TabIndex" type="System.Int32, mscorlib">
<value>21</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Name" xml:space="preserve">
<value>pbBerkSteamURL</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.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;pbBerkSteamURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="pbMikeURL.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 166</value>
</data>
<data name="pbMikeURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbMikeURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbMikeURL.TabIndex" type="System.Int32, mscorlib">
<value>14</value>
</data>
<data name="&gt;&gt;pbMikeURL.Name" xml:space="preserve">
<value>pbMikeURL</value>
</data>
<data name="&gt;&gt;pbMikeURL.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;pbMikeURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbMikeURL.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="pbAU.Location" type="System.Drawing.Point, System.Drawing">
<value>17, 166</value>
</data>
<data name="pbAU.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbAU.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbAU.TabIndex" type="System.Int32, mscorlib">
<value>12</value>
</data>
<data name="&gt;&gt;pbAU.Name" xml:space="preserve">
<value>pbAU</value>
</data>
<data name="&gt;&gt;pbAU.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;pbAU.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbAU.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="pbBerkURL.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 142</value>
</data>
<data name="pbBerkURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbBerkURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbBerkURL.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
</data>
<data name="&gt;&gt;pbBerkURL.Name" xml:space="preserve">
<value>pbBerkURL</value>
</data>
<data name="&gt;&gt;pbBerkURL.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;pbBerkURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbBerkURL.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="pbTR.Location" type="System.Drawing.Point, System.Drawing">
<value>17, 142</value>
</data>
<data name="pbTR.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbTR.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbTR.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="&gt;&gt;pbTR.Name" xml:space="preserve">
<value>pbTR</value>
</data>
<data name="&gt;&gt;pbTR.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;pbTR.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbTR.ZOrder" xml:space="preserve">
<value>11</value>
</data>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
<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>433, 446</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 - About</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>AboutForm</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

@ -0,0 +1,197 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblProductName.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblBerk.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblMike.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="rtbCredits.Text" xml:space="preserve">
<value>Katılımcılar:
Mega, Gist and Jira support: https://github.com/gpailler
Web site: https://github.com/dmxt
MediaCrush support: https://github.com/SirCmpwn
Amazon S3 and DreamObjects support: https://github.com/alanedwardes
Gfycat support: https://github.com/Dinnerbone
Copy support: https://github.com/KamilKZ
AdFly support: https://github.com/LRNAB
MediaFire support: https://github.com/michalx2
Pushbullet support: https://github.com/BallisticLingonberries
Harici kütüphaneler:
Greenshot Image Editor: https://bitbucket.org/greenshot/greenshot
Json.NET: https://json.codeplex.com
SSH.NET: https://sshnet.codeplex.com
Icons: http://p.yusukekamiyamane.com
ImageListView: https://code.google.com/p/imagelistview
AviWriter: https://code.google.com/p/aforge
FFmpeg: http://www.ffmpeg.org
FFmpeg Windows builds: http://ffmpeg.zeranoe.com/builds
7-Zip: http://www.7-zip.org
SevenZipSharp: https://sevenzipsharp.codeplex.com
DirectShow video and audio device: https://github.com/rdp/screen-capture-recorder-to-video-windows-free
QrCode.Net: https://qrcodenet.codeplex.com
System.Net.FtpClient: https://netftp.codeplex.com
Copyright © 2007 - 2014 ShareX Developers</value>
</data>
<data name="rtbShareXInfo.Text" xml:space="preserve">
<value>Website: http://getsharex.com
Proje sayfası: https://github.com/ShareX/ShareX
Sorunlar: https://github.com/ShareX/ShareX/issues</value>
</data>
<data name="lblOwners.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblOwners.Size" type="System.Drawing.Size, System.Drawing">
<value>48, 13</value>
</data>
<data name="lblOwners.Text" xml:space="preserve">
<value>Sahipler:</value>
</data>
<data name="pbMikeGooglePlus.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="pbBerkSteamURL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="pbMikeURL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="pbAU.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="pbBerkURL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="pbTR.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Hakkında</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(ActionsForm));
this.lblName = new System.Windows.Forms.Label();
this.lblPath = new System.Windows.Forms.Label();
this.lblArgs = new System.Windows.Forms.Label();
@ -45,133 +46,80 @@ private void InitializeComponent()
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(8, 8);
resources.ApplyResources(this.lblName, "lblName");
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(38, 13);
this.lblName.TabIndex = 0;
this.lblName.Text = "Name:";
//
// lblPath
//
this.lblPath.AutoSize = true;
this.lblPath.Location = new System.Drawing.Point(8, 56);
resources.ApplyResources(this.lblPath, "lblPath");
this.lblPath.Name = "lblPath";
this.lblPath.Size = new System.Drawing.Size(50, 13);
this.lblPath.TabIndex = 2;
this.lblPath.Text = "File path:";
//
// lblArgs
//
this.lblArgs.AutoSize = true;
this.lblArgs.Location = new System.Drawing.Point(8, 104);
resources.ApplyResources(this.lblArgs, "lblArgs");
this.lblArgs.Name = "lblArgs";
this.lblArgs.Size = new System.Drawing.Size(60, 13);
this.lblArgs.TabIndex = 5;
this.lblArgs.Text = "Arguments:";
//
// txtName
//
this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtName.Location = new System.Drawing.Point(8, 24);
resources.ApplyResources(this.txtName, "txtName");
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(296, 20);
this.txtName.TabIndex = 1;
//
// txtPath
//
this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtPath.Location = new System.Drawing.Point(8, 72);
resources.ApplyResources(this.txtPath, "txtPath");
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(248, 20);
this.txtPath.TabIndex = 3;
//
// txtArguments
//
this.txtArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtArguments.Location = new System.Drawing.Point(8, 120);
resources.ApplyResources(this.txtArguments, "txtArguments");
this.txtArguments.Name = "txtArguments";
this.txtArguments.Size = new System.Drawing.Size(296, 20);
this.txtArguments.TabIndex = 6;
//
// btnPathBrowse
//
this.btnPathBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPathBrowse.Location = new System.Drawing.Point(264, 70);
resources.ApplyResources(this.btnPathBrowse, "btnPathBrowse");
this.btnPathBrowse.Name = "btnPathBrowse";
this.btnPathBrowse.Size = new System.Drawing.Size(40, 24);
this.btnPathBrowse.TabIndex = 4;
this.btnPathBrowse.Text = "...";
this.btnPathBrowse.UseVisualStyleBackColor = true;
this.btnPathBrowse.Click += new System.EventHandler(this.btnPathBrowse_Click);
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(152, 248);
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(72, 24);
this.btnOK.TabIndex = 7;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(232, 248);
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(72, 24);
this.btnCancel.TabIndex = 8;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lblExtensions
//
this.lblExtensions.AutoSize = true;
this.lblExtensions.Location = new System.Drawing.Point(8, 200);
resources.ApplyResources(this.lblExtensions, "lblExtensions");
this.lblExtensions.Name = "lblExtensions";
this.lblExtensions.Size = new System.Drawing.Size(191, 13);
this.lblExtensions.TabIndex = 9;
this.lblExtensions.Text = "Extension filter: (Example: jpg png mp4)";
//
// txtExtensions
//
this.txtExtensions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtExtensions.Location = new System.Drawing.Point(8, 216);
resources.ApplyResources(this.txtExtensions, "txtExtensions");
this.txtExtensions.Name = "txtExtensions";
this.txtExtensions.Size = new System.Drawing.Size(296, 20);
this.txtExtensions.TabIndex = 10;
//
// txtOutputExtension
//
this.txtOutputExtension.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOutputExtension.Location = new System.Drawing.Point(8, 168);
resources.ApplyResources(this.txtOutputExtension, "txtOutputExtension");
this.txtOutputExtension.Name = "txtOutputExtension";
this.txtOutputExtension.Size = new System.Drawing.Size(296, 20);
this.txtOutputExtension.TabIndex = 11;
//
// lblOutputExtension
//
this.lblOutputExtension.AutoSize = true;
this.lblOutputExtension.Location = new System.Drawing.Point(8, 152);
resources.ApplyResources(this.lblOutputExtension, "lblOutputExtension");
this.lblOutputExtension.Name = "lblOutputExtension";
this.lblOutputExtension.Size = new System.Drawing.Size(277, 13);
this.lblOutputExtension.TabIndex = 12;
this.lblOutputExtension.Text = "Output file name extension: (Empty = Use same file name)";
//
// ActionsForm
//
this.AcceptButton = this.btnOK;
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(313, 281);
this.Controls.Add(this.lblOutputExtension);
this.Controls.Add(this.txtOutputExtension);
this.Controls.Add(this.txtExtensions);
@ -187,8 +135,6 @@ private void InitializeComponent()
this.Controls.Add(this.lblName);
this.MaximizeBox = false;
this.Name = "ActionsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Actions";
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,4 +117,367 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="&gt;&gt;lblExtensions.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="txtArguments.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="&gt;&gt;lblPath.ZOrder" xml:space="preserve">
<value>11</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;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnPathBrowse.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;lblName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnCancel.Name" xml:space="preserve">
<value>btnCancel</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="txtPath.Size" type="System.Drawing.Size, System.Drawing">
<value>248, 20</value>
</data>
<data name="&gt;&gt;txtOutputExtension.Name" xml:space="preserve">
<value>txtOutputExtension</value>
</data>
<data name="&gt;&gt;txtArguments.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnCancel.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="btnPathBrowse.Location" type="System.Drawing.Point, System.Drawing">
<value>264, 70</value>
</data>
<data name="&gt;&gt;btnOK.Name" xml:space="preserve">
<value>btnOK</value>
</data>
<data name="&gt;&gt;btnPathBrowse.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>ActionsForm</value>
</data>
<data name="&gt;&gt;btnPathBrowse.Name" xml:space="preserve">
<value>btnPathBrowse</value>
</data>
<data name="lblPath.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="&gt;&gt;txtArguments.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="lblOutputExtension.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;txtName.Name" xml:space="preserve">
<value>txtName</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="txtName.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="txtName.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 24</value>
</data>
<data name="lblOutputExtension.Size" type="System.Drawing.Size, System.Drawing">
<value>277, 13</value>
</data>
<data name="txtExtensions.Size" type="System.Drawing.Size, System.Drawing">
<value>296, 20</value>
</data>
<data name="btnOK.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 24</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;btnPathBrowse.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="&gt;&gt;btnOK.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnOK.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="txtName.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="btnPathBrowse.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="btnCancel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="&gt;&gt;lblOutputExtension.Name" xml:space="preserve">
<value>lblOutputExtension</value>
</data>
<data name="lblArgs.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;txtName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblOutputExtension.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;lblPath.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblExtensions.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="lblArgs.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="btnPathBrowse.Size" type="System.Drawing.Size, System.Drawing">
<value>40, 24</value>
</data>
<data name="&gt;&gt;txtExtensions.ZOrder" xml:space="preserve">
<value>2</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;txtOutputExtension.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;lblPath.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="lblName.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="txtOutputExtension.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="lblExtensions.Text" xml:space="preserve">
<value>Extension filter: (Example: jpg png mp4)</value>
</data>
<data name="&gt;&gt;lblArgs.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="lblOutputExtension.TabIndex" type="System.Int32, mscorlib">
<value>12</value>
</data>
<data name="&gt;&gt;lblArgs.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>313, 281</value>
</data>
<data name="txtArguments.Size" type="System.Drawing.Size, System.Drawing">
<value>296, 20</value>
</data>
<data name="txtOutputExtension.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 168</value>
</data>
<data name="btnPathBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="lblExtensions.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblName.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="lblName.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblExtensions.Size" type="System.Drawing.Size, System.Drawing">
<value>191, 13</value>
</data>
<data name="&gt;&gt;txtPath.Name" xml:space="preserve">
<value>txtPath</value>
</data>
<data name="txtPath.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 72</value>
</data>
<data name="lblExtensions.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 200</value>
</data>
<data name="lblOutputExtension.Text" xml:space="preserve">
<value>Output file name extension: (Empty = Use same file name)</value>
</data>
<data name="btnOK.Location" type="System.Drawing.Point, System.Drawing">
<value>152, 248</value>
</data>
<data name="&gt;&gt;btnOK.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;txtExtensions.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtPath.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="btnCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>232, 248</value>
</data>
<data name="txtName.Size" type="System.Drawing.Size, System.Drawing">
<value>296, 20</value>
</data>
<data name="&gt;&gt;lblExtensions.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblPath.Size" type="System.Drawing.Size, System.Drawing">
<value>50, 13</value>
</data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 24</value>
</data>
<data name="txtPath.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="lblArgs.Size" type="System.Drawing.Size, System.Drawing">
<value>60, 13</value>
</data>
<data name="&gt;&gt;lblPath.Name" xml:space="preserve">
<value>lblPath</value>
</data>
<data name="txtExtensions.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 216</value>
</data>
<data name="&gt;&gt;lblOutputExtension.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtName.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="&gt;&gt;txtExtensions.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="txtArguments.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="lblName.Size" type="System.Drawing.Size, System.Drawing">
<value>38, 13</value>
</data>
<data name="&gt;&gt;lblName.Name" xml:space="preserve">
<value>lblName</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>
<data name="&gt;&gt;txtPath.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="txtOutputExtension.TabIndex" type="System.Int32, mscorlib">
<value>11</value>
</data>
<data name="&gt;&gt;lblArgs.Name" xml:space="preserve">
<value>lblArgs</value>
</data>
<data name="txtExtensions.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="&gt;&gt;lblOutputExtension.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;txtArguments.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="btnPathBrowse.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="lblPath.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;lblArgs.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblArgs.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 104</value>
</data>
<data name="lblPath.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 56</value>
</data>
<data name="lblExtensions.TabIndex" type="System.Int32, mscorlib">
<value>9</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>Name:</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;txtArguments.Name" xml:space="preserve">
<value>txtArguments</value>
</data>
<data name="&gt;&gt;txtPath.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="txtArguments.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 120</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Actions</value>
</data>
<data name="lblOutputExtension.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 152</value>
</data>
<data name="&gt;&gt;btnOK.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="btnOK.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="txtPath.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="&gt;&gt;lblExtensions.Name" xml:space="preserve">
<value>lblExtensions</value>
</data>
<data name="lblPath.Text" xml:space="preserve">
<value>File path:</value>
</data>
<data name="txtExtensions.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="&gt;&gt;txtOutputExtension.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="txtOutputExtension.Size" type="System.Drawing.Size, System.Drawing">
<value>296, 20</value>
</data>
<data name="lblArgs.Text" xml:space="preserve">
<value>Arguments:</value>
</data>
<data name="&gt;&gt;txtExtensions.Name" xml:space="preserve">
<value>txtExtensions</value>
</data>
<data name="&gt;&gt;lblName.ZOrder" xml:space="preserve">
<value>12</value>
</data>
<data name="&gt;&gt;txtOutputExtension.ZOrder" xml:space="preserve">
<value>1</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,160 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblName.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 13</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>Ad:</value>
</data>
<data name="lblPath.Size" type="System.Drawing.Size, System.Drawing">
<value>62, 13</value>
</data>
<data name="lblPath.Text" xml:space="preserve">
<value>Dosya yolu:</value>
</data>
<data name="lblArgs.Size" type="System.Drawing.Size, System.Drawing">
<value>69, 13</value>
</data>
<data name="lblArgs.Text" xml:space="preserve">
<value>Parametreler:</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>Tamam</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>İptal</value>
</data>
<data name="lblExtensions.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 13</value>
</data>
<data name="lblExtensions.Text" xml:space="preserve">
<value>Uzantı süzgeçi: (Örnek: jpg png mp4)</value>
</data>
<data name="lblOutputExtension.Size" type="System.Drawing.Size, System.Drawing">
<value>282, 13</value>
</data>
<data name="lblOutputExtension.Text" xml:space="preserve">
<value>Çıkış dosya adı uzantısı (Boş = Aynı dosya uzantısını kullan)</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Aksiyonlar</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(AfterCaptureForm));
this.lvAfterCaptureTasks = new System.Windows.Forms.ListView();
this.chAfterCapture = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnContinue = new System.Windows.Forms.Button();
@ -45,18 +46,14 @@ private void InitializeComponent()
//
// lvAfterCaptureTasks
//
resources.ApplyResources(this.lvAfterCaptureTasks, "lvAfterCaptureTasks");
this.lvAfterCaptureTasks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chAfterCapture});
this.lvAfterCaptureTasks.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvAfterCaptureTasks.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lvAfterCaptureTasks.FullRowSelect = true;
this.lvAfterCaptureTasks.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvAfterCaptureTasks.Location = new System.Drawing.Point(3, 3);
this.lvAfterCaptureTasks.MultiSelect = false;
this.lvAfterCaptureTasks.Name = "lvAfterCaptureTasks";
this.lvAfterCaptureTasks.Scrollable = false;
this.lvAfterCaptureTasks.Size = new System.Drawing.Size(290, 268);
this.lvAfterCaptureTasks.TabIndex = 0;
this.lvAfterCaptureTasks.UseCompatibleStateImageBehavior = false;
this.lvAfterCaptureTasks.View = System.Windows.Forms.View.Details;
this.lvAfterCaptureTasks.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.lvAfterCaptureTasks_ItemSelectionChanged);
@ -64,116 +61,79 @@ private void InitializeComponent()
//
// chAfterCapture
//
this.chAfterCapture.Text = "Tasks";
this.chAfterCapture.Width = 252;
resources.ApplyResources(this.chAfterCapture, "chAfterCapture");
//
// btnContinue
//
this.btnContinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnContinue.Location = new System.Drawing.Point(8, 312);
resources.ApplyResources(this.btnContinue, "btnContinue");
this.btnContinue.Name = "btnContinue";
this.btnContinue.Size = new System.Drawing.Size(80, 32);
this.btnContinue.TabIndex = 1;
this.btnContinue.Text = "Continue";
this.btnContinue.UseVisualStyleBackColor = true;
this.btnContinue.Click += new System.EventHandler(this.btnContinue_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.Location = new System.Drawing.Point(96, 312);
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 32);
this.btnCancel.TabIndex = 2;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// pbImage
//
this.pbImage.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.pbImage, "pbImage");
this.pbImage.BackColor = System.Drawing.Color.White;
this.pbImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbImage.Cursor = System.Windows.Forms.Cursors.Default;
this.pbImage.DrawCheckeredBackground = true;
this.pbImage.EnableRightClickMenu = true;
this.pbImage.FullscreenOnClick = true;
this.pbImage.Location = new System.Drawing.Point(320, 8);
this.pbImage.Name = "pbImage";
this.pbImage.Size = new System.Drawing.Size(376, 336);
this.pbImage.TabIndex = 4;
//
// btnCopy
//
this.btnCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCopy.Location = new System.Drawing.Point(184, 312);
resources.ApplyResources(this.btnCopy, "btnCopy");
this.btnCopy.Name = "btnCopy";
this.btnCopy.Size = new System.Drawing.Size(80, 32);
this.btnCopy.TabIndex = 3;
this.btnCopy.Text = "Copy";
this.btnCopy.UseVisualStyleBackColor = true;
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
//
// tcTasks
//
this.tcTasks.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
resources.ApplyResources(this.tcTasks, "tcTasks");
this.tcTasks.Controls.Add(this.tpAfterCapture);
this.tcTasks.Controls.Add(this.tpBeforeUpload);
this.tcTasks.Location = new System.Drawing.Point(8, 8);
this.tcTasks.Name = "tcTasks";
this.tcTasks.SelectedIndex = 0;
this.tcTasks.Size = new System.Drawing.Size(304, 300);
this.tcTasks.TabIndex = 0;
//
// tpAfterCapture
//
resources.ApplyResources(this.tpAfterCapture, "tpAfterCapture");
this.tpAfterCapture.Controls.Add(this.lvAfterCaptureTasks);
this.tpAfterCapture.Location = new System.Drawing.Point(4, 22);
this.tpAfterCapture.Name = "tpAfterCapture";
this.tpAfterCapture.Padding = new System.Windows.Forms.Padding(3);
this.tpAfterCapture.Size = new System.Drawing.Size(296, 274);
this.tpAfterCapture.TabIndex = 0;
this.tpAfterCapture.Text = "After capture";
this.tpAfterCapture.UseVisualStyleBackColor = true;
//
// tpBeforeUpload
//
resources.ApplyResources(this.tpBeforeUpload, "tpBeforeUpload");
this.tpBeforeUpload.Controls.Add(this.ucBeforeUpload);
this.tpBeforeUpload.Location = new System.Drawing.Point(4, 22);
this.tpBeforeUpload.Name = "tpBeforeUpload";
this.tpBeforeUpload.Padding = new System.Windows.Forms.Padding(3);
this.tpBeforeUpload.Size = new System.Drawing.Size(296, 274);
this.tpBeforeUpload.TabIndex = 1;
this.tpBeforeUpload.Text = "Before upload";
this.tpBeforeUpload.UseVisualStyleBackColor = true;
//
// ucBeforeUpload
//
this.ucBeforeUpload.Dock = System.Windows.Forms.DockStyle.Fill;
this.ucBeforeUpload.Location = new System.Drawing.Point(3, 3);
resources.ApplyResources(this.ucBeforeUpload, "ucBeforeUpload");
this.ucBeforeUpload.Name = "ucBeforeUpload";
this.ucBeforeUpload.Size = new System.Drawing.Size(290, 268);
this.ucBeforeUpload.TabIndex = 0;
//
// AfterCaptureForm
//
this.AcceptButton = this.btnContinue;
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(704, 352);
this.Controls.Add(this.tcTasks);
this.Controls.Add(this.btnCopy);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnContinue);
this.Controls.Add(this.pbImage);
this.MinimumSize = new System.Drawing.Size(720, 368);
this.Name = "AfterCaptureForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Post capture tasks";
this.TopMost = true;
this.tcTasks.ResumeLayout(false);
this.tpAfterCapture.ResumeLayout(false);

View file

@ -117,4 +117,280 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="&gt;&gt;pbImage.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tpAfterCapture.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;tpBeforeUpload.Name" xml:space="preserve">
<value>tpBeforeUpload</value>
</data>
<data name="&gt;&gt;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>720, 368</value>
</data>
<data name="&gt;&gt;tcTasks.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;tcTasks.Name" xml:space="preserve">
<value>tcTasks</value>
</data>
<data name="&gt;&gt;lvAfterCaptureTasks.Name" xml:space="preserve">
<value>lvAfterCaptureTasks</value>
</data>
<data name="lvAfterCaptureTasks.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="btnCopy.Location" type="System.Drawing.Point, System.Drawing">
<value>184, 312</value>
</data>
<data name="&gt;&gt;tpBeforeUpload.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;chAfterCapture.Name" xml:space="preserve">
<value>chAfterCapture</value>
</data>
<data name="ucBeforeUpload.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>AfterCaptureForm</value>
</data>
<data name="&gt;&gt;btnCopy.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;chAfterCapture.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnContinue.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;pbImage.Name" xml:space="preserve">
<value>pbImage</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="chAfterCapture.Width" type="System.Int32, mscorlib">
<value>252</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="btnCancel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="btnContinue.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 32</value>
</data>
<data name="&gt;&gt;btnCopy.Name" xml:space="preserve">
<value>btnCopy</value>
</data>
<data name="tpAfterCapture.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="tpBeforeUpload.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
</data>
<data name="&gt;&gt;btnContinue.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="tpAfterCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>296, 274</value>
</data>
<data name="lvAfterCaptureTasks.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="btnContinue.Text" xml:space="preserve">
<value>Continue</value>
</data>
<data name="tcTasks.Size" type="System.Drawing.Size, System.Drawing">
<value>304, 300</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="tpBeforeUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>296, 274</value>
</data>
<data name="&gt;&gt;tpAfterCapture.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;lvAfterCaptureTasks.Parent" xml:space="preserve">
<value>tpAfterCapture</value>
</data>
<data name="tpBeforeUpload.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="tpBeforeUpload.Text" xml:space="preserve">
<value>Before upload</value>
</data>
<data name="&gt;&gt;tcTasks.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;ucBeforeUpload.Type" xml:space="preserve">
<value>ShareX.BeforeUploadControl, ShareX, Version=9.4.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;pbImage.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lvAfterCaptureTasks.Size" type="System.Drawing.Size, System.Drawing">
<value>290, 268</value>
</data>
<data name="btnCopy.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 32</value>
</data>
<data name="tcTasks.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="&gt;&gt;btnCancel.Name" xml:space="preserve">
<value>btnCancel</value>
</data>
<data name="tcTasks.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;tcTasks.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;pbImage.Type" xml:space="preserve">
<value>HelpersLib.MyPictureBox, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;ucBeforeUpload.Name" xml:space="preserve">
<value>ucBeforeUpload</value>
</data>
<data name="lvAfterCaptureTasks.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="tpAfterCapture.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
</data>
<data name="lvAfterCaptureTasks.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 9.75pt</value>
</data>
<data name="tpBeforeUpload.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="&gt;&gt;btnCopy.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="ucBeforeUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>290, 268</value>
</data>
<data name="btnCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>96, 312</value>
</data>
<data name="&gt;&gt;tpBeforeUpload.Parent" xml:space="preserve">
<value>tcTasks</value>
</data>
<data name="pbImage.Size" type="System.Drawing.Size, System.Drawing">
<value>376, 336</value>
</data>
<data name="&gt;&gt;tpBeforeUpload.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="pbImage.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 32</value>
</data>
<data name="&gt;&gt;btnCancel.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="btnCopy.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="btnContinue.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="&gt;&gt;tpAfterCapture.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="ucBeforeUpload.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="&gt;&gt;lvAfterCaptureTasks.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="pbImage.Location" type="System.Drawing.Point, System.Drawing">
<value>320, 8</value>
</data>
<data name="&gt;&gt;btnContinue.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="ucBeforeUpload.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;ucBeforeUpload.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;btnContinue.Name" xml:space="preserve">
<value>btnContinue</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Post capture tasks</value>
</data>
<data name="&gt;&gt;tpAfterCapture.Parent" xml:space="preserve">
<value>tcTasks</value>
</data>
<data name="&gt;&gt;tpAfterCapture.Name" xml:space="preserve">
<value>tpAfterCapture</value>
</data>
<data name="btnCopy.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="btnContinue.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="tcTasks.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left</value>
</data>
<data name="&gt;&gt;lvAfterCaptureTasks.Type" xml:space="preserve">
<value>System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="tpAfterCapture.Text" xml:space="preserve">
<value>After capture</value>
</data>
<data name="btnCopy.Text" xml:space="preserve">
<value>Copy</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="pbImage.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="btnContinue.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 312</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>704, 352</value>
</data>
<data name="&gt;&gt;btnCopy.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;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ucBeforeUpload.Parent" xml:space="preserve">
<value>tpBeforeUpload</value>
</data>
<data name="chAfterCapture.Text" xml:space="preserve">
<value>Tasks</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,138 @@
<?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>
<data name="btnContinue.Text" xml:space="preserve">
<value>Devam</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>İptal</value>
</data>
<data name="btnCopy.Text" xml:space="preserve">
<value>Kopyala</value>
</data>
<data name="tpAfterCapture.Text" xml:space="preserve">
<value>Yakalama sonrası</value>
</data>
<data name="tpBeforeUpload.Text" xml:space="preserve">
<value>Yükleme öncesi</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Yakalama sonrası görevler</value>
</data>
</root>

View file

@ -29,6 +29,7 @@ protected override void Dispose(bool disposing)
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AfterUploadForm));
this.pbPreview = new HelpersLib.MyPictureBox();
this.btnCopyImage = new System.Windows.Forms.Button();
this.btnCopyLink = new System.Windows.Forms.Button();
@ -44,80 +45,46 @@ private void InitializeComponent()
//
// pbPreview
//
this.pbPreview.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
resources.ApplyResources(this.pbPreview, "pbPreview");
this.pbPreview.BackColor = System.Drawing.Color.White;
this.pbPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbPreview.DrawCheckeredBackground = true;
this.pbPreview.EnableRightClickMenu = true;
this.pbPreview.FullscreenOnClick = true;
this.pbPreview.Location = new System.Drawing.Point(392, 8);
this.pbPreview.Name = "pbPreview";
this.pbPreview.Size = new System.Drawing.Size(304, 288);
this.pbPreview.TabIndex = 1;
//
// btnCopyImage
//
this.btnCopyImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCopyImage.AutoSize = true;
this.btnCopyImage.Location = new System.Drawing.Point(8, 304);
this.btnCopyImage.Margin = new System.Windows.Forms.Padding(0);
resources.ApplyResources(this.btnCopyImage, "btnCopyImage");
this.btnCopyImage.Name = "btnCopyImage";
this.btnCopyImage.Size = new System.Drawing.Size(88, 32);
this.btnCopyImage.TabIndex = 2;
this.btnCopyImage.Text = "Copy image";
this.btnCopyImage.UseVisualStyleBackColor = true;
this.btnCopyImage.Click += new System.EventHandler(this.btnCopyImage_Click);
//
// btnCopyLink
//
this.btnCopyLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCopyLink.AutoSize = true;
this.btnCopyLink.Location = new System.Drawing.Point(96, 304);
this.btnCopyLink.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
resources.ApplyResources(this.btnCopyLink, "btnCopyLink");
this.btnCopyLink.Name = "btnCopyLink";
this.btnCopyLink.Size = new System.Drawing.Size(88, 32);
this.btnCopyLink.TabIndex = 3;
this.btnCopyLink.Text = "Copy link";
this.btnCopyLink.UseVisualStyleBackColor = true;
this.btnCopyLink.Click += new System.EventHandler(this.btnCopyLink_Click);
//
// btnOpenLink
//
this.btnOpenLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOpenLink.AutoSize = true;
this.btnOpenLink.Location = new System.Drawing.Point(184, 304);
this.btnOpenLink.Margin = new System.Windows.Forms.Padding(0);
resources.ApplyResources(this.btnOpenLink, "btnOpenLink");
this.btnOpenLink.Name = "btnOpenLink";
this.btnOpenLink.Size = new System.Drawing.Size(88, 32);
this.btnOpenLink.TabIndex = 4;
this.btnOpenLink.Text = "Open link...";
this.btnOpenLink.UseVisualStyleBackColor = true;
this.btnOpenLink.Click += new System.EventHandler(this.btnOpenLink_Click);
//
// btnOpenFile
//
this.btnOpenFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOpenFile.AutoSize = true;
this.btnOpenFile.Location = new System.Drawing.Point(272, 304);
this.btnOpenFile.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
resources.ApplyResources(this.btnOpenFile, "btnOpenFile");
this.btnOpenFile.Name = "btnOpenFile";
this.btnOpenFile.Size = new System.Drawing.Size(88, 32);
this.btnOpenFile.TabIndex = 5;
this.btnOpenFile.Text = "Open file...";
this.btnOpenFile.UseVisualStyleBackColor = true;
this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
//
// btnOpenFolder
//
this.btnOpenFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOpenFolder.AutoSize = true;
this.btnOpenFolder.Location = new System.Drawing.Point(360, 304);
this.btnOpenFolder.Margin = new System.Windows.Forms.Padding(3, 0, 0, 0);
resources.ApplyResources(this.btnOpenFolder, "btnOpenFolder");
this.btnOpenFolder.Name = "btnOpenFolder";
this.btnOpenFolder.Size = new System.Drawing.Size(88, 32);
this.btnOpenFolder.TabIndex = 6;
this.btnOpenFolder.Text = "Open folder...";
this.btnOpenFolder.UseVisualStyleBackColor = true;
this.btnOpenFolder.Click += new System.EventHandler(this.btnFolderOpen_Click);
//
@ -129,20 +96,14 @@ private void InitializeComponent()
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.Location = new System.Drawing.Point(608, 304);
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(88, 32);
this.btnClose.TabIndex = 7;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// lvClipboardFormats
//
this.lvClipboardFormats.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.lvClipboardFormats, "lvClipboardFormats");
this.lvClipboardFormats.AutoFillColumn = true;
this.lvClipboardFormats.AutoFillColumnIndex = 1;
this.lvClipboardFormats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
@ -150,29 +111,23 @@ private void InitializeComponent()
this.chFormat});
this.lvClipboardFormats.FullRowSelect = true;
this.lvClipboardFormats.GridLines = true;
this.lvClipboardFormats.Location = new System.Drawing.Point(8, 8);
this.lvClipboardFormats.Name = "lvClipboardFormats";
this.lvClipboardFormats.Size = new System.Drawing.Size(376, 288);
this.lvClipboardFormats.TabIndex = 0;
this.lvClipboardFormats.UseCompatibleStateImageBehavior = false;
this.lvClipboardFormats.View = System.Windows.Forms.View.Details;
this.lvClipboardFormats.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvClipboardFormats_MouseDoubleClick);
//
// chDescription
//
this.chDescription.Text = "Description";
this.chDescription.Width = 110;
resources.ApplyResources(this.chDescription, "chDescription");
//
// chFormat
//
this.chFormat.Text = "Format";
this.chFormat.Width = 262;
resources.ApplyResources(this.chFormat, "chFormat");
//
// AfterUploadForm
//
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(704, 344);
this.Controls.Add(this.lvClipboardFormats);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOpenLink);
@ -181,10 +136,7 @@ private void InitializeComponent()
this.Controls.Add(this.btnCopyLink);
this.Controls.Add(this.btnCopyImage);
this.Controls.Add(this.pbPreview);
this.MinimumSize = new System.Drawing.Size(600, 312);
this.Name = "AfterUploadForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - After upload";
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,6 +117,306 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>600, 312</value>
</data>
<data name="&gt;&gt;chFormat.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnCopyLink.Name" xml:space="preserve">
<value>btnCopyLink</value>
</data>
<data name="&gt;&gt;btnOpenFile.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnOpenFolder.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 32</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lvClipboardFormats.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;btnOpenFolder.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="btnOpenFile.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 0, 0</value>
</data>
<data name="btnCopyImage.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;btnCopyLink.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;chFormat.Name" xml:space="preserve">
<value>chFormat</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>AfterUploadForm</value>
</data>
<data name="&gt;&gt;btnOpenFolder.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="pbPreview.Size" type="System.Drawing.Size, System.Drawing">
<value>304, 288</value>
</data>
<data name="btnOpenFile.Location" type="System.Drawing.Point, System.Drawing">
<value>272, 304</value>
</data>
<data name="btnOpenFolder.Location" type="System.Drawing.Point, System.Drawing">
<value>360, 304</value>
</data>
<data name="&gt;&gt;btnOpenLink.Name" xml:space="preserve">
<value>btnOpenLink</value>
</data>
<data name="pbPreview.Location" type="System.Drawing.Point, System.Drawing">
<value>392, 8</value>
</data>
<data name="&gt;&gt;btnOpenFile.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;btnOpenFile.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="btnCopyLink.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="&gt;&gt;lvClipboardFormats.Name" xml:space="preserve">
<value>lvClipboardFormats</value>
</data>
<data name="chDescription.Text" xml:space="preserve">
<value>Description</value>
</data>
<data name="btnOpenFolder.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 0, 0</value>
</data>
<data name="btnCopyImage.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 32</value>
</data>
<data name="&gt;&gt;btnCopyImage.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="btnCopyImage.Text" xml:space="preserve">
<value>Copy image</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="&gt;&gt;pbPreview.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="btnCopyLink.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="btnOpenLink.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;pbPreview.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnClose.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="btnCopyLink.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;btnOpenFile.Name" xml:space="preserve">
<value>btnOpenFile</value>
</data>
<data name="&gt;&gt;btnCopyLink.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="btnOpenFolder.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lvClipboardFormats.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="lvClipboardFormats.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="chFormat.Width" type="System.Int32, mscorlib">
<value>262</value>
</data>
<data name="&gt;&gt;chDescription.Name" xml:space="preserve">
<value>chDescription</value>
</data>
<data name="pbPreview.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Right</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;lvClipboardFormats.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbPreview.Name" xml:space="preserve">
<value>pbPreview</value>
</data>
<data name="btnOpenLink.Text" xml:space="preserve">
<value>Open link...</value>
</data>
<data name="&gt;&gt;lvClipboardFormats.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;btnCopyImage.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnCopyImage.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 304</value>
</data>
<data name="btnClose.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 32</value>
</data>
<data name="btnOpenFolder.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="&gt;&gt;btnClose.Name" xml:space="preserve">
<value>btnClose</value>
</data>
<data name="&gt;&gt;btnCopyImage.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="chDescription.Width" type="System.Int32, mscorlib">
<value>110</value>
</data>
<data name="&gt;&gt;btnOpenLink.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="lvClipboardFormats.Size" type="System.Drawing.Size, System.Drawing">
<value>376, 288</value>
</data>
<data name="btnOpenFile.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;btnOpenFolder.Name" xml:space="preserve">
<value>btnOpenFolder</value>
</data>
<data name="btnClose.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Right</value>
</data>
<data name="btnOpenFile.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;tmrClose.Type" xml:space="preserve">
<value>System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnOpenLink.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnCopyImage.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="btnOpenLink.Location" type="System.Drawing.Point, System.Drawing">
<value>184, 304</value>
</data>
<data name="btnClose.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="btnCopyLink.Location" type="System.Drawing.Point, System.Drawing">
<value>96, 304</value>
</data>
<data name="btnCopyImage.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="btnOpenFolder.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="&gt;&gt;btnCopyImage.Name" xml:space="preserve">
<value>btnCopyImage</value>
</data>
<data name="btnOpenLink.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 32</value>
</data>
<data name="&gt;&gt;tmrClose.Name" xml:space="preserve">
<value>tmrClose</value>
</data>
<data name="btnCopyImage.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="btnOpenLink.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="btnCopyLink.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 32</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>Close</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - After upload</value>
</data>
<data name="btnCopyLink.Text" xml:space="preserve">
<value>Copy link</value>
</data>
<data name="&gt;&gt;btnOpenLink.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="btnOpenLink.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="btnOpenFolder.Text" xml:space="preserve">
<value>Open folder...</value>
</data>
<data name="&gt;&gt;btnClose.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnOpenFolder.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="btnOpenLink.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="btnOpenFile.Text" xml:space="preserve">
<value>Open file...</value>
</data>
<data name="&gt;&gt;btnClose.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="btnOpenFile.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Left</value>
</data>
<data name="&gt;&gt;btnCopyLink.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="chFormat.Text" xml:space="preserve">
<value>Format</value>
</data>
<data name="&gt;&gt;lvClipboardFormats.Type" xml:space="preserve">
<value>HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="btnOpenFile.Size" type="System.Drawing.Size, System.Drawing">
<value>88, 32</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>704, 344</value>
</data>
<data name="pbPreview.TabIndex" type="System.Int32, mscorlib">
<value>1</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>
<data name="&gt;&gt;pbPreview.Type" xml:space="preserve">
<value>HelpersLib.MyPictureBox, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="btnClose.Location" type="System.Drawing.Point, System.Drawing">
<value>608, 304</value>
</data>
<data name="btnCopyLink.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 0, 0</value>
</data>
<data name="&gt;&gt;chDescription.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
<metadata name="tmrClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>

View file

@ -0,0 +1,147 @@
<?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>
<data name="btnCopyImage.Text" xml:space="preserve">
<value>Resim kopyala</value>
</data>
<data name="btnCopyLink.Text" xml:space="preserve">
<value>Link kopyala</value>
</data>
<data name="btnOpenLink.Text" xml:space="preserve">
<value>Link aç...</value>
</data>
<data name="btnOpenFile.Text" xml:space="preserve">
<value>Dosya aç...</value>
</data>
<data name="btnOpenFolder.Text" xml:space="preserve">
<value>Dizin aç...</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>Kapat</value>
</data>
<data name="chDescription.Text" xml:space="preserve">
<value>Açıklama</value>
</data>
<data name="chFormat.Text" xml:space="preserve">
<value>Biçim</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Yükleme sonrası</value>
</data>
</root>

View file

@ -29,6 +29,7 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApplicationSettingsForm));
this.tcSettings = new System.Windows.Forms.TabControl();
this.tpGeneral = new System.Windows.Forms.TabPage();
this.cbRememberMainFormPosition = new System.Windows.Forms.CheckBox();
@ -126,21 +127,19 @@ private void InitializeComponent()
//
// tcSettings
//
resources.ApplyResources(this.tcSettings, "tcSettings");
this.tcSettings.Controls.Add(this.tpGeneral);
this.tcSettings.Controls.Add(this.tpPaths);
this.tcSettings.Controls.Add(this.tpProxy);
this.tcSettings.Controls.Add(this.tpUpload);
this.tcSettings.Controls.Add(this.tpPrint);
this.tcSettings.Controls.Add(this.tpAdvanced);
this.tcSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcSettings.Location = new System.Drawing.Point(3, 3);
this.tcSettings.Name = "tcSettings";
this.tcSettings.SelectedIndex = 0;
this.tcSettings.Size = new System.Drawing.Size(618, 396);
this.tcSettings.TabIndex = 0;
//
// tpGeneral
//
resources.ApplyResources(this.tpGeneral, "tpGeneral");
this.tpGeneral.Controls.Add(this.cbRememberMainFormPosition);
this.tpGeneral.Controls.Add(this.cbSilentRun);
this.tpGeneral.Controls.Add(this.cbRememberMainFormSize);
@ -150,115 +149,75 @@ private void InitializeComponent()
this.tpGeneral.Controls.Add(this.cbStartWithWindows);
this.tpGeneral.Controls.Add(this.cbShowTray);
this.tpGeneral.Controls.Add(this.cbSendToMenu);
this.tpGeneral.Location = new System.Drawing.Point(4, 22);
this.tpGeneral.Name = "tpGeneral";
this.tpGeneral.Padding = new System.Windows.Forms.Padding(3);
this.tpGeneral.Size = new System.Drawing.Size(610, 370);
this.tpGeneral.TabIndex = 0;
this.tpGeneral.Text = "General";
this.tpGeneral.UseVisualStyleBackColor = true;
//
// cbRememberMainFormPosition
//
this.cbRememberMainFormPosition.AutoSize = true;
this.cbRememberMainFormPosition.Location = new System.Drawing.Point(16, 184);
resources.ApplyResources(this.cbRememberMainFormPosition, "cbRememberMainFormPosition");
this.cbRememberMainFormPosition.Name = "cbRememberMainFormPosition";
this.cbRememberMainFormPosition.Size = new System.Drawing.Size(180, 17);
this.cbRememberMainFormPosition.TabIndex = 9;
this.cbRememberMainFormPosition.Text = "Remember main window position";
this.cbRememberMainFormPosition.UseVisualStyleBackColor = true;
this.cbRememberMainFormPosition.CheckedChanged += new System.EventHandler(this.cbRememberMainFormPosition_CheckedChanged);
//
// cbSilentRun
//
this.cbSilentRun.AutoSize = true;
this.cbSilentRun.Location = new System.Drawing.Point(16, 40);
resources.ApplyResources(this.cbSilentRun, "cbSilentRun");
this.cbSilentRun.Name = "cbSilentRun";
this.cbSilentRun.Size = new System.Drawing.Size(137, 17);
this.cbSilentRun.TabIndex = 1;
this.cbSilentRun.Text = "On start minimize to tray";
this.cbSilentRun.UseVisualStyleBackColor = true;
this.cbSilentRun.CheckedChanged += new System.EventHandler(this.cbSilentRun_CheckedChanged);
//
// cbRememberMainFormSize
//
this.cbRememberMainFormSize.AutoSize = true;
this.cbRememberMainFormSize.Location = new System.Drawing.Point(16, 208);
resources.ApplyResources(this.cbRememberMainFormSize, "cbRememberMainFormSize");
this.cbRememberMainFormSize.Name = "cbRememberMainFormSize";
this.cbRememberMainFormSize.Size = new System.Drawing.Size(162, 17);
this.cbRememberMainFormSize.TabIndex = 8;
this.cbRememberMainFormSize.Text = "Remember main window size";
this.cbRememberMainFormSize.UseVisualStyleBackColor = true;
this.cbRememberMainFormSize.CheckedChanged += new System.EventHandler(this.cbRememberMainFormSize_CheckedChanged);
//
// cbTaskbarProgressEnabled
//
this.cbTaskbarProgressEnabled.AutoSize = true;
this.cbTaskbarProgressEnabled.Location = new System.Drawing.Point(16, 160);
resources.ApplyResources(this.cbTaskbarProgressEnabled, "cbTaskbarProgressEnabled");
this.cbTaskbarProgressEnabled.Name = "cbTaskbarProgressEnabled";
this.cbTaskbarProgressEnabled.Size = new System.Drawing.Size(178, 17);
this.cbTaskbarProgressEnabled.TabIndex = 7;
this.cbTaskbarProgressEnabled.Text = "Show progress in taskbar button";
this.cbTaskbarProgressEnabled.UseVisualStyleBackColor = true;
this.cbTaskbarProgressEnabled.CheckedChanged += new System.EventHandler(this.cbTaskbarProgressEnabled_CheckedChanged);
//
// cbTrayIconProgressEnabled
//
this.cbTrayIconProgressEnabled.AutoSize = true;
this.cbTrayIconProgressEnabled.Location = new System.Drawing.Point(16, 136);
resources.ApplyResources(this.cbTrayIconProgressEnabled, "cbTrayIconProgressEnabled");
this.cbTrayIconProgressEnabled.Name = "cbTrayIconProgressEnabled";
this.cbTrayIconProgressEnabled.Size = new System.Drawing.Size(150, 17);
this.cbTrayIconProgressEnabled.TabIndex = 6;
this.cbTrayIconProgressEnabled.Text = "Show progress in tray icon";
this.cbTrayIconProgressEnabled.UseVisualStyleBackColor = true;
this.cbTrayIconProgressEnabled.CheckedChanged += new System.EventHandler(this.cbTrayIconProgressEnabled_CheckedChanged);
//
// cbShellContextMenu
//
this.cbShellContextMenu.AutoSize = true;
this.cbShellContextMenu.Location = new System.Drawing.Point(16, 112);
resources.ApplyResources(this.cbShellContextMenu, "cbShellContextMenu");
this.cbShellContextMenu.Name = "cbShellContextMenu";
this.cbShellContextMenu.Size = new System.Drawing.Size(301, 17);
this.cbShellContextMenu.TabIndex = 4;
this.cbShellContextMenu.Text = "Show \"Upload using ShareX\" button in shell context menu";
this.cbShellContextMenu.UseVisualStyleBackColor = true;
this.cbShellContextMenu.CheckedChanged += new System.EventHandler(this.cbShellContextMenu_CheckedChanged);
//
// cbStartWithWindows
//
this.cbStartWithWindows.AutoSize = true;
this.cbStartWithWindows.Location = new System.Drawing.Point(16, 64);
resources.ApplyResources(this.cbStartWithWindows, "cbStartWithWindows");
this.cbStartWithWindows.Name = "cbStartWithWindows";
this.cbStartWithWindows.Size = new System.Drawing.Size(188, 17);
this.cbStartWithWindows.TabIndex = 2;
this.cbStartWithWindows.Text = "Run ShareX when Windows starts";
this.cbStartWithWindows.UseVisualStyleBackColor = true;
this.cbStartWithWindows.CheckedChanged += new System.EventHandler(this.cbStartWithWindows_CheckedChanged);
//
// cbShowTray
//
this.cbShowTray.AutoSize = true;
this.cbShowTray.Location = new System.Drawing.Point(16, 16);
resources.ApplyResources(this.cbShowTray, "cbShowTray");
this.cbShowTray.Name = "cbShowTray";
this.cbShowTray.Size = new System.Drawing.Size(96, 17);
this.cbShowTray.TabIndex = 0;
this.cbShowTray.Text = "Show tray icon";
this.cbShowTray.UseVisualStyleBackColor = true;
this.cbShowTray.CheckedChanged += new System.EventHandler(this.cbShowTray_CheckedChanged);
//
// cbSendToMenu
//
this.cbSendToMenu.AutoSize = true;
this.cbSendToMenu.Location = new System.Drawing.Point(16, 88);
resources.ApplyResources(this.cbSendToMenu, "cbSendToMenu");
this.cbSendToMenu.Name = "cbSendToMenu";
this.cbSendToMenu.Size = new System.Drawing.Size(181, 17);
this.cbSendToMenu.TabIndex = 3;
this.cbSendToMenu.Text = "Show ShareX in \"Send to\" menu";
this.cbSendToMenu.UseVisualStyleBackColor = true;
this.cbSendToMenu.CheckedChanged += new System.EventHandler(this.cbSendToMenu_CheckedChanged);
//
// tpPaths
//
resources.ApplyResources(this.tpPaths, "tpPaths");
this.tpPaths.Controls.Add(this.lblNotePersonalFolderPath);
this.tpPaths.Controls.Add(this.btnOpenScreenshotsFolder);
this.tpPaths.Controls.Add(this.lblPreviewPersonalFolderPath);
@ -272,136 +231,90 @@ private void InitializeComponent()
this.tpPaths.Controls.Add(this.lblSaveImageSubFolderPattern);
this.tpPaths.Controls.Add(this.lblSaveImageSubFolderPatternPreview);
this.tpPaths.Controls.Add(this.txtSaveImageSubFolderPattern);
this.tpPaths.Location = new System.Drawing.Point(4, 22);
this.tpPaths.Name = "tpPaths";
this.tpPaths.Padding = new System.Windows.Forms.Padding(3);
this.tpPaths.Size = new System.Drawing.Size(610, 370);
this.tpPaths.TabIndex = 1;
this.tpPaths.Text = "Paths";
this.tpPaths.UseVisualStyleBackColor = true;
//
// lblNotePersonalFolderPath
//
this.lblNotePersonalFolderPath.AutoSize = true;
this.lblNotePersonalFolderPath.Location = new System.Drawing.Point(16, 96);
resources.ApplyResources(this.lblNotePersonalFolderPath, "lblNotePersonalFolderPath");
this.lblNotePersonalFolderPath.Name = "lblNotePersonalFolderPath";
this.lblNotePersonalFolderPath.Size = new System.Drawing.Size(354, 13);
this.lblNotePersonalFolderPath.TabIndex = 5;
this.lblNotePersonalFolderPath.Text = "Note: You must reopen ShareX for personal folder changes to take effect.";
//
// btnOpenScreenshotsFolder
//
this.btnOpenScreenshotsFolder.Location = new System.Drawing.Point(16, 208);
resources.ApplyResources(this.btnOpenScreenshotsFolder, "btnOpenScreenshotsFolder");
this.btnOpenScreenshotsFolder.Name = "btnOpenScreenshotsFolder";
this.btnOpenScreenshotsFolder.Size = new System.Drawing.Size(80, 23);
this.btnOpenScreenshotsFolder.TabIndex = 11;
this.btnOpenScreenshotsFolder.Text = "Open...";
this.btnOpenScreenshotsFolder.UseVisualStyleBackColor = true;
this.btnOpenScreenshotsFolder.Click += new System.EventHandler(this.btnOpenScreenshotsFolder_Click);
//
// lblPreviewPersonalFolderPath
//
this.lblPreviewPersonalFolderPath.AutoSize = true;
this.lblPreviewPersonalFolderPath.Location = new System.Drawing.Point(104, 69);
resources.ApplyResources(this.lblPreviewPersonalFolderPath, "lblPreviewPersonalFolderPath");
this.lblPreviewPersonalFolderPath.Name = "lblPreviewPersonalFolderPath";
this.lblPreviewPersonalFolderPath.Size = new System.Drawing.Size(16, 13);
this.lblPreviewPersonalFolderPath.TabIndex = 4;
this.lblPreviewPersonalFolderPath.Text = "...";
//
// btnBrowsePersonalFolderPath
//
this.btnBrowsePersonalFolderPath.Location = new System.Drawing.Point(432, 39);
resources.ApplyResources(this.btnBrowsePersonalFolderPath, "btnBrowsePersonalFolderPath");
this.btnBrowsePersonalFolderPath.Name = "btnBrowsePersonalFolderPath";
this.btnBrowsePersonalFolderPath.Size = new System.Drawing.Size(80, 23);
this.btnBrowsePersonalFolderPath.TabIndex = 2;
this.btnBrowsePersonalFolderPath.Text = "Browse...";
this.btnBrowsePersonalFolderPath.UseVisualStyleBackColor = true;
this.btnBrowsePersonalFolderPath.Click += new System.EventHandler(this.btnBrowsePersonalFolderPath_Click);
//
// lblPersonalFolderPath
//
this.lblPersonalFolderPath.AutoSize = true;
this.lblPersonalFolderPath.Location = new System.Drawing.Point(16, 16);
resources.ApplyResources(this.lblPersonalFolderPath, "lblPersonalFolderPath");
this.lblPersonalFolderPath.Name = "lblPersonalFolderPath";
this.lblPersonalFolderPath.Size = new System.Drawing.Size(117, 13);
this.lblPersonalFolderPath.TabIndex = 0;
this.lblPersonalFolderPath.Text = "ShareX personal folder:";
//
// txtPersonalFolderPath
//
this.txtPersonalFolderPath.Location = new System.Drawing.Point(16, 40);
resources.ApplyResources(this.txtPersonalFolderPath, "txtPersonalFolderPath");
this.txtPersonalFolderPath.Name = "txtPersonalFolderPath";
this.txtPersonalFolderPath.Size = new System.Drawing.Size(408, 20);
this.txtPersonalFolderPath.TabIndex = 1;
this.txtPersonalFolderPath.TextChanged += new System.EventHandler(this.txtPersonalFolderPath_TextChanged);
//
// btnBrowseCustomScreenshotsPath
//
this.btnBrowseCustomScreenshotsPath.Location = new System.Drawing.Point(432, 151);
resources.ApplyResources(this.btnBrowseCustomScreenshotsPath, "btnBrowseCustomScreenshotsPath");
this.btnBrowseCustomScreenshotsPath.Name = "btnBrowseCustomScreenshotsPath";
this.btnBrowseCustomScreenshotsPath.Size = new System.Drawing.Size(80, 23);
this.btnBrowseCustomScreenshotsPath.TabIndex = 8;
this.btnBrowseCustomScreenshotsPath.Text = "Browse...";
this.btnBrowseCustomScreenshotsPath.UseVisualStyleBackColor = true;
this.btnBrowseCustomScreenshotsPath.Click += new System.EventHandler(this.btnBrowseCustomScreenshotsPath_Click);
//
// btnOpenPersonalFolderPath
//
this.btnOpenPersonalFolderPath.Location = new System.Drawing.Point(16, 64);
resources.ApplyResources(this.btnOpenPersonalFolderPath, "btnOpenPersonalFolderPath");
this.btnOpenPersonalFolderPath.Name = "btnOpenPersonalFolderPath";
this.btnOpenPersonalFolderPath.Size = new System.Drawing.Size(80, 23);
this.btnOpenPersonalFolderPath.TabIndex = 3;
this.btnOpenPersonalFolderPath.Text = "Open...";
this.btnOpenPersonalFolderPath.UseVisualStyleBackColor = true;
this.btnOpenPersonalFolderPath.Click += new System.EventHandler(this.btnOpenPersonalFolder_Click);
//
// txtCustomScreenshotsPath
//
this.txtCustomScreenshotsPath.Location = new System.Drawing.Point(16, 152);
resources.ApplyResources(this.txtCustomScreenshotsPath, "txtCustomScreenshotsPath");
this.txtCustomScreenshotsPath.Name = "txtCustomScreenshotsPath";
this.txtCustomScreenshotsPath.Size = new System.Drawing.Size(408, 20);
this.txtCustomScreenshotsPath.TabIndex = 7;
this.txtCustomScreenshotsPath.TextChanged += new System.EventHandler(this.txtCustomScreenshotsPath_TextChanged);
//
// cbUseCustomScreenshotsPath
//
this.cbUseCustomScreenshotsPath.AutoSize = true;
this.cbUseCustomScreenshotsPath.Location = new System.Drawing.Point(16, 128);
resources.ApplyResources(this.cbUseCustomScreenshotsPath, "cbUseCustomScreenshotsPath");
this.cbUseCustomScreenshotsPath.Name = "cbUseCustomScreenshotsPath";
this.cbUseCustomScreenshotsPath.Size = new System.Drawing.Size(174, 17);
this.cbUseCustomScreenshotsPath.TabIndex = 6;
this.cbUseCustomScreenshotsPath.Text = "Use custom screenshots folder:";
this.cbUseCustomScreenshotsPath.UseVisualStyleBackColor = true;
this.cbUseCustomScreenshotsPath.CheckedChanged += new System.EventHandler(this.cbUseCustomScreenshotsPath_CheckedChanged);
//
// lblSaveImageSubFolderPattern
//
this.lblSaveImageSubFolderPattern.AutoSize = true;
this.lblSaveImageSubFolderPattern.Location = new System.Drawing.Point(16, 184);
resources.ApplyResources(this.lblSaveImageSubFolderPattern, "lblSaveImageSubFolderPattern");
this.lblSaveImageSubFolderPattern.Name = "lblSaveImageSubFolderPattern";
this.lblSaveImageSubFolderPattern.Size = new System.Drawing.Size(94, 13);
this.lblSaveImageSubFolderPattern.TabIndex = 9;
this.lblSaveImageSubFolderPattern.Text = "Sub folder pattern:";
//
// lblSaveImageSubFolderPatternPreview
//
this.lblSaveImageSubFolderPatternPreview.AutoSize = true;
this.lblSaveImageSubFolderPatternPreview.Location = new System.Drawing.Point(104, 213);
resources.ApplyResources(this.lblSaveImageSubFolderPatternPreview, "lblSaveImageSubFolderPatternPreview");
this.lblSaveImageSubFolderPatternPreview.Name = "lblSaveImageSubFolderPatternPreview";
this.lblSaveImageSubFolderPatternPreview.Size = new System.Drawing.Size(16, 13);
this.lblSaveImageSubFolderPatternPreview.TabIndex = 12;
this.lblSaveImageSubFolderPatternPreview.Text = "...";
//
// txtSaveImageSubFolderPattern
//
this.txtSaveImageSubFolderPattern.Location = new System.Drawing.Point(120, 180);
resources.ApplyResources(this.txtSaveImageSubFolderPattern, "txtSaveImageSubFolderPattern");
this.txtSaveImageSubFolderPattern.Name = "txtSaveImageSubFolderPattern";
this.txtSaveImageSubFolderPattern.Size = new System.Drawing.Size(392, 20);
this.txtSaveImageSubFolderPattern.TabIndex = 10;
this.txtSaveImageSubFolderPattern.TextChanged += new System.EventHandler(this.txtSaveImageSubFolderPattern_TextChanged);
//
// tpProxy
//
resources.ApplyResources(this.tpProxy, "tpProxy");
this.tpProxy.Controls.Add(this.cbProxyMethod);
this.tpProxy.Controls.Add(this.lblProxyMethod);
this.tpProxy.Controls.Add(this.lblProxyHost);
@ -412,178 +325,120 @@ private void InitializeComponent()
this.tpProxy.Controls.Add(this.txtProxyPassword);
this.tpProxy.Controls.Add(this.lblProxyUsername);
this.tpProxy.Controls.Add(this.txtProxyUsername);
this.tpProxy.Location = new System.Drawing.Point(4, 22);
this.tpProxy.Name = "tpProxy";
this.tpProxy.Padding = new System.Windows.Forms.Padding(5);
this.tpProxy.Size = new System.Drawing.Size(610, 370);
this.tpProxy.TabIndex = 2;
this.tpProxy.Text = "Proxy";
this.tpProxy.UseVisualStyleBackColor = true;
//
// cbProxyMethod
//
resources.ApplyResources(this.cbProxyMethod, "cbProxyMethod");
this.cbProxyMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbProxyMethod.FormattingEnabled = true;
this.cbProxyMethod.Location = new System.Drawing.Point(128, 12);
this.cbProxyMethod.Name = "cbProxyMethod";
this.cbProxyMethod.Size = new System.Drawing.Size(136, 21);
this.cbProxyMethod.TabIndex = 1;
this.cbProxyMethod.SelectedIndexChanged += new System.EventHandler(this.cbProxyMethod_SelectedIndexChanged);
//
// lblProxyMethod
//
this.lblProxyMethod.AutoSize = true;
this.lblProxyMethod.Location = new System.Drawing.Point(16, 16);
resources.ApplyResources(this.lblProxyMethod, "lblProxyMethod");
this.lblProxyMethod.Name = "lblProxyMethod";
this.lblProxyMethod.Size = new System.Drawing.Size(100, 13);
this.lblProxyMethod.TabIndex = 0;
this.lblProxyMethod.Text = "Proxy configuration:";
//
// lblProxyHost
//
this.lblProxyHost.AutoSize = true;
this.lblProxyHost.Location = new System.Drawing.Point(16, 48);
resources.ApplyResources(this.lblProxyHost, "lblProxyHost");
this.lblProxyHost.Name = "lblProxyHost";
this.lblProxyHost.Size = new System.Drawing.Size(32, 13);
this.lblProxyHost.TabIndex = 2;
this.lblProxyHost.Text = "Host:";
//
// txtProxyHost
//
this.txtProxyHost.Location = new System.Drawing.Point(128, 44);
resources.ApplyResources(this.txtProxyHost, "txtProxyHost");
this.txtProxyHost.Name = "txtProxyHost";
this.txtProxyHost.Size = new System.Drawing.Size(232, 20);
this.txtProxyHost.TabIndex = 3;
this.txtProxyHost.TextChanged += new System.EventHandler(this.txtProxyHost_TextChanged);
//
// nudProxyPort
//
this.nudProxyPort.Location = new System.Drawing.Point(400, 44);
resources.ApplyResources(this.nudProxyPort, "nudProxyPort");
this.nudProxyPort.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.nudProxyPort.Name = "nudProxyPort";
this.nudProxyPort.Size = new System.Drawing.Size(64, 20);
this.nudProxyPort.TabIndex = 5;
this.nudProxyPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudProxyPort.ValueChanged += new System.EventHandler(this.nudProxyPort_ValueChanged);
//
// lblProxyPort
//
this.lblProxyPort.AutoSize = true;
this.lblProxyPort.Location = new System.Drawing.Point(368, 48);
resources.ApplyResources(this.lblProxyPort, "lblProxyPort");
this.lblProxyPort.Name = "lblProxyPort";
this.lblProxyPort.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.lblProxyPort.Size = new System.Drawing.Size(26, 13);
this.lblProxyPort.TabIndex = 4;
this.lblProxyPort.Text = "Port";
//
// lblProxyPassword
//
this.lblProxyPassword.AutoSize = true;
this.lblProxyPassword.Location = new System.Drawing.Point(16, 112);
resources.ApplyResources(this.lblProxyPassword, "lblProxyPassword");
this.lblProxyPassword.Name = "lblProxyPassword";
this.lblProxyPassword.Size = new System.Drawing.Size(56, 13);
this.lblProxyPassword.TabIndex = 8;
this.lblProxyPassword.Text = "Password:";
//
// txtProxyPassword
//
this.txtProxyPassword.Location = new System.Drawing.Point(128, 108);
resources.ApplyResources(this.txtProxyPassword, "txtProxyPassword");
this.txtProxyPassword.Name = "txtProxyPassword";
this.txtProxyPassword.Size = new System.Drawing.Size(232, 20);
this.txtProxyPassword.TabIndex = 9;
this.txtProxyPassword.UseSystemPasswordChar = true;
this.txtProxyPassword.TextChanged += new System.EventHandler(this.txtProxyPassword_TextChanged);
//
// lblProxyUsername
//
this.lblProxyUsername.AutoSize = true;
this.lblProxyUsername.Location = new System.Drawing.Point(16, 80);
resources.ApplyResources(this.lblProxyUsername, "lblProxyUsername");
this.lblProxyUsername.Name = "lblProxyUsername";
this.lblProxyUsername.Size = new System.Drawing.Size(58, 13);
this.lblProxyUsername.TabIndex = 6;
this.lblProxyUsername.Text = "Username:";
//
// txtProxyUsername
//
this.txtProxyUsername.Location = new System.Drawing.Point(128, 76);
resources.ApplyResources(this.txtProxyUsername, "txtProxyUsername");
this.txtProxyUsername.Name = "txtProxyUsername";
this.txtProxyUsername.Size = new System.Drawing.Size(232, 20);
this.txtProxyUsername.TabIndex = 7;
this.txtProxyUsername.TextChanged += new System.EventHandler(this.txtProxyUsername_TextChanged);
//
// tpUpload
//
resources.ApplyResources(this.tpUpload, "tpUpload");
this.tpUpload.Controls.Add(this.tcUpload);
this.tpUpload.Location = new System.Drawing.Point(4, 22);
this.tpUpload.Name = "tpUpload";
this.tpUpload.Padding = new System.Windows.Forms.Padding(3);
this.tpUpload.Size = new System.Drawing.Size(610, 370);
this.tpUpload.TabIndex = 3;
this.tpUpload.Text = "Upload";
this.tpUpload.UseVisualStyleBackColor = true;
//
// tcUpload
//
resources.ApplyResources(this.tcUpload, "tcUpload");
this.tcUpload.Controls.Add(this.tpPerformance);
this.tcUpload.Controls.Add(this.tpUploadResults);
this.tcUpload.Controls.Add(this.tpUploadRetry);
this.tcUpload.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcUpload.Location = new System.Drawing.Point(3, 3);
this.tcUpload.Name = "tcUpload";
this.tcUpload.SelectedIndex = 0;
this.tcUpload.Size = new System.Drawing.Size(604, 364);
this.tcUpload.TabIndex = 0;
//
// tpPerformance
//
resources.ApplyResources(this.tpPerformance, "tpPerformance");
this.tpPerformance.Controls.Add(this.gbBandwidth);
this.tpPerformance.Location = new System.Drawing.Point(4, 22);
this.tpPerformance.Name = "tpPerformance";
this.tpPerformance.Padding = new System.Windows.Forms.Padding(3);
this.tpPerformance.Size = new System.Drawing.Size(596, 338);
this.tpPerformance.TabIndex = 0;
this.tpPerformance.Text = "Performance";
this.tpPerformance.UseVisualStyleBackColor = true;
//
// gbBandwidth
//
resources.ApplyResources(this.gbBandwidth, "gbBandwidth");
this.gbBandwidth.Controls.Add(this.lblUploadLimit);
this.gbBandwidth.Controls.Add(this.nudUploadLimit);
this.gbBandwidth.Controls.Add(this.lblUploadLimitHint);
this.gbBandwidth.Controls.Add(this.lblBufferSize);
this.gbBandwidth.Controls.Add(this.cbBufferSize);
this.gbBandwidth.Location = new System.Drawing.Point(8, 8);
this.gbBandwidth.Name = "gbBandwidth";
this.gbBandwidth.Size = new System.Drawing.Size(576, 88);
this.gbBandwidth.TabIndex = 0;
this.gbBandwidth.TabStop = false;
this.gbBandwidth.Text = "Bandwidth";
//
// lblUploadLimit
//
this.lblUploadLimit.AutoSize = true;
this.lblUploadLimit.Location = new System.Drawing.Point(16, 24);
resources.ApplyResources(this.lblUploadLimit, "lblUploadLimit");
this.lblUploadLimit.Name = "lblUploadLimit";
this.lblUploadLimit.Size = new System.Drawing.Size(128, 13);
this.lblUploadLimit.TabIndex = 0;
this.lblUploadLimit.Text = "Simultaneous upload limit:";
//
// nudUploadLimit
//
this.nudUploadLimit.Location = new System.Drawing.Point(148, 20);
resources.ApplyResources(this.nudUploadLimit, "nudUploadLimit");
this.nudUploadLimit.Maximum = new decimal(new int[] {
25,
0,
0,
0});
this.nudUploadLimit.Name = "nudUploadLimit";
this.nudUploadLimit.Size = new System.Drawing.Size(56, 20);
this.nudUploadLimit.TabIndex = 1;
this.nudUploadLimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudUploadLimit.Value = new decimal(new int[] {
5,
0,
@ -593,350 +448,256 @@ private void InitializeComponent()
//
// lblUploadLimitHint
//
this.lblUploadLimitHint.AutoSize = true;
this.lblUploadLimitHint.Location = new System.Drawing.Point(212, 24);
resources.ApplyResources(this.lblUploadLimitHint, "lblUploadLimitHint");
this.lblUploadLimitHint.Name = "lblUploadLimitHint";
this.lblUploadLimitHint.Size = new System.Drawing.Size(90, 13);
this.lblUploadLimitHint.TabIndex = 2;
this.lblUploadLimitHint.Text = "0 - 25 (0 disables)";
//
// lblBufferSize
//
this.lblBufferSize.AutoSize = true;
this.lblBufferSize.Location = new System.Drawing.Point(16, 56);
resources.ApplyResources(this.lblBufferSize, "lblBufferSize");
this.lblBufferSize.Name = "lblBufferSize";
this.lblBufferSize.Size = new System.Drawing.Size(59, 13);
this.lblBufferSize.TabIndex = 3;
this.lblBufferSize.Text = "Buffer size:";
//
// cbBufferSize
//
resources.ApplyResources(this.cbBufferSize, "cbBufferSize");
this.cbBufferSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbBufferSize.FormattingEnabled = true;
this.cbBufferSize.Location = new System.Drawing.Point(76, 52);
this.cbBufferSize.Name = "cbBufferSize";
this.cbBufferSize.Size = new System.Drawing.Size(76, 21);
this.cbBufferSize.TabIndex = 4;
this.cbBufferSize.SelectedIndexChanged += new System.EventHandler(this.cbBufferSize_SelectedIndexChanged);
//
// tpUploadResults
//
resources.ApplyResources(this.tpUploadResults, "tpUploadResults");
this.tpUploadResults.Controls.Add(this.gbClipboardFormats);
this.tpUploadResults.Location = new System.Drawing.Point(4, 22);
this.tpUploadResults.Name = "tpUploadResults";
this.tpUploadResults.Padding = new System.Windows.Forms.Padding(3);
this.tpUploadResults.Size = new System.Drawing.Size(596, 338);
this.tpUploadResults.TabIndex = 1;
this.tpUploadResults.Text = "Results";
this.tpUploadResults.UseVisualStyleBackColor = true;
//
// gbClipboardFormats
//
resources.ApplyResources(this.gbClipboardFormats, "gbClipboardFormats");
this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatEdit);
this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatRemove);
this.gbClipboardFormats.Controls.Add(this.btnClipboardFormatAdd);
this.gbClipboardFormats.Controls.Add(this.lvClipboardFormats);
this.gbClipboardFormats.Location = new System.Drawing.Point(8, 8);
this.gbClipboardFormats.Name = "gbClipboardFormats";
this.gbClipboardFormats.Size = new System.Drawing.Size(576, 320);
this.gbClipboardFormats.TabIndex = 0;
this.gbClipboardFormats.TabStop = false;
this.gbClipboardFormats.Text = "Clipboard formats";
//
// btnClipboardFormatEdit
//
this.btnClipboardFormatEdit.Location = new System.Drawing.Point(88, 16);
resources.ApplyResources(this.btnClipboardFormatEdit, "btnClipboardFormatEdit");
this.btnClipboardFormatEdit.Name = "btnClipboardFormatEdit";
this.btnClipboardFormatEdit.Size = new System.Drawing.Size(72, 23);
this.btnClipboardFormatEdit.TabIndex = 1;
this.btnClipboardFormatEdit.Text = "Edit...";
this.btnClipboardFormatEdit.UseVisualStyleBackColor = true;
this.btnClipboardFormatEdit.Click += new System.EventHandler(this.btnClipboardFormatEdit_Click);
//
// btnClipboardFormatRemove
//
this.btnClipboardFormatRemove.Location = new System.Drawing.Point(168, 16);
resources.ApplyResources(this.btnClipboardFormatRemove, "btnClipboardFormatRemove");
this.btnClipboardFormatRemove.Name = "btnClipboardFormatRemove";
this.btnClipboardFormatRemove.Size = new System.Drawing.Size(72, 23);
this.btnClipboardFormatRemove.TabIndex = 2;
this.btnClipboardFormatRemove.Text = "Remove";
this.btnClipboardFormatRemove.UseVisualStyleBackColor = true;
this.btnClipboardFormatRemove.Click += new System.EventHandler(this.btnClipboardFormatRemove_Click);
//
// btnClipboardFormatAdd
//
this.btnClipboardFormatAdd.Location = new System.Drawing.Point(8, 16);
resources.ApplyResources(this.btnClipboardFormatAdd, "btnClipboardFormatAdd");
this.btnClipboardFormatAdd.Name = "btnClipboardFormatAdd";
this.btnClipboardFormatAdd.Size = new System.Drawing.Size(72, 23);
this.btnClipboardFormatAdd.TabIndex = 0;
this.btnClipboardFormatAdd.Text = "Add...";
this.btnClipboardFormatAdd.UseVisualStyleBackColor = true;
this.btnClipboardFormatAdd.Click += new System.EventHandler(this.btnAddClipboardFormat_Click);
//
// lvClipboardFormats
//
resources.ApplyResources(this.lvClipboardFormats, "lvClipboardFormats");
this.lvClipboardFormats.AutoFillColumn = true;
this.lvClipboardFormats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chDescription,
this.chFormat});
this.lvClipboardFormats.FullRowSelect = true;
this.lvClipboardFormats.Location = new System.Drawing.Point(8, 48);
this.lvClipboardFormats.Name = "lvClipboardFormats";
this.lvClipboardFormats.Size = new System.Drawing.Size(560, 264);
this.lvClipboardFormats.TabIndex = 3;
this.lvClipboardFormats.UseCompatibleStateImageBehavior = false;
this.lvClipboardFormats.View = System.Windows.Forms.View.Details;
this.lvClipboardFormats.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvClipboardFormats_MouseDoubleClick);
//
// chDescription
//
this.chDescription.Text = "Description";
this.chDescription.Width = 135;
resources.ApplyResources(this.chDescription, "chDescription");
//
// chFormat
//
this.chFormat.Text = "Format";
this.chFormat.Width = 320;
resources.ApplyResources(this.chFormat, "chFormat");
//
// tpUploadRetry
//
resources.ApplyResources(this.tpUploadRetry, "tpUploadRetry");
this.tpUploadRetry.Controls.Add(this.chkUseSecondaryUploaders);
this.tpUploadRetry.Controls.Add(this.tlpBackupDestinations);
this.tpUploadRetry.Controls.Add(this.cbIfUploadFailRetryOnce);
this.tpUploadRetry.Controls.Add(this.nudRetryUpload);
this.tpUploadRetry.Location = new System.Drawing.Point(4, 22);
this.tpUploadRetry.Name = "tpUploadRetry";
this.tpUploadRetry.Padding = new System.Windows.Forms.Padding(3);
this.tpUploadRetry.Size = new System.Drawing.Size(596, 338);
this.tpUploadRetry.TabIndex = 2;
this.tpUploadRetry.Text = "Retry";
this.tpUploadRetry.UseVisualStyleBackColor = true;
//
// chkUseSecondaryUploaders
//
this.chkUseSecondaryUploaders.Location = new System.Drawing.Point(264, 12);
resources.ApplyResources(this.chkUseSecondaryUploaders, "chkUseSecondaryUploaders");
this.chkUseSecondaryUploaders.Name = "chkUseSecondaryUploaders";
this.chkUseSecondaryUploaders.Size = new System.Drawing.Size(305, 17);
this.chkUseSecondaryUploaders.TabIndex = 2;
this.chkUseSecondaryUploaders.Text = "Use secondary uploaders order of preference when retrying";
this.chkUseSecondaryUploaders.UseVisualStyleBackColor = true;
this.chkUseSecondaryUploaders.CheckedChanged += new System.EventHandler(this.chkUseSecondaryUploaders_CheckedChanged);
//
// tlpBackupDestinations
//
this.tlpBackupDestinations.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.tlpBackupDestinations.ColumnCount = 3;
this.tlpBackupDestinations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
this.tlpBackupDestinations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
this.tlpBackupDestinations.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
resources.ApplyResources(this.tlpBackupDestinations, "tlpBackupDestinations");
this.tlpBackupDestinations.Controls.Add(this.gbSecondaryImageUploaders, 0, 0);
this.tlpBackupDestinations.Controls.Add(this.gbSecondaryFileUploaders, 2, 0);
this.tlpBackupDestinations.Controls.Add(this.gbSecondaryTextUploaders, 1, 0);
this.tlpBackupDestinations.Location = new System.Drawing.Point(3, 40);
this.tlpBackupDestinations.Name = "tlpBackupDestinations";
this.tlpBackupDestinations.Padding = new System.Windows.Forms.Padding(5);
this.tlpBackupDestinations.RowCount = 1;
this.tlpBackupDestinations.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpBackupDestinations.Size = new System.Drawing.Size(590, 295);
this.tlpBackupDestinations.TabIndex = 3;
//
// gbSecondaryImageUploaders
//
resources.ApplyResources(this.gbSecondaryImageUploaders, "gbSecondaryImageUploaders");
this.gbSecondaryImageUploaders.Controls.Add(this.lvSecondaryImageUploaders);
this.gbSecondaryImageUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbSecondaryImageUploaders.Location = new System.Drawing.Point(8, 8);
this.gbSecondaryImageUploaders.Name = "gbSecondaryImageUploaders";
this.gbSecondaryImageUploaders.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3);
this.gbSecondaryImageUploaders.Size = new System.Drawing.Size(185, 279);
this.gbSecondaryImageUploaders.TabIndex = 0;
this.gbSecondaryImageUploaders.TabStop = false;
this.gbSecondaryImageUploaders.Text = "Secondary image uploaders";
//
// lvSecondaryImageUploaders
//
resources.ApplyResources(this.lvSecondaryImageUploaders, "lvSecondaryImageUploaders");
this.lvSecondaryImageUploaders.AllowDrop = true;
this.lvSecondaryImageUploaders.AutoFillColumn = true;
this.lvSecondaryImageUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lvSecondaryImageUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.lvSecondaryImageUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvSecondaryImageUploaders.FullRowSelect = true;
this.lvSecondaryImageUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvSecondaryImageUploaders.HideSelection = false;
this.lvSecondaryImageUploaders.Location = new System.Drawing.Point(3, 18);
this.lvSecondaryImageUploaders.MultiSelect = false;
this.lvSecondaryImageUploaders.Name = "lvSecondaryImageUploaders";
this.lvSecondaryImageUploaders.Size = new System.Drawing.Size(179, 258);
this.lvSecondaryImageUploaders.TabIndex = 0;
this.lvSecondaryImageUploaders.UseCompatibleStateImageBehavior = false;
this.lvSecondaryImageUploaders.View = System.Windows.Forms.View.Details;
this.lvSecondaryImageUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp);
//
// columnHeader1
//
resources.ApplyResources(this.columnHeader1, "columnHeader1");
//
// gbSecondaryFileUploaders
//
resources.ApplyResources(this.gbSecondaryFileUploaders, "gbSecondaryFileUploaders");
this.gbSecondaryFileUploaders.Controls.Add(this.lvSecondaryFileUploaders);
this.gbSecondaryFileUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbSecondaryFileUploaders.Location = new System.Drawing.Point(396, 8);
this.gbSecondaryFileUploaders.Name = "gbSecondaryFileUploaders";
this.gbSecondaryFileUploaders.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3);
this.gbSecondaryFileUploaders.Size = new System.Drawing.Size(186, 279);
this.gbSecondaryFileUploaders.TabIndex = 2;
this.gbSecondaryFileUploaders.TabStop = false;
this.gbSecondaryFileUploaders.Text = "Secondary file uploaders";
//
// lvSecondaryFileUploaders
//
resources.ApplyResources(this.lvSecondaryFileUploaders, "lvSecondaryFileUploaders");
this.lvSecondaryFileUploaders.AllowDrop = true;
this.lvSecondaryFileUploaders.AutoFillColumn = true;
this.lvSecondaryFileUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lvSecondaryFileUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader3});
this.lvSecondaryFileUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvSecondaryFileUploaders.FullRowSelect = true;
this.lvSecondaryFileUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvSecondaryFileUploaders.Location = new System.Drawing.Point(3, 18);
this.lvSecondaryFileUploaders.MultiSelect = false;
this.lvSecondaryFileUploaders.Name = "lvSecondaryFileUploaders";
this.lvSecondaryFileUploaders.Size = new System.Drawing.Size(180, 258);
this.lvSecondaryFileUploaders.TabIndex = 0;
this.lvSecondaryFileUploaders.UseCompatibleStateImageBehavior = false;
this.lvSecondaryFileUploaders.View = System.Windows.Forms.View.Details;
this.lvSecondaryFileUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp);
//
// columnHeader3
//
resources.ApplyResources(this.columnHeader3, "columnHeader3");
//
// gbSecondaryTextUploaders
//
resources.ApplyResources(this.gbSecondaryTextUploaders, "gbSecondaryTextUploaders");
this.gbSecondaryTextUploaders.Controls.Add(this.lvSecondaryTextUploaders);
this.gbSecondaryTextUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbSecondaryTextUploaders.Location = new System.Drawing.Point(199, 8);
this.gbSecondaryTextUploaders.Name = "gbSecondaryTextUploaders";
this.gbSecondaryTextUploaders.Padding = new System.Windows.Forms.Padding(3, 5, 3, 3);
this.gbSecondaryTextUploaders.Size = new System.Drawing.Size(191, 279);
this.gbSecondaryTextUploaders.TabIndex = 1;
this.gbSecondaryTextUploaders.TabStop = false;
this.gbSecondaryTextUploaders.Text = "Secondary text uploaders";
//
// lvSecondaryTextUploaders
//
resources.ApplyResources(this.lvSecondaryTextUploaders, "lvSecondaryTextUploaders");
this.lvSecondaryTextUploaders.AllowDrop = true;
this.lvSecondaryTextUploaders.AutoFillColumn = true;
this.lvSecondaryTextUploaders.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.lvSecondaryTextUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.lvSecondaryTextUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvSecondaryTextUploaders.FullRowSelect = true;
this.lvSecondaryTextUploaders.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.lvSecondaryTextUploaders.Location = new System.Drawing.Point(3, 18);
this.lvSecondaryTextUploaders.MultiSelect = false;
this.lvSecondaryTextUploaders.Name = "lvSecondaryTextUploaders";
this.lvSecondaryTextUploaders.Size = new System.Drawing.Size(185, 258);
this.lvSecondaryTextUploaders.TabIndex = 0;
this.lvSecondaryTextUploaders.UseCompatibleStateImageBehavior = false;
this.lvSecondaryTextUploaders.View = System.Windows.Forms.View.Details;
this.lvSecondaryTextUploaders.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSecondaryUploaders_MouseUp);
//
// columnHeader2
//
resources.ApplyResources(this.columnHeader2, "columnHeader2");
//
// cbIfUploadFailRetryOnce
//
this.cbIfUploadFailRetryOnce.AutoSize = true;
this.cbIfUploadFailRetryOnce.Location = new System.Drawing.Point(8, 12);
resources.ApplyResources(this.cbIfUploadFailRetryOnce, "cbIfUploadFailRetryOnce");
this.cbIfUploadFailRetryOnce.Name = "cbIfUploadFailRetryOnce";
this.cbIfUploadFailRetryOnce.Size = new System.Drawing.Size(185, 13);
this.cbIfUploadFailRetryOnce.TabIndex = 0;
this.cbIfUploadFailRetryOnce.Text = "Number of times to retry if upload fails:";
//
// nudRetryUpload
//
this.nudRetryUpload.Location = new System.Drawing.Point(200, 9);
resources.ApplyResources(this.nudRetryUpload, "nudRetryUpload");
this.nudRetryUpload.Maximum = new decimal(new int[] {
5,
0,
0,
0});
this.nudRetryUpload.Name = "nudRetryUpload";
this.nudRetryUpload.Size = new System.Drawing.Size(48, 20);
this.nudRetryUpload.TabIndex = 1;
this.nudRetryUpload.ValueChanged += new System.EventHandler(this.nudRetryUpload_ValueChanged);
//
// tpPrint
//
resources.ApplyResources(this.tpPrint, "tpPrint");
this.tpPrint.Controls.Add(this.cbPrintDontShowWindowsDialog);
this.tpPrint.Controls.Add(this.cbDontShowPrintSettingDialog);
this.tpPrint.Controls.Add(this.btnShowImagePrintSettings);
this.tpPrint.Location = new System.Drawing.Point(4, 22);
this.tpPrint.Name = "tpPrint";
this.tpPrint.Padding = new System.Windows.Forms.Padding(3);
this.tpPrint.Size = new System.Drawing.Size(610, 370);
this.tpPrint.TabIndex = 4;
this.tpPrint.Text = "Print";
this.tpPrint.UseVisualStyleBackColor = true;
//
// cbPrintDontShowWindowsDialog
//
this.cbPrintDontShowWindowsDialog.AutoSize = true;
this.cbPrintDontShowWindowsDialog.Location = new System.Drawing.Point(16, 72);
resources.ApplyResources(this.cbPrintDontShowWindowsDialog, "cbPrintDontShowWindowsDialog");
this.cbPrintDontShowWindowsDialog.Name = "cbPrintDontShowWindowsDialog";
this.cbPrintDontShowWindowsDialog.Size = new System.Drawing.Size(180, 17);
this.cbPrintDontShowWindowsDialog.TabIndex = 2;
this.cbPrintDontShowWindowsDialog.Text = "Don\'t show Windows print dialog";
this.cbPrintDontShowWindowsDialog.UseVisualStyleBackColor = true;
this.cbPrintDontShowWindowsDialog.CheckedChanged += new System.EventHandler(this.cbPrintDontShowWindowsDialog_CheckedChanged);
//
// cbDontShowPrintSettingDialog
//
this.cbDontShowPrintSettingDialog.AutoSize = true;
this.cbDontShowPrintSettingDialog.Location = new System.Drawing.Point(16, 48);
resources.ApplyResources(this.cbDontShowPrintSettingDialog, "cbDontShowPrintSettingDialog");
this.cbDontShowPrintSettingDialog.Name = "cbDontShowPrintSettingDialog";
this.cbDontShowPrintSettingDialog.Size = new System.Drawing.Size(203, 17);
this.cbDontShowPrintSettingDialog.TabIndex = 1;
this.cbDontShowPrintSettingDialog.Text = "Don\'t show image print settings dialog";
this.cbDontShowPrintSettingDialog.UseVisualStyleBackColor = true;
this.cbDontShowPrintSettingDialog.CheckedChanged += new System.EventHandler(this.cbDontShowPrintSettingDialog_CheckedChanged);
//
// btnShowImagePrintSettings
//
this.btnShowImagePrintSettings.Location = new System.Drawing.Point(16, 16);
resources.ApplyResources(this.btnShowImagePrintSettings, "btnShowImagePrintSettings");
this.btnShowImagePrintSettings.Name = "btnShowImagePrintSettings";
this.btnShowImagePrintSettings.Size = new System.Drawing.Size(144, 23);
this.btnShowImagePrintSettings.TabIndex = 0;
this.btnShowImagePrintSettings.Text = "Image print settings...";
this.btnShowImagePrintSettings.UseVisualStyleBackColor = true;
this.btnShowImagePrintSettings.Click += new System.EventHandler(this.btnShowImagePrintSettings_Click);
//
// tpAdvanced
//
resources.ApplyResources(this.tpAdvanced, "tpAdvanced");
this.tpAdvanced.Controls.Add(this.pgSettings);
this.tpAdvanced.Location = new System.Drawing.Point(4, 22);
this.tpAdvanced.Name = "tpAdvanced";
this.tpAdvanced.Padding = new System.Windows.Forms.Padding(3);
this.tpAdvanced.Size = new System.Drawing.Size(610, 370);
this.tpAdvanced.TabIndex = 5;
this.tpAdvanced.Text = "Advanced";
this.tpAdvanced.UseVisualStyleBackColor = true;
//
// pgSettings
//
this.pgSettings.Dock = System.Windows.Forms.DockStyle.Fill;
this.pgSettings.Location = new System.Drawing.Point(3, 3);
resources.ApplyResources(this.pgSettings, "pgSettings");
this.pgSettings.Name = "pgSettings";
this.pgSettings.PropertySort = System.Windows.Forms.PropertySort.Categorized;
this.pgSettings.Size = new System.Drawing.Size(604, 364);
this.pgSettings.TabIndex = 0;
this.pgSettings.ToolbarVisible = false;
//
// ApplicationSettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(624, 402);
this.Controls.Add(this.tcSettings);
this.MinimumSize = new System.Drawing.Size(640, 440);
this.Name = "ApplicationSettingsForm";
this.Padding = new System.Windows.Forms.Padding(3);
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Application settings";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingsForm_FormClosed);
this.Shown += new System.EventHandler(this.SettingsForm_Shown);
this.Resize += new System.EventHandler(this.SettingsForm_Resize);

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,352 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cbRememberMainFormPosition.Size" type="System.Drawing.Size, System.Drawing">
<value>171, 17</value>
</data>
<data name="cbRememberMainFormPosition.Text" xml:space="preserve">
<value>Ana pencere konumunu hatırla</value>
</data>
<data name="cbSilentRun.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 17</value>
</data>
<data name="cbSilentRun.Text" xml:space="preserve">
<value>Başlangıçta simge durumuna küçült</value>
</data>
<data name="cbRememberMainFormSize.Size" type="System.Drawing.Size, System.Drawing">
<value>165, 17</value>
</data>
<data name="cbRememberMainFormSize.Text" xml:space="preserve">
<value>Ana pencere boyutunu hatırla</value>
</data>
<data name="cbTaskbarProgressEnabled.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 17</value>
</data>
<data name="cbTaskbarProgressEnabled.Text" xml:space="preserve">
<value>Görev çubuğu tuşunda durum göster</value>
</data>
<data name="cbTrayIconProgressEnabled.Size" type="System.Drawing.Size, System.Drawing">
<value>171, 17</value>
</data>
<data name="cbTrayIconProgressEnabled.Text" xml:space="preserve">
<value>Tepsi simgesinde durum göster</value>
</data>
<data name="cbShellContextMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>271, 17</value>
</data>
<data name="cbShellContextMenu.Text" xml:space="preserve">
<value>"ShareX ile yükle" tuşunu sağ tık menüsünde göster</value>
</data>
<data name="cbStartWithWindows.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 17</value>
</data>
<data name="cbStartWithWindows.Text" xml:space="preserve">
<value>Windows başladığında ShareX'i çalıştır</value>
</data>
<data name="cbShowTray.Size" type="System.Drawing.Size, System.Drawing">
<value>163, 17</value>
</data>
<data name="cbShowTray.Text" xml:space="preserve">
<value>Bildirim alanında simge göster</value>
</data>
<data name="cbSendToMenu.Size" type="System.Drawing.Size, System.Drawing">
<value>251, 17</value>
</data>
<data name="cbSendToMenu.Text" xml:space="preserve">
<value>"Gönder" menüsünde ShareX menüsünü göster</value>
</data>
<data name="tpGeneral.Text" xml:space="preserve">
<value>Genel</value>
</data>
<data name="lblNotePersonalFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>364, 13</value>
</data>
<data name="lblNotePersonalFolderPath.Text" xml:space="preserve">
<value>Not: Kişisel dizin değişikliğinin aktif olması için ShareX yeniden başlatılmalıdır.</value>
</data>
<data name="btnOpenScreenshotsFolder.Text" xml:space="preserve">
<value>Aç...</value>
</data>
<data name="btnBrowsePersonalFolderPath.Text" xml:space="preserve">
<value>Gözat...</value>
</data>
<data name="lblPersonalFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>102, 13</value>
</data>
<data name="lblPersonalFolderPath.Text" xml:space="preserve">
<value>ShareX kişisel dizini:</value>
</data>
<data name="btnBrowseCustomScreenshotsPath.Text" xml:space="preserve">
<value>Gözat...</value>
</data>
<data name="btnOpenPersonalFolderPath.Text" xml:space="preserve">
<value>Aç...</value>
</data>
<data name="cbUseCustomScreenshotsPath.Size" type="System.Drawing.Size, System.Drawing">
<value>187, 17</value>
</data>
<data name="cbUseCustomScreenshotsPath.Text" xml:space="preserve">
<value>Özel ekran görüntüsü dizini kullan:</value>
</data>
<data name="lblSaveImageSubFolderPattern.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 13</value>
</data>
<data name="lblSaveImageSubFolderPattern.Text" xml:space="preserve">
<value>Alt dizin deseni:</value>
</data>
<data name="tpPaths.Text" xml:space="preserve">
<value>Yollar</value>
</data>
<data name="cbProxyMethod.Location" type="System.Drawing.Point, System.Drawing">
<value>168, 13</value>
</data>
<data name="cbProxyMethod.Size" type="System.Drawing.Size, System.Drawing">
<value>192, 21</value>
</data>
<data name="lblProxyMethod.Size" type="System.Drawing.Size, System.Drawing">
<value>146, 13</value>
</data>
<data name="lblProxyMethod.Text" xml:space="preserve">
<value>Vekil sunucu konfigürasyonu:</value>
</data>
<data name="lblProxyPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>31, 13</value>
</data>
<data name="lblProxyPassword.Text" xml:space="preserve">
<value>Şifre:</value>
</data>
<data name="lblProxyUsername.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 13</value>
</data>
<data name="lblProxyUsername.Text" xml:space="preserve">
<value>Kullanıcı adı:</value>
</data>
<data name="tpProxy.Text" xml:space="preserve">
<value>Vekil Sunucu</value>
</data>
<data name="lblUploadLimit.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 13</value>
</data>
<data name="lblUploadLimit.Text" xml:space="preserve">
<value>Aynı anda yükleme limiti:</value>
</data>
<data name="lblUploadLimitHint.Size" type="System.Drawing.Size, System.Drawing">
<value>95, 13</value>
</data>
<data name="lblUploadLimitHint.Text" xml:space="preserve">
<value>0 - 25 (0 iptal eder)</value>
</data>
<data name="lblBufferSize.Size" type="System.Drawing.Size, System.Drawing">
<value>84, 13</value>
</data>
<data name="lblBufferSize.Text" xml:space="preserve">
<value>Tampon boyutu:</value>
</data>
<data name="cbBufferSize.Location" type="System.Drawing.Point, System.Drawing">
<value>148, 53</value>
</data>
<data name="gbBandwidth.Text" xml:space="preserve">
<value>Bant genişliği</value>
</data>
<data name="tpPerformance.Text" xml:space="preserve">
<value>Performans</value>
</data>
<data name="btnClipboardFormatEdit.Text" xml:space="preserve">
<value>Düzenle...</value>
</data>
<data name="btnClipboardFormatRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="btnClipboardFormatAdd.Text" xml:space="preserve">
<value>Ekle...</value>
</data>
<data name="chDescription.Text" xml:space="preserve">
<value>Açıklama</value>
</data>
<data name="chFormat.Text" xml:space="preserve">
<value>Biçim</value>
</data>
<data name="gbClipboardFormats.Text" xml:space="preserve">
<value>Pano biçimleri</value>
</data>
<data name="tpUploadResults.Text" xml:space="preserve">
<value>Sonuçlar</value>
</data>
<data name="chkUseSecondaryUploaders.Location" type="System.Drawing.Point, System.Drawing">
<value>307, 12</value>
</data>
<data name="chkUseSecondaryUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>283, 17</value>
</data>
<data name="chkUseSecondaryUploaders.Text" xml:space="preserve">
<value>Tekrar denerken ikincil yükleyicileri sırasına göre kullan</value>
</data>
<data name="gbSecondaryImageUploaders.Text" xml:space="preserve">
<value>İkincil resim yükleyiciler</value>
</data>
<data name="gbSecondaryFileUploaders.Text" xml:space="preserve">
<value>İkincil dosya yükleyiciler</value>
</data>
<data name="gbSecondaryTextUploaders.Text" xml:space="preserve">
<value>İkincil yazı yükleyiciler</value>
</data>
<data name="cbIfUploadFailRetryOnce.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 11</value>
</data>
<data name="cbIfUploadFailRetryOnce.Size" type="System.Drawing.Size, System.Drawing">
<value>243, 13</value>
</data>
<data name="cbIfUploadFailRetryOnce.Text" xml:space="preserve">
<value>Yükleme hataya düşerse kaç kez tekrar denensin:</value>
</data>
<data name="nudRetryUpload.Location" type="System.Drawing.Point, System.Drawing">
<value>253, 9</value>
</data>
<data name="tpUploadRetry.Text" xml:space="preserve">
<value>Tekrarlar</value>
</data>
<data name="tpUpload.Text" xml:space="preserve">
<value>Yükleme</value>
</data>
<data name="cbPrintDontShowWindowsDialog.Size" type="System.Drawing.Size, System.Drawing">
<value>217, 17</value>
</data>
<data name="cbPrintDontShowWindowsDialog.Text" xml:space="preserve">
<value>Windows yazdırma penceresini gösterme</value>
</data>
<data name="cbDontShowPrintSettingDialog.Size" type="System.Drawing.Size, System.Drawing">
<value>238, 17</value>
</data>
<data name="cbDontShowPrintSettingDialog.Text" xml:space="preserve">
<value>Resim yazdırma ayarları penceresini gösterme</value>
</data>
<data name="btnShowImagePrintSettings.Text" xml:space="preserve">
<value>Resim yazdırma ayarları...</value>
</data>
<data name="tpPrint.Text" xml:space="preserve">
<value>Yazdırma</value>
</data>
<data name="tpAdvanced.Text" xml:space="preserve">
<value>Gelişmiş</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Uygulama ayarları</value>
</data>
</root>

View file

@ -40,6 +40,7 @@ protected override void Dispose(bool disposing)
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AutoCaptureForm));
this.ssBar = new System.Windows.Forms.StatusStrip();
this.tspbBar = new System.Windows.Forms.ToolStripProgressBar();
this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
@ -59,87 +60,65 @@ private void InitializeComponent()
//
// ssBar
//
resources.ApplyResources(this.ssBar, "ssBar");
this.ssBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tspbBar,
this.tsslStatus});
this.ssBar.Location = new System.Drawing.Point(0, 158);
this.ssBar.Name = "ssBar";
this.ssBar.Size = new System.Drawing.Size(319, 22);
this.ssBar.SizingGrip = false;
this.ssBar.TabIndex = 9;
this.ssBar.Text = "statusStrip1";
//
// tspbBar
//
resources.ApplyResources(this.tspbBar, "tspbBar");
this.tspbBar.Name = "tspbBar";
this.tspbBar.Size = new System.Drawing.Size(75, 16);
//
// tsslStatus
//
resources.ApplyResources(this.tsslStatus, "tsslStatus");
this.tsslStatus.Name = "tsslStatus";
this.tsslStatus.Size = new System.Drawing.Size(0, 17);
//
// btnExecute
//
this.btnExecute.Enabled = false;
this.btnExecute.Location = new System.Drawing.Point(192, 104);
resources.ApplyResources(this.btnExecute, "btnExecute");
this.btnExecute.Name = "btnExecute";
this.btnExecute.Size = new System.Drawing.Size(112, 40);
this.btnExecute.TabIndex = 8;
this.btnExecute.Text = "Start";
this.btnExecute.UseVisualStyleBackColor = true;
this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
//
// cbWaitUploads
//
this.cbWaitUploads.AutoSize = true;
this.cbWaitUploads.Location = new System.Drawing.Point(16, 128);
resources.ApplyResources(this.cbWaitUploads, "cbWaitUploads");
this.cbWaitUploads.Name = "cbWaitUploads";
this.cbWaitUploads.Size = new System.Drawing.Size(144, 17);
this.cbWaitUploads.TabIndex = 7;
this.cbWaitUploads.Text = "Wait until tasks complete";
this.cbWaitUploads.UseVisualStyleBackColor = true;
this.cbWaitUploads.CheckedChanged += new System.EventHandler(this.cbWaitUploads_CheckedChanged);
//
// cbAutoMinimize
//
this.cbAutoMinimize.AutoSize = true;
this.cbAutoMinimize.Location = new System.Drawing.Point(16, 104);
resources.ApplyResources(this.cbAutoMinimize, "cbAutoMinimize");
this.cbAutoMinimize.Name = "cbAutoMinimize";
this.cbAutoMinimize.Size = new System.Drawing.Size(122, 17);
this.cbAutoMinimize.TabIndex = 6;
this.cbAutoMinimize.Text = "Auto minimize to tray";
this.cbAutoMinimize.UseVisualStyleBackColor = true;
this.cbAutoMinimize.CheckedChanged += new System.EventHandler(this.cbAutoMinimize_CheckedChanged);
//
// lblRegion
//
this.lblRegion.AutoSize = true;
this.lblRegion.Location = new System.Drawing.Point(16, 48);
resources.ApplyResources(this.lblRegion, "lblRegion");
this.lblRegion.Name = "lblRegion";
this.lblRegion.Size = new System.Drawing.Size(41, 13);
this.lblRegion.TabIndex = 2;
this.lblRegion.Text = "Region";
//
// btnRegion
//
this.btnRegion.Location = new System.Drawing.Point(16, 16);
resources.ApplyResources(this.btnRegion, "btnRegion");
this.btnRegion.Name = "btnRegion";
this.btnRegion.Size = new System.Drawing.Size(104, 24);
this.btnRegion.TabIndex = 0;
this.btnRegion.Text = "Select region";
this.btnRegion.UseVisualStyleBackColor = true;
this.btnRegion.Click += new System.EventHandler(this.btnRegion_Click);
//
// nudRepeatTime
//
resources.ApplyResources(this.nudRepeatTime, "nudRepeatTime");
this.nudRepeatTime.DecimalPlaces = 1;
this.nudRepeatTime.Increment = new decimal(new int[] {
5,
0,
0,
65536});
this.nudRepeatTime.Location = new System.Drawing.Point(88, 72);
this.nudRepeatTime.Maximum = new decimal(new int[] {
3600,
0,
@ -151,9 +130,6 @@ private void InitializeComponent()
0,
0});
this.nudRepeatTime.Name = "nudRepeatTime";
this.nudRepeatTime.Size = new System.Drawing.Size(64, 20);
this.nudRepeatTime.TabIndex = 4;
this.nudRepeatTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudRepeatTime.Value = new decimal(new int[] {
3,
0,
@ -163,42 +139,30 @@ private void InitializeComponent()
//
// lblDuration
//
this.lblDuration.AutoSize = true;
this.lblDuration.Location = new System.Drawing.Point(16, 76);
resources.ApplyResources(this.lblDuration, "lblDuration");
this.lblDuration.Name = "lblDuration";
this.lblDuration.Size = new System.Drawing.Size(67, 13);
this.lblDuration.TabIndex = 3;
this.lblDuration.Text = "Repeat time:";
//
// btnFullscreen
//
this.btnFullscreen.Location = new System.Drawing.Point(128, 16);
resources.ApplyResources(this.btnFullscreen, "btnFullscreen");
this.btnFullscreen.Name = "btnFullscreen";
this.btnFullscreen.Size = new System.Drawing.Size(104, 23);
this.btnFullscreen.TabIndex = 1;
this.btnFullscreen.Text = "Fullscreen";
this.btnFullscreen.UseVisualStyleBackColor = true;
this.btnFullscreen.Click += new System.EventHandler(this.btnFullscreen_Click);
//
// niTray
//
this.niTray.Text = "ShareX - Auto capture";
resources.ApplyResources(this.niTray, "niTray");
this.niTray.MouseClick += new System.Windows.Forms.MouseEventHandler(this.niTray_MouseClick);
//
// lblDurationSeconds
//
this.lblDurationSeconds.AutoSize = true;
this.lblDurationSeconds.Location = new System.Drawing.Point(160, 76);
resources.ApplyResources(this.lblDurationSeconds, "lblDurationSeconds");
this.lblDurationSeconds.Name = "lblDurationSeconds";
this.lblDurationSeconds.Size = new System.Drawing.Size(47, 13);
this.lblDurationSeconds.TabIndex = 5;
this.lblDurationSeconds.Text = "seconds";
//
// AutoCaptureForm
//
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(319, 180);
this.Controls.Add(this.lblDurationSeconds);
this.Controls.Add(this.btnFullscreen);
this.Controls.Add(this.nudRepeatTime);
@ -212,8 +176,6 @@ private void InitializeComponent()
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "AutoCaptureForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Auto capture";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AutoCapture_FormClosing);
this.Resize += new System.EventHandler(this.AutoCapture_Resize);
this.ssBar.ResumeLayout(false);

View file

@ -117,9 +117,321 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="&gt;&gt;btnFullscreen.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="tspbBar.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 16</value>
</data>
<data name="&gt;&gt;niTray.Name" xml:space="preserve">
<value>niTray</value>
</data>
<data name="tsslStatus.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 17</value>
</data>
<data name="&gt;&gt;btnRegion.Name" xml:space="preserve">
<value>btnRegion</value>
</data>
<data name="&gt;&gt;lblDurationSeconds.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnExecute.Size" type="System.Drawing.Size, System.Drawing">
<value>112, 40</value>
</data>
<data name="&gt;&gt;lblDurationSeconds.Name" xml:space="preserve">
<value>lblDurationSeconds</value>
</data>
<data name="lblDurationSeconds.Size" type="System.Drawing.Size, System.Drawing">
<value>47, 13</value>
</data>
<data name="btnFullscreen.Text" xml:space="preserve">
<value>Fullscreen</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="btnExecute.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>AutoCaptureForm</value>
</data>
<data name="cbWaitUploads.Size" type="System.Drawing.Size, System.Drawing">
<value>144, 17</value>
</data>
<data name="&gt;&gt;lblRegion.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="&gt;&gt;tspbBar.Name" xml:space="preserve">
<value>tspbBar</value>
</data>
<data name="&gt;&gt;lblRegion.Name" xml:space="preserve">
<value>lblRegion</value>
</data>
<data name="ssBar.Size" type="System.Drawing.Size, System.Drawing">
<value>319, 22</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;lblDuration.Name" xml:space="preserve">
<value>lblDuration</value>
</data>
<data name="&gt;&gt;lblDuration.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;ssBar.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;nudRepeatTime.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="lblDurationSeconds.Text" xml:space="preserve">
<value>seconds</value>
</data>
<data name="btnRegion.Text" xml:space="preserve">
<value>Select region</value>
</data>
<data name="&gt;&gt;btnExecute.Name" xml:space="preserve">
<value>btnExecute</value>
</data>
<data name="&gt;&gt;btnExecute.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="lblRegion.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 48</value>
</data>
<data name="&gt;&gt;lblDuration.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="lblDurationSeconds.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblRegion.Size" type="System.Drawing.Size, System.Drawing">
<value>41, 13</value>
</data>
<data name="btnRegion.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 24</value>
</data>
<data name="lblDuration.Size" type="System.Drawing.Size, System.Drawing">
<value>67, 13</value>
</data>
<data name="&gt;&gt;lblRegion.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;cbAutoMinimize.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="btnExecute.Text" xml:space="preserve">
<value>Start</value>
</data>
<data name="&gt;&gt;ssBar.Name" xml:space="preserve">
<value>ssBar</value>
</data>
<data name="lblRegion.Text" xml:space="preserve">
<value>Region</value>
</data>
<data name="lblDuration.Text" xml:space="preserve">
<value>Repeat time:</value>
</data>
<data name="btnRegion.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="cbAutoMinimize.Text" xml:space="preserve">
<value>Auto minimize to tray</value>
</data>
<data name="btnFullscreen.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 23</value>
</data>
<data name="lblDurationSeconds.Location" type="System.Drawing.Point, System.Drawing">
<value>160, 76</value>
</data>
<data name="cbAutoMinimize.Size" type="System.Drawing.Size, System.Drawing">
<value>122, 17</value>
</data>
<data name="&gt;&gt;lblDuration.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;cbAutoMinimize.Name" xml:space="preserve">
<value>cbAutoMinimize</value>
</data>
<data name="nudRepeatTime.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="nudRepeatTime.Size" type="System.Drawing.Size, System.Drawing">
<value>64, 20</value>
</data>
<data name="ssBar.Text" xml:space="preserve">
<value>statusStrip1</value>
</data>
<data name="&gt;&gt;cbAutoMinimize.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblRegion.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="cbAutoMinimize.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="&gt;&gt;btnRegion.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnExecute.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;nudRepeatTime.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblDurationSeconds.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;lblDurationSeconds.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="cbWaitUploads.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="&gt;&gt;btnFullscreen.Name" xml:space="preserve">
<value>btnFullscreen</value>
</data>
<data name="lblDuration.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="cbWaitUploads.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 128</value>
</data>
<data name="btnFullscreen.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;cbWaitUploads.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="&gt;&gt;ssBar.Type" xml:space="preserve">
<value>System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnExecute.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;ssBar.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="ssBar.TabIndex" type="System.Int32, mscorlib">
<value>9</value>
</data>
<data name="btnExecute.Location" type="System.Drawing.Point, System.Drawing">
<value>192, 104</value>
</data>
<data name="&gt;&gt;tspbBar.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnFullscreen.Parent" xml:space="preserve">
<value>$this</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="nudRepeatTime.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Center</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="&gt;&gt;tsslStatus.Name" xml:space="preserve">
<value>tsslStatus</value>
</data>
<data name="lblRegion.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="lblRegion.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;btnRegion.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="&gt;&gt;tsslStatus.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="niTray.Text" xml:space="preserve">
<value>ShareX - Auto capture</value>
</data>
<data name="ssBar.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 158</value>
</data>
<data name="&gt;&gt;btnFullscreen.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="btnRegion.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 16</value>
</data>
<data name="&gt;&gt;cbWaitUploads.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="cbAutoMinimize.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 104</value>
</data>
<data name="&gt;&gt;nudRepeatTime.Type" xml:space="preserve">
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="cbAutoMinimize.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="cbWaitUploads.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblDuration.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblDuration.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 76</value>
</data>
<data name="&gt;&gt;cbWaitUploads.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;niTray.Type" xml:space="preserve">
<value>System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="nudRepeatTime.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 72</value>
</data>
<data name="&gt;&gt;cbWaitUploads.Name" xml:space="preserve">
<value>cbWaitUploads</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Auto capture</value>
</data>
<data name="cbWaitUploads.Text" xml:space="preserve">
<value>Wait until tasks complete</value>
</data>
<data name="lblDurationSeconds.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>319, 180</value>
</data>
<data name="&gt;&gt;cbAutoMinimize.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</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>
<data name="&gt;&gt;btnRegion.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="btnExecute.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;nudRepeatTime.Name" xml:space="preserve">
<value>nudRepeatTime</value>
</data>
<data name="btnFullscreen.Location" type="System.Drawing.Point, System.Drawing">
<value>128, 16</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="ssBar.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
<metadata name="niTray.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>97, 17</value>
</metadata>

View file

@ -0,0 +1,163 @@
<?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>
<data name="btnExecute.Text" xml:space="preserve">
<value>Başla</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cbWaitUploads.Size" type="System.Drawing.Size, System.Drawing">
<value>146, 17</value>
</data>
<data name="cbWaitUploads.Text" xml:space="preserve">
<value>Görevlerin bitmesini bekle</value>
</data>
<data name="cbAutoMinimize.Size" type="System.Drawing.Size, System.Drawing">
<value>141, 17</value>
</data>
<data name="cbAutoMinimize.Text" xml:space="preserve">
<value>Otomatik simgeye küçült</value>
</data>
<data name="lblRegion.Size" type="System.Drawing.Size, System.Drawing">
<value>34, 13</value>
</data>
<data name="lblRegion.Text" xml:space="preserve">
<value>Bölge</value>
</data>
<data name="btnRegion.Text" xml:space="preserve">
<value>Bölge seç</value>
</data>
<data name="lblDuration.Size" type="System.Drawing.Size, System.Drawing">
<value>71, 13</value>
</data>
<data name="lblDuration.Text" xml:space="preserve">
<value>Tekrar süresi:</value>
</data>
<data name="btnFullscreen.Text" xml:space="preserve">
<value>Tam ekran</value>
</data>
<data name="lblDurationSeconds.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 13</value>
</data>
<data name="lblDurationSeconds.Text" xml:space="preserve">
<value>saniye</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Otomatik yakala</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(BeforeUploadForm));
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.lblTitle = new System.Windows.Forms.Label();
@ -36,64 +37,40 @@ private void InitializeComponent()
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(240, 349);
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_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(320, 349);
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lblTitle
//
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F);
this.lblTitle.Location = new System.Drawing.Point(0, 0);
resources.ApplyResources(this.lblTitle, "lblTitle");
this.lblTitle.Name = "lblTitle";
this.lblTitle.Padding = new System.Windows.Forms.Padding(4);
this.lblTitle.Size = new System.Drawing.Size(404, 40);
this.lblTitle.TabIndex = 0;
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ucBeforeUpload
//
this.ucBeforeUpload.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.ucBeforeUpload.Location = new System.Drawing.Point(0, 48);
resources.ApplyResources(this.ucBeforeUpload, "ucBeforeUpload");
this.ucBeforeUpload.Name = "ucBeforeUpload";
this.ucBeforeUpload.Size = new System.Drawing.Size(400, 289);
this.ucBeforeUpload.TabIndex = 1;
//
// BeforeUploadForm
//
this.AcceptButton = this.btnOK;
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(404, 382);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.ucBeforeUpload);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(420, 800);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(420, 420);
this.Name = "BeforeUploadForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Dynamic destinations";
this.TopMost = true;
this.ResumeLayout(false);

View file

@ -0,0 +1,129 @@
<?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>
<data name="btnOK.Text" xml:space="preserve">
<value>Tamam</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>İptal</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Dinamik hedefler</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(ClipboardFormatForm));
this.txtFormat = new System.Windows.Forms.TextBox();
this.txtDescription = new System.Windows.Forms.TextBox();
this.lblFilter = new System.Windows.Forms.Label();
@ -39,68 +40,47 @@ private void InitializeComponent()
//
// txtFormat
//
this.txtFormat.Location = new System.Drawing.Point(88, 40);
resources.ApplyResources(this.txtFormat, "txtFormat");
this.txtFormat.Name = "txtFormat";
this.txtFormat.Size = new System.Drawing.Size(304, 20);
this.txtFormat.TabIndex = 3;
//
// txtDescription
//
this.txtDescription.Location = new System.Drawing.Point(88, 12);
resources.ApplyResources(this.txtDescription, "txtDescription");
this.txtDescription.Name = "txtDescription";
this.txtDescription.Size = new System.Drawing.Size(304, 20);
this.txtDescription.TabIndex = 1;
//
// lblFilter
//
this.lblFilter.AutoSize = true;
this.lblFilter.Location = new System.Drawing.Point(16, 40);
resources.ApplyResources(this.lblFilter, "lblFilter");
this.lblFilter.Name = "lblFilter";
this.lblFilter.Size = new System.Drawing.Size(42, 13);
this.lblFilter.TabIndex = 2;
this.lblFilter.Text = "Format:";
//
// lblFolderPath
//
this.lblFolderPath.AutoSize = true;
this.lblFolderPath.Location = new System.Drawing.Point(16, 16);
resources.ApplyResources(this.lblFolderPath, "lblFolderPath");
this.lblFolderPath.Name = "lblFolderPath";
this.lblFolderPath.Size = new System.Drawing.Size(63, 13);
this.lblFolderPath.TabIndex = 0;
this.lblFolderPath.Text = "Description:";
//
// lblExample
//
this.lblExample.Location = new System.Drawing.Point(88, 60);
resources.ApplyResources(this.lblExample, "lblExample");
this.lblExample.Name = "lblExample";
this.lblExample.Size = new System.Drawing.Size(302, 68);
this.lblExample.TabIndex = 4;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(312, 136);
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 23);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(224, 136);
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(80, 23);
this.btnOK.TabIndex = 5;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// ClipboardFormatForm
//
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(400, 168);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.lblExample);
@ -112,8 +92,6 @@ private void InitializeComponent()
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ClipboardFormatForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Clipboard content format";
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,4 +117,196 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="&gt;&gt;lblFolderPath.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="lblFilter.Text" xml:space="preserve">
<value>Format:</value>
</data>
<data name="&gt;&gt;txtFormat.Name" xml:space="preserve">
<value>txtFormat</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>OK</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;lblExample.Parent" xml:space="preserve">
<value>$this</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblFilter.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;lblFolderPath.Name" xml:space="preserve">
<value>lblFolderPath</value>
</data>
<data name="&gt;&gt;lblExample.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;lblExample.Name" xml:space="preserve">
<value>lblExample</value>
</data>
<data name="lblFilter.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 40</value>
</data>
<data name="&gt;&gt;txtDescription.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtFormat.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;lblExample.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 23</value>
</data>
<data name="&gt;&gt;btnOK.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="lblExample.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 60</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="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>400, 168</value>
</data>
<data name="&gt;&gt;txtDescription.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="txtFormat.Size" type="System.Drawing.Size, System.Drawing">
<value>304, 20</value>
</data>
<data name="&gt;&gt;lblFilter.Name" xml:space="preserve">
<value>lblFilter</value>
</data>
<data name="txtDescription.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="btnCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>312, 136</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="lblFilter.Size" type="System.Drawing.Size, System.Drawing">
<value>42, 13</value>
</data>
<data name="btnOK.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;lblFolderPath.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblExample.Size" type="System.Drawing.Size, System.Drawing">
<value>302, 68</value>
</data>
<data name="&gt;&gt;lblFilter.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="&gt;&gt;btnOK.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;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnCancel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="lblFolderPath.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="btnOK.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 23</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>ClipboardFormatForm</value>
</data>
<data name="&gt;&gt;txtDescription.Name" xml:space="preserve">
<value>txtDescription</value>
</data>
<data name="txtFormat.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 40</value>
</data>
<data name="&gt;&gt;lblFilter.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>63, 13</value>
</data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="txtFormat.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="lblFolderPath.Text" xml:space="preserve">
<value>Description:</value>
</data>
<data name="txtDescription.Size" type="System.Drawing.Size, System.Drawing">
<value>304, 20</value>
</data>
<data name="&gt;&gt;txtDescription.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="lblFolderPath.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblFilter.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnOK.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnOK.Name" xml:space="preserve">
<value>btnOK</value>
</data>
<data name="lblExample.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;btnCancel.Name" xml:space="preserve">
<value>btnCancel</value>
</data>
<data name="btnOK.Location" type="System.Drawing.Point, System.Drawing">
<value>224, 136</value>
</data>
<data name="&gt;&gt;lblFilter.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="lblFolderPath.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 16</value>
</data>
<data name="&gt;&gt;txtFormat.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtFormat.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;lblFolderPath.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Clipboard content format</value>
</data>
<data name="txtDescription.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 12</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,142 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblFilter.Size" type="System.Drawing.Size, System.Drawing">
<value>35, 13</value>
</data>
<data name="lblFilter.Text" xml:space="preserve">
<value>Biçim:</value>
</data>
<data name="lblFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 13</value>
</data>
<data name="lblFolderPath.Text" xml:space="preserve">
<value>Açıklama:</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>İptal</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>Tamam</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Pano içerik biçimi</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(EncoderProgramForm));
this.txtExtension = new System.Windows.Forms.TextBox();
this.lblExt = new System.Windows.Forms.Label();
this.txtArguments = new System.Windows.Forms.TextBox();
@ -43,113 +44,70 @@ private void InitializeComponent()
//
// txtExtension
//
this.txtExtension.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtExtension.Location = new System.Drawing.Point(88, 80);
resources.ApplyResources(this.txtExtension, "txtExtension");
this.txtExtension.Name = "txtExtension";
this.txtExtension.Size = new System.Drawing.Size(224, 20);
this.txtExtension.TabIndex = 8;
//
// lblExt
//
this.lblExt.AutoSize = true;
this.lblExt.Location = new System.Drawing.Point(16, 84);
resources.ApplyResources(this.lblExt, "lblExt");
this.lblExt.Name = "lblExt";
this.lblExt.Size = new System.Drawing.Size(56, 13);
this.lblExt.TabIndex = 7;
this.lblExt.Text = "Extension:";
//
// txtArguments
//
this.txtArguments.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtArguments.Location = new System.Drawing.Point(88, 56);
resources.ApplyResources(this.txtArguments, "txtArguments");
this.txtArguments.Name = "txtArguments";
this.txtArguments.Size = new System.Drawing.Size(224, 20);
this.txtArguments.TabIndex = 6;
//
// txtPath
//
this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtPath.Location = new System.Drawing.Point(88, 32);
resources.ApplyResources(this.txtPath, "txtPath");
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(176, 20);
this.txtPath.TabIndex = 3;
//
// txtName
//
this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtName.Location = new System.Drawing.Point(88, 8);
resources.ApplyResources(this.txtName, "txtName");
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(224, 20);
this.txtName.TabIndex = 1;
//
// lblArgs
//
this.lblArgs.AutoSize = true;
this.lblArgs.Location = new System.Drawing.Point(16, 60);
resources.ApplyResources(this.lblArgs, "lblArgs");
this.lblArgs.Name = "lblArgs";
this.lblArgs.Size = new System.Drawing.Size(60, 13);
this.lblArgs.TabIndex = 5;
this.lblArgs.Text = "Arguments:";
//
// lblPath
//
this.lblPath.AutoSize = true;
this.lblPath.Location = new System.Drawing.Point(16, 36);
resources.ApplyResources(this.lblPath, "lblPath");
this.lblPath.Name = "lblPath";
this.lblPath.Size = new System.Drawing.Size(32, 13);
this.lblPath.TabIndex = 2;
this.lblPath.Text = "Path:";
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(16, 12);
resources.ApplyResources(this.lblName, "lblName");
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(38, 13);
this.lblName.TabIndex = 0;
this.lblName.Text = "Name:";
//
// btnPathBrowse
//
this.btnPathBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnPathBrowse.Location = new System.Drawing.Point(272, 30);
resources.ApplyResources(this.btnPathBrowse, "btnPathBrowse");
this.btnPathBrowse.Name = "btnPathBrowse";
this.btnPathBrowse.Size = new System.Drawing.Size(40, 23);
this.btnPathBrowse.TabIndex = 4;
this.btnPathBrowse.Text = "...";
this.btnPathBrowse.UseVisualStyleBackColor = true;
this.btnPathBrowse.Click += new System.EventHandler(this.btnPathBrowse_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(240, 112);
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 10;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(160, 112);
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 9;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// EncoderProgramForm
//
this.AcceptButton = this.btnOK;
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(322, 146);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.btnPathBrowse);
@ -163,8 +121,6 @@ private void InitializeComponent()
this.Controls.Add(this.lblExt);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Name = "EncoderProgramForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Encoder Program";
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,4 +117,310 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblExt.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 13</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="txtArguments.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="&gt;&gt;lblPath.ZOrder" xml:space="preserve">
<value>7</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;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnPathBrowse.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="txtExtension.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="&gt;&gt;btnCancel.Name" xml:space="preserve">
<value>btnCancel</value>
</data>
<data name="txtPath.Size" type="System.Drawing.Size, System.Drawing">
<value>176, 20</value>
</data>
<data name="&gt;&gt;txtArguments.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnPathBrowse.Location" type="System.Drawing.Point, System.Drawing">
<value>272, 30</value>
</data>
<data name="&gt;&gt;btnOK.Name" xml:space="preserve">
<value>btnOK</value>
</data>
<data name="&gt;&gt;btnPathBrowse.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>EncoderProgramForm</value>
</data>
<data name="&gt;&gt;btnPathBrowse.Name" xml:space="preserve">
<value>btnPathBrowse</value>
</data>
<data name="lblPath.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
</data>
<data name="lblExt.Text" xml:space="preserve">
<value>Extension:</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="txtName.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="txtName.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 8</value>
</data>
<data name="&gt;&gt;lblExt.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="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;btnPathBrowse.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;btnOK.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="txtName.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="btnPathBrowse.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="lblArgs.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 60</value>
</data>
<data name="&gt;&gt;txtName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblPath.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblPath.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="lblArgs.AutoSize" type="System.Boolean, mscorlib">
<value>True</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;txtExtension.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="&gt;&gt;txtArguments.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;lblPath.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="lblName.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 12</value>
</data>
<data name="&gt;&gt;txtExtension.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblArgs.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="txtArguments.Size" type="System.Drawing.Size, System.Drawing">
<value>224, 20</value>
</data>
<data name="txtExtension.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 80</value>
</data>
<data name="btnPathBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="txtArguments.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 56</value>
</data>
<data name="&gt;&gt;btnOK.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;txtArguments.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;txtPath.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="lblName.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="lblName.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;txtPath.Name" xml:space="preserve">
<value>txtPath</value>
</data>
<data name="&gt;&gt;txtExtension.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;lblExt.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnOK.Location" type="System.Drawing.Point, System.Drawing">
<value>160, 112</value>
</data>
<data name="txtPath.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="txtExtension.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="btnCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>240, 112</value>
</data>
<data name="txtName.Size" type="System.Drawing.Size, System.Drawing">
<value>224, 20</value>
</data>
<data name="&gt;&gt;txtExtension.Name" xml:space="preserve">
<value>txtExtension</value>
</data>
<data name="lblPath.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 13</value>
</data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="&gt;&gt;lblExt.Name" xml:space="preserve">
<value>lblExt</value>
</data>
<data name="lblArgs.Size" type="System.Drawing.Size, System.Drawing">
<value>60, 13</value>
</data>
<data name="&gt;&gt;lblPath.Name" xml:space="preserve">
<value>lblPath</value>
</data>
<data name="&gt;&gt;lblArgs.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;btnCancel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;txtName.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="txtArguments.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="lblName.Size" type="System.Drawing.Size, System.Drawing">
<value>38, 13</value>
</data>
<data name="&gt;&gt;lblName.Name" xml:space="preserve">
<value>lblName</value>
</data>
<data name="lblExt.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblExt.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="&gt;&gt;txtPath.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;lblArgs.Name" xml:space="preserve">
<value>lblArgs</value>
</data>
<data name="lblArgs.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="lblPath.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 36</value>
</data>
<data name="btnPathBrowse.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="txtPath.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 32</value>
</data>
<data name="&gt;&gt;lblArgs.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="txtExtension.Size" type="System.Drawing.Size, System.Drawing">
<value>224, 20</value>
</data>
<data name="&gt;&gt;lblExt.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>Name:</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;txtArguments.Name" xml:space="preserve">
<value>txtArguments</value>
</data>
<data name="&gt;&gt;txtPath.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnOK.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="lblExt.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 84</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Encoder Program</value>
</data>
<data name="&gt;&gt;btnOK.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="btnOK.TabIndex" type="System.Int32, mscorlib">
<value>9</value>
</data>
<data name="txtPath.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>322, 146</value>
</data>
<data name="lblPath.Text" xml:space="preserve">
<value>Path:</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>
<data name="&gt;&gt;txtName.Name" xml:space="preserve">
<value>txtName</value>
</data>
<data name="lblArgs.Text" xml:space="preserve">
<value>Arguments:</value>
</data>
<data name="btnPathBrowse.Size" type="System.Drawing.Size, System.Drawing">
<value>40, 23</value>
</data>
<data name="&gt;&gt;lblName.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="&gt;&gt;lblName.Parent" xml:space="preserve">
<value>$this</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,154 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblExt.Size" type="System.Drawing.Size, System.Drawing">
<value>51, 13</value>
</data>
<data name="lblExt.Text" xml:space="preserve">
<value>Uzantılar:</value>
</data>
<data name="lblArgs.Size" type="System.Drawing.Size, System.Drawing">
<value>69, 13</value>
</data>
<data name="lblArgs.Text" xml:space="preserve">
<value>Parametreler:</value>
</data>
<data name="lblPath.Size" type="System.Drawing.Size, System.Drawing">
<value>25, 13</value>
</data>
<data name="lblPath.Text" xml:space="preserve">
<value>Yol:</value>
</data>
<data name="lblName.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 13</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>Ad:</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>İptal</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>Tamam</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Kodlama Programı</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(FileExistForm));
this.lblTitle = new System.Windows.Forms.Label();
this.btnOverwrite = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
@ -38,80 +39,47 @@ private void InitializeComponent()
//
// lblTitle
//
this.lblTitle.AutoSize = true;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblTitle.Location = new System.Drawing.Point(8, 8);
resources.ApplyResources(this.lblTitle, "lblTitle");
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(346, 32);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "There is already a file with the same name in this location.\r\nSelect new file nam" +
"e or action:";
//
// btnOverwrite
//
this.btnOverwrite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnOverwrite.Location = new System.Drawing.Point(8, 120);
resources.ApplyResources(this.btnOverwrite, "btnOverwrite");
this.btnOverwrite.Name = "btnOverwrite";
this.btnOverwrite.Size = new System.Drawing.Size(352, 32);
this.btnOverwrite.TabIndex = 3;
this.btnOverwrite.Text = "Overwrite: ";
this.btnOverwrite.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnOverwrite.UseVisualStyleBackColor = true;
this.btnOverwrite.Click += new System.EventHandler(this.btnOverwrite_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(8, 200);
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(352, 32);
this.btnCancel.TabIndex = 5;
this.btnCancel.Text = "Do not save";
this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnUniqueName
//
this.btnUniqueName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnUniqueName.Location = new System.Drawing.Point(8, 160);
resources.ApplyResources(this.btnUniqueName, "btnUniqueName");
this.btnUniqueName.Name = "btnUniqueName";
this.btnUniqueName.Size = new System.Drawing.Size(352, 32);
this.btnUniqueName.TabIndex = 4;
this.btnUniqueName.Text = "Use a unique name: ";
this.btnUniqueName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnUniqueName.UseVisualStyleBackColor = true;
this.btnUniqueName.Click += new System.EventHandler(this.btnUniqueName_Click);
//
// btnNewName
//
this.btnNewName.Enabled = false;
this.btnNewName.Location = new System.Drawing.Point(8, 80);
resources.ApplyResources(this.btnNewName, "btnNewName");
this.btnNewName.Name = "btnNewName";
this.btnNewName.Size = new System.Drawing.Size(352, 32);
this.btnNewName.TabIndex = 2;
this.btnNewName.Text = "Use new name:";
this.btnNewName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnNewName.UseVisualStyleBackColor = true;
this.btnNewName.Click += new System.EventHandler(this.btnNewName_Click);
//
// txtNewName
//
this.txtNewName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.txtNewName.Location = new System.Drawing.Point(8, 48);
resources.ApplyResources(this.txtNewName, "txtNewName");
this.txtNewName.Name = "txtNewName";
this.txtNewName.Size = new System.Drawing.Size(352, 22);
this.txtNewName.TabIndex = 1;
this.txtNewName.TextChanged += new System.EventHandler(this.txtNewName_TextChanged);
//
// FileExistForm
//
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(369, 241);
this.Controls.Add(this.txtNewName);
this.Controls.Add(this.btnNewName);
this.Controls.Add(this.btnUniqueName);
@ -119,8 +87,6 @@ private void InitializeComponent()
this.Controls.Add(this.btnOverwrite);
this.Controls.Add(this.lblTitle);
this.Name = "FileExistForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - How to save?";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,4 +117,206 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>369, 241</value>
</data>
<data name="&gt;&gt;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnUniqueName.Text" xml:space="preserve">
<value>Use a unique name: </value>
</data>
<data name="&gt;&gt;btnUniqueName.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblTitle.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblTitle.Text" xml:space="preserve">
<value>There is already a file with the same name in this location.
Select new file name or action:</value>
</data>
<data name="&gt;&gt;btnNewName.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;$this.Name" xml:space="preserve">
<value>FileExistForm</value>
</data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="btnUniqueName.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="btnOverwrite.Text" xml:space="preserve">
<value>Overwrite: </value>
</data>
<data name="&gt;&gt;lblTitle.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;btnOverwrite.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnUniqueName.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="btnOverwrite.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 120</value>
</data>
<data name="&gt;&gt;btnNewName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnUniqueName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="btnCancel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="btnOverwrite.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="btnNewName.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="btnUniqueName.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 160</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="txtNewName.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="lblTitle.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 9.75pt</value>
</data>
<data name="btnCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 200</value>
</data>
<data name="btnUniqueName.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="&gt;&gt;btnCancel.Name" xml:space="preserve">
<value>btnCancel</value>
</data>
<data name="&gt;&gt;lblTitle.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblTitle.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="&gt;&gt;lblTitle.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;btnOverwrite.Name" xml:space="preserve">
<value>btnOverwrite</value>
</data>
<data name="btnOverwrite.Size" type="System.Drawing.Size, System.Drawing">
<value>352, 32</value>
</data>
<data name="&gt;&gt;txtNewName.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;txtNewName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblTitle.Name" xml:space="preserve">
<value>lblTitle</value>
</data>
<data name="btnCancel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;btnOverwrite.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="lblTitle.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>352, 32</value>
</data>
<data name="txtNewName.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 48</value>
</data>
<data name="btnNewName.Text" xml:space="preserve">
<value>Use new name:</value>
</data>
<data name="btnUniqueName.Size" type="System.Drawing.Size, System.Drawing">
<value>352, 32</value>
</data>
<data name="&gt;&gt;btnCancel.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;btnOverwrite.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="btnOverwrite.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="txtNewName.Size" type="System.Drawing.Size, System.Drawing">
<value>352, 22</value>
</data>
<data name="&gt;&gt;btnUniqueName.Name" xml:space="preserve">
<value>btnUniqueName</value>
</data>
<data name="&gt;&gt;txtNewName.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;btnNewName.Name" xml:space="preserve">
<value>btnNewName</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - How to save?</value>
</data>
<data name="&gt;&gt;btnUniqueName.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;txtNewName.Name" xml:space="preserve">
<value>txtNewName</value>
</data>
<data name="lblTitle.Size" type="System.Drawing.Size, System.Drawing">
<value>346, 32</value>
</data>
<data name="&gt;&gt;btnNewName.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="btnNewName.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="btnNewName.Size" type="System.Drawing.Size, System.Drawing">
<value>352, 32</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Do not save</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>
<data name="txtNewName.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 9.75pt</value>
</data>
<data name="btnNewName.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="btnOverwrite.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="btnNewName.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 80</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,143 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblTitle.Size" type="System.Drawing.Size, System.Drawing">
<value>271, 32</value>
</data>
<data name="lblTitle.Text" xml:space="preserve">
<value>Burada aynı isimli zaten bir dosya bulunuyor.
Yeni dosya ismi veya aksiyon seçiniz:</value>
</data>
<data name="btnOverwrite.Text" xml:space="preserve">
<value>Üzerine yaz: </value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Kaydetme</value>
</data>
<data name="btnUniqueName.Text" xml:space="preserve">
<value>Benzersiz bir isim kullan: </value>
</data>
<data name="btnNewName.Text" xml:space="preserve">
<value>Yeni isim kullan:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Nasıl kaydedilsin?</value>
</data>
</root>

View file

@ -28,29 +28,23 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HotkeySettingsForm));
this.hmHotkeys = new ShareX.HotkeyManagerControl();
this.SuspendLayout();
//
// hmHotkeys
//
resources.ApplyResources(this.hmHotkeys, "hmHotkeys");
this.hmHotkeys.BackColor = System.Drawing.Color.White;
this.hmHotkeys.Dock = System.Windows.Forms.DockStyle.Fill;
this.hmHotkeys.Location = new System.Drawing.Point(0, 0);
this.hmHotkeys.Name = "hmHotkeys";
this.hmHotkeys.Size = new System.Drawing.Size(534, 412);
this.hmHotkeys.TabIndex = 0;
//
// HotkeySettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(534, 412);
this.Controls.Add(this.hmHotkeys);
this.MinimumSize = new System.Drawing.Size(550, 200);
this.Name = "HotkeySettingsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Hotkey settings";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.HotkeySettingsForm_FormClosed);
this.ResumeLayout(false);

View file

@ -117,4 +117,58 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="hmHotkeys.Size" type="System.Drawing.Size, System.Drawing">
<value>534, 412</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>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="hmHotkeys.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="hmHotkeys.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>534, 412</value>
</data>
<data name="hmHotkeys.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;hmHotkeys.Type" xml:space="preserve">
<value>ShareX.HotkeyManagerControl, ShareX, Version=9.4.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="&gt;&gt;hmHotkeys.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;hmHotkeys.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>HotkeySettingsForm</value>
</data>
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>550, 200</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Hotkey settings</value>
</data>
<data name="&gt;&gt;hmHotkeys.Name" xml:space="preserve">
<value>hmHotkeys</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,123 @@
<?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>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Kısayol ayarları</value>
</data>
</root>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -29,6 +29,7 @@ protected override void Dispose(bool disposing)
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScreenColorPicker));
this.btnPipette = new System.Windows.Forms.Button();
this.lblScreenColorPickerTip = new System.Windows.Forms.Label();
this.btnColorPicker = new System.Windows.Forms.Button();
@ -39,90 +40,75 @@ private void InitializeComponent()
this.txtY = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// colorPicker
//
resources.ApplyResources(this.colorPicker, "colorPicker");
//
// txtHex
//
resources.ApplyResources(this.txtHex, "txtHex");
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
//
// btnPipette
//
resources.ApplyResources(this.btnPipette, "btnPipette");
this.btnPipette.Image = global::ShareX.Properties.Resources.pipette;
this.btnPipette.Location = new System.Drawing.Point(296, 274);
this.btnPipette.Name = "btnPipette";
this.btnPipette.Size = new System.Drawing.Size(32, 24);
this.btnPipette.TabIndex = 56;
this.btnPipette.UseVisualStyleBackColor = true;
this.btnPipette.Click += new System.EventHandler(this.btnPipette_Click);
//
// lblScreenColorPickerTip
//
this.lblScreenColorPickerTip.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.lblScreenColorPickerTip.Location = new System.Drawing.Point(336, 270);
resources.ApplyResources(this.lblScreenColorPickerTip, "lblScreenColorPickerTip");
this.lblScreenColorPickerTip.Name = "lblScreenColorPickerTip";
this.lblScreenColorPickerTip.Size = new System.Drawing.Size(265, 34);
this.lblScreenColorPickerTip.TabIndex = 55;
this.lblScreenColorPickerTip.Text = "Press \"Ctrl\" button when this window active\r\nto stop screen color picker.";
this.lblScreenColorPickerTip.Visible = false;
//
// btnColorPicker
//
this.btnColorPicker.Location = new System.Drawing.Point(152, 274);
resources.ApplyResources(this.btnColorPicker, "btnColorPicker");
this.btnColorPicker.Name = "btnColorPicker";
this.btnColorPicker.Size = new System.Drawing.Size(144, 24);
this.btnColorPicker.TabIndex = 52;
this.btnColorPicker.Text = "Start screen color picker";
this.btnColorPicker.UseVisualStyleBackColor = true;
this.btnColorPicker.Click += new System.EventHandler(this.btnColorPicker_Click);
//
// lblY
//
this.lblY.AutoSize = true;
this.lblY.Location = new System.Drawing.Point(80, 280);
resources.ApplyResources(this.lblY, "lblY");
this.lblY.Name = "lblY";
this.lblY.Size = new System.Drawing.Size(17, 13);
this.lblY.TabIndex = 51;
this.lblY.Text = "Y:";
//
// lblX
//
this.lblX.AutoSize = true;
this.lblX.Location = new System.Drawing.Point(8, 280);
resources.ApplyResources(this.lblX, "lblX");
this.lblX.Name = "lblX";
this.lblX.Size = new System.Drawing.Size(17, 13);
this.lblX.TabIndex = 50;
this.lblX.Text = "X:";
//
// btnCopyAll
//
this.btnCopyAll.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnCopyAll.Location = new System.Drawing.Point(464, 232);
resources.ApplyResources(this.btnCopyAll, "btnCopyAll");
this.btnCopyAll.Name = "btnCopyAll";
this.btnCopyAll.Size = new System.Drawing.Size(64, 32);
this.btnCopyAll.TabIndex = 57;
this.btnCopyAll.Text = "Copy all";
this.btnCopyAll.UseVisualStyleBackColor = true;
this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click);
//
// txtX
//
this.txtX.Location = new System.Drawing.Point(25, 276);
resources.ApplyResources(this.txtX, "txtX");
this.txtX.Name = "txtX";
this.txtX.ReadOnly = true;
this.txtX.Size = new System.Drawing.Size(48, 20);
this.txtX.TabIndex = 58;
this.txtX.Text = "1680";
this.txtX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// txtY
//
this.txtY.Location = new System.Drawing.Point(97, 276);
resources.ApplyResources(this.txtY, "txtY");
this.txtY.Name = "txtY";
this.txtY.ReadOnly = true;
this.txtY.Size = new System.Drawing.Size(48, 20);
this.txtY.TabIndex = 59;
this.txtY.Text = "1050";
this.txtY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// ScreenColorPicker
//
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(609, 305);
this.Controls.Add(this.txtY);
this.Controls.Add(this.txtX);
this.Controls.Add(this.btnCopyAll);
@ -133,7 +119,6 @@ private void InitializeComponent()
this.Controls.Add(this.lblX);
this.KeyPreview = true;
this.Name = "ScreenColorPicker";
this.Text = "ShareX - Screen color picker";
this.TopMost = false;
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ScreenColorPicker_KeyDown);
this.Controls.SetChildIndex(this.btnOK, 0);

View file

@ -117,4 +117,287 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="&gt;&gt;txtHex.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblScreenColorPickerTip.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="btnColorPicker.Size" type="System.Drawing.Size, System.Drawing">
<value>144, 24</value>
</data>
<data name="&gt;&gt;btnCancel.Name" xml:space="preserve">
<value>btnCancel</value>
</data>
<data name="txtY.Size" type="System.Drawing.Size, System.Drawing">
<value>48, 20</value>
</data>
<data name="lblScreenColorPickerTip.Location" type="System.Drawing.Point, System.Drawing">
<value>336, 270</value>
</data>
<data name="&gt;&gt;btnOK.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;btnOK.Name" xml:space="preserve">
<value>btnOK</value>
</data>
<data name="&gt;&gt;lblY.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>ScreenColorPicker</value>
</data>
<data name="&gt;&gt;btnColorPicker.Name" xml:space="preserve">
<value>btnColorPicker</value>
</data>
<data name="&gt;&gt;txtY.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnPipette.Name" xml:space="preserve">
<value>btnPipette</value>
</data>
<data name="txtY.Location" type="System.Drawing.Point, System.Drawing">
<value>97, 276</value>
</data>
<data name="&gt;&gt;txtX.Name" xml:space="preserve">
<value>txtX</value>
</data>
<data name="&gt;&gt;lblY.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="&gt;&gt;txtHex.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="btnCopyAll.Text" xml:space="preserve">
<value>Copy all</value>
</data>
<data name="lblX.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 280</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;txtX.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblY.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="txtY.Text" xml:space="preserve">
<value>1050</value>
</data>
<data name="&gt;&gt;lblY.Name" xml:space="preserve">
<value>lblY</value>
</data>
<data name="&gt;&gt;lblY.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="btnColorPicker.TabIndex" type="System.Int32, mscorlib">
<value>52</value>
</data>
<data name="lblScreenColorPickerTip.Text" xml:space="preserve">
<value>Press "Ctrl" button when this window active
to stop screen color picker.</value>
</data>
<data name="&gt;&gt;lblX.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="&gt;&gt;btnCopyAll.Name" xml:space="preserve">
<value>btnCopyAll</value>
</data>
<data name="btnCopyAll.Location" type="System.Drawing.Point, System.Drawing">
<value>464, 232</value>
</data>
<data name="lblScreenColorPickerTip.TabIndex" type="System.Int32, mscorlib">
<value>55</value>
</data>
<data name="&gt;&gt;txtY.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="lblScreenColorPickerTip.Size" type="System.Drawing.Size, System.Drawing">
<value>265, 34</value>
</data>
<data name="&gt;&gt;btnPipette.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="txtY.TabIndex" type="System.Int32, mscorlib">
<value>59</value>
</data>
<data name="&gt;&gt;colorPicker.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="&gt;&gt;btnColorPicker.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnPipette.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 274</value>
</data>
<data name="&gt;&gt;btnCopyAll.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtX.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;btnPipette.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;lblX.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;colorPicker.Name" xml:space="preserve">
<value>colorPicker</value>
</data>
<data name="btnColorPicker.Location" type="System.Drawing.Point, System.Drawing">
<value>152, 274</value>
</data>
<data name="&gt;&gt;lblScreenColorPickerTip.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="&gt;&gt;lblScreenColorPickerTip.Name" xml:space="preserve">
<value>lblScreenColorPickerTip</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>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="txtY.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Center</value>
</data>
<data name="&gt;&gt;btnColorPicker.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="lblY.TabIndex" type="System.Int32, mscorlib">
<value>51</value>
</data>
<data name="txtX.TextAlign" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Center</value>
</data>
<data name="&gt;&gt;colorPicker.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtY.Name" xml:space="preserve">
<value>txtY</value>
</data>
<data name="btnCopyAll.TabIndex" type="System.Int32, mscorlib">
<value>57</value>
</data>
<data name="&gt;&gt;btnCopyAll.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;btnColorPicker.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;lblScreenColorPickerTip.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblY.Location" type="System.Drawing.Point, System.Drawing">
<value>80, 280</value>
</data>
<data name="&gt;&gt;btnCancel.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="&gt;&gt;txtHex.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="txtX.TabIndex" type="System.Int32, mscorlib">
<value>58</value>
</data>
<data name="btnPipette.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 24</value>
</data>
<data name="btnColorPicker.Text" xml:space="preserve">
<value>Start screen color picker</value>
</data>
<data name="txtX.Text" xml:space="preserve">
<value>1680</value>
</data>
<data name="lblY.Text" xml:space="preserve">
<value>Y:</value>
</data>
<data name="&gt;&gt;txtY.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="lblX.Text" xml:space="preserve">
<value>X:</value>
</data>
<data name="&gt;&gt;btnCopyAll.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Screen color picker</value>
</data>
<data name="txtX.Location" type="System.Drawing.Point, System.Drawing">
<value>25, 276</value>
</data>
<data name="btnCopyAll.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;btnPipette.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;colorPicker.Type" xml:space="preserve">
<value>HelpersLib.ColorPicker, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="txtX.Size" type="System.Drawing.Size, System.Drawing">
<value>48, 20</value>
</data>
<data name="&gt;&gt;btnOK.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblY.Size" type="System.Drawing.Size, System.Drawing">
<value>17, 13</value>
</data>
<data name="&gt;&gt;lblScreenColorPickerTip.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="lblX.TabIndex" type="System.Int32, mscorlib">
<value>50</value>
</data>
<data name="&gt;&gt;btnOK.ZOrder" xml:space="preserve">
<value>11</value>
</data>
<data name="lblScreenColorPickerTip.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 9pt</value>
</data>
<data name="lblX.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblX.Size" type="System.Drawing.Size, System.Drawing">
<value>17, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>609, 305</value>
</data>
<data name="&gt;&gt;lblX.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>HelpersLib.ColorPickerForm, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;lblX.Name" xml:space="preserve">
<value>lblX</value>
</data>
<data name="&gt;&gt;txtX.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="btnPipette.TabIndex" type="System.Int32, mscorlib">
<value>56</value>
</data>
<data name="btnCopyAll.Size" type="System.Drawing.Size, System.Drawing">
<value>64, 32</value>
</data>
<data name="&gt;&gt;txtHex.Name" xml:space="preserve">
<value>txtHex</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,139 @@
<?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>
<data name="btnCancel.Text" xml:space="preserve">
<value>İptal</value>
</data>
<data name="lblScreenColorPickerTip.Text" xml:space="preserve">
<value>Ekran rengi seçiciyi durdurmak için bu ekran aktifken "Ctrl" tuşuna basın.</value>
</data>
<data name="btnColorPicker.Text" xml:space="preserve">
<value>Ekran rengi seçmeye başla</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="btnCopyAll.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnCopyAll.Text" xml:space="preserve">
<value>Kopyala</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Ekran rengi seçici</value>
</data>
</root>

View file

@ -29,65 +29,51 @@ protected override void Dispose(bool disposing)
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScreenRegionForm));
this.pInfo = new System.Windows.Forms.Panel();
this.timerRefresh = new System.Windows.Forms.Timer(this.components);
this.btnStop = new HelpersLib.BlackStyleButton();
this.lblTimer = new HelpersLib.BlackStyleLabel();
this.timerRefresh = new System.Windows.Forms.Timer(this.components);
this.pInfo.SuspendLayout();
this.SuspendLayout();
//
// pInfo
//
resources.ApplyResources(this.pInfo, "pInfo");
this.pInfo.BackColor = System.Drawing.Color.White;
this.pInfo.Controls.Add(this.btnStop);
this.pInfo.Controls.Add(this.lblTimer);
this.pInfo.Location = new System.Drawing.Point(8, 8);
this.pInfo.Name = "pInfo";
this.pInfo.Size = new System.Drawing.Size(136, 32);
this.pInfo.TabIndex = 1;
//
// btnStop
//
resources.ApplyResources(this.btnStop, "btnStop");
this.btnStop.ForeColor = System.Drawing.Color.White;
this.btnStop.Name = "btnStop";
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// lblTimer
//
resources.ApplyResources(this.lblTimer, "lblTimer");
this.lblTimer.BackColor = System.Drawing.Color.DimGray;
this.lblTimer.DrawBorder = true;
this.lblTimer.ForeColor = System.Drawing.Color.White;
this.lblTimer.Name = "lblTimer";
this.lblTimer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// timerRefresh
//
this.timerRefresh.Interval = 200;
this.timerRefresh.Tick += new System.EventHandler(this.timerRefresh_Tick);
//
// btnStop
//
this.btnStop.Dock = System.Windows.Forms.DockStyle.Right;
this.btnStop.Font = new System.Drawing.Font("Arial", 12F);
this.btnStop.ForeColor = System.Drawing.Color.White;
this.btnStop.Location = new System.Drawing.Point(80, 0);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(56, 32);
this.btnStop.TabIndex = 2;
this.btnStop.Text = "Stop";
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// lblTimer
//
this.lblTimer.BackColor = System.Drawing.Color.DimGray;
this.lblTimer.Dock = System.Windows.Forms.DockStyle.Left;
this.lblTimer.DrawBorder = true;
this.lblTimer.Font = new System.Drawing.Font("Arial", 12F);
this.lblTimer.ForeColor = System.Drawing.Color.White;
this.lblTimer.Location = new System.Drawing.Point(0, 0);
this.lblTimer.Name = "lblTimer";
this.lblTimer.Size = new System.Drawing.Size(81, 32);
this.lblTimer.TabIndex = 2;
this.lblTimer.Text = "00:00:00";
this.lblTimer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ScreenRegionForm
//
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(284, 262);
this.Controls.Add(this.pInfo);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "ScreenRegionForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "ScreenRegionForm";
this.TopMost = true;
this.pInfo.ResumeLayout(false);
this.ResumeLayout(false);

View file

@ -117,6 +117,120 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="&gt;&gt;lblTimer.Name" xml:space="preserve">
<value>lblTimer</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="btnStop.Location" type="System.Drawing.Point, System.Drawing">
<value>80, 0</value>
</data>
<data name="&gt;&gt;lblTimer.Type" xml:space="preserve">
<value>HelpersLib.BlackStyleLabel, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="lblTimer.Size" type="System.Drawing.Size, System.Drawing">
<value>81, 32</value>
</data>
<data name="btnStop.Font" type="System.Drawing.Font, System.Drawing">
<value>Arial, 12pt</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="pInfo.TabIndex" type="System.Int32, mscorlib">
<value>1</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>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>284, 262</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>ScreenRegionForm</value>
</data>
<data name="btnStop.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;lblTimer.Parent" xml:space="preserve">
<value>pInfo</value>
</data>
<data name="&gt;&gt;timerRefresh.Name" xml:space="preserve">
<value>timerRefresh</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblTimer.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Left</value>
</data>
<data name="&gt;&gt;pInfo.Type" xml:space="preserve">
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="btnStop.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Right</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>Manual</value>
</data>
<data name="pInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>136, 32</value>
</data>
<data name="&gt;&gt;btnStop.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;lblTimer.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="lblTimer.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="lblTimer.Font" type="System.Drawing.Font, System.Drawing">
<value>Arial, 12pt</value>
</data>
<data name="pInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="&gt;&gt;btnStop.Type" xml:space="preserve">
<value>HelpersLib.BlackStyleButton, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;pInfo.Name" xml:space="preserve">
<value>pInfo</value>
</data>
<data name="&gt;&gt;btnStop.Name" xml:space="preserve">
<value>btnStop</value>
</data>
<data name="btnStop.Text" xml:space="preserve">
<value>Stop</value>
</data>
<data name="lblTimer.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="&gt;&gt;pInfo.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="btnStop.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 32</value>
</data>
<data name="&gt;&gt;btnStop.Parent" xml:space="preserve">
<value>pInfo</value>
</data>
<data name="&gt;&gt;pInfo.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;timerRefresh.Type" xml:space="preserve">
<value>System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ScreenRegionForm</value>
</data>
<data name="lblTimer.Text" xml:space="preserve">
<value>00:00:00</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
<metadata name="timerRefresh.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>

View file

@ -0,0 +1,123 @@
<?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>
<data name="btnStop.Text" xml:space="preserve">
<value>Dur</value>
</data>
</root>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,821 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="cbUseDefaultAfterCaptureSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cbUseDefaultAfterCaptureSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>245, 17</value>
</data>
<data name="cbUseDefaultAfterCaptureSettings.Text" xml:space="preserve">
<value>Varsayılan "Yakalama sonrası" ayarlarını kullan</value>
</data>
<data name="cbUseDefaultAfterUploadSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbUseDefaultAfterUploadSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>239, 17</value>
</data>
<data name="cbUseDefaultAfterUploadSettings.Text" xml:space="preserve">
<value>Varsayılan "Yükleme sonrası" ayarlarını kullan</value>
</data>
<data name="cbUseDefaultDestinationSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbUseDefaultDestinationSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>191, 17</value>
</data>
<data name="cbUseDefaultDestinationSettings.Text" xml:space="preserve">
<value>Varsayılan "Hedef" ayarlarını kullan</value>
</data>
<data name="lblDescription.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblDescription.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 13</value>
</data>
<data name="lblDescription.Text" xml:space="preserve">
<value>Açıklama:</value>
</data>
<data name="chkOverrideFTP.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkOverrideFTP.Size" type="System.Drawing.Size, System.Drawing">
<value>127, 17</value>
</data>
<data name="chkOverrideFTP.Text" xml:space="preserve">
<value>FTP hesabını değiştir:</value>
</data>
<data name="btnAfterCapture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnAfterCapture.Text" xml:space="preserve">
<value>Yakalama sonrası...</value>
</data>
<data name="btnAfterUpload.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnAfterUpload.Text" xml:space="preserve">
<value>Yükleme sonrası...</value>
</data>
<data name="btnDestinations.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="tsmiImageUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 22</value>
</data>
<data name="tsmiImageUploaders.Text" xml:space="preserve">
<value>Resim yükleyiciler</value>
</data>
<data name="tsmiTextUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 22</value>
</data>
<data name="tsmiTextUploaders.Text" xml:space="preserve">
<value>Yazı yükleyiciler</value>
</data>
<data name="tsmiFileUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 22</value>
</data>
<data name="tsmiFileUploaders.Text" xml:space="preserve">
<value>Dosya yükleyiciler</value>
</data>
<data name="tsmiURLShorteners.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 22</value>
</data>
<data name="tsmiURLShorteners.Text" xml:space="preserve">
<value>URL kısaltıcılar</value>
</data>
<data name="tsmiURLSharingServices.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 22</value>
</data>
<data name="tsmiURLSharingServices.Text" xml:space="preserve">
<value>URL paylaşım servisleri</value>
</data>
<data name="cmsDestinations.Size" type="System.Drawing.Size, System.Drawing">
<value>194, 114</value>
</data>
<data name="btnDestinations.Text" xml:space="preserve">
<value>Hedefler...</value>
</data>
<data name="btnTask.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnTask.Text" xml:space="preserve">
<value>Görev...</value>
</data>
<data name="tpTask.Text" xml:space="preserve">
<value>Görev</value>
</data>
<data name="chkShowBeforeUploadForm.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkShowBeforeUploadForm.Size" type="System.Drawing.Size, System.Drawing">
<value>384, 17</value>
</data>
<data name="chkShowBeforeUploadForm.Text" xml:space="preserve">
<value>Yükleme öncesi hedefi değiştirebilmek için "Yükleme öncesi" ekranını göster</value>
</data>
<data name="lblAfterTaskNotification.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblAfterTaskNotification.Size" type="System.Drawing.Size, System.Drawing">
<value>108, 13</value>
</data>
<data name="lblAfterTaskNotification.Text" xml:space="preserve">
<value>Görev bittikten sonra:</value>
</data>
<data name="chkShowAfterUploadForm.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkShowAfterUploadForm.Size" type="System.Drawing.Size, System.Drawing">
<value>299, 17</value>
</data>
<data name="chkShowAfterUploadForm.Text" xml:space="preserve">
<value>Görev tamamlandığında "Yükleme sonrası" ekranını göster</value>
</data>
<data name="cbShowAfterCaptureTasksForm.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbShowAfterCaptureTasksForm.Size" type="System.Drawing.Size, System.Drawing">
<value>364, 17</value>
</data>
<data name="cbShowAfterCaptureTasksForm.Text" xml:space="preserve">
<value>Yakalama yapıldıktan sonra "Yakalama sonrası görevler" ekranını göster</value>
</data>
<data name="cbPlaySoundAfterUpload.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbPlaySoundAfterUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>160, 17</value>
</data>
<data name="cbPlaySoundAfterUpload.Text" xml:space="preserve">
<value>Görev bittikten sonra ses çal</value>
</data>
<data name="cbHistorySave.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbHistorySave.Size" type="System.Drawing.Size, System.Drawing">
<value>168, 17</value>
</data>
<data name="cbHistorySave.Text" xml:space="preserve">
<value>Görev bilgisini geçmişe kaydet</value>
</data>
<data name="cbPlaySoundAfterCapture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbPlaySoundAfterCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>191, 17</value>
</data>
<data name="cbPlaySoundAfterCapture.Text" xml:space="preserve">
<value>Yakalama yapıldıktan sonra ses çal</value>
</data>
<data name="chkUseDefaultGeneralSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultGeneralSettings.Text" xml:space="preserve">
<value>Varsayılan genel ayarları kullan</value>
</data>
<data name="tpGeneral.Text" xml:space="preserve">
<value>Genel</value>
</data>
<data name="lblImageFileExist.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageFileExist.Size" type="System.Drawing.Size, System.Drawing">
<value>69, 13</value>
</data>
<data name="lblImageFileExist.Text" xml:space="preserve">
<value>Dosya varsa:</value>
</data>
<data name="lblImageFormat.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageFormat.Size" type="System.Drawing.Size, System.Drawing">
<value>68, 13</value>
</data>
<data name="lblImageFormat.Text" xml:space="preserve">
<value>Resim biçimi:</value>
</data>
<data name="lblUseImageFormat2AfterHint.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblUseImageFormat2AfterHint.Size" type="System.Drawing.Size, System.Drawing">
<value>126, 13</value>
</data>
<data name="lblUseImageFormat2AfterHint.Text" xml:space="preserve">
<value>kB 0 - 5000 (0 iptal eder)</value>
</data>
<data name="lblImageJPEGQualityHint.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageJPEGQuality.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageJPEGQuality.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 13</value>
</data>
<data name="lblImageJPEGQuality.Text" xml:space="preserve">
<value>JPEG kalitesi:</value>
</data>
<data name="lblImageGIFQuality.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageGIFQuality.Size" type="System.Drawing.Size, System.Drawing">
<value>62, 13</value>
</data>
<data name="lblImageGIFQuality.Text" xml:space="preserve">
<value>GIF kalitesi:</value>
</data>
<data name="lblImageFormat2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageFormat2.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 13</value>
</data>
<data name="lblImageFormat2.Text" xml:space="preserve">
<value>Resim biçim 2:</value>
</data>
<data name="lblUseImageFormat2After.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblUseImageFormat2After.Size" type="System.Drawing.Size, System.Drawing">
<value>188, 13</value>
</data>
<data name="lblUseImageFormat2After.Text" xml:space="preserve">
<value>"Resim biçim 2" için resim boyutu limiti:</value>
</data>
<data name="tpQuality.Text" xml:space="preserve">
<value>Genel</value>
</data>
<data name="chkShowImageEffectsWindowAfterCapture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkShowImageEffectsWindowAfterCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>248, 17</value>
</data>
<data name="chkShowImageEffectsWindowAfterCapture.Text" xml:space="preserve">
<value>Yakalama sonrası resim efektleri ekranını göster</value>
</data>
<data name="cbImageEffectOnlyRegionCapture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbImageEffectOnlyRegionCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>232, 17</value>
</data>
<data name="cbImageEffectOnlyRegionCapture.Text" xml:space="preserve">
<value>Efektleri sadece yakalama bölgesine uygula</value>
</data>
<data name="btnImageEffects.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnImageEffects.Text" xml:space="preserve">
<value>Resim efektleri ayarları...</value>
</data>
<data name="gbImageEffects.Text" xml:space="preserve">
<value>Resim efektleri</value>
</data>
<data name="btnWatermarkSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnWatermarkSettings.Text" xml:space="preserve">
<value>Damga ayarları...</value>
</data>
<data name="tpEffects.Text" xml:space="preserve">
<value>Efekt</value>
</data>
<data name="cbThumbnailIfSmaller.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbThumbnailIfSmaller.Size" type="System.Drawing.Size, System.Drawing">
<value>382, 17</value>
</data>
<data name="cbThumbnailIfSmaller.Text" xml:space="preserve">
<value>Küçük resimi sadece resim boyutu küçük resim boyutundan büyükse oluştur</value>
</data>
<data name="lblThumbnailNamePreview.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblThumbnailNamePreview.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 13</value>
</data>
<data name="lblThumbnailNamePreview.Text" xml:space="preserve">
<value>Ön izleme</value>
</data>
<data name="lblThumbnailName.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblThumbnailName.Size" type="System.Drawing.Size, System.Drawing">
<value>85, 13</value>
</data>
<data name="lblThumbnailName.Text" xml:space="preserve">
<value>Küçük resim adı:</value>
</data>
<data name="lblThumbnailHeight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblThumbnailHeight.Size" type="System.Drawing.Size, System.Drawing">
<value>28, 13</value>
</data>
<data name="lblThumbnailHeight.Text" xml:space="preserve">
<value>Boy:</value>
</data>
<data name="lblThumbnailWidth.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblThumbnailWidth.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 13</value>
</data>
<data name="lblThumbnailWidth.Text" xml:space="preserve">
<value>En:</value>
</data>
<data name="tpThumbnail.Text" xml:space="preserve">
<value>Küçük resim</value>
</data>
<data name="chkUseDefaultImageSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultImageSettings.Text" xml:space="preserve">
<value>Varsayılan resim ayarlarını kullan</value>
</data>
<data name="tpImage.Text" xml:space="preserve">
<value>Resim</value>
</data>
<data name="cbCaptureAutoHideTaskbar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbCaptureAutoHideTaskbar.Size" type="System.Drawing.Size, System.Drawing">
<value>430, 17</value>
</data>
<data name="cbCaptureAutoHideTaskbar.Text" xml:space="preserve">
<value>Pencere yakalama sırasında pencere görev çubuğu ile kesişirse görev çubuğunu gizle</value>
</data>
<data name="lblScreenshotDelayInfo.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenshotDelayInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 13</value>
</data>
<data name="lblScreenshotDelayInfo.Text" xml:space="preserve">
<value>saniye</value>
</data>
<data name="cbScreenshotDelay.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbScreenshotDelay.Size" type="System.Drawing.Size, System.Drawing">
<value>107, 17</value>
</data>
<data name="cbScreenshotDelay.Text" xml:space="preserve">
<value>Beklemesi süresi:</value>
</data>
<data name="cbCaptureClientArea.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbCaptureClientArea.Size" type="System.Drawing.Size, System.Drawing">
<value>378, 17</value>
</data>
<data name="cbCaptureClientArea.Text" xml:space="preserve">
<value>Pencere veya aktif pencere yakalama sırasında başlık çubuğunu yakalama</value>
</data>
<data name="cbCaptureShadow.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbCaptureShadow.Size" type="System.Drawing.Size, System.Drawing">
<value>311, 17</value>
</data>
<data name="cbCaptureShadow.Text" xml:space="preserve">
<value>Pencereyi gölge ile yakala (şeffaflık gerektirir) Gölge çıkıntısı:</value>
</data>
<data name="cbShowCursor.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbShowCursor.Size" type="System.Drawing.Size, System.Drawing">
<value>185, 17</value>
</data>
<data name="cbShowCursor.Text" xml:space="preserve">
<value>Ekran görüntülerinde imleci göster</value>
</data>
<data name="cbCaptureTransparent.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbCaptureTransparent.Size" type="System.Drawing.Size, System.Drawing">
<value>159, 17</value>
</data>
<data name="cbCaptureTransparent.Text" xml:space="preserve">
<value>Pencereyi şeffaflık ile yakala</value>
</data>
<data name="tpCaptureGeneral.Text" xml:space="preserve">
<value>Genel</value>
</data>
<data name="tpRegionCapture.Text" xml:space="preserve">
<value>Bölge yakala</value>
</data>
<data name="tpRectangleAnnotate.Text" xml:space="preserve">
<value>Dikdörtgen dipnot</value>
</data>
<data name="cbScreenRecordAutoDisableAero.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbScreenRecordAutoDisableAero.Size" type="System.Drawing.Size, System.Drawing">
<value>462, 17</value>
</data>
<data name="cbScreenRecordAutoDisableAero.Text" xml:space="preserve">
<value>Kaydetme sırasında Windows Aero otomatik kapatılsın (Aero kaydetme performansını düşürür)</value>
</data>
<data name="lblScreenRecorderFixedDuration.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenRecorderFixedDuration.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 13</value>
</data>
<data name="lblScreenRecorderFixedDuration.Text" xml:space="preserve">
<value>saniye</value>
</data>
<data name="lblScreenRecordFPS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenRecordFPS.Size" type="System.Drawing.Size, System.Drawing">
<value>86, 13</value>
</data>
<data name="lblScreenRecordFPS.Text" xml:space="preserve">
<value>Ekran kayıt FPS:</value>
</data>
<data name="chkRunScreencastCLI.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkRunScreencastCLI.Size" type="System.Drawing.Size, System.Drawing">
<value>112, 17</value>
</data>
<data name="chkRunScreencastCLI.Text" xml:space="preserve">
<value>Peşine CLI çalıştır:</value>
</data>
<data name="btnScreenRecorderOptions.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnScreenRecorderOptions.Text" xml:space="preserve">
<value>Ayarlar...</value>
</data>
<data name="btnEncoderConfig.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnEncoderConfig.Text" xml:space="preserve">
<value>Profiller...</value>
</data>
<data name="lblScreenRecorderStartDelay.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenRecorderStartDelay.Size" type="System.Drawing.Size, System.Drawing">
<value>106, 13</value>
</data>
<data name="lblScreenRecorderStartDelay.Text" xml:space="preserve">
<value>Başlangıç gecikmesi:</value>
</data>
<data name="lblScreenRecorderOutput.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenRecorderOutput.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 13</value>
</data>
<data name="lblScreenRecorderOutput.Text" xml:space="preserve">
<value>Çıkış:</value>
</data>
<data name="cbScreenRecorderFixedDuration.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbScreenRecorderFixedDuration.Size" type="System.Drawing.Size, System.Drawing">
<value>76, 17</value>
</data>
<data name="cbScreenRecorderFixedDuration.Text" xml:space="preserve">
<value>Sabit süre:</value>
</data>
<data name="lblGIFPS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="tpScreenRecorder.Text" xml:space="preserve">
<value>Ekran kaydedici</value>
</data>
<data name="chkUseDefaultCaptureSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultCaptureSettings.Text" xml:space="preserve">
<value>Varsayılan yakalama ayarlarını kullan</value>
</data>
<data name="tpCapture.Text" xml:space="preserve">
<value>Yakalama</value>
</data>
<data name="btnActionsDuplicate.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnActionsDuplicate.Text" xml:space="preserve">
<value>Kopyala</value>
</data>
<data name="btnActionsAdd.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnActionsAdd.Text" xml:space="preserve">
<value>Ekle</value>
</data>
<data name="chActionsName.Text" xml:space="preserve">
<value>Ad</value>
</data>
<data name="chActionsPath.Text" xml:space="preserve">
<value>Yol</value>
</data>
<data name="chActionsArgs.Text" xml:space="preserve">
<value>Parametreler</value>
</data>
<data name="chActionsExtensions.Text" xml:space="preserve">
<value>Uzantılar</value>
</data>
<data name="btnActionsEdit.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnActionsEdit.Text" xml:space="preserve">
<value>Düzenle</value>
</data>
<data name="btnActionsRemove.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnActionsRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="chkUseDefaultActions.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultActions.Text" xml:space="preserve">
<value>Varsayılan aksiyon ayarlarını kullan</value>
</data>
<data name="tpActions.Text" xml:space="preserve">
<value>Aksiyon</value>
</data>
<data name="cbWatchFolderEnabled.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbWatchFolderEnabled.Size" type="System.Drawing.Size, System.Drawing">
<value>287, 17</value>
</data>
<data name="cbWatchFolderEnabled.Text" xml:space="preserve">
<value>Dizinleri takip et ve eğer yeni dosya yaratılırsa onu yükle</value>
</data>
<data name="chWatchFolderFolderPath.Text" xml:space="preserve">
<value>Dizin yolu</value>
</data>
<data name="chWatchFolderFilter.Text" xml:space="preserve">
<value>Süzgeç</value>
</data>
<data name="chWatchFolderIncludeSubdirectories.Text" xml:space="preserve">
<value>Alt dizinleri de dahil et</value>
</data>
<data name="btnWatchFolderRemove.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnWatchFolderRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="btnWatchFolderAdd.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnWatchFolderAdd.Text" xml:space="preserve">
<value>Ekle...</value>
</data>
<data name="tpWatchFolders.Text" xml:space="preserve">
<value>Takipteki dizinler</value>
</data>
<data name="cbFileUploadUseNamePattern.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbFileUploadUseNamePattern.Size" type="System.Drawing.Size, System.Drawing">
<value>335, 17</value>
</data>
<data name="cbFileUploadUseNamePattern.Text" xml:space="preserve">
<value>Dosya yükleme için de gerçek dosya ismi yerine isim deseni kullan</value>
</data>
<data name="lblNameFormatPattern.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblNameFormatPattern.Size" type="System.Drawing.Size, System.Drawing">
<value>243, 13</value>
</data>
<data name="lblNameFormatPattern.Text" xml:space="preserve">
<value>Yakalama veya panodan yükleme için isim deseni:</value>
</data>
<data name="btnResetAutoIncrementNumber.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnResetAutoIncrementNumber.Text" xml:space="preserve">
<value>Otomatik artan sayıyı sıfırla</value>
</data>
<data name="lblNameFormatPatternActiveWindow.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblNameFormatPatternActiveWindow.Size" type="System.Drawing.Size, System.Drawing">
<value>188, 13</value>
</data>
<data name="lblNameFormatPatternActiveWindow.Text" xml:space="preserve">
<value>Aktif pencere yakalam için isim deseni:</value>
</data>
<data name="lblNameFormatPatternPreview.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblNameFormatPatternPreview.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 13</value>
</data>
<data name="lblNameFormatPatternPreview.Text" xml:space="preserve">
<value>Ön izleme:</value>
</data>
<data name="lblNameFormatPatternPreviewActiveWindow.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblNameFormatPatternPreviewActiveWindow.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 13</value>
</data>
<data name="lblNameFormatPatternPreviewActiveWindow.Text" xml:space="preserve">
<value>Ön izleme:</value>
</data>
<data name="tpUploadNamePattern.Text" xml:space="preserve">
<value>İsim deseni</value>
</data>
<data name="cbClipboardUploadShareURL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbClipboardUploadShareURL.Size" type="System.Drawing.Size, System.Drawing">
<value>269, 17</value>
</data>
<data name="cbClipboardUploadShareURL.Text" xml:space="preserve">
<value>Pano URL içeriyorsa URL paylaşım servisi ile paylaş</value>
</data>
<data name="chkClipboardUploadURLContents.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkClipboardUploadURLContents.Size" type="System.Drawing.Size, System.Drawing">
<value>271, 17</value>
</data>
<data name="chkClipboardUploadURLContents.Text" xml:space="preserve">
<value>Eğer pano dosya URL bilgisi içeriyorsa indir ve yükle</value>
</data>
<data name="cbClipboardUploadAutoIndexFolder.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbClipboardUploadAutoIndexFolder.Size" type="System.Drawing.Size, System.Drawing">
<value>291, 17</value>
</data>
<data name="cbClipboardUploadAutoIndexFolder.Text" xml:space="preserve">
<value>Pano dizin yolu içeriyorsa dizini indeksle ve indeksi yükle</value>
</data>
<data name="cbClipboardUploadShortenURL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbClipboardUploadShortenURL.Size" type="System.Drawing.Size, System.Drawing">
<value>216, 17</value>
</data>
<data name="cbClipboardUploadShortenURL.Text" xml:space="preserve">
<value>Pano URL içeriyorsa URL kısaltıcı kullan</value>
</data>
<data name="tpUploadClipboard.Text" xml:space="preserve">
<value>Panodan yükleme</value>
</data>
<data name="chkUseDefaultUploadSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultUploadSettings.Text" xml:space="preserve">
<value>Varsayılan yükleme ayarlarını kullan</value>
</data>
<data name="tpUpload.Text" xml:space="preserve">
<value>Yükleme</value>
</data>
<data name="chkUseDefaultIndexerSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultIndexerSettings.Text" xml:space="preserve">
<value>Varsayılan indeksleyici görev ayarlarını kullan</value>
</data>
<data name="tpIndexer.Text" xml:space="preserve">
<value>İndeksleyici</value>
</data>
<data name="chkUseDefaultAdvancedSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultAdvancedSettings.Text" xml:space="preserve">
<value>Varsayılan gelişmiş ayarları kullan</value>
</data>
<data name="tpAdvanced.Text" xml:space="preserve">
<value>Gelişmiş</value>
</data>
</root>

View file

@ -29,6 +29,8 @@ protected override void Dispose(bool disposing)
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UploadTestForm));
this.tscTesters = new System.Windows.Forms.ToolStripContainer();
this.lvUploaders = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@ -37,206 +39,180 @@ private void InitializeComponent()
this.testSelectedUploadersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openURLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tcTesters = new System.Windows.Forms.TabControl();
this.tpTestUploaders = new System.Windows.Forms.TabPage();
this.tscTesters = new System.Windows.Forms.ToolStripContainer();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.btnTestSelected = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.btnTestAll = new System.Windows.Forms.ToolStripButton();
this.tcTesters = new System.Windows.Forms.TabControl();
this.tpTestUploaders = new System.Windows.Forms.TabPage();
this.tpConsole = new System.Windows.Forms.TabPage();
this.txtConsole = new System.Windows.Forms.TextBox();
this.cmsUploaders.SuspendLayout();
this.tcTesters.SuspendLayout();
this.tpTestUploaders.SuspendLayout();
this.tscTesters.ContentPanel.SuspendLayout();
this.tscTesters.TopToolStripPanel.SuspendLayout();
this.tscTesters.SuspendLayout();
this.cmsUploaders.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.tcTesters.SuspendLayout();
this.tpTestUploaders.SuspendLayout();
this.tpConsole.SuspendLayout();
this.SuspendLayout();
//
// tscTesters
//
resources.ApplyResources(this.tscTesters, "tscTesters");
//
// tscTesters.BottomToolStripPanel
//
resources.ApplyResources(this.tscTesters.BottomToolStripPanel, "tscTesters.BottomToolStripPanel");
//
// tscTesters.ContentPanel
//
resources.ApplyResources(this.tscTesters.ContentPanel, "tscTesters.ContentPanel");
this.tscTesters.ContentPanel.Controls.Add(this.lvUploaders);
//
// tscTesters.LeftToolStripPanel
//
resources.ApplyResources(this.tscTesters.LeftToolStripPanel, "tscTesters.LeftToolStripPanel");
this.tscTesters.Name = "tscTesters";
//
// tscTesters.RightToolStripPanel
//
resources.ApplyResources(this.tscTesters.RightToolStripPanel, "tscTesters.RightToolStripPanel");
//
// tscTesters.TopToolStripPanel
//
resources.ApplyResources(this.tscTesters.TopToolStripPanel, "tscTesters.TopToolStripPanel");
this.tscTesters.TopToolStripPanel.BackColor = System.Drawing.Color.White;
this.tscTesters.TopToolStripPanel.Controls.Add(this.toolStrip1);
//
// lvUploaders
//
resources.ApplyResources(this.lvUploaders, "lvUploaders");
this.lvUploaders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.lvUploaders.ContextMenuStrip = this.cmsUploaders;
this.lvUploaders.Dock = System.Windows.Forms.DockStyle.Fill;
this.lvUploaders.FullRowSelect = true;
this.lvUploaders.GridLines = true;
this.lvUploaders.Location = new System.Drawing.Point(0, 0);
this.lvUploaders.Name = "lvUploaders";
this.lvUploaders.Size = new System.Drawing.Size(621, 608);
this.lvUploaders.TabIndex = 0;
this.lvUploaders.UseCompatibleStateImageBehavior = false;
this.lvUploaders.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Name";
this.columnHeader1.Width = 180;
resources.ApplyResources(this.columnHeader1, "columnHeader1");
//
// columnHeader2
//
this.columnHeader2.Text = "Status";
this.columnHeader2.Width = 333;
resources.ApplyResources(this.columnHeader2, "columnHeader2");
//
// columnHeader3
//
this.columnHeader3.Text = "Time";
this.columnHeader3.Width = 86;
resources.ApplyResources(this.columnHeader3, "columnHeader3");
//
// cmsUploaders
//
resources.ApplyResources(this.cmsUploaders, "cmsUploaders");
this.cmsUploaders.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.testSelectedUploadersToolStripMenuItem,
this.openURLToolStripMenuItem,
this.copyToolStripMenuItem});
this.cmsUploaders.Name = "cmsUploaders";
this.cmsUploaders.Size = new System.Drawing.Size(207, 70);
//
// testSelectedUploadersToolStripMenuItem
//
resources.ApplyResources(this.testSelectedUploadersToolStripMenuItem, "testSelectedUploadersToolStripMenuItem");
this.testSelectedUploadersToolStripMenuItem.Name = "testSelectedUploadersToolStripMenuItem";
this.testSelectedUploadersToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
this.testSelectedUploadersToolStripMenuItem.Text = "Test selected uploaders";
this.testSelectedUploadersToolStripMenuItem.Click += new System.EventHandler(this.btnTestSelected_Click);
//
// openURLToolStripMenuItem
//
resources.ApplyResources(this.openURLToolStripMenuItem, "openURLToolStripMenuItem");
this.openURLToolStripMenuItem.Name = "openURLToolStripMenuItem";
this.openURLToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
this.openURLToolStripMenuItem.Text = "Open URL";
this.openURLToolStripMenuItem.Click += new System.EventHandler(this.openURLToolStripMenuItem_Click);
//
// copyToolStripMenuItem
//
resources.ApplyResources(this.copyToolStripMenuItem, "copyToolStripMenuItem");
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
this.copyToolStripMenuItem.Text = "Copy URL(s) to clipboard";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// tcTesters
//
this.tcTesters.Controls.Add(this.tpTestUploaders);
this.tcTesters.Controls.Add(this.tpConsole);
this.tcTesters.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcTesters.Location = new System.Drawing.Point(3, 3);
this.tcTesters.Name = "tcTesters";
this.tcTesters.SelectedIndex = 0;
this.tcTesters.Size = new System.Drawing.Size(635, 663);
this.tcTesters.TabIndex = 0;
//
// tpTestUploaders
//
this.tpTestUploaders.Controls.Add(this.tscTesters);
this.tpTestUploaders.Location = new System.Drawing.Point(4, 22);
this.tpTestUploaders.Name = "tpTestUploaders";
this.tpTestUploaders.Padding = new System.Windows.Forms.Padding(3);
this.tpTestUploaders.Size = new System.Drawing.Size(627, 637);
this.tpTestUploaders.TabIndex = 0;
this.tpTestUploaders.Text = "Test uploaders";
this.tpTestUploaders.UseVisualStyleBackColor = true;
//
// tscTesters
//
//
// tscTesters.ContentPanel
//
this.tscTesters.ContentPanel.Controls.Add(this.lvUploaders);
this.tscTesters.ContentPanel.Size = new System.Drawing.Size(621, 608);
this.tscTesters.Dock = System.Windows.Forms.DockStyle.Fill;
this.tscTesters.Location = new System.Drawing.Point(3, 3);
this.tscTesters.Name = "tscTesters";
this.tscTesters.Size = new System.Drawing.Size(621, 631);
this.tscTesters.TabIndex = 0;
this.tscTesters.Text = "toolStripContainer1";
//
// tscTesters.TopToolStripPanel
//
this.tscTesters.TopToolStripPanel.BackColor = System.Drawing.Color.White;
this.tscTesters.TopToolStripPanel.Controls.Add(this.toolStrip1);
//
// toolStrip1
//
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.BackColor = System.Drawing.Color.White;
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnTestSelected,
this.toolStripSeparator1,
this.btnTestAll});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.toolStrip1.Location = new System.Drawing.Point(3, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.toolStrip1.Size = new System.Drawing.Size(134, 23);
this.toolStrip1.TabIndex = 0;
//
// btnTestSelected
//
resources.ApplyResources(this.btnTestSelected, "btnTestSelected");
this.btnTestSelected.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnTestSelected.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnTestSelected.Name = "btnTestSelected";
this.btnTestSelected.Size = new System.Drawing.Size(79, 19);
this.btnTestSelected.Text = "Test selected";
this.btnTestSelected.Click += new System.EventHandler(this.btnTestSelected_Click);
//
// toolStripSeparator1
//
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
//
// btnTestAll
//
resources.ApplyResources(this.btnTestAll, "btnTestAll");
this.btnTestAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.btnTestAll.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnTestAll.Name = "btnTestAll";
this.btnTestAll.Size = new System.Drawing.Size(48, 19);
this.btnTestAll.Text = "Test all";
this.btnTestAll.Click += new System.EventHandler(this.btnTestAll_Click);
//
// tcTesters
//
resources.ApplyResources(this.tcTesters, "tcTesters");
this.tcTesters.Controls.Add(this.tpTestUploaders);
this.tcTesters.Controls.Add(this.tpConsole);
this.tcTesters.Name = "tcTesters";
this.tcTesters.SelectedIndex = 0;
//
// tpTestUploaders
//
resources.ApplyResources(this.tpTestUploaders, "tpTestUploaders");
this.tpTestUploaders.Controls.Add(this.tscTesters);
this.tpTestUploaders.Name = "tpTestUploaders";
this.tpTestUploaders.UseVisualStyleBackColor = true;
//
// tpConsole
//
resources.ApplyResources(this.tpConsole, "tpConsole");
this.tpConsole.Controls.Add(this.txtConsole);
this.tpConsole.Location = new System.Drawing.Point(4, 22);
this.tpConsole.Name = "tpConsole";
this.tpConsole.Padding = new System.Windows.Forms.Padding(3);
this.tpConsole.Size = new System.Drawing.Size(627, 637);
this.tpConsole.TabIndex = 1;
this.tpConsole.Text = "Console";
this.tpConsole.UseVisualStyleBackColor = true;
//
// txtConsole
//
this.txtConsole.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtConsole.Location = new System.Drawing.Point(3, 3);
this.txtConsole.Multiline = true;
resources.ApplyResources(this.txtConsole, "txtConsole");
this.txtConsole.Name = "txtConsole";
this.txtConsole.Size = new System.Drawing.Size(621, 631);
this.txtConsole.TabIndex = 0;
//
// UploadTestForm
//
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(641, 669);
this.Controls.Add(this.tcTesters);
this.Name = "UploadTestForm";
this.Padding = new System.Windows.Forms.Padding(3);
this.Text = "ShareX - Test uploaders";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TesterGUI_FormClosing);
this.cmsUploaders.ResumeLayout(false);
this.tcTesters.ResumeLayout(false);
this.tpTestUploaders.ResumeLayout(false);
this.tscTesters.ContentPanel.ResumeLayout(false);
this.tscTesters.TopToolStripPanel.ResumeLayout(false);
this.tscTesters.TopToolStripPanel.PerformLayout();
this.tscTesters.ResumeLayout(false);
this.tscTesters.PerformLayout();
this.cmsUploaders.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.tcTesters.ResumeLayout(false);
this.tpTestUploaders.ResumeLayout(false);
this.tpConsole.ResumeLayout(false);
this.tpConsole.PerformLayout();
this.ResumeLayout(false);

View file

@ -117,10 +117,400 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="cmsUploaders.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>122, 17</value>
<data name="&gt;&gt;tscTesters.TopToolStripPanel.Parent" xml:space="preserve">
<value>tscTesters</value>
</data>
<data name="&gt;&gt;lvUploaders.Name" xml:space="preserve">
<value>lvUploaders</value>
</data>
<data name="&gt;&gt;copyToolStripMenuItem.Name" xml:space="preserve">
<value>copyToolStripMenuItem</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="tpTestUploaders.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="&gt;&gt;tscTesters.Parent" xml:space="preserve">
<value>tpTestUploaders</value>
</data>
<data name="lvUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>621, 608</value>
</data>
<data name="&gt;&gt;tscTesters.LeftToolStripPanel.Parent" xml:space="preserve">
<value>tscTesters</value>
</data>
<data name="&gt;&gt;btnTestSelected.Name" xml:space="preserve">
<value>btnTestSelected</value>
</data>
<data name="&gt;&gt;tscTesters.TopToolStripPanel.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="btnTestSelected.ImageTransparentColor" type="System.Drawing.Color, System.Drawing">
<value>Magenta</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tpConsole.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
</data>
<data name="&gt;&gt;tpConsole.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="tpConsole.Size" type="System.Drawing.Size, System.Drawing">
<value>627, 637</value>
</data>
<data name="copyToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
</data>
<data name="openURLToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
</data>
<data name="&gt;&gt;tscTesters.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="columnHeader3.Text" xml:space="preserve">
<value>Time</value>
</data>
<data name="&gt;&gt;tscTesters.RightToolStripPanel.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;columnHeader2.Name" xml:space="preserve">
<value>columnHeader2</value>
</data>
<data name="tcTesters.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="&gt;&gt;tscTesters.BottomToolStripPanel.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="&gt;&gt;columnHeader1.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tscTesters.LeftToolStripPanel.Name" xml:space="preserve">
<value>tscTesters.LeftToolStripPanel</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tscTesters.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="txtConsole.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="&gt;&gt;lvUploaders.Parent" xml:space="preserve">
<value>tscTesters.ContentPanel</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>641, 669</value>
</data>
<data name="&gt;&gt;tscTesters.ContentPanel.Parent" xml:space="preserve">
<value>tscTesters</value>
</data>
<data name="&gt;&gt;testSelectedUploadersToolStripMenuItem.Name" xml:space="preserve">
<value>testSelectedUploadersToolStripMenuItem</value>
</data>
<data name="&gt;&gt;txtConsole.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="txtConsole.Multiline" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="tscTesters.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="&gt;&gt;columnHeader3.Name" xml:space="preserve">
<value>columnHeader3</value>
</data>
<data name="btnTestAll.ImageTransparentColor" type="System.Drawing.Color, System.Drawing">
<value>Magenta</value>
</data>
<data name="&gt;&gt;tscTesters.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;cmsUploaders.Type" xml:space="preserve">
<value>System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tscTesters.TopToolStripPanel.Name" xml:space="preserve">
<value>tscTesters.TopToolStripPanel</value>
</data>
<data name="columnHeader1.Text" xml:space="preserve">
<value>Name</value>
</data>
<data name="tscTesters.ContentPanel.Size" type="System.Drawing.Size, System.Drawing">
<value>621, 608</value>
</data>
<data name="tcTesters.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="btnTestSelected.Text" xml:space="preserve">
<value>Test selected</value>
</data>
<data name="txtConsole.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;tscTesters.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;toolStrip1.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="testSelectedUploadersToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>206, 22</value>
</data>
<data name="tscTesters.Size" type="System.Drawing.Size, System.Drawing">
<value>621, 631</value>
</data>
<data name="&gt;&gt;openURLToolStripMenuItem.Name" xml:space="preserve">
<value>openURLToolStripMenuItem</value>
</data>
<data name="btnTestAll.Size" type="System.Drawing.Size, System.Drawing">
<value>48, 19</value>
</data>
<data name="testSelectedUploadersToolStripMenuItem.Text" xml:space="preserve">
<value>Test selected uploaders</value>
</data>
<data name="&gt;&gt;tscTesters.Name" xml:space="preserve">
<value>tscTesters</value>
</data>
<data name="&gt;&gt;tscTesters.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;tcTesters.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;tscTesters.BottomToolStripPanel.Name" xml:space="preserve">
<value>tscTesters.BottomToolStripPanel</value>
</data>
<data name="&gt;&gt;toolStripSeparator1.Name" xml:space="preserve">
<value>toolStripSeparator1</value>
</data>
<data name="&gt;&gt;openURLToolStripMenuItem.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;toolStripSeparator1.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;columnHeader3.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;columnHeader2.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lvUploaders.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="lvUploaders.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;toolStrip1.Name" xml:space="preserve">
<value>toolStrip1</value>
</data>
<data name="&gt;&gt;tpTestUploaders.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="tcTesters.Size" type="System.Drawing.Size, System.Drawing">
<value>635, 663</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>
<data name="&gt;&gt;tcTesters.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="toolStrip1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 0</value>
</data>
<data name="&gt;&gt;copyToolStripMenuItem.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;cmsUploaders.Name" xml:space="preserve">
<value>cmsUploaders</value>
</data>
<data name="toolStrip1.Size" type="System.Drawing.Size, System.Drawing">
<value>134, 23</value>
</data>
<data name="&gt;&gt;tscTesters.RightToolStripPanel.Name" xml:space="preserve">
<value>tscTesters.RightToolStripPanel</value>
</data>
<data name="toolStrip1.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;tpConsole.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="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;tscTesters.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="cmsUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>207, 70</value>
</data>
<data name="copyToolStripMenuItem.Text" xml:space="preserve">
<value>Copy URL(s) to clipboard</value>
</data>
<data name="tpConsole.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;testSelectedUploadersToolStripMenuItem.Type" xml:space="preserve">
<value>System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;columnHeader1.Name" xml:space="preserve">
<value>columnHeader1</value>
</data>
<data name="&gt;&gt;tscTesters.ContentPanel.Name" xml:space="preserve">
<value>tscTesters.ContentPanel</value>
</data>
<data name="&gt;&gt;tscTesters.ContentPanel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;tpTestUploaders.Parent" xml:space="preserve">
<value>tcTesters</value>
</data>
<data name="tpTestUploaders.Text" xml:space="preserve">
<value>Test uploaders</value>
</data>
<data name="openURLToolStripMenuItem.Text" xml:space="preserve">
<value>Open URL</value>
</data>
<data name="&gt;&gt;btnTestSelected.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;tscTesters.BottomToolStripPanel.Parent" xml:space="preserve">
<value>tscTesters</value>
</data>
<data name="tpTestUploaders.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
</data>
<data name="tpTestUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>627, 637</value>
</data>
<data name="tpConsole.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 22</value>
</data>
<data name="&gt;&gt;tscTesters.RightToolStripPanel.Parent" xml:space="preserve">
<value>tscTesters</value>
</data>
<data name="tcTesters.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="&gt;&gt;tscTesters.LeftToolStripPanel.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;tscTesters.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;$this.Name" xml:space="preserve">
<value>UploadTestForm</value>
</data>
<data name="&gt;&gt;btnTestAll.Name" xml:space="preserve">
<value>btnTestAll</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Test uploaders</value>
</data>
<data name="columnHeader3.Width" type="System.Int32, mscorlib">
<value>86</value>
</data>
<data name="&gt;&gt;tpConsole.Name" xml:space="preserve">
<value>tpConsole</value>
</data>
<data name="&gt;&gt;txtConsole.Parent" xml:space="preserve">
<value>tpConsole</value>
</data>
<data name="lvUploaders.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="columnHeader2.Text" xml:space="preserve">
<value>Status</value>
</data>
<data name="columnHeader1.Width" type="System.Int32, mscorlib">
<value>180</value>
</data>
<data name="&gt;&gt;toolStrip1.Parent" xml:space="preserve">
<value>tscTesters.TopToolStripPanel</value>
</data>
<data name="toolStrip1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>None</value>
</data>
<data name="&gt;&gt;tpConsole.Parent" xml:space="preserve">
<value>tcTesters</value>
</data>
<data name="&gt;&gt;tcTesters.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtConsole.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="btnTestSelected.Size" type="System.Drawing.Size, System.Drawing">
<value>79, 19</value>
</data>
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
<value>6, 23</value>
</data>
<data name="btnTestAll.Text" xml:space="preserve">
<value>Test all</value>
</data>
<data name="&gt;&gt;tscTesters.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;toolStrip1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;tpTestUploaders.Name" xml:space="preserve">
<value>tpTestUploaders</value>
</data>
<data name="txtConsole.Size" type="System.Drawing.Size, System.Drawing">
<value>621, 631</value>
</data>
<data name="tpTestUploaders.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;tpTestUploaders.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="tpConsole.Text" xml:space="preserve">
<value>Console</value>
</data>
<data name="tscTesters.Text" xml:space="preserve">
<value>toolStripContainer1</value>
</data>
<data name="columnHeader2.Width" type="System.Int32, mscorlib">
<value>333</value>
</data>
<data name="&gt;&gt;lvUploaders.Type" xml:space="preserve">
<value>System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;txtConsole.Name" xml:space="preserve">
<value>txtConsole</value>
</data>
<data name="lvUploaders.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="txtConsole.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="&gt;&gt;btnTestAll.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;tcTesters.Name" xml:space="preserve">
<value>tcTesters</value>
</data>
<data name="$this.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 3</value>
</data>
<data name="tscTesters.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="cmsUploaders.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>122, 17</value>
</metadata>
</root>

View file

@ -0,0 +1,175 @@
<?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>
<data name="columnHeader1.Text" xml:space="preserve">
<value>Ad</value>
</data>
<data name="columnHeader2.Text" xml:space="preserve">
<value>Durum</value>
</data>
<data name="columnHeader3.Text" xml:space="preserve">
<value>Zaman</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="testSelectedUploadersToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>201, 22</value>
</data>
<data name="testSelectedUploadersToolStripMenuItem.Text" xml:space="preserve">
<value>Seçili yükleyicileri test et</value>
</data>
<data name="openURLToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>201, 22</value>
</data>
<data name="openURLToolStripMenuItem.Text" xml:space="preserve">
<value>URL aç</value>
</data>
<data name="copyToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>201, 22</value>
</data>
<data name="copyToolStripMenuItem.Text" xml:space="preserve">
<value>URL'leri panoya kopyala</value>
</data>
<data name="cmsUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>202, 70</value>
</data>
<data name="btnTestSelected.Size" type="System.Drawing.Size, System.Drawing">
<value>115, 19</value>
</data>
<data name="btnTestSelected.Text" xml:space="preserve">
<value>Seçili olanları test et</value>
</data>
<data name="btnTestAll.Size" type="System.Drawing.Size, System.Drawing">
<value>86, 19</value>
</data>
<data name="btnTestAll.Text" xml:space="preserve">
<value>Hepsini test et</value>
</data>
<data name="toolStrip1.Size" type="System.Drawing.Size, System.Drawing">
<value>208, 23</value>
</data>
<data name="tpTestUploaders.Text" xml:space="preserve">
<value>Yükleyicileri test et</value>
</data>
<data name="tpConsole.Text" xml:space="preserve">
<value>Konsol</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Yükleyicileri test et</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(VideoEncodersForm));
this.btnEncoderDuplicate = new System.Windows.Forms.Button();
this.btnEncodersAdd = new System.Windows.Forms.Button();
this.btnEncodersEdit = new System.Windows.Forms.Button();
@ -41,49 +42,35 @@ private void InitializeComponent()
//
// btnEncoderDuplicate
//
this.btnEncoderDuplicate.Location = new System.Drawing.Point(168, 8);
resources.ApplyResources(this.btnEncoderDuplicate, "btnEncoderDuplicate");
this.btnEncoderDuplicate.Name = "btnEncoderDuplicate";
this.btnEncoderDuplicate.Size = new System.Drawing.Size(75, 23);
this.btnEncoderDuplicate.TabIndex = 2;
this.btnEncoderDuplicate.Text = "Duplicate";
this.btnEncoderDuplicate.UseVisualStyleBackColor = true;
this.btnEncoderDuplicate.Click += new System.EventHandler(this.btnEncoderDuplicate_Click);
//
// btnEncodersAdd
//
this.btnEncodersAdd.Location = new System.Drawing.Point(8, 8);
resources.ApplyResources(this.btnEncodersAdd, "btnEncodersAdd");
this.btnEncodersAdd.Name = "btnEncodersAdd";
this.btnEncodersAdd.Size = new System.Drawing.Size(75, 23);
this.btnEncodersAdd.TabIndex = 0;
this.btnEncodersAdd.Text = "Add";
this.btnEncodersAdd.UseVisualStyleBackColor = true;
this.btnEncodersAdd.Click += new System.EventHandler(this.btnEncodersAdd_Click);
//
// btnEncodersEdit
//
this.btnEncodersEdit.Location = new System.Drawing.Point(88, 8);
resources.ApplyResources(this.btnEncodersEdit, "btnEncodersEdit");
this.btnEncodersEdit.Name = "btnEncodersEdit";
this.btnEncodersEdit.Size = new System.Drawing.Size(75, 23);
this.btnEncodersEdit.TabIndex = 1;
this.btnEncodersEdit.Text = "Edit";
this.btnEncodersEdit.UseVisualStyleBackColor = true;
this.btnEncodersEdit.Click += new System.EventHandler(this.btnEncodersEdit_Click);
//
// btnEncodersRemove
//
this.btnEncodersRemove.Location = new System.Drawing.Point(248, 8);
resources.ApplyResources(this.btnEncodersRemove, "btnEncodersRemove");
this.btnEncodersRemove.Name = "btnEncodersRemove";
this.btnEncodersRemove.Size = new System.Drawing.Size(75, 23);
this.btnEncodersRemove.TabIndex = 3;
this.btnEncodersRemove.Text = "Remove";
this.btnEncodersRemove.UseVisualStyleBackColor = true;
this.btnEncodersRemove.Click += new System.EventHandler(this.btnEncodersRemove_Click);
//
// lvEncoders
//
this.lvEncoders.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.lvEncoders, "lvEncoders");
this.lvEncoders.AutoFillColumn = true;
this.lvEncoders.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chEncoderDescription,
@ -91,49 +78,38 @@ private void InitializeComponent()
this.chEncoderArgs,
this.chEncoderOutputExtension});
this.lvEncoders.FullRowSelect = true;
this.lvEncoders.Location = new System.Drawing.Point(8, 40);
this.lvEncoders.MultiSelect = false;
this.lvEncoders.Name = "lvEncoders";
this.lvEncoders.Size = new System.Drawing.Size(646, 330);
this.lvEncoders.TabIndex = 4;
this.lvEncoders.UseCompatibleStateImageBehavior = false;
this.lvEncoders.View = System.Windows.Forms.View.Details;
this.lvEncoders.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvEncoders_MouseDoubleClick);
//
// chEncoderDescription
//
this.chEncoderDescription.Text = "Description";
this.chEncoderDescription.Width = 130;
resources.ApplyResources(this.chEncoderDescription, "chEncoderDescription");
//
// chEncoderPath
//
this.chEncoderPath.Text = "Path";
this.chEncoderPath.Width = 80;
resources.ApplyResources(this.chEncoderPath, "chEncoderPath");
//
// chEncoderArgs
//
this.chEncoderArgs.Text = "Args";
this.chEncoderArgs.Width = 230;
resources.ApplyResources(this.chEncoderArgs, "chEncoderArgs");
//
// chEncoderOutputExtension
//
this.chEncoderOutputExtension.Text = "Output extension";
this.chEncoderOutputExtension.Width = 100;
resources.ApplyResources(this.chEncoderOutputExtension, "chEncoderOutputExtension");
//
// VideoEncodersForm
//
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(664, 381);
this.Controls.Add(this.btnEncoderDuplicate);
this.Controls.Add(this.lvEncoders);
this.Controls.Add(this.btnEncodersAdd);
this.Controls.Add(this.btnEncodersRemove);
this.Controls.Add(this.btnEncodersEdit);
this.MinimumSize = new System.Drawing.Size(680, 420);
this.Name = "VideoEncodersForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "ShareX - Encoder Profiles";
this.Load += new System.EventHandler(this.VideoEncodersForm_Load);
this.ResumeLayout(false);

View file

@ -117,4 +117,202 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="&gt;&gt;chEncoderDescription.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnEncodersRemove.Parent" xml:space="preserve">
<value>$this</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;chEncoderArgs.Name" xml:space="preserve">
<value>chEncoderArgs</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="btnEncodersAdd.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;chEncoderPath.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;btnEncodersRemove.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="chEncoderPath.Text" xml:space="preserve">
<value>Path</value>
</data>
<data name="btnEncoderDuplicate.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="lvEncoders.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 40</value>
</data>
<data name="chEncoderOutputExtension.Text" xml:space="preserve">
<value>Output extension</value>
</data>
<data name="&gt;&gt;lvEncoders.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnEncoderDuplicate.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="lvEncoders.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="btnEncodersEdit.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;btnEncodersRemove.Name" xml:space="preserve">
<value>btnEncodersRemove</value>
</data>
<data name="btnEncoderDuplicate.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="btnEncodersEdit.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 8</value>
</data>
<data name="&gt;&gt;btnEncodersEdit.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnEncodersRemove.Location" type="System.Drawing.Point, System.Drawing">
<value>248, 8</value>
</data>
<data name="chEncoderOutputExtension.Width" type="System.Int32, mscorlib">
<value>100</value>
</data>
<data name="btnEncodersAdd.Text" xml:space="preserve">
<value>Add</value>
</data>
<data name="&gt;&gt;chEncoderArgs.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="btnEncodersRemove.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="btnEncodersAdd.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>664, 381</value>
</data>
<data name="&gt;&gt;lvEncoders.Name" xml:space="preserve">
<value>lvEncoders</value>
</data>
<data name="chEncoderPath.Width" type="System.Int32, mscorlib">
<value>80</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>CenterParent</value>
</data>
<data name="&gt;&gt;chEncoderPath.Name" xml:space="preserve">
<value>chEncoderPath</value>
</data>
<data name="&gt;&gt;chEncoderOutputExtension.Name" xml:space="preserve">
<value>chEncoderOutputExtension</value>
</data>
<data name="btnEncodersEdit.Text" xml:space="preserve">
<value>Edit</value>
</data>
<data name="btnEncodersAdd.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="&gt;&gt;chEncoderOutputExtension.Type" xml:space="preserve">
<value>System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="btnEncoderDuplicate.Location" type="System.Drawing.Point, System.Drawing">
<value>168, 8</value>
</data>
<data name="lvEncoders.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="btnEncodersEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="lvEncoders.Size" type="System.Drawing.Size, System.Drawing">
<value>646, 330</value>
</data>
<data name="chEncoderDescription.Width" type="System.Int32, mscorlib">
<value>130</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>VideoEncodersForm</value>
</data>
<data name="&gt;&gt;btnEncodersEdit.Name" xml:space="preserve">
<value>btnEncodersEdit</value>
</data>
<data name="&gt;&gt;lvEncoders.Type" xml:space="preserve">
<value>HelpersLib.MyListView, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;btnEncoderDuplicate.Name" xml:space="preserve">
<value>btnEncoderDuplicate</value>
</data>
<data name="&gt;&gt;btnEncoderDuplicate.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;btnEncodersRemove.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;btnEncodersAdd.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;chEncoderDescription.Name" xml:space="preserve">
<value>chEncoderDescription</value>
</data>
<data name="chEncoderArgs.Width" type="System.Int32, mscorlib">
<value>230</value>
</data>
<data name="&gt;&gt;btnEncodersEdit.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="chEncoderDescription.Text" xml:space="preserve">
<value>Description</value>
</data>
<data name="&gt;&gt;btnEncodersAdd.Name" xml:space="preserve">
<value>btnEncodersAdd</value>
</data>
<data name="&gt;&gt;btnEncoderDuplicate.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;btnEncodersAdd.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;btnEncodersAdd.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="$this.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>680, 420</value>
</data>
<data name="&gt;&gt;btnEncodersEdit.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;lvEncoders.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="btnEncodersRemove.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
</data>
<data name="chEncoderArgs.Text" xml:space="preserve">
<value>Args</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>
<data name="btnEncoderDuplicate.Text" xml:space="preserve">
<value>Duplicate</value>
</data>
<data name="btnEncodersRemove.Text" xml:space="preserve">
<value>Remove</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Encoder Profiles</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,147 @@
<?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>
<data name="btnEncoderDuplicate.Text" xml:space="preserve">
<value>Kopyala</value>
</data>
<data name="btnEncodersAdd.Text" xml:space="preserve">
<value>Ekle</value>
</data>
<data name="btnEncodersEdit.Text" xml:space="preserve">
<value>Düzenle</value>
</data>
<data name="btnEncodersRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="chEncoderDescription.Text" xml:space="preserve">
<value>Açıklama</value>
</data>
<data name="chEncoderPath.Text" xml:space="preserve">
<value>Yol</value>
</data>
<data name="chEncoderArgs.Text" xml:space="preserve">
<value>Parametreler</value>
</data>
<data name="chEncoderOutputExtension.Text" xml:space="preserve">
<value>Çıkış uzantısı</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Kodlayıcı Profilleri</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(WatchFolderForm));
this.btnPathBrowse = new System.Windows.Forms.Button();
this.txtFilter = new System.Windows.Forms.TextBox();
this.txtFolderPath = new System.Windows.Forms.TextBox();
@ -41,91 +42,61 @@ private void InitializeComponent()
//
// btnPathBrowse
//
this.btnPathBrowse.Location = new System.Drawing.Point(272, 11);
resources.ApplyResources(this.btnPathBrowse, "btnPathBrowse");
this.btnPathBrowse.Name = "btnPathBrowse";
this.btnPathBrowse.Size = new System.Drawing.Size(40, 23);
this.btnPathBrowse.TabIndex = 2;
this.btnPathBrowse.Text = "...";
this.btnPathBrowse.UseVisualStyleBackColor = true;
this.btnPathBrowse.Click += new System.EventHandler(this.btnPathBrowse_Click);
//
// txtFilter
//
this.txtFilter.Location = new System.Drawing.Point(88, 36);
resources.ApplyResources(this.txtFilter, "txtFilter");
this.txtFilter.Name = "txtFilter";
this.txtFilter.Size = new System.Drawing.Size(224, 20);
this.txtFilter.TabIndex = 4;
//
// txtFolderPath
//
this.txtFolderPath.Location = new System.Drawing.Point(88, 12);
resources.ApplyResources(this.txtFolderPath, "txtFolderPath");
this.txtFolderPath.Name = "txtFolderPath";
this.txtFolderPath.Size = new System.Drawing.Size(176, 20);
this.txtFolderPath.TabIndex = 1;
//
// lblFilter
//
this.lblFilter.AutoSize = true;
this.lblFilter.Location = new System.Drawing.Point(16, 40);
resources.ApplyResources(this.lblFilter, "lblFilter");
this.lblFilter.Name = "lblFilter";
this.lblFilter.Size = new System.Drawing.Size(32, 13);
this.lblFilter.TabIndex = 3;
this.lblFilter.Text = "Filter:";
//
// lblFolderPath
//
this.lblFolderPath.AutoSize = true;
this.lblFolderPath.Location = new System.Drawing.Point(16, 16);
resources.ApplyResources(this.lblFolderPath, "lblFolderPath");
this.lblFolderPath.Name = "lblFolderPath";
this.lblFolderPath.Size = new System.Drawing.Size(63, 13);
this.lblFolderPath.TabIndex = 0;
this.lblFolderPath.Text = "Folder path:";
//
// lblFilterExample
//
this.lblFilterExample.AutoSize = true;
this.lblFilterExample.Location = new System.Drawing.Point(88, 60);
resources.ApplyResources(this.lblFilterExample, "lblFilterExample");
this.lblFilterExample.Name = "lblFilterExample";
this.lblFilterExample.Size = new System.Drawing.Size(78, 13);
this.lblFilterExample.TabIndex = 5;
this.lblFilterExample.Text = "Example: *.png";
//
// cbIncludeSubdirectories
//
this.cbIncludeSubdirectories.AutoSize = true;
this.cbIncludeSubdirectories.Location = new System.Drawing.Point(16, 88);
resources.ApplyResources(this.cbIncludeSubdirectories, "cbIncludeSubdirectories");
this.cbIncludeSubdirectories.Name = "cbIncludeSubdirectories";
this.cbIncludeSubdirectories.Size = new System.Drawing.Size(129, 17);
this.cbIncludeSubdirectories.TabIndex = 6;
this.cbIncludeSubdirectories.Text = "Include subdirectories";
this.cbIncludeSubdirectories.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(232, 120);
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 23);
this.btnCancel.TabIndex = 8;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(144, 120);
resources.ApplyResources(this.btnOK, "btnOK");
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(80, 23);
this.btnOK.TabIndex = 7;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// WatchFolderForm
//
this.AcceptButton = this.btnOK;
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(324, 153);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.cbIncludeSubdirectories);
@ -138,8 +109,6 @@ private void InitializeComponent()
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "WatchFolderForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Watch folder";
this.ResumeLayout(false);
this.PerformLayout();

View file

@ -117,4 +117,253 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>324, 153</value>
</data>
<data name="lblFilter.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 13</value>
</data>
<data name="&gt;&gt;btnCancel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblFilterExample.Text" xml:space="preserve">
<value>Example: *.png</value>
</data>
<data name="&gt;&gt;btnPathBrowse.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.Name" xml:space="preserve">
<value>btnCancel</value>
</data>
<data name="&gt;&gt;lblFilter.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;lblFolderPath.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="btnPathBrowse.Location" type="System.Drawing.Point, System.Drawing">
<value>272, 11</value>
</data>
<data name="txtFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>176, 20</value>
</data>
<data name="&gt;&gt;btnOK.Name" xml:space="preserve">
<value>btnOK</value>
</data>
<data name="&gt;&gt;btnPathBrowse.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;cbIncludeSubdirectories.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="txtFilter.Size" type="System.Drawing.Size, System.Drawing">
<value>224, 20</value>
</data>
<data name="lblFilterExample.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 60</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>WatchFolderForm</value>
</data>
<data name="&gt;&gt;btnPathBrowse.Name" xml:space="preserve">
<value>btnPathBrowse</value>
</data>
<data name="cbIncludeSubdirectories.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 88</value>
</data>
<data name="lblFolderPath.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 16</value>
</data>
<data name="&gt;&gt;txtFolderPath.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="&gt;&gt;lblFolderPath.Name" xml:space="preserve">
<value>lblFolderPath</value>
</data>
<data name="btnOK.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 23</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;btnPathBrowse.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="txtFolderPath.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 12</value>
</data>
<data name="&gt;&gt;cbIncludeSubdirectories.Name" xml:space="preserve">
<value>cbIncludeSubdirectories</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>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="cbIncludeSubdirectories.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="cbIncludeSubdirectories.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblFilterExample.AutoSize" type="System.Boolean, mscorlib">
<value>True</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="txtFilter.Location" type="System.Drawing.Point, System.Drawing">
<value>88, 36</value>
</data>
<data name="lblFilter.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 40</value>
</data>
<data name="btnCancel.TabIndex" type="System.Int32, mscorlib">
<value>8</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;txtFolderPath.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblFilterExample.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;lblFilterExample.Name" xml:space="preserve">
<value>lblFilterExample</value>
</data>
<data name="lblFilterExample.Size" type="System.Drawing.Size, System.Drawing">
<value>78, 13</value>
</data>
<data name="&gt;&gt;cbIncludeSubdirectories.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;txtFilter.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="lblFolderPath.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="lblFilter.Text" xml:space="preserve">
<value>Filter:</value>
</data>
<data name="&gt;&gt;lblFolderPath.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnPathBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="lblFolderPath.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;lblFilterExample.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="txtFolderPath.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="btnOK.Location" type="System.Drawing.Point, System.Drawing">
<value>144, 120</value>
</data>
<data name="&gt;&gt;btnOK.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="cbIncludeSubdirectories.Text" xml:space="preserve">
<value>Include subdirectories</value>
</data>
<data name="btnCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>232, 120</value>
</data>
<data name="btnCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>80, 23</value>
</data>
<data name="&gt;&gt;txtFilter.Name" xml:space="preserve">
<value>txtFilter</value>
</data>
<data name="&gt;&gt;lblFilterExample.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;btnCancel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;cbIncludeSubdirectories.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="&gt;&gt;txtFilter.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>63, 13</value>
</data>
<data name="&gt;&gt;lblFilter.Name" xml:space="preserve">
<value>lblFilter</value>
</data>
<data name="lblFilter.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>OK</value>
</data>
<data name="btnPathBrowse.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="lblFolderPath.Text" xml:space="preserve">
<value>Folder path:</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="&gt;&gt;lblFilterExample.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblFilter.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="&gt;&gt;btnOK.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblFolderPath.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;txtFilter.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Watch folder</value>
</data>
<data name="&gt;&gt;btnOK.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="btnOK.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="txtFilter.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;lblFilter.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="cbIncludeSubdirectories.Size" type="System.Drawing.Size, System.Drawing">
<value>129, 17</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>
<data name="&gt;&gt;lblFilter.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="btnPathBrowse.Size" type="System.Drawing.Size, System.Drawing">
<value>40, 23</value>
</data>
<data name="&gt;&gt;txtFolderPath.Name" xml:space="preserve">
<value>txtFolderPath</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.Language" type="System.Globalization.CultureInfo, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>tr</value>
</metadata>
</root>

View file

@ -0,0 +1,154 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblFilter.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 13</value>
</data>
<data name="lblFilter.Text" xml:space="preserve">
<value>Süzgeç:</value>
</data>
<data name="lblFolderPath.Size" type="System.Drawing.Size, System.Drawing">
<value>55, 13</value>
</data>
<data name="lblFolderPath.Text" xml:space="preserve">
<value>Dizin yolu:</value>
</data>
<data name="lblFilterExample.Size" type="System.Drawing.Size, System.Drawing">
<value>67, 13</value>
</data>
<data name="lblFilterExample.Text" xml:space="preserve">
<value>Örnek: *.png</value>
</data>
<data name="cbIncludeSubdirectories.Size" type="System.Drawing.Size, System.Drawing">
<value>110, 17</value>
</data>
<data name="cbIncludeSubdirectories.Text" xml:space="preserve">
<value>Alt dizinleri de içer</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>İptal</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>Tamam</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Dizin gözetle</value>
</data>
</root>

View file

@ -253,34 +253,80 @@
<EmbeddedResource Include="Controls\BeforeUploadControl.resx">
<DependentUpon>BeforeUploadControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HotkeyManagerControl.tr.resx">
<DependentUpon>HotkeyManagerControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\HotkeySelectionControl.tr.resx">
<DependentUpon>HotkeySelectionControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AboutForm.tr.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsForm.tr.resx">
<DependentUpon>ActionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterCaptureForm.resx">
<DependentUpon>AfterCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterCaptureForm.tr.resx">
<DependentUpon>AfterCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterUploadForm.tr.resx">
<DependentUpon>AfterUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ApplicationSettingsForm.tr.resx">
<DependentUpon>ApplicationSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AutoCaptureForm.resx">
<DependentUpon>AutoCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AutoCaptureForm.tr.resx">
<DependentUpon>AutoCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\BeforeUploadForm.resx">
<DependentUpon>BeforeUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\BeforeUploadForm.tr.resx">
<DependentUpon>BeforeUploadForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardFormatForm.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardFormatForm.tr.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EncoderProgramForm.resx">
<DependentUpon>EncoderProgramForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsForm.resx">
<DependentUpon>ActionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EncoderProgramForm.tr.resx">
<DependentUpon>EncoderProgramForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FileExistForm.resx">
<DependentUpon>FileExistForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FileExistForm.tr.resx">
<DependentUpon>FileExistForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HotkeySettingsForm.tr.resx">
<DependentUpon>HotkeySettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MainForm.tr.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScreenColorPicker.resx">
<DependentUpon>ScreenColorPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScreenColorPicker.tr.resx">
<DependentUpon>ScreenColorPicker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScreenRegionForm.resx">
<DependentUpon>ScreenRegionForm.cs</DependentUpon>
</EmbeddedResource>
@ -290,9 +336,21 @@
<EmbeddedResource Include="Forms\MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScreenRegionForm.tr.resx">
<DependentUpon>ScreenRegionForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TaskSettingsForm.tr.resx">
<DependentUpon>TaskSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UploadTestForm.resx">
<DependentUpon>UploadTestForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UploadTestForm.tr.resx">
<DependentUpon>UploadTestForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoEncodersForm.tr.resx">
<DependentUpon>VideoEncodersForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WatchFolderForm.resx">
<DependentUpon>WatchFolderForm.cs</DependentUpon>
</EmbeddedResource>
@ -308,6 +366,9 @@
<EmbeddedResource Include="Forms\AfterUploadForm.resx">
<DependentUpon>AfterUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WatchFolderForm.tr.resx">
<DependentUpon>WatchFolderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>

View file

@ -242,12 +242,10 @@ public string CaptureFolder
private static ImageDestination DefaultImageDestination()
{
if (CultureInfo.CurrentCulture.Name.Equals("tr-TR", StringComparison.InvariantCultureIgnoreCase))
{
return ImageDestination.HizliResim;
}
return ImageDestination.Imgur;
return
CultureInfo.CurrentCulture.Name.Equals("tr-TR", StringComparison.InvariantCultureIgnoreCase) ||
CultureInfo.CurrentUICulture.Name.Equals("tr-TR", StringComparison.InvariantCultureIgnoreCase) ?
ImageDestination.HizliResim : ImageDestination.Imgur;
}
}