From e5f4a36f8c4f7d719c8ec04f2c4a6bbd86935fec Mon Sep 17 00:00:00 2001 From: AmirPourmand Date: Thu, 22 Aug 2019 09:14:17 +0430 Subject: [PATCH] merge commit --- .../Forms/ClipboardContentViewer.Designer.cs | 4 +- .../Forms/ClipboardContentViewer.resx | 379 +- .../Forms/ColorPickerForm.Designer.cs | 108 +- ShareX.HelpersLib/Forms/ColorPickerForm.resx | 3159 ++-- .../Forms/DNSChangerForm.Designer.cs | 5 +- ShareX.HelpersLib/Forms/DNSChangerForm.resx | 571 +- ShareX.HelpersLib/Forms/DebugForm.resx | 401 +- ShareX.HelpersLib/Forms/ErrorForm.Designer.cs | 7 +- ShareX.HelpersLib/Forms/ErrorForm.resx | 397 +- .../Forms/HashCheckForm.Designer.cs | 14 +- ShareX.HelpersLib/Forms/HashCheckForm.resx | 1519 +- ShareX.HelpersLib/Forms/InputBox.cs | 75 +- ShareX.HelpersLib/Forms/InputBox.resx | 183 +- .../Forms/MonitorTestForm.Designer.cs | 12 +- ShareX.HelpersLib/Forms/MonitorTestForm.resx | 1371 +- ShareX.HelpersLib/Forms/PrintForm.Designer.cs | 2 +- ShareX.HelpersLib/Forms/PrintForm.resx | 417 +- ShareX.HelpersLib/Forms/PrintTextForm.resx | 201 +- .../Properties/Resources.Designer.cs | 2 +- ShareX.HelpersLib/ShareX.HelpersLib.csproj | 2 +- .../UpdateChecker/DownloaderForm.Designer.cs | 13 +- .../UpdateChecker/DownloaderForm.resx | 250 +- ShareX.HistoryLib/ShareX.HistoryLib.csproj | 2 +- .../ShareX.ImageEffectsLib.csproj | 2 +- .../Properties/Resources.Designer.cs | 3 +- ShareX.IndexerLib/ShareX.IndexerLib.csproj | 2 +- .../Forms/ImageCombinerForm.Designer.cs | 4 +- ShareX.MediaLib/Forms/ImageCombinerForm.resx | 493 +- ShareX.MediaLib/ShareX.MediaLib.csproj | 2 +- .../ShareX.NativeMessagingHost.csproj | 2 +- ShareX.NativeMessagingHost/app.config | 2 +- .../Forms/EditorStartupForm.Designer.cs | 2 +- .../Forms/EditorStartupForm.resx | 279 +- .../Properties/Resources.Designer.cs | 2 +- .../ShareX.ScreenCaptureLib.csproj | 2 +- ShareX.Setup/ShareX.Setup.csproj | 2 +- ShareX.Setup/app.config | 4 +- ShareX.Steam/ShareX.Steam.csproj | 2 +- ShareX.Steam/app.config | 2 +- ShareX.UploadersLib/Forms/EmailForm.resx | 355 +- ShareX.UploadersLib/Forms/UserPassBox.resx | 443 +- .../ShareX.UploadersLib.csproj | 2 +- ShareX/Forms/AboutForm.Designer.cs | 10 +- ShareX/Forms/AboutForm.resx | 853 +- ShareX/Forms/ActionsForm.resx | 615 +- ShareX/Forms/MainForm.Designer.cs | 472 +- ShareX/Forms/MainForm.resx | 6555 ++++---- ShareX/Forms/ScreenRecordForm.Designer.cs | 10 +- ShareX/Forms/ScreenRecordForm.resx | 333 +- ShareX/Forms/TaskSettingsForm.Designer.cs | 134 +- ShareX/Forms/TaskSettingsForm.cs | 5 + ShareX/Forms/TaskSettingsForm.resx | 12334 +++++++--------- ShareX/Properties/Resources.Designer.cs | 2 +- ShareX/ShareX.csproj | 2 +- ShareX/app.config | 16 +- 55 files changed, 15134 insertions(+), 16906 deletions(-) diff --git a/ShareX.HelpersLib/Forms/ClipboardContentViewer.Designer.cs b/ShareX.HelpersLib/Forms/ClipboardContentViewer.Designer.cs index 007553665..9fcf3f334 100644 --- a/ShareX.HelpersLib/Forms/ClipboardContentViewer.Designer.cs +++ b/ShareX.HelpersLib/Forms/ClipboardContentViewer.Designer.cs @@ -40,8 +40,8 @@ private void InitializeComponent() // // lblQuestion // - this.lblQuestion.BackColor = System.Drawing.Color.RoyalBlue; resources.ApplyResources(this.lblQuestion, "lblQuestion"); + this.lblQuestion.BackColor = System.Drawing.Color.RoyalBlue; this.lblQuestion.ForeColor = System.Drawing.Color.White; this.lblQuestion.Name = "lblQuestion"; // @@ -82,10 +82,12 @@ private void InitializeComponent() // pbClipboard // resources.ApplyResources(this.pbClipboard, "pbClipboard"); + this.pbClipboard.BackColor = System.Drawing.SystemColors.Window; this.pbClipboard.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbClipboard.DrawCheckeredBackground = true; this.pbClipboard.FullscreenOnClick = true; this.pbClipboard.Name = "pbClipboard"; + this.pbClipboard.PictureBoxBackColor = System.Drawing.SystemColors.Window; this.pbClipboard.ShowImageSizeLabel = true; // // ClipboardContentViewer diff --git a/ShareX.HelpersLib/Forms/ClipboardContentViewer.resx b/ShareX.HelpersLib/Forms/ClipboardContentViewer.resx index fe060b46d..ee82d2398 100644 --- a/ShareX.HelpersLib/Forms/ClipboardContentViewer.resx +++ b/ShareX.HelpersLib/Forms/ClipboardContentViewer.resx @@ -117,238 +117,241 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top - - - NoControl - - - 0, 0 - - - 420, 25 - - - - 2 - - - Your clipboard contains the following: - - - MiddleCenter - - - lblQuestion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Bottom, Right - - - NoControl - - - 243, 328 - - - 80, 24 - - - 0 - - - OK - - - btnOK - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Bottom, Right - - - NoControl + + 375, 375 331, 328 - - 80, 24 - - - 1 - - - Cancel - - - btnCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Top, Bottom, Left, Right - - - 8, 32 - - - True - - - Both - - - 403, 288 - - - 1 - - - txtClipboard - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + pbClipboard 5 - - Top, Bottom, Left, Right - - - False - - + 8, 32 - - 403, 288 + + 0, 0 - - 2 + + btnCancel - - lbClipboard - - - System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - - 6 - - - Bottom, Left - - - True - - - NoControl - - - 9, 332 - 137, 17 - - 4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Don't show this window + + btnOK - - cbDontShowThisWindow + + ClipboardContentViewer - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - + + Your clipboard contains the following: + + + 1 - - Top, Bottom, Left, Right + + + NoControl - - 8, 32 - - - 403, 288 - - - 3 - - - pbClipboard - - - ShareX.HelpersLib.MyPictureBox, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - + $this 0 - - True - + + 6 + + + Top + 6, 13 - - 420, 360 + + txtClipboard - - 375, 375 + + $this + + + 4 CenterScreen + + Bottom, Right + + + 2 + + + MiddleCenter + + + True + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Left + + + 1 + + + Top, Bottom, Left, Right + + + $this + + + 403, 288 + + + 420, 25 + + + 8, 32 + + + Bottom, Right + + + cbDontShowThisWindow + + + 3 + + + $this + + + 1 + + + True + + + 243, 328 + + + NoControl + + + lbClipboard + + + 2 + + + 403, 288 + + + Don't show this window + + + 80, 24 + + + 9, 332 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + NoControl + + + 403, 288 + + + lblQuestion + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8, 32 + + + OK + + + False + + + Top, Bottom, Left, Right + + + ShareX.HelpersLib.MyPictureBox, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 80, 24 + + + Cancel + ShareX - Clipboard contents - - ClipboardContentViewer + + 3 + + + 0 + + + 4 + + + 420, 360 System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Both + + + Top, Bottom, Left, Right + + + NoControl + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/ColorPickerForm.Designer.cs b/ShareX.HelpersLib/Forms/ColorPickerForm.Designer.cs index 66b8e9b4d..476869f08 100644 --- a/ShareX.HelpersLib/Forms/ColorPickerForm.Designer.cs +++ b/ShareX.HelpersLib/Forms/ColorPickerForm.Designer.cs @@ -69,6 +69,7 @@ private void InitializeComponent() this.lblAlpha = new System.Windows.Forms.Label(); this.ttMain = new System.Windows.Forms.ToolTip(this.components); this.btnScreenColorPicker = new System.Windows.Forms.Button(); + this.cbTransparent = new ShareX.HelpersLib.ColorButton(); this.cmsCopy = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiCopyAll = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiCopyRGB = new System.Windows.Forms.ToolStripMenuItem(); @@ -89,7 +90,6 @@ private void InitializeComponent() this.rbStandardColors = new System.Windows.Forms.RadioButton(); this.flpColorPaletteSelection = new System.Windows.Forms.FlowLayoutPanel(); this.mbCopy = new ShareX.HelpersLib.MenuButton(); - this.cbTransparent = new ShareX.HelpersLib.ColorButton(); this.pbColorPreview = new ShareX.HelpersLib.MyPictureBox(); this.colorPicker = new ShareX.HelpersLib.ColorPicker(); ((System.ComponentModel.ISupportInitialize)(this.nudKey)).BeginInit(); @@ -110,9 +110,10 @@ private void InitializeComponent() // // btnCancel // - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(this.btnCancel, "btnCancel"); + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; + this.ttMain.SetToolTip(this.btnCancel, resources.GetString("btnCancel.ToolTip")); this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // @@ -120,6 +121,7 @@ private void InitializeComponent() // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; + this.ttMain.SetToolTip(this.btnOK, resources.GetString("btnOK.ToolTip")); this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // @@ -127,28 +129,33 @@ private void InitializeComponent() // resources.ApplyResources(this.lblOld, "lblOld"); this.lblOld.Name = "lblOld"; + this.ttMain.SetToolTip(this.lblOld, resources.GetString("lblOld.ToolTip")); // // lblNew // resources.ApplyResources(this.lblNew, "lblNew"); this.lblNew.Name = "lblNew"; + this.ttMain.SetToolTip(this.lblNew, resources.GetString("lblNew.ToolTip")); // // txtHex // resources.ApplyResources(this.txtHex, "txtHex"); this.txtHex.Name = "txtHex"; + this.ttMain.SetToolTip(this.txtHex, resources.GetString("txtHex.ToolTip")); this.txtHex.TextChanged += new System.EventHandler(this.txtHex_TextChanged); // // lblHex // resources.ApplyResources(this.lblHex, "lblHex"); this.lblHex.Name = "lblHex"; + this.ttMain.SetToolTip(this.lblHex, resources.GetString("lblHex.ToolTip")); // // nudKey // - this.nudKey.DecimalPlaces = 1; resources.ApplyResources(this.nudKey, "nudKey"); + this.nudKey.DecimalPlaces = 1; this.nudKey.Name = "nudKey"; + this.ttMain.SetToolTip(this.nudKey, resources.GetString("nudKey.ToolTip")); this.nudKey.Value = new decimal(new int[] { 100, 0, @@ -158,9 +165,10 @@ private void InitializeComponent() // // nudYellow // - this.nudYellow.DecimalPlaces = 1; resources.ApplyResources(this.nudYellow, "nudYellow"); + this.nudYellow.DecimalPlaces = 1; this.nudYellow.Name = "nudYellow"; + this.ttMain.SetToolTip(this.nudYellow, resources.GetString("nudYellow.ToolTip")); this.nudYellow.Value = new decimal(new int[] { 100, 0, @@ -170,9 +178,10 @@ private void InitializeComponent() // // nudMagenta // - this.nudMagenta.DecimalPlaces = 1; resources.ApplyResources(this.nudMagenta, "nudMagenta"); + this.nudMagenta.DecimalPlaces = 1; this.nudMagenta.Name = "nudMagenta"; + this.ttMain.SetToolTip(this.nudMagenta, resources.GetString("nudMagenta.ToolTip")); this.nudMagenta.Value = new decimal(new int[] { 100, 0, @@ -182,9 +191,10 @@ private void InitializeComponent() // // nudCyan // - this.nudCyan.DecimalPlaces = 1; resources.ApplyResources(this.nudCyan, "nudCyan"); + this.nudCyan.DecimalPlaces = 1; this.nudCyan.Name = "nudCyan"; + this.ttMain.SetToolTip(this.nudCyan, resources.GetString("nudCyan.ToolTip")); this.nudCyan.Value = new decimal(new int[] { 100, 0, @@ -196,36 +206,43 @@ private void InitializeComponent() // resources.ApplyResources(this.lblKey, "lblKey"); this.lblKey.Name = "lblKey"; + this.ttMain.SetToolTip(this.lblKey, resources.GetString("lblKey.ToolTip")); // // lblYellow // resources.ApplyResources(this.lblYellow, "lblYellow"); this.lblYellow.Name = "lblYellow"; + this.ttMain.SetToolTip(this.lblYellow, resources.GetString("lblYellow.ToolTip")); // // lblMagenta // resources.ApplyResources(this.lblMagenta, "lblMagenta"); this.lblMagenta.Name = "lblMagenta"; + this.ttMain.SetToolTip(this.lblMagenta, resources.GetString("lblMagenta.ToolTip")); // // lblCyan // resources.ApplyResources(this.lblCyan, "lblCyan"); this.lblCyan.Name = "lblCyan"; + this.ttMain.SetToolTip(this.lblCyan, resources.GetString("lblCyan.ToolTip")); // // lblHue // resources.ApplyResources(this.lblHue, "lblHue"); this.lblHue.Name = "lblHue"; + this.ttMain.SetToolTip(this.lblHue, resources.GetString("lblHue.ToolTip")); // // lblBrightnessPerc // resources.ApplyResources(this.lblBrightnessPerc, "lblBrightnessPerc"); this.lblBrightnessPerc.Name = "lblBrightnessPerc"; + this.ttMain.SetToolTip(this.lblBrightnessPerc, resources.GetString("lblBrightnessPerc.ToolTip")); // // lblSaturationPerc // resources.ApplyResources(this.lblSaturationPerc, "lblSaturationPerc"); this.lblSaturationPerc.Name = "lblSaturationPerc"; + this.ttMain.SetToolTip(this.lblSaturationPerc, resources.GetString("lblSaturationPerc.ToolTip")); // // nudBlue // @@ -236,6 +253,7 @@ private void InitializeComponent() 0, 0}); this.nudBlue.Name = "nudBlue"; + this.ttMain.SetToolTip(this.nudBlue, resources.GetString("nudBlue.ToolTip")); this.nudBlue.Value = new decimal(new int[] { 255, 0, @@ -252,6 +270,7 @@ private void InitializeComponent() 0, 0}); this.nudGreen.Name = "nudGreen"; + this.ttMain.SetToolTip(this.nudGreen, resources.GetString("nudGreen.ToolTip")); this.nudGreen.Value = new decimal(new int[] { 255, 0, @@ -268,6 +287,7 @@ private void InitializeComponent() 0, 0}); this.nudRed.Name = "nudRed"; + this.ttMain.SetToolTip(this.nudRed, resources.GetString("nudRed.ToolTip")); this.nudRed.Value = new decimal(new int[] { 255, 0, @@ -279,6 +299,7 @@ private void InitializeComponent() // resources.ApplyResources(this.nudBrightness, "nudBrightness"); this.nudBrightness.Name = "nudBrightness"; + this.ttMain.SetToolTip(this.nudBrightness, resources.GetString("nudBrightness.ToolTip")); this.nudBrightness.Value = new decimal(new int[] { 100, 0, @@ -290,6 +311,7 @@ private void InitializeComponent() // resources.ApplyResources(this.nudSaturation, "nudSaturation"); this.nudSaturation.Name = "nudSaturation"; + this.ttMain.SetToolTip(this.nudSaturation, resources.GetString("nudSaturation.ToolTip")); this.nudSaturation.Value = new decimal(new int[] { 100, 0, @@ -306,6 +328,7 @@ private void InitializeComponent() 0, 0}); this.nudHue.Name = "nudHue"; + this.ttMain.SetToolTip(this.nudHue, resources.GetString("nudHue.ToolTip")); this.nudHue.Value = new decimal(new int[] { 360, 0, @@ -317,6 +340,7 @@ private void InitializeComponent() // resources.ApplyResources(this.rbBlue, "rbBlue"); this.rbBlue.Name = "rbBlue"; + this.ttMain.SetToolTip(this.rbBlue, resources.GetString("rbBlue.ToolTip")); this.rbBlue.UseVisualStyleBackColor = true; this.rbBlue.CheckedChanged += new System.EventHandler(this.rbBlue_CheckedChanged); // @@ -324,6 +348,7 @@ private void InitializeComponent() // resources.ApplyResources(this.rbGreen, "rbGreen"); this.rbGreen.Name = "rbGreen"; + this.ttMain.SetToolTip(this.rbGreen, resources.GetString("rbGreen.ToolTip")); this.rbGreen.UseVisualStyleBackColor = true; this.rbGreen.CheckedChanged += new System.EventHandler(this.rbGreen_CheckedChanged); // @@ -331,6 +356,7 @@ private void InitializeComponent() // resources.ApplyResources(this.rbRed, "rbRed"); this.rbRed.Name = "rbRed"; + this.ttMain.SetToolTip(this.rbRed, resources.GetString("rbRed.ToolTip")); this.rbRed.UseVisualStyleBackColor = true; this.rbRed.CheckedChanged += new System.EventHandler(this.rbRed_CheckedChanged); // @@ -338,6 +364,7 @@ private void InitializeComponent() // resources.ApplyResources(this.rbBrightness, "rbBrightness"); this.rbBrightness.Name = "rbBrightness"; + this.ttMain.SetToolTip(this.rbBrightness, resources.GetString("rbBrightness.ToolTip")); this.rbBrightness.UseVisualStyleBackColor = true; this.rbBrightness.CheckedChanged += new System.EventHandler(this.rbBrightness_CheckedChanged); // @@ -345,6 +372,7 @@ private void InitializeComponent() // resources.ApplyResources(this.rbSaturation, "rbSaturation"); this.rbSaturation.Name = "rbSaturation"; + this.ttMain.SetToolTip(this.rbSaturation, resources.GetString("rbSaturation.ToolTip")); this.rbSaturation.UseVisualStyleBackColor = true; this.rbSaturation.CheckedChanged += new System.EventHandler(this.rbSaturation_CheckedChanged); // @@ -354,6 +382,7 @@ private void InitializeComponent() this.rbHue.Checked = true; this.rbHue.Name = "rbHue"; this.rbHue.TabStop = true; + this.ttMain.SetToolTip(this.rbHue, resources.GetString("rbHue.ToolTip")); this.rbHue.UseVisualStyleBackColor = true; this.rbHue.CheckedChanged += new System.EventHandler(this.rbHue_CheckedChanged); // @@ -361,32 +390,38 @@ private void InitializeComponent() // resources.ApplyResources(this.lblDecimal, "lblDecimal"); this.lblDecimal.Name = "lblDecimal"; + this.ttMain.SetToolTip(this.lblDecimal, resources.GetString("lblDecimal.ToolTip")); // // txtDecimal // resources.ApplyResources(this.txtDecimal, "txtDecimal"); this.txtDecimal.Name = "txtDecimal"; + this.ttMain.SetToolTip(this.txtDecimal, resources.GetString("txtDecimal.ToolTip")); this.txtDecimal.TextChanged += new System.EventHandler(this.txtDecimal_TextChanged); // // lblCyanPerc // resources.ApplyResources(this.lblCyanPerc, "lblCyanPerc"); this.lblCyanPerc.Name = "lblCyanPerc"; + this.ttMain.SetToolTip(this.lblCyanPerc, resources.GetString("lblCyanPerc.ToolTip")); // // lblMagentaPerc // resources.ApplyResources(this.lblMagentaPerc, "lblMagentaPerc"); this.lblMagentaPerc.Name = "lblMagentaPerc"; + this.ttMain.SetToolTip(this.lblMagentaPerc, resources.GetString("lblMagentaPerc.ToolTip")); // // lblYellowPerc // resources.ApplyResources(this.lblYellowPerc, "lblYellowPerc"); this.lblYellowPerc.Name = "lblYellowPerc"; + this.ttMain.SetToolTip(this.lblYellowPerc, resources.GetString("lblYellowPerc.ToolTip")); // // lblKeyPerc // resources.ApplyResources(this.lblKeyPerc, "lblKeyPerc"); this.lblKeyPerc.Name = "lblKeyPerc"; + this.ttMain.SetToolTip(this.lblKeyPerc, resources.GetString("lblKeyPerc.ToolTip")); // // nudAlpha // @@ -397,6 +432,7 @@ private void InitializeComponent() 0, 0}); this.nudAlpha.Name = "nudAlpha"; + this.ttMain.SetToolTip(this.nudAlpha, resources.GetString("nudAlpha.ToolTip")); this.nudAlpha.Value = new decimal(new int[] { 255, 0, @@ -408,6 +444,7 @@ private void InitializeComponent() // resources.ApplyResources(this.lblAlpha, "lblAlpha"); this.lblAlpha.Name = "lblAlpha"; + this.ttMain.SetToolTip(this.lblAlpha, resources.GetString("lblAlpha.ToolTip")); // // ttMain // @@ -417,15 +454,26 @@ private void InitializeComponent() // // btnScreenColorPicker // - this.btnScreenColorPicker.Image = global::ShareX.HelpersLib.Properties.Resources.pipette; resources.ApplyResources(this.btnScreenColorPicker, "btnScreenColorPicker"); + this.btnScreenColorPicker.Image = global::ShareX.HelpersLib.Properties.Resources.pipette; this.btnScreenColorPicker.Name = "btnScreenColorPicker"; this.ttMain.SetToolTip(this.btnScreenColorPicker, resources.GetString("btnScreenColorPicker.ToolTip")); this.btnScreenColorPicker.UseVisualStyleBackColor = true; this.btnScreenColorPicker.Click += new System.EventHandler(this.btnScreenColorPicker_Click); // + // cbTransparent + // + resources.ApplyResources(this.cbTransparent, "cbTransparent"); + this.cbTransparent.Color = System.Drawing.Color.Transparent; + this.cbTransparent.ManualButtonClick = true; + this.cbTransparent.Name = "cbTransparent"; + this.ttMain.SetToolTip(this.cbTransparent, resources.GetString("cbTransparent.ToolTip")); + this.cbTransparent.UseVisualStyleBackColor = true; + this.cbTransparent.Click += new System.EventHandler(this.cbTransparent_Click); + // // cmsCopy // + resources.ApplyResources(this.cmsCopy, "cmsCopy"); this.cmsCopy.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiCopyAll, this.tsmiCopyRGB, @@ -436,91 +484,98 @@ private void InitializeComponent() this.tsmiCopyPosition}); this.cmsCopy.Name = "cmsCopy"; this.cmsCopy.ShowImageMargin = false; - resources.ApplyResources(this.cmsCopy, "cmsCopy"); + this.ttMain.SetToolTip(this.cmsCopy, resources.GetString("cmsCopy.ToolTip")); // // tsmiCopyAll // - this.tsmiCopyAll.Name = "tsmiCopyAll"; resources.ApplyResources(this.tsmiCopyAll, "tsmiCopyAll"); + this.tsmiCopyAll.Name = "tsmiCopyAll"; this.tsmiCopyAll.Click += new System.EventHandler(this.tsmiCopyAll_Click); // // tsmiCopyRGB // - this.tsmiCopyRGB.Name = "tsmiCopyRGB"; resources.ApplyResources(this.tsmiCopyRGB, "tsmiCopyRGB"); + this.tsmiCopyRGB.Name = "tsmiCopyRGB"; this.tsmiCopyRGB.Click += new System.EventHandler(this.tsmiCopyRGB_Click); // // tsmiCopyHexadecimal // - this.tsmiCopyHexadecimal.Name = "tsmiCopyHexadecimal"; resources.ApplyResources(this.tsmiCopyHexadecimal, "tsmiCopyHexadecimal"); + this.tsmiCopyHexadecimal.Name = "tsmiCopyHexadecimal"; this.tsmiCopyHexadecimal.Click += new System.EventHandler(this.tsmiCopyHexadecimal_Click); // // tsmiCopyCMYK // - this.tsmiCopyCMYK.Name = "tsmiCopyCMYK"; resources.ApplyResources(this.tsmiCopyCMYK, "tsmiCopyCMYK"); + this.tsmiCopyCMYK.Name = "tsmiCopyCMYK"; this.tsmiCopyCMYK.Click += new System.EventHandler(this.tsmiCopyCMYK_Click); // // tsmiCopyHSB // - this.tsmiCopyHSB.Name = "tsmiCopyHSB"; resources.ApplyResources(this.tsmiCopyHSB, "tsmiCopyHSB"); + this.tsmiCopyHSB.Name = "tsmiCopyHSB"; this.tsmiCopyHSB.Click += new System.EventHandler(this.tsmiCopyHSB_Click); // // tsmiCopyDecimal // - this.tsmiCopyDecimal.Name = "tsmiCopyDecimal"; resources.ApplyResources(this.tsmiCopyDecimal, "tsmiCopyDecimal"); + this.tsmiCopyDecimal.Name = "tsmiCopyDecimal"; this.tsmiCopyDecimal.Click += new System.EventHandler(this.tsmiCopyDecimal_Click); // // tsmiCopyPosition // - this.tsmiCopyPosition.Name = "tsmiCopyPosition"; resources.ApplyResources(this.tsmiCopyPosition, "tsmiCopyPosition"); + this.tsmiCopyPosition.Name = "tsmiCopyPosition"; this.tsmiCopyPosition.Click += new System.EventHandler(this.tsmiCopyPosition_Click); // // pCursorPosition // + resources.ApplyResources(this.pCursorPosition, "pCursorPosition"); this.pCursorPosition.Controls.Add(this.txtY); this.pCursorPosition.Controls.Add(this.txtX); this.pCursorPosition.Controls.Add(this.lblY); this.pCursorPosition.Controls.Add(this.lblX); this.pCursorPosition.Controls.Add(this.lblCursorPosition); - resources.ApplyResources(this.pCursorPosition, "pCursorPosition"); this.pCursorPosition.Name = "pCursorPosition"; + this.ttMain.SetToolTip(this.pCursorPosition, resources.GetString("pCursorPosition.ToolTip")); // // txtY // resources.ApplyResources(this.txtY, "txtY"); this.txtY.Name = "txtY"; this.txtY.ReadOnly = true; + this.ttMain.SetToolTip(this.txtY, resources.GetString("txtY.ToolTip")); // // txtX // resources.ApplyResources(this.txtX, "txtX"); this.txtX.Name = "txtX"; this.txtX.ReadOnly = true; + this.ttMain.SetToolTip(this.txtX, resources.GetString("txtX.ToolTip")); // // lblY // resources.ApplyResources(this.lblY, "lblY"); this.lblY.Name = "lblY"; + this.ttMain.SetToolTip(this.lblY, resources.GetString("lblY.ToolTip")); // // lblX // resources.ApplyResources(this.lblX, "lblX"); this.lblX.Name = "lblX"; + this.ttMain.SetToolTip(this.lblX, resources.GetString("lblX.ToolTip")); // // lblCursorPosition // resources.ApplyResources(this.lblCursorPosition, "lblCursorPosition"); this.lblCursorPosition.Name = "lblCursorPosition"; + this.ttMain.SetToolTip(this.lblCursorPosition, resources.GetString("lblCursorPosition.ToolTip")); // // btnClose // resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.Name = "btnClose"; + this.ttMain.SetToolTip(this.btnClose, resources.GetString("btnClose.ToolTip")); this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // @@ -528,6 +583,7 @@ private void InitializeComponent() // resources.ApplyResources(this.flpColorPalette, "flpColorPalette"); this.flpColorPalette.Name = "flpColorPalette"; + this.ttMain.SetToolTip(this.flpColorPalette, resources.GetString("flpColorPalette.ToolTip")); // // rbRecentColors // @@ -535,6 +591,7 @@ private void InitializeComponent() this.rbRecentColors.Checked = true; this.rbRecentColors.Name = "rbRecentColors"; this.rbRecentColors.TabStop = true; + this.ttMain.SetToolTip(this.rbRecentColors, resources.GetString("rbRecentColors.ToolTip")); this.rbRecentColors.UseVisualStyleBackColor = true; this.rbRecentColors.CheckedChanged += new System.EventHandler(this.rbRecentColors_CheckedChanged); // @@ -542,6 +599,7 @@ private void InitializeComponent() // resources.ApplyResources(this.rbStandardColors, "rbStandardColors"); this.rbStandardColors.Name = "rbStandardColors"; + this.ttMain.SetToolTip(this.rbStandardColors, resources.GetString("rbStandardColors.ToolTip")); this.rbStandardColors.UseVisualStyleBackColor = true; // // flpColorPaletteSelection @@ -550,31 +608,25 @@ private void InitializeComponent() this.flpColorPaletteSelection.Controls.Add(this.rbRecentColors); this.flpColorPaletteSelection.Controls.Add(this.rbStandardColors); this.flpColorPaletteSelection.Name = "flpColorPaletteSelection"; + this.ttMain.SetToolTip(this.flpColorPaletteSelection, resources.GetString("flpColorPaletteSelection.ToolTip")); // // mbCopy // resources.ApplyResources(this.mbCopy, "mbCopy"); this.mbCopy.Menu = this.cmsCopy; this.mbCopy.Name = "mbCopy"; + this.ttMain.SetToolTip(this.mbCopy, resources.GetString("mbCopy.ToolTip")); this.mbCopy.UseVisualStyleBackColor = true; // - // cbTransparent - // - this.cbTransparent.Color = System.Drawing.Color.Transparent; - resources.ApplyResources(this.cbTransparent, "cbTransparent"); - this.cbTransparent.ManualButtonClick = true; - this.cbTransparent.Name = "cbTransparent"; - this.ttMain.SetToolTip(this.cbTransparent, resources.GetString("cbTransparent.ToolTip")); - this.cbTransparent.UseVisualStyleBackColor = true; - this.cbTransparent.Click += new System.EventHandler(this.cbTransparent_Click); - // // pbColorPreview // + resources.ApplyResources(this.pbColorPreview, "pbColorPreview"); this.pbColorPreview.BackColor = System.Drawing.SystemColors.Window; this.pbColorPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pbColorPreview.DrawCheckeredBackground = true; - resources.ApplyResources(this.pbColorPreview, "pbColorPreview"); this.pbColorPreview.Name = "pbColorPreview"; + this.pbColorPreview.PictureBoxBackColor = System.Drawing.SystemColors.Window; + this.ttMain.SetToolTip(this.pbColorPreview, resources.GetString("pbColorPreview.ToolTip")); this.pbColorPreview.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pbColorPreview_MouseClick); // // colorPicker @@ -582,6 +634,7 @@ private void InitializeComponent() resources.ApplyResources(this.colorPicker, "colorPicker"); this.colorPicker.DrawStyle = ShareX.HelpersLib.DrawStyle.Hue; this.colorPicker.Name = "colorPicker"; + this.ttMain.SetToolTip(this.colorPicker, resources.GetString("colorPicker.ToolTip")); this.colorPicker.ColorChanged += new ShareX.HelpersLib.ColorEventHandler(this.colorPicker_ColorChanged); // // ColorPickerForm @@ -640,6 +693,7 @@ private void InitializeComponent() this.MaximizeBox = false; this.Name = "ColorPickerForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.ttMain.SetToolTip(this, resources.GetString("$this.ToolTip")); this.Shown += new System.EventHandler(this.ColorPickerForm_Shown); ((System.ComponentModel.ISupportInitialize)(this.nudKey)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudYellow)).EndInit(); diff --git a/ShareX.HelpersLib/Forms/ColorPickerForm.resx b/ShareX.HelpersLib/Forms/ColorPickerForm.resx index a1e9a46eb..3f7b505dd 100644 --- a/ShareX.HelpersLib/Forms/ColorPickerForm.resx +++ b/ShareX.HelpersLib/Forms/ColorPickerForm.resx @@ -117,1624 +117,1783 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Recent colors + - - NoControl + + CenterScreen - - 576, 296 - - - 96, 32 - - - - 1 - - - Cancel - - - btnCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 24 - - - NoControl - - - 472, 296 - - - 96, 32 - - - 0 - - - OK - - - btnOK - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 25 - - - True - - - NoControl - - - 312, 240 - - - 26, 13 - - - 37 - - - Old: - - - lblOld - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 26 - - - True - - - NoControl - - - 312, 216 - - - 32, 13 - - - 36 - - - New: - - - lblNew - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 27 - - - 600, 174 - - - 9 - - - 72, 20 - - - 33 - - - FF00FF00 - - - Center - - - txtHex - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 28 - - - True - - - NoControl - - - 488, 178 - - - 29, 13 - - - 32 - - - Hex: - - - lblHex - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 29 - - - 600, 142 - - - 56, 20 - - - 30 - - - Center - - - nudKey - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 30 - - - 600, 108 - - - 56, 20 - - - 27 - - - Center - - - nudYellow - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 31 - - - 600, 78 - - - 56, 20 - - - 24 - - - Center - - - nudMagenta - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 32 - - - 600, 46 - - - 56, 20 - - - 21 - - - Center - - - nudCyan - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 33 - - - True - - - NoControl - - - 488, 146 - - - 28, 13 - - - 29 - - - Key: - - - lblKey - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 34 - - - True - - - NoControl - - - 488, 112 - - - 41, 13 - - - 26 - - - Yellow: - - - lblYellow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 35 - - - True - - - NoControl - - - 488, 82 - - - 52, 13 - - - 23 - - - Magenta: - - - lblMagenta - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 36 - - - True - - - NoControl - - - 488, 50 - - - 34, 13 - - - 20 - - - Cyan: - - - lblCyan - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 37 - - - True - - - Verdana, 8.25pt - - - NoControl - - - 460, 112 - - - 13, 13 - - - 5 - - - ° - - - lblHue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 38 - - - True - - - Verdana, 8.25pt - - - NoControl - - - 460, 178 - - - 19, 13 - - - 11 - - - % - - - lblBrightnessPerc - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 39 - - - True - - - Verdana, 8.25pt - - - NoControl - - - 460, 146 - - - 19, 13 - - - 8 - - - % - - - lblSaturationPerc - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 40 - - - 408, 78 - - - 48, 20 - - - 17 - - - Center - - - nudBlue - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 408, 46 - - - 48, 20 - - - 15 - - - Center - - - nudGreen - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 408, 14 - - - 48, 20 - - - 13 - - - Center - - - nudRed - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - 408, 174 - - - 48, 20 - - - 10 - - - Center - - - nudBrightness - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 41 - - - 408, 142 - - - 48, 20 - - - 7 - - - Center - - - nudSaturation - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 42 - - - 408, 108 - 48, 20 - - 4 - - - Center - - - nudHue - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 43 - - - True - - - NoControl - - - 312, 80 - - - 49, 17 + + + 16 - - Blue: - - - rbBlue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - True - - - NoControl - - - 312, 48 - - - 57, 17 - - - 14 - - - Green: - - - rbGreen - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - True - - - NoControl - - - 312, 16 - - - 48, 17 - - - 12 - - - Red: - - - rbRed - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 13 - - - True - - - NoControl - - - 312, 176 - - - 77, 17 - - - 9 - - - Brightness: - - - rbBrightness - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 44 - - - True - - - NoControl - 312, 144 - - 76, 17 - - - 6 - - - Saturation: - - - rbSaturation - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 45 - - - True - - - NoControl - - - 312, 112 - - - 48, 17 - - - 3 - - - Hue: - - - rbHue - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 46 - - - True - - - NoControl - - - 488, 208 - - - 48, 13 - - - 34 - - - Decimal: - - - lblDecimal - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 4 + + + True + + $this - - 22 + + 460, 178 - - 600, 204 - - - 72, 20 - - - 35 - - - 12345678 - - + Center + + NoControl + + + $this + + + Green: + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 658, 112 + + + $this + + + 28, 13 + + + 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Center + + + 0 + txtDecimal - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 48, 20 - + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 488, 82 + + + 18 + + $this - - 21 + + - + True - + + 41 + + + nudMagenta + + + 28 + + Verdana, 8.25pt + + 408, 78 + + + + + + lblCyan + + + 24 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nudKey + + + 146, 22 + + + 192, 48 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12345678 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblKeyPerc + + + NoControl + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Cursor position: + + + 15 + + + rbRecentColors + + + + + + lblYellowPerc + + + pCursorPosition + + + 600, 174 + + + Hex: + + + Copy + + + Magenta: + + + Center + + + NoControl + + + $this + + + 48, 20 + + + 112, 28 + + + 23 + + + lblNew + + + Copy HSB + + + 99, 17 + + + $this + + + Center + + + NoControl + + + + + + ShareX.HelpersLib.ColorButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 46 + + + 28 + + + 2 + + + tsmiCopyCMYK + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + ShareX - Color picker + + + 29 + + + False + + + True + + + ° + + + + + + $this + + + True + + + 52, 13 + + + NoControl + + + 76, 17 + + + 48, 13 + + + True + + + 0 + + + lblY + + + lblX + + + 112, 4 + + + True + + + 7 + + + pCursorPosition + + + + + + True + + + 146, 22 + + + + + + 56, 20 + + + % + + + + + + 408, 108 + NoControl - - 658, 50 + + True - - 19, 13 + + $this - - 22 - - - % - - - lblCyanPerc - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 19, 13 + + + Center + + + rbStandardColors + + + rbHue + + + Cancel + + + 36 + + + 312, 240 + + + NoControl + + + 24 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 26 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + X: + + + 32, 32 + + + $this + + + NoControl + + + % + + + Copy hexadecimal + + + 32 + + + 48, 20 + + + 25 + + + NoControl + + + 48, 20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 25 + + + lblAlpha + + + Center + + + + + + Center + + + 408, 14 + + + Red: + + + 312, 112 + + + 576, 296 + + + nudHue + + + 1 + + + 19, 13 + + + rbGreen + + + $this + + + + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 19, 13 + + + 6, 269 + + + True + + + True + + + tsmiCopyAll + + + $this + + + $this + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nudBlue + + + NoControl + + + $this + + + GrowAndShrink + + + 408, 174 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Blue: + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + + + + Center + + + 20 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 146, 22 + + + + + + 100, 3 + + + btnCancel + + + btnClose + + + tsmiCopyHSB + + + 19 + + + Old: + + + Center + + + 36 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 34 + + + NoControl + + + 1 + + $this 20 - - True + + - - Verdana, 8.25pt + + - + NoControl - - 658, 82 - - - 19, 13 - - - 25 - - - % - - - lblMagentaPerc - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 19 - - - True - - - Verdana, 8.25pt - - - NoControl - - - 658, 112 - - - 19, 13 - - - 28 - - - % - - - lblYellowPerc - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 18 - - - True - - - Verdana, 8.25pt - - - NoControl - - - 658, 146 - - - 19, 13 - - - 31 - - - % - - - lblKeyPerc - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 17 - - - 600, 14 - - - 48, 20 - - - 19 - - - Center - - - nudAlpha - - + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this - - - 16 - - - True - - - NoControl - - - 488, 18 - - - 37, 13 - - - 18 - - - Alpha: - - - lblAlpha - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 15 - - - 17, 17 - - - NoControl - - - 432, 296 - - - 32, 32 - - - 45 - - - Pick color from screen - - - False - - - btnScreenColorPicker - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 104, 17 - - - 146, 22 - - - Copy all - - - 146, 22 - - - Copy RGB - - - 146, 22 - - - Copy hexadecimal - - - 146, 22 - - - Copy CMYK - - - 146, 22 - - - Copy HSB - - - 146, 22 - - - Copy decimal - - - 146, 22 - - - Copy position - - - 147, 158 - - - cmsCopy - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 136, 24 - - - 48, 20 - - - 4 - - - 0 - Center - - txtY + + 10 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblYellow - - pCursorPosition - - - 0 - - - 136, 0 - - - 48, 20 - - - 3 - - - 0 - - - Center - - - txtX - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCursorPosition - - - 1 - - - True - - - NoControl - - - 112, 28 - - - 17, 13 - - - 2 - - - Y: - - - lblY - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - pCursorPosition + + flpColorPaletteSelection - - 2 + + - - True + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - NoControl + + 47 - - 112, 4 - - - 17, 13 - - - 1 - - - X: - - - lblX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCursorPosition - - - 3 - - - True - - - NoControl - - - 0, 4 - - - 79, 13 - - - 0 - - - Cursor position: - - - lblCursorPosition - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCursorPosition - - - 4 - - - 488, 232 - - - 192, 48 - - - 42 - - - pCursorPosition - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - - 5 + + Decimal: - - NoControl + + 48, 17 - - 576, 296 + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 96, 32 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 43 + + 292, 261 + + + 488, 50 + + + 35 Close - - btnClose + + Hue: - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 658, 82 - - $this - - - 4 - - - 8, 293 - - - 296, 40 - - - 0 - - - flpColorPalette - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - + True - + + 77, 17 + + + 17 + + + 136, 0 + + + nudAlpha + + + 41, 13 + + + + + + 14 + + + pCursorPosition + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 11 + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 18 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + + + + + + + 48, 17 + + + pCursorPosition + + + True + + + tsmiCopyDecimal + + + txtHex + + + 29, 13 + + + $this + + + 146, 22 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Verdana, 8.25pt + + + 32 + + + + + + $this + + + 3 + + + + + + + + + 72, 20 + + + $this + + + 146, 22 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 57, 17 + + + 9 + + + 146, 22 + + + 658, 146 + + + + + + % + + + NoControl + + + 7 + + + 312, 16 + + + NoControl + + + + + + $this + + + + + + True + + + + 3, 3 - - 91, 17 + + 13, 13 - - 46 + + 576, 296 - - Recent colors + + lblDecimal - - rbRecentColors + + 31 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpColorPaletteSelection - - - 0 - - + True NoControl - - 100, 3 + + Copy position - - 99, 17 + + - - 47 + + 12 - - Standard colors + + rbBlue - - rbStandardColors + + 21 - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 13 - - flpColorPaletteSelection - - - 1 - - - True - - - GrowAndShrink - - - 6, 269 - - - 202, 23 - - - 48 - - - flpColorPaletteSelection - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - NoControl - - - 472, 296 - - - 96, 32 - - - 40 - - - Copy - - - mbCopy - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - NoControl - - - 652, 13 - - - 23, 23 - - - 39 - - - Transparent - - - cbTransparent - - - ShareX.HelpersLib.ColorButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null + + Yellow: $this - - 7 + + 16 - - 376, 208 + + 600, 46 - - 80, 56 - - - 38 - - - pbColorPreview - - - ShareX.HelpersLib.MyPictureBox, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 14 - - + True - - 8, 8 + + 2 - - 292, 261 + + Cyan: + + + True + + + 45 + + + 6 + + + 72, 20 + + + flpColorPaletteSelection + + + 600, 78 + + + 56, 20 + + + 147, 158 + + + 19, 13 + + + nudBrightness + + + rbSaturation + + + + + + 1 + + + 30 + + + + + + cbTransparent + + + 488, 146 + + + rbBrightness + + + $this + + + Center + + + flpColorPaletteSelection + + + True + + + + + + ShareX.HelpersLib.MyPictureBox, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 202, 23 + + + lblOld + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 146, 22 + + + 8, 293 + + + 37 + + + 408, 46 + + + 3 + + + NoControl + + + 3 + + + True + + + 23 + + + 472, 296 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + rbRed + + + 10 + + + 312, 176 + + + 296, 40 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + nudSaturation + + + 48 + + + 8 + + + $this 2 + + 488, 232 + + + tsmiCopyPosition + + + 8 + + + pCursorPosition + + + NoControl + + + True + + + 1 + + + 42 + + + Key: + + + + + + 33 + + + 33 + + + Copy RGB + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + ttMain + + + 38 + + + 312, 48 + + + $this + + + 17, 13 + + + 38 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 460, 146 + + + Copy decimal + + + + + + 22 + + + 56, 20 + + + 49, 17 + + + 56, 20 + + + $this + + + 37, 13 + + + Saturation: + + + + + + NoControl + + + flpColorPalette + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 29 + + + NoControl + + + % + + + 0 + + + + + + 5 + + + Verdana, 8.25pt + + + 48, 20 + + + 9 + + + nudYellow + + + 80, 56 + + + Y: + + + + + + 472, 296 + + + 0 + + + 0 + + + pCursorPosition + + + Verdana, 8.25pt + + + Verdana, 8.25pt + + + lblKey + + + + + + 9 + + + + + + 45 + + + $this + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + pbColorPreview + + + 432, 296 + + + 2 + + + 17, 13 + + + 37 + + + 46 + + + 48, 20 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 44 + + + ShareX.HelpersLib.ColorPicker, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 26 + + + True + + + 96, 32 + + + Center + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + FF00FF00 + + + $this + + + NoControl + + + 40 + + + 39 + + + + + + tsmiCopyHexadecimal + + + 48, 20 + + + 42 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 79, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 4 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 48, 20 + + + Center + + + True + + + 40 + + + 43 + + + Center + + + 31 + + + OK + + + NoControl + + + Center + + + lblMagentaPerc + + + + + + 26, 13 + + + Pick color from screen + + + nudGreen + + + 34, 13 + + + Copy CMYK + + + 96, 32 + colorPicker - - ShareX.HelpersLib.ColorPicker, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null + + 488, 178 - + + 136, 24 + + + Transparent + + + 600, 108 + + $this - - 23 + + 488, 18 + + $this + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + $this + + + Standard colors + + + nudRed + + + 488, 208 + + + txtX + + + System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 19 + + + $this + + + 408, 142 + + + $this + + + $this + + + 27 + + + 6, 13 + + + lblHue + + + 14 + + + 39 + + + Alpha: + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 652, 13 + + + True + + + 30 + + + lblCursorPosition + + + True + + + cmsCopy + + + + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblSaturationPerc + + + ColorPickerForm + + + NoControl + + + nudCyan + + + 91, 17 + + + 4 + + + $this + + + 600, 142 + + + 22 + + + txtY + + + 19, 13 + + + 21 + + + 96, 32 + + + 376, 208 + + + + + + % + + + True + + + $this + + + 4 + + + NoControl + + + 681, 336 + + + NoControl + + + tsmiCopyRGB + + + $this + + + 15 + + + New: + + + 34 + + + + + + NoControl + + + + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 312, 80 + + + Verdana, 8.25pt + + + + + + $this + + + btnScreenColorPicker + + + 35 + + + btnOK + + + 600, 204 + + + 600, 14 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + Copy all + + + + + + 312, 216 + + + 27 + + + + + + 658, 50 + + + % + + + lblHex + + + 1 + + + lblMagenta + + + NoControl + + + + + + True + + + NoControl + + + + + + 11 + + + 12 + + + 19, 13 + + + 43 + + + 96, 32 + + + NoControl + + + lblBrightnessPerc + + + Verdana, 8.25pt + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13 + + + 8, 8 + + + mbCopy + + + $this + + + lblCyanPerc + + + + + + 460, 112 + + + NoControl + + + + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 23, 23 + + + $this + + + 32, 13 + + + Brightness: + + + NoControl + + + $this + + + 17 + + + 4 + + + 488, 112 + + + 6 + + + NoControl + + + fa-IR + True 59 - - 6, 13 - - - 681, 336 - - - NoControl - - - CenterScreen - - - ShareX - Color picker - - - ttMain - - - System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyAll - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyRGB - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyHexadecimal - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyCMYK - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyHSB - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyDecimal - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyPosition - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ColorPickerForm - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 17, 17 + + + 104, 17 + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/DNSChangerForm.Designer.cs b/ShareX.HelpersLib/Forms/DNSChangerForm.Designer.cs index ce631269f..bdeb87fb5 100644 --- a/ShareX.HelpersLib/Forms/DNSChangerForm.Designer.cs +++ b/ShareX.HelpersLib/Forms/DNSChangerForm.Designer.cs @@ -46,9 +46,9 @@ private void InitializeComponent() // // cbAdapters // + resources.ApplyResources(this.cbAdapters, "cbAdapters"); this.cbAdapters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbAdapters.FormattingEnabled = true; - resources.ApplyResources(this.cbAdapters, "cbAdapters"); this.cbAdapters.Name = "cbAdapters"; this.cbAdapters.SelectedIndexChanged += new System.EventHandler(this.cbAdapters_SelectedIndexChanged); // @@ -89,15 +89,16 @@ private void InitializeComponent() // btnCancel // resources.ApplyResources(this.btnCancel, "btnCancel"); + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // cbDNSType // + resources.ApplyResources(this.cbDNSType, "cbDNSType"); this.cbDNSType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbDNSType.FormattingEnabled = true; - resources.ApplyResources(this.cbDNSType, "cbDNSType"); this.cbDNSType.Name = "cbDNSType"; this.cbDNSType.SelectedIndexChanged += new System.EventHandler(this.cbDNSType_SelectedIndexChanged); // diff --git a/ShareX.HelpersLib/Forms/DNSChangerForm.resx b/ShareX.HelpersLib/Forms/DNSChangerForm.resx index c149696aa..300701fc8 100644 --- a/ShareX.HelpersLib/Forms/DNSChangerForm.resx +++ b/ShareX.HelpersLib/Forms/DNSChangerForm.resx @@ -117,154 +117,25 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 152, 12 - - - 240, 21 + + DNS servers: - - 1 - - - cbAdapters - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - + True - - 16, 16 - - - 94, 13 - - - 0 - - - Network adapters: - - - lblAdapters - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 40, 23 $this - - 11 + + lblAdapters - - 152, 84 - - - 198, 20 - - - 6 - - - txtPreferredDNS - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - True - - - 16, 88 - - - 111, 13 - - - 5 - - - Preferred DNS server: - - - lblPreferredDNS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - True - - - 16, 112 - - - 110, 13 - - - 8 - - - Alternate DNS server: - - - lblAlternateDNS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 152, 108 - - - 198, 20 - - - 9 - - - txtAlternateDNS - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 224, 136 + + 2 80, 24 @@ -272,188 +143,320 @@ 11 - - Apply - - - btnSave - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - 312, 136 - - - 80, 23 - - - 12 - - - Close - btnCancel - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - 152, 60 - - - 240, 21 - - - 4 - - - cbDNSType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - 4 - - True + + $this - - 16, 64 + + lblAlternateDNS - - 70, 13 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Network adapters: + + + 8 + + + 111, 13 + + + 12 3 - - DNS servers: + + 11 - - lblDNS + + 240, 21 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - - 3 - - - True - - - 19, 40 - - - 219, 17 - - - 2 - - - Obtain DNS server address automatically - - - cbAutomatic - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 352, 83 - - - 40, 23 - - - 7 - - - Ping - - - btnPingPrimary - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 352, 107 - - - 40, 23 - - - 10 - - - Ping - - - btnPingSecondary + + 110, 13 System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + 404, 170 0 - - True - + + 152, 84 + + + 16, 64 + + + cbAdapters + 6, 13 - - 404, 170 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 152, 12 + + + $this + + + $this CenterScreen - - ShareX - DNS changer + + 152, 60 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 19, 40 + + + txtPreferredDNS + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + $this + + + Ping DNSChangerForm + + 224, 136 + + + btnPingPrimary + + + $this + + + 8 + + + 240, 21 + + + 70, 13 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Apply + + + True + + + Alternate DNS server: + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 219, 17 + + + Ping + + + 16, 16 + + + 198, 20 + + + 152, 108 + + + 2 + + + $this + + + 198, 20 + + + 9 + + + 312, 136 + + + True + + + Preferred DNS server: + + + 80, 23 + + + 1 + + + $this + + + $this + + + 10 + + + 9 + + + 5 + + + 3 + + + 10 + + + 16, 88 + + + btnPingSecondary + + + 352, 83 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 94, 13 + + + 12 + + + $this + + + txtAlternateDNS + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnSave + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblDNS + + + 6 + + + 16, 112 + + + 5 + + + cbAutomatic + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Close + + + ShareX - DNS changer + + + 7 + + + True + + + cbDNSType + + + 7 + + + Obtain DNS server address automatically + + + 1 + + + 40, 23 + + + 352, 107 + + + 0 + + + lblPreferredDNS + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/DebugForm.resx b/ShareX.HelpersLib/Forms/DebugForm.resx index 6e4dd02f6..0870592f9 100644 --- a/ShareX.HelpersLib/Forms/DebugForm.resx +++ b/ShareX.HelpersLib/Forms/DebugForm.resx @@ -117,256 +117,259 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom, Left - - - 328, 512 - - - 152, 23 + + 500, 400 + + 0 + + + True + + + $this + + + + Top, Bottom, Left, Right + + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 2 - - Loaded assemblies + + 168, 512 - - btnLoadedAssemblies + + DebugForm - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this + + Bottom, Left + + + False + + + Bottom, Left + + + 0 + + + btnOpenLogFile + + + Copy all + + + 0, 0, 0, 0 + + + btnUploadLog + + + 1 + + + lblRunningFrom + + + CenterScreen + + + $this + + + btnCopyAll + 5 - + Bottom, Left 8, 512 - - 152, 23 - - - 1 - - - Copy all - - - btnCopyAll - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Top, Bottom, Left, Right - - - 8, 8 - - - 744, 472 - - - 0 - - - - - - False - - - rtbDebug - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Bottom, Left - - - NoControl - - - 168, 512 - - - 152, 23 - - - 3 - - - Open log file... - - - btnOpenLogFile - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 68, 13 2 - - True - - - 68, 0 - - - 0, 0, 0, 0 - - - 0, 13 - - - 4 - - - llRunningFrom - - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRunningFrom - - - 1 - - - Bottom, Left, Right - - - True - - - 0, 0 - - - 0, 0, 0, 0 - - - 68, 13 - - - 5 - - - Startup path: - - - lblRunningFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRunningFrom - - - 0 - - - 8, 488 - - - 744, 16 + + 152, 23 5 - - False + + 8, 8 - - flpRunningFrom - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - + Bottom, Left - - 486, 512 - - - 152, 23 + + llRunningFrom 6 - - Upload log... - - - btnUploadLog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0, 13 $this + + 328, 512 + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + flpRunningFrom + + + 0, 0, 0, 0 + + + 5 + + + 744, 472 + 0 - - True - + + 1 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 6, 13 - - 760, 541 + + Startup path: - - 500, 400 + + Bottom, Left, Right - - CenterScreen + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + + Upload log... + + + $this + + + Loaded assemblies + + + rtbDebug + + + 3 + + + 4 + + + 8, 488 + + + True + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flpRunningFrom + + + 0, 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 68, 0 + + + NoControl + + + 152, 23 + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flpRunningFrom + + + 3 + + + 1 ShareX - Debug log - - DebugForm + + Open log file... + + + 744, 16 + + + 760, 541 System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 486, 512 + + + 152, 23 + + + btnLoadedAssemblies + + + 152, 23 + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/ErrorForm.Designer.cs b/ShareX.HelpersLib/Forms/ErrorForm.Designer.cs index 31d58cb76..5aacc3dc9 100644 --- a/ShareX.HelpersLib/Forms/ErrorForm.Designer.cs +++ b/ShareX.HelpersLib/Forms/ErrorForm.Designer.cs @@ -48,8 +48,8 @@ private void InitializeComponent() // // btnSendBugReport // - this.btnSendBugReport.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.btnSendBugReport, "btnSendBugReport"); + this.btnSendBugReport.BackColor = System.Drawing.Color.Transparent; this.btnSendBugReport.Name = "btnSendBugReport"; this.btnSendBugReport.UseVisualStyleBackColor = false; this.btnSendBugReport.Click += new System.EventHandler(this.btnSendBugReport_Click); @@ -58,14 +58,15 @@ private void InitializeComponent() // resources.ApplyResources(this.btnClose, "btnClose"); this.btnClose.BackColor = System.Drawing.Color.Transparent; + this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Name = "btnClose"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnOpenLogFile // - this.btnOpenLogFile.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.btnOpenLogFile, "btnOpenLogFile"); + this.btnOpenLogFile.BackColor = System.Drawing.Color.Transparent; this.btnOpenLogFile.Name = "btnOpenLogFile"; this.btnOpenLogFile.UseVisualStyleBackColor = false; this.btnOpenLogFile.Click += new System.EventHandler(this.btnOpenLogFile_Click); @@ -82,8 +83,8 @@ private void InitializeComponent() // // btnContinue // - this.btnContinue.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.btnContinue, "btnContinue"); + this.btnContinue.BackColor = System.Drawing.Color.Transparent; this.btnContinue.Name = "btnContinue"; this.btnContinue.UseVisualStyleBackColor = false; this.btnContinue.Click += new System.EventHandler(this.btnContinue_Click); diff --git a/ShareX.HelpersLib/Forms/ErrorForm.resx b/ShareX.HelpersLib/Forms/ErrorForm.resx index 0d24ecffa..683c6ac50 100644 --- a/ShareX.HelpersLib/Forms/ErrorForm.resx +++ b/ShareX.HelpersLib/Forms/ErrorForm.resx @@ -117,245 +117,248 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Bottom, Left, Right - - - 8, 48 + + 569, 34 + + + txtException + + + 2 + + + $this + + + 569, 320 + + + flpMenu True - - Both - - - 569, 320 - - - 0 - - - txtException - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 0, 3 - - - 0, 3, 3, 3 - - - 150, 26 - - - 0 - - - Send bug report... - - - btnSendBugReport - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpMenu - - - 0 - - - GrowAndShrink - - - 438, 3 - - - 120, 26 - - - 3 - - - Quit - - - btnClose - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpMenu - - - 3 - - - 156, 3 - - - 150, 26 - - - 1 - - - Open log file... - - - btnOpenLogFile - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - flpMenu - - - 1 - - - Bottom, Left, Right - - - 312, 3 - - - 120, 26 - - - 2 - - - Continue - - - btnContinue - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpMenu - - - 2 - - - GrowAndShrink - - - NoControl - - - 3, 35 - - - 120, 26 - - - 4 - - - OK - - - btnOK - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + btnOK + + + 156, 3 + + + ErrorForm + + flpMenu - - 4 + + btnOpenLogFile - - 7, 373 + + 6, 13 + + + + Bottom, Left, Right + + + 120, 26 + + + Send bug report... + + + CenterScreen + + + 2 569, 32 - - 2 - - + flpMenu - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Top, Left, Right - - - Microsoft Sans Serif, 9.75pt - - - 7, 8 - - - 569, 34 - - - 0 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Error Error 2 + + 1 + + + Continue + + + 1 + + + 0 + + + 0 + + + flpMenu + + + 8, 48 + lblErrorMessage - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Both - - $this + + flpMenu + + + 120, 26 0 - - True - - - 6, 13 + + btnClose - - 584, 411 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CenterScreen + + 3, 35 + + + flpMenu + + + $this + + + Top, Left, Right + + + $this + + + btnSendBugReport + + + 3 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7, 8 + + + NoControl + + + 0 + + + 2 + + + 2 + + + GrowAndShrink + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Microsoft Sans Serif, 9.75pt + + + btnContinue + + + Quit + + + OK + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 150, 26 + + + 7, 373 + + + Top, Bottom, Left, Right + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 150, 26 + + + 3 + + + 0, 3 + + + 0 + + + 120, 26 + + + GrowAndShrink ShareX - Error - - ErrorForm + + 1 + + + 4 + + + 4 + + + Open log file... + + + 312, 3 + + + 584, 411 System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0, 3, 3, 3 + + + 438, 3 + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/HashCheckForm.Designer.cs b/ShareX.HelpersLib/Forms/HashCheckForm.Designer.cs index e9ac2931e..e5ab41d64 100644 --- a/ShareX.HelpersLib/Forms/HashCheckForm.Designer.cs +++ b/ShareX.HelpersLib/Forms/HashCheckForm.Designer.cs @@ -69,8 +69,8 @@ private void InitializeComponent() // // txtFilePath // - this.txtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.txtFilePath, "txtFilePath"); + this.txtFilePath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFilePath.Name = "txtFilePath"; // // btnFilePathBrowse @@ -109,9 +109,9 @@ private void InitializeComponent() // // cbHashType // + resources.ApplyResources(this.cbHashType, "cbHashType"); this.cbHashType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbHashType.FormattingEnabled = true; - resources.ApplyResources(this.cbHashType, "cbHashType"); this.cbHashType.Name = "cbHashType"; // // pbProgress @@ -121,8 +121,8 @@ private void InitializeComponent() // // txtResult // - this.txtResult.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.txtResult, "txtResult"); + this.txtResult.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtResult.Name = "txtResult"; this.txtResult.ReadOnly = true; this.txtResult.TextChanged += new System.EventHandler(this.txtResult_TextChanged); @@ -130,8 +130,8 @@ private void InitializeComponent() // // txtTarget // - this.txtTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.txtTarget, "txtTarget"); + this.txtTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtTarget.Name = "txtTarget"; this.txtTarget.TextChanged += new System.EventHandler(this.txtTarget_TextChanged); // @@ -142,14 +142,15 @@ private void InitializeComponent() // // tcMain // + resources.ApplyResources(this.tcMain, "tcMain"); this.tcMain.Controls.Add(this.tpFileHashCheck); this.tcMain.Controls.Add(this.tpTextConversions); - resources.ApplyResources(this.tcMain, "tcMain"); this.tcMain.Name = "tcMain"; this.tcMain.SelectedIndex = 0; // // tpFileHashCheck // + resources.ApplyResources(this.tpFileHashCheck, "tpFileHashCheck"); this.tpFileHashCheck.AllowDrop = true; this.tpFileHashCheck.BackColor = System.Drawing.SystemColors.Window; this.tpFileHashCheck.Controls.Add(this.lblFile); @@ -164,13 +165,13 @@ private void InitializeComponent() this.tpFileHashCheck.Controls.Add(this.btnStartHashCheck); this.tpFileHashCheck.Controls.Add(this.lblTarget); this.tpFileHashCheck.Controls.Add(this.lblProgressPercentage); - resources.ApplyResources(this.tpFileHashCheck, "tpFileHashCheck"); this.tpFileHashCheck.Name = "tpFileHashCheck"; this.tpFileHashCheck.DragDrop += new System.Windows.Forms.DragEventHandler(this.tpFileHashCheck_DragDrop); this.tpFileHashCheck.DragEnter += new System.Windows.Forms.DragEventHandler(this.tpFileHashCheck_DragEnter); // // tpTextConversions // + resources.ApplyResources(this.tpTextConversions, "tpTextConversions"); this.tpTextConversions.BackColor = System.Drawing.SystemColors.Window; this.tpTextConversions.Controls.Add(this.btnHashCheckCopyAll); this.tpTextConversions.Controls.Add(this.txtHashCheckHash); @@ -190,7 +191,6 @@ private void InitializeComponent() this.tpTextConversions.Controls.Add(this.btnHashCheckEncodeText); this.tpTextConversions.Controls.Add(this.txtHashCheckText); this.tpTextConversions.Controls.Add(this.lblHashCheckText); - resources.ApplyResources(this.tpTextConversions, "tpTextConversions"); this.tpTextConversions.Name = "tpTextConversions"; // // btnHashCheckCopyAll diff --git a/ShareX.HelpersLib/Forms/HashCheckForm.resx b/ShareX.HelpersLib/Forms/HashCheckForm.resx index 331876a8b..29edf910d 100644 --- a/ShareX.HelpersLib/Forms/HashCheckForm.resx +++ b/ShareX.HelpersLib/Forms/HashCheckForm.resx @@ -117,244 +117,50 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8, 24 - - - 416, 20 - - - 1 - - - txtFilePath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 1 - - - 432, 22 - - - 128, 24 - - - 2 - - - Browse... - - - btnFilePathBrowse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 3 - - - True - - - 5, 56 + + 10 + 58, 13 - - 3 + + tpTextConversions - - Hash type: + + + NoControl - - lblHashType + + 1 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 552, 216 - - tpFileHashCheck + + 552, 20 - - 5 + + 37, 13 - - True - - - 5, 136 - - - 40, 13 - - - 9 + + tpTextConversions Result: - - lblResult + + Decode - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 8 - - - True - - - 5, 184 - - - 41, 13 - - - 11 - - - Target: - - - lblTarget - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 10 - - - True - - - 432, 110 - - - 21, 13 - - - 8 - - - 0% - @Invariant - - lblProgressPercentage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 11 - - - 8, 104 - - - 128, 24 - - - 5 - - - Check - - - btnStartHashCheck - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 9 - - - 8, 72 - - - 128, 21 - - - 4 - - - cbHashType - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 7 - - - 144, 104 - - - 280, 24 - - - 7 - - - pbProgress - - - System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 6 - - - 8, 152 - - + 552, 20 - - 10 + + btnHashCheckDecodeHex - - txtResult - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 4 @@ -362,402 +168,92 @@ 8, 200 - - 552, 20 + + 432, 110 - - 12 - - - txtTarget - - + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tpFileHashCheck - - 2 - - - True - - - 5, 8 - - - 50, 13 - - - 0 - - - File path: - - - lblFile - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileHashCheck - - - 0 - - - 4, 22 - - - - 3, 3, 3, 3 - - - 570, 529 - - - 0 - - - File hash check - - - tpFileHashCheck - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcMain - 0 - - 248, 48 - - - 152, 24 - - - 17 - - - Copy all - - - btnHashCheckCopyAll - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 0 - - - 8, 304 - - - True - - - Horizontal - - - 552, 216 - - - 16 - - - False - - - txtHashCheckHash - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 1 - - - True - - - NoControl - - - 5, 288 - - - 35, 13 - - - 15 - - - Hash: - - - lblHashCheckHash - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - + 2 - - NoControl - - - 408, 272 - - - 152, 24 - - - 14 - - - Decode - - - btnHashCheckDecodeBase64 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 3 - - - 8, 248 - - - 552, 20 - - - 13 - - - txtHashCheckBase64 - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 4 - - - True - - - NoControl - - - 5, 232 - - - 46, 13 - - - 12 - - - Base64: - - - lblHashCheckBase64 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 5 - - - NoControl - - - 408, 216 - - - 152, 24 - - - 11 - - - Decode - - - btnHashCheckDecodeASCII - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 6 - - - 8, 192 - - - 552, 20 - - - 10 - - - txtHashCheckASCII - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 7 + + 0 True - - NoControl - 5, 176 - - 37, 13 + + 3, 3, 3, 3 - - 9 - - - ASCII: - @Invariant - - lblHashCheckASCII - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 8 - - - NoControl - - - 408, 160 - - + 152, 24 - - 8 + + 5 - - Decode + + Encode - - btnHashCheckDecodeHex + + 8, 80 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 12 - - tpTextConversions + + 14 - - 9 + + Text: - - 8, 136 + + 578, 555 - - 552, 20 + + 3, 3 - - 7 + + lblHashCheckBinary - - txtHashCheckHex + + 128, 21 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tpTextConversions + + System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 3 + + + 408, 272 + + 10 - - True + + 152, 24 - - NoControl + + 1 - - 5, 120 - - - 71, 13 - - - 6 - - - Hexadecimal: - - - lblHashCheckHex - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - + 11 - - NoControl - - - 408, 104 + + lblFile 152, 24 @@ -765,217 +261,724 @@ 5 - - Decode + + 8, 304 - - btnHashCheckDecodeBinary - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 12 - - - 8, 80 - - - 552, 20 - - - 4 - - - txtHashCheckBinary - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 13 - - - True - - - NoControl - - - 5, 64 - - - 39, 13 - - - 3 - - - Binary: - - - lblHashCheckBinary - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 14 - - - 408, 48 - - - 152, 24 - - - 2 - - - Encode - - - btnHashCheckEncodeText - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 15 - - - 8, 24 - - - 552, 20 - - - 1 - - - txtHashCheckText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 16 - - - True - - - 5, 8 - - - 31, 13 - - - 0 - - - Text: - - - lblHashCheckText - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTextConversions - - - 17 - - - 4, 22 + + 128, 24 3, 3, 3, 3 - - 570, 529 - - - 1 - - - Text conversions - - - tpTextConversions - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcMain - - - 1 + + 5, 232 Fill - - 3, 3 + + 7 - - 578, 555 + + btnFilePathBrowse 13 - - tcMain + + File path: + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + txtHashCheckHash + + + 6, 13 + + + 9 + + + NoControl + + + tpTextConversions + + + 4 + + + 128, 24 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblHashCheckHex System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 0 + + 8, 152 - + + tcMain + + + Copy all + + + 408, 48 + + + 8, 192 + + + 7 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblProgressPercentage + + + tpFileHashCheck + + + lblTarget + + + NoControl + + + 416, 20 + + + NoControl + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 50, 13 + + + 408, 216 + + True - - - 6, 13 - - 584, 561 + + tpTextConversions - - 3, 3, 3, 3 + + Text conversions + + + 4, 22 + + + 5, 8 + + + 6 + + + 408, 104 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5, 120 + + + Hash type: + + + Hash: + + + txtTarget + + + NoControl + + + btnHashCheckDecodeASCII + + + 2 + + + tpFileHashCheck + + + tpTextConversions + + + 5, 56 + + + btnHashCheckDecodeBase64 + + + pbProgress + + + tpTextConversions + + + 144, 104 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + txtHashCheckText + + + 570, 529 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15 + + + tpFileHashCheck + + + 1 + + + 8 + + + 2 + + + txtHashCheckHex + + + Horizontal + + + 8 + + + 17 + + + 16 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpTextConversions CenterScreen - - ShareX - Hash check + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - HashCheckForm + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpFileHashCheck + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + 9 + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpFileHashCheck + + + 13 + + + True + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + btnHashCheckCopyAll + + + 5, 8 + + + 152, 24 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpTextConversions + + + txtHashCheckASCII + + + 7 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + txtHashCheckBinary + + + True + + + 10 + + + 17 + + + True + + + 21, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + Browse... + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 10 + + + tpTextConversions + + + lblHashCheckText + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5, 288 + + + txtResult + + + tpTextConversions + + + 8, 248 + + + Decode + + + txtFilePath + + + 5, 64 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpTextConversions + + + tpFileHashCheck + + + $this + + + 35, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpTextConversions + + + tpTextConversions + + + 5 + + + 432, 22 + + + cbHashType + + + lblHashCheckHash + + + lblHashCheckASCII + + + 0 + + + 11 + + + 8 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 11 + + + Target: + + + 4, 22 System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 570, 529 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpFileHashCheck + + + True + + + 1 + + + 552, 20 + + + tpFileHashCheck + + + tcMain + + + tpTextConversions + + + NoControl + + + tpTextConversions + + + 3, 3, 3, 3 + + + tpTextConversions + + + 4 + + + File hash check + + + tpFileHashCheck + + + 0 + + + 9 + + + 1 + + + btnHashCheckEncodeText + + + 8, 72 + + + True + + + 12 + + + tpFileHashCheck + + + txtHashCheckBase64 + + + 7 + + + Decode + + + Binary: + + + 16 + + + 4 + + + 71, 13 + + + 248, 48 + + + 408, 160 + + + Decode + + + lblResult + + + 8 + + + 2 + + + ASCII: + + + 8, 24 + + + tpFileHashCheck + + + 6 + + + 5, 184 + + + btnHashCheckDecodeBinary + + + 5, 136 + + + 39, 13 + + + ShareX - Hash check + + + 9 + + + 584, 561 + + + 152, 24 + + + 46, 13 + + + tpTextConversions + + + 152, 24 + + + Base64: + + + tpFileHashCheck + + + 552, 20 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 24 + + + 552, 20 + + + lblHashType + + + 14 + + + 0 + + + tcMain + + + 13 + + + 1 + + + 31, 13 + + + 41, 13 + + + Check + + + False + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 15 + + + 40, 13 + + + tpTextConversions + + + 11 + + + True + + + 8, 104 + + + True + + + HashCheckForm + + + True + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 280, 24 + + + Hexadecimal: + + + 6 + + + 552, 20 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0% + + + lblHashCheckBase64 + + + btnStartHashCheck + + + 552, 20 + + + 8, 136 + + + tpTextConversions + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/InputBox.cs b/ShareX.HelpersLib/Forms/InputBox.cs index 747fdaa66..15de2e866 100644 --- a/ShareX.HelpersLib/Forms/InputBox.cs +++ b/ShareX.HelpersLib/Forms/InputBox.cs @@ -98,48 +98,49 @@ protected override void Dispose(bool disposing) private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputBox)); - btnOK = new System.Windows.Forms.Button(); - btnCancel = new System.Windows.Forms.Button(); - txtInputText = new System.Windows.Forms.TextBox(); - SuspendLayout(); - // + this.btnOK = new System.Windows.Forms.Button(); + this.btnCancel = new System.Windows.Forms.Button(); + this.txtInputText = new System.Windows.Forms.TextBox(); + this.SuspendLayout(); + // // btnOK - // - resources.ApplyResources(btnOK, "btnOK"); - btnOK.Name = "btnOK"; - btnOK.UseVisualStyleBackColor = true; - btnOK.Click += new System.EventHandler(btnOK_Click); - // + // + resources.ApplyResources(this.btnOK, "btnOK"); + this.btnOK.Name = "btnOK"; + this.btnOK.UseVisualStyleBackColor = true; + this.btnOK.Click += new System.EventHandler(this.btnOK_Click); + // // btnCancel - // - resources.ApplyResources(btnCancel, "btnCancel"); - btnCancel.Name = "btnCancel"; - btnCancel.UseVisualStyleBackColor = true; - btnCancel.Click += new System.EventHandler(btnCancel_Click); - // + // + resources.ApplyResources(this.btnCancel, "btnCancel"); + this.btnCancel.Name = "btnCancel"; + this.btnCancel.UseVisualStyleBackColor = true; + this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); + // // txtInputText - // - resources.ApplyResources(txtInputText, "txtInputText"); - txtInputText.Name = "txtInputText"; - // + // + resources.ApplyResources(this.txtInputText, "txtInputText"); + this.txtInputText.Name = "txtInputText"; + // // InputBox - // - AcceptButton = btnOK; + // + this.AcceptButton = this.btnOK; resources.ApplyResources(this, "$this"); - AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - BackColor = System.Drawing.SystemColors.Window; - Controls.Add(txtInputText); - Controls.Add(btnCancel); - Controls.Add(btnOK); - MaximizeBox = false; - MinimizeBox = false; - Name = "InputBox"; - ShowInTaskbar = false; - SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - TopMost = true; - Shown += new System.EventHandler(InputBox_Shown); - ResumeLayout(false); - PerformLayout(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.SystemColors.Window; + this.Controls.Add(this.txtInputText); + this.Controls.Add(this.btnCancel); + this.Controls.Add(this.btnOK); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "InputBox"; + this.ShowInTaskbar = false; + this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.TopMost = true; + this.Shown += new System.EventHandler(this.InputBox_Shown); + this.ResumeLayout(false); + this.PerformLayout(); + } private System.Windows.Forms.Button btnOK; diff --git a/ShareX.HelpersLib/Forms/InputBox.resx b/ShareX.HelpersLib/Forms/InputBox.resx index e531674f9..212fa383c 100644 --- a/ShareX.HelpersLib/Forms/InputBox.resx +++ b/ShareX.HelpersLib/Forms/InputBox.resx @@ -117,106 +117,109 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Right - - - - 228, 32 - - - 120, 24 - - - - 1 - OK - - btnOK - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Top, Right - - - 356, 32 - - - 120, 24 - - - 2 - - - Cancel - - - btnCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Top, Left, Right - - - 8, 8 + + + 6, 13 468, 20 - - 0 + + + Top, Left, Right - - txtInputText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - 484, 63 - - - CenterScreen - - - ShareX - Input box - - - InputBox + + Top, Right System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + InputBox + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 120, 24 + + + + 0 + + + 2 + + + 484, 63 + + + 356, 32 + + + 8, 8 + + + CenterScreen + + + Top, Right + + + 1 + + + 120, 24 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + btnCancel + + + $this + + + Cancel + + + 0 + + + $this + + + $this + + + btnOK + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 32 + + + ShareX - Input box + + + txtInputText + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/MonitorTestForm.Designer.cs b/ShareX.HelpersLib/Forms/MonitorTestForm.Designer.cs index b52093748..59ebc8df3 100644 --- a/ShareX.HelpersLib/Forms/MonitorTestForm.Designer.cs +++ b/ShareX.HelpersLib/Forms/MonitorTestForm.Designer.cs @@ -66,6 +66,7 @@ private void InitializeComponent() // // pSettings // + resources.ApplyResources(this.pSettings, "pSettings"); this.pSettings.BackColor = System.Drawing.SystemColors.Window; this.pSettings.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pSettings.Controls.Add(this.btnScreenTearingTest); @@ -94,7 +95,6 @@ private void InitializeComponent() this.pSettings.Controls.Add(this.lblBlackWhiteValue); this.pSettings.Controls.Add(this.tbBlackWhite); this.pSettings.Controls.Add(this.rbBlackWhite); - resources.ApplyResources(this.pSettings, "pSettings"); this.pSettings.Name = "pSettings"; // // btnScreenTearingTest @@ -106,31 +106,31 @@ private void InitializeComponent() // // btnGradientColor2 // - this.btnGradientColor2.Color = System.Drawing.Color.Empty; resources.ApplyResources(this.btnGradientColor2, "btnGradientColor2"); + this.btnGradientColor2.Color = System.Drawing.Color.Empty; this.btnGradientColor2.Name = "btnGradientColor2"; this.btnGradientColor2.UseVisualStyleBackColor = true; this.btnGradientColor2.ColorChanged += new ShareX.HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor2_ColorChanged); // // btnGradientColor1 // - this.btnGradientColor1.Color = System.Drawing.Color.Empty; resources.ApplyResources(this.btnGradientColor1, "btnGradientColor1"); + this.btnGradientColor1.Color = System.Drawing.Color.Empty; this.btnGradientColor1.Name = "btnGradientColor1"; this.btnGradientColor1.UseVisualStyleBackColor = true; this.btnGradientColor1.ColorChanged += new ShareX.HelpersLib.ColorButton.ColorChangedEventHandler(this.btnGradientColor1_ColorChanged); // // lblTip // - this.lblTip.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; resources.ApplyResources(this.lblTip, "lblTip"); + this.lblTip.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblTip.Name = "lblTip"; // // cbGradient // + resources.ApplyResources(this.cbGradient, "cbGradient"); this.cbGradient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbGradient.FormattingEnabled = true; - resources.ApplyResources(this.cbGradient, "cbGradient"); this.cbGradient.Name = "cbGradient"; this.cbGradient.SelectedIndexChanged += new System.EventHandler(this.cbGradient_SelectedIndexChanged); // @@ -177,13 +177,13 @@ private void InitializeComponent() // // cbShapes // + resources.ApplyResources(this.cbShapes, "cbShapes"); this.cbShapes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbShapes.FormattingEnabled = true; this.cbShapes.Items.AddRange(new object[] { resources.GetString("cbShapes.Items"), resources.GetString("cbShapes.Items1"), resources.GetString("cbShapes.Items2")}); - resources.ApplyResources(this.cbShapes, "cbShapes"); this.cbShapes.Name = "cbShapes"; this.cbShapes.SelectedIndexChanged += new System.EventHandler(this.cbShapes_SelectedIndexChanged); // diff --git a/ShareX.HelpersLib/Forms/MonitorTestForm.resx b/ShareX.HelpersLib/Forms/MonitorTestForm.resx index 73c70fd6e..868d6ab29 100644 --- a/ShareX.HelpersLib/Forms/MonitorTestForm.resx +++ b/ShareX.HelpersLib/Forms/MonitorTestForm.resx @@ -117,752 +117,641 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - NoControl - - - - 16, 368 - - - 320, 24 - - - - 25 - - - Start test animation - - - btnScreenTearingTest - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 0 - - - NoControl - - - 232, 257 - - - 104, 24 - - - 18 - - - Color 2 - - - MiddleLeft - - - btnGradientColor2 - - - ShareX.HelpersLib.ColorButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - pSettings - - - 1 - - - NoControl - - - 120, 257 - - - 104, 24 - - - 17 - - - Color 1 - - - MiddleLeft - - - btnGradientColor1 - - - ShareX.HelpersLib.ColorButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - pSettings - - - 2 - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - -1, 407 - - - 353, 40 - - - 24 - - - Tip: You can click outside to hide/show this panel. - - - MiddleCenter - - - lblTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 3 - - - 120, 223 - - - 216, 21 - - - 16 - - - cbGradient - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 4 - - - True - - - NoControl - - - 16, 224 - - - 68, 17 - - - 15 - - - Gradient: - - - rbGradient - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - 5 - - NoControl - - - 211, 8 - - - 125, 24 - - - 1 - - - Close - - - btnClose - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 6 - - - True - - - NoControl - - - 16, 334 - - - 30, 13 - - - 21 - - - Size: - - - lblShapeSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 7 - - - True - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 315, 332 - - - 15, 16 - + 23 - - 1 + + + 104, 24 - - lblShapeSizeValue + + 13 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 8 - - + False - - NoControl - - - 120, 328 - - - 187, 24 - - - 22 - - - tbShapeSize - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 9 - - - NoControl - - - 211, 88 - - - 125, 23 - - - 5 - - - Color dialog... - - - btnColorDialog - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 10 - - - Horizontal lines - - - Vertical lines - - - Checker - - - 120, 295 - - - 216, 21 - - - 20 - cbShapes - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 315, 52 - - pSettings + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 24 11 - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pSettings + + True - + + 320, 24 + + + cbGradient + + + pSettings + + + tbBlackWhite + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 120, 223 + + + NoControl 16, 296 - - 59, 17 - - - 19 - - - Shape: - - - rbShapes - - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 12 - - - True - - - NoControl - - - 16, 190 - - - 17, 13 - - - 12 - - - B: - - - lblBlue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 13 - - - True - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 315, 188 - - - 15, 16 - - - 14 - - - 0 - - - lblBlueValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 14 - - - False - - - NoControl - - - 32, 184 - - - 275, 24 - - - 13 - - - tbBlue - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 15 - - - True - - - NoControl - - - 16, 158 - - - 18, 13 - - - 9 - - - G: - - - lblGreen - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 16 - - - True - - - Microsoft Sans Serif, 9.75pt - - - NoControl - - - 315, 156 - - - 15, 16 - - - 11 - - - 0 - - - lblGreenValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 17 - - - False - - - NoControl + + lblShapeSize 32, 152 - - 275, 24 + + 3 - - 10 + + 216, 21 - - tbGreen - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + pSettings - - 18 - - + True - - NoControl - - - 16, 126 - - - 18, 13 - - - 6 - - - R: - lblRed - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 17, 13 - + + Color 1 + + + True + + pSettings - - 19 + + 17 - + True Microsoft Sans Serif, 9.75pt - - NoControl + + True - - 315, 124 - - - 15, 16 - - - 8 - - + 0 - - lblRedValue - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 20 - False - - NoControl + + 8, 48 - - 32, 120 + + 0 - - 275, 24 - - - 7 - - - tbRed - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + pSettings - - 21 - - - True - - - NoControl - - - 16, 88 - - - 110, 17 - 4 - - Red, Green, Blue: + + 0 + + + pSettings + + + pSettings + + + 9 rbRedGreenBlue + + lblRedValue + + + NoControl + + + Checker + + + 5 + + + 1 + + + lblShapeSizeValue + + + 14 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + Red, Green, Blue: + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + pSettings + + + 211, 8 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 19 + + + G: + + + True + + + Horizontal lines + + + MiddleLeft + + + 25 + + + 299, 24 + + + $this + + + MiddleCenter + + + 18, 13 + + + NoControl + + + lblGreen + + + 23 + + + Gradient: + + + 25 + + + 15, 16 + + + 68, 17 + + + R: + + + 10 + + + tbShapeSize + + + 21 + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 125, 23 + + + pSettings + + + True + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 104, 24 + pSettings - - 22 + + 6, 13 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 12 + + + 16, 224 + + + 15 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + pSettings + + + 16, 158 + + + pSettings + + + MonitorTestForm + + + 315, 188 + + + ShareX.HelpersLib.ColorButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 120, 257 + + + tbGreen + + + 1 + + + 110, 17 + + + 12 + + + NoControl + + + pSettings + + + tbRed + + + btnScreenTearingTest + + + NoControl + + + 187, 24 + + + pSettings + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pSettings + + + 216, 21 + + + 13 + + + NoControl + + + NoControl + + + NoControl + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + 120, 328 + + + Microsoft Sans Serif, 9.75pt + + + Manual + + + rbGradient + + + tbBlue + + + False + + + 24 + + + 16 Microsoft Sans Serif, 9.75pt - - NoControl + + 15, 16 - - 315, 52 + + 8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblBlueValue + + + 120, 295 + + + 22 + + + 16, 334 15, 16 - - 3 + + 32, 184 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Shape: + + + 15, 16 + + + 20 + + + NoControl + + + pSettings + + + NoControl + + + ShareX - Monitor test + + + pSettings + + + B: + + + pSettings + + + 15, 16 + + + 16 + + + pSettings + + + True + + + 18 + + + 275, 24 + + + 15 + + + NoControl + + + 4 + + + btnGradientColor2 + + + 22 + + + 275, 24 + + + -1, 407 + + + NoControl + + + MiddleLeft + + + pSettings + + + 352, 448 0 + + NoControl + + + Color dialog... + + + rbBlackWhite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 18, 13 + + + System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnColorDialog + + + lblBlue + + + 0 + lblBlackWhiteValue - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 315, 332 - + + 10 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 353, 40 + + + Microsoft Sans Serif, 9.75pt + + pSettings - - 23 - - - False - - + NoControl - - 8, 48 + + Microsoft Sans Serif, 9.75pt - - 299, 24 + + 6 - - 2 - - - tbBlackWhite - - - System.Windows.Forms.TrackBar, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pSettings - - - 24 - - + True - + + 9 + + + 59, 17 + + NoControl - - 16, 16 + + Microsoft Sans Serif, 9.75pt + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Color 2 + + + btnClose + + + NoControl + + + rbShapes + + + btnGradientColor1 + + + pSettings + + + 32, 120 + + + NoControl 89, 17 @@ -870,61 +759,175 @@ 0 - - Black, White: + + 275, 24 - - rbBlackWhite + + Size: - - System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + pSettings - - 25 + + 16, 190 - - 88, 88 + + 232, 257 - - 352, 448 + + NoControl - - 0 - - + pSettings - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16, 16 - - $this + + 3 - - 0 + + NoControl - + + 17 + + + 16, 88 + + True - - - 6, 13 + + + 8 + + + lblTip + + + 16, 368 + + + 315, 124 + + + 18 + + + 211, 88 + + + Tip: You can click outside to hide/show this panel. + + + pSettings + + + 1 700, 700 - - Manual + + False - - ShareX - Monitor test + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - MonitorTestForm + + 11 - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 88, 88 + + 0 + + + System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Black, White: + + + 125, 24 + + + 7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Start test animation + + + Close + + + pSettings + + + NoControl + + + 21 + + + NoControl + + + True + + + 7 + + + False + + + True + + + ShareX.HelpersLib.ColorButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + True + + + Vertical lines + + + 315, 156 + + + NoControl + + + 30, 13 + + + 16, 126 + + + lblGreenValue + + + 19 + + + 20 + + + pSettings + + + 2 + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/PrintForm.Designer.cs b/ShareX.HelpersLib/Forms/PrintForm.Designer.cs index 2c074f0ca..2d65b1bdc 100644 --- a/ShareX.HelpersLib/Forms/PrintForm.Designer.cs +++ b/ShareX.HelpersLib/Forms/PrintForm.Designer.cs @@ -93,8 +93,8 @@ private void InitializeComponent() // // btnCancel // - this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(this.btnCancel, "btnCancel"); + this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); diff --git a/ShareX.HelpersLib/Forms/PrintForm.resx b/ShareX.HelpersLib/Forms/PrintForm.resx index 3bed430a0..7ad02df3b 100644 --- a/ShareX.HelpersLib/Forms/PrintForm.resx +++ b/ShareX.HelpersLib/Forms/PrintForm.resx @@ -117,259 +117,262 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 16, 64 - - - 109, 17 - - - 0 - - - Auto rotate image - - - cbAutoRotate - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - 16, 32 - - - 56, 20 - - - 1 - - - - Center - - - nudMargin - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 248, 222 7 + + $this + + + btnCancel + + + $this + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 40, 136 + + + Print... + + + PrintForm + + + + 8 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblMargin + + + cbCenterImage + + + 4 + + + Margin: + True + + 6, 13 + + + 3 + 16, 88 107, 17 - - 2 + + True - - Auto scale image - - - cbAutoScale - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - + 6 True - - 13, 16 - 42, 13 - - 3 - - - Margin: - - - lblMargin - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 40, 112 - - - 132, 17 - - - 4 - - - Allow image to enlarge - - - cbAllowEnlarge - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 40, 136 - - - 127, 17 - - - 5 - - - Center image position - - - cbCenterImage - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - 8, 162 - - - 112, 23 - - - 6 - - - Preview... - - - btnShowPreview - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - 8, 192 - - - 112, 23 - - - 7 - - - Print... - - - btnPrint - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - 1 - - 128, 192 + + cbAutoRotate - - 112, 23 + + Allow image to enlarge - - 8 + + 5 - - Cancel - - - btnCancel + + btnPrint System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 13, 16 + + $this + + Preview... + + + 0 + + + 3 + + + 2 + + + True + + + $this + + + 109, 17 + + + + CenterScreen + + + $this + + + 112, 23 + + + 1 + + + 8 + + + $this + + + True + + + 4 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 128, 192 + + + 16, 32 + + + 112, 23 + + + btnShowPreview + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Auto rotate image + + + 127, 17 + 0 - - True - - - 6, 13 + + 132, 17 - - 248, 222 + + cbAllowEnlarge - - CenterScreen + + Center + + + $this + + + 7 + + + 16, 64 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nudMargin + + + cbAutoScale + + + 8, 192 ShareX - Print options - - PrintForm + + 112, 23 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 56, 20 + + + 6 + + + $this + + + Auto scale image + + + 8, 162 + + + Center image position + + + 40, 112 + + + $this + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Cancel System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Forms/PrintTextForm.resx b/ShareX.HelpersLib/Forms/PrintTextForm.resx index 8ba1999ff..29b13bc12 100644 --- a/ShareX.HelpersLib/Forms/PrintTextForm.resx +++ b/ShareX.HelpersLib/Forms/PrintTextForm.resx @@ -117,147 +117,150 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 168, 64 - - - 75, 23 - - - 11 + + 13 - - Cancel + + 3 - - btnCancel + + + 6, 13 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - - 2 - - - 8, 64 - - - 75, 23 + + 168, 64 10 - - Print... + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnPrint + + 251, 96 - + + 75, 23 + + + 152, 23 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - 3 + + btnChangeFont - - 88, 64 - - - 75, 23 - - - 9 - - - Preview... + + 8, 64 btnShowPreview - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8, 8 - - $this - - - 4 - - - 8, 32 - - - 152, 23 - - - 12 - - - Change font... - - - btnChangeFont - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 + + btnPrint True - - 8, 8 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 1 + + + $this + + + 9 + + + 2 + + + 12 + + + PrintTextForm + + + $this + + + btnCancel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 75, 23 + + + Cancel + + + 4 + + + $this + + + Preview... + + + Change font... + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 32 + + + Print... + + + 75, 23 31, 13 - - 13 + + 88, 64 Font: + + ShareX - Print options + lblFont System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this - - - 0 - True - - 6, 13 - - - 251, 96 - - - ShareX - Print options - - - PrintTextForm - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + fa-IR + \ No newline at end of file diff --git a/ShareX.HelpersLib/Properties/Resources.Designer.cs b/ShareX.HelpersLib/Properties/Resources.Designer.cs index 92842a1f3..0d0d4c3af 100644 --- a/ShareX.HelpersLib/Properties/Resources.Designer.cs +++ b/ShareX.HelpersLib/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace ShareX.HelpersLib.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/ShareX.HelpersLib/ShareX.HelpersLib.csproj b/ShareX.HelpersLib/ShareX.HelpersLib.csproj index b1c761857..296fc93cd 100644 --- a/ShareX.HelpersLib/ShareX.HelpersLib.csproj +++ b/ShareX.HelpersLib/ShareX.HelpersLib.csproj @@ -10,7 +10,7 @@ Properties ShareX.HelpersLib ShareX.HelpersLib - v4.6.2 + v4.6.1 512 diff --git a/ShareX.HelpersLib/UpdateChecker/DownloaderForm.Designer.cs b/ShareX.HelpersLib/UpdateChecker/DownloaderForm.Designer.cs index a52831510..79882cce3 100644 --- a/ShareX.HelpersLib/UpdateChecker/DownloaderForm.Designer.cs +++ b/ShareX.HelpersLib/UpdateChecker/DownloaderForm.Designer.cs @@ -38,42 +38,39 @@ private void InitializeComponent() // // lblProgress // - this.lblProgress.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.lblProgress, "lblProgress"); + this.lblProgress.BackColor = System.Drawing.Color.Transparent; this.lblProgress.ForeColor = System.Drawing.Color.White; this.lblProgress.Name = "lblProgress"; // // lblStatus // - this.lblStatus.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.lblStatus, "lblStatus"); + this.lblStatus.BackColor = System.Drawing.Color.Transparent; this.lblStatus.ForeColor = System.Drawing.Color.White; this.lblStatus.Name = "lblStatus"; // // lblFilename // - this.lblFilename.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.lblFilename, "lblFilename"); + this.lblFilename.BackColor = System.Drawing.Color.Transparent; this.lblFilename.ForeColor = System.Drawing.Color.White; this.lblFilename.Name = "lblFilename"; // // btnAction // + resources.ApplyResources(this.btnAction, "btnAction"); this.btnAction.BackColor = System.Drawing.Color.Transparent; this.btnAction.Cursor = System.Windows.Forms.Cursors.Hand; - resources.ApplyResources(this.btnAction, "btnAction"); this.btnAction.ForeColor = System.Drawing.Color.White; this.btnAction.Name = "btnAction"; this.btnAction.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btnAction_MouseClick); // // pbProgress // - this.pbProgress.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.pbProgress, "pbProgress"); - this.pbProgress.Maximum = 100; - this.pbProgress.Minimum = 0; + this.pbProgress.BackColor = System.Drawing.Color.Transparent; this.pbProgress.Name = "pbProgress"; - this.pbProgress.Value = 0; // // DownloaderForm // diff --git a/ShareX.HelpersLib/UpdateChecker/DownloaderForm.resx b/ShareX.HelpersLib/UpdateChecker/DownloaderForm.resx index 1563ce351..89877d742 100644 --- a/ShareX.HelpersLib/UpdateChecker/DownloaderForm.resx +++ b/ShareX.HelpersLib/UpdateChecker/DownloaderForm.resx @@ -117,157 +117,163 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Arial, 12pt - - - 8, 72 - - - 472, 78 - - - - 12 - - - Progress: - - - lblProgress - - - ShareX.HelpersLib.BlackStyleLabel, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + ShareX.HelpersLib.BlackStyleProgressBar, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null $this - - 0 + + + 6, 13 Arial, 12pt - - 8, 40 - - - 472, 24 - - - 11 - - - Status: - - - lblStatus - - - ShareX.HelpersLib.BlackStyleLabel, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 1 - - - Arial, 12pt - - - 8, 8 - - - 472, 24 - - - 10 - - - Filename: + + pbProgress lblFilename - - ShareX.HelpersLib.BlackStyleLabel, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 8, 72 - - $this - - - 2 - - - Arial, 12pt - - - 352, 163 - - - 128, 32 - - - 9 - - - Download - - - btnAction - - - ShareX.HelpersLib.BlackStyleButton, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 3 - - - 8, 163 + + Status: 336, 32 - - 8 - - - pbProgress - - - ShareX.HelpersLib.BlackStyleProgressBar, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 4 - - - True - - - 6, 13 - 488, 205 + + + + + 8, 40 + + + ShareX.HelpersLib.BlackStyleLabel, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + Arial, 12pt + + + 8, 8 + + + 128, 32 + + + + 9 + + + 8, 163 + + + Filename: + + + ShareX.HelpersLib.BlackStyleLabel, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 11 + + + lblProgress + CenterScreen + + $this + + + 10 + + + ShareX.HelpersLib.BlackStyleButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + $this + + + $this + + + ShareX.HelpersLib.BlackStyleForm, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 2 + + + 8 + + + 472, 78 + + + 3 + + + 472, 24 + + + 12 + + + btnAction + + + Arial, 12pt + + + 352, 163 + + + ShareX.HelpersLib.BlackStyleLabel, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + Download + + + Arial, 12pt + + + $this + + + 0 + + + Progress: + + + lblStatus + + + 1 + ShareX - File downloader + + 4 + DownloaderForm - - ShareX.HelpersLib.BlackStyleForm, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + 472, 24 + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.HistoryLib/ShareX.HistoryLib.csproj b/ShareX.HistoryLib/ShareX.HistoryLib.csproj index 0bfe650a5..0e470deb7 100644 --- a/ShareX.HistoryLib/ShareX.HistoryLib.csproj +++ b/ShareX.HistoryLib/ShareX.HistoryLib.csproj @@ -10,7 +10,7 @@ Properties ShareX.HistoryLib ShareX.HistoryLib - v4.6.2 + v4.6.1 512 diff --git a/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj b/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj index e434f157c..3748b8928 100644 --- a/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj +++ b/ShareX.ImageEffectsLib/ShareX.ImageEffectsLib.csproj @@ -10,7 +10,7 @@ Properties ShareX.ImageEffectsLib ShareX.ImageEffectsLib - v4.6.2 + v4.6.1 512 diff --git a/ShareX.IndexerLib/Properties/Resources.Designer.cs b/ShareX.IndexerLib/Properties/Resources.Designer.cs index 2b3308ffe..0c60fe1cd 100644 --- a/ShareX.IndexerLib/Properties/Resources.Designer.cs +++ b/ShareX.IndexerLib/Properties/Resources.Designer.cs @@ -90,8 +90,7 @@ internal class Resources { /// border-top-right-radius: 5px; /// padding: 4px 0px 4px 10px; /// margin: 0px 10px -10px 10px; - /// color: #FFFFFF; - /// font-family: Aria [rest of string was truncated]";. + /// color: # [rest of string was truncated]";. /// internal static string IndexerDefault { get { diff --git a/ShareX.IndexerLib/ShareX.IndexerLib.csproj b/ShareX.IndexerLib/ShareX.IndexerLib.csproj index 96c43a144..f28fcc2ca 100644 --- a/ShareX.IndexerLib/ShareX.IndexerLib.csproj +++ b/ShareX.IndexerLib/ShareX.IndexerLib.csproj @@ -9,7 +9,7 @@ Properties ShareX.IndexerLib ShareX.IndexerLib - v4.6.2 + v4.6.1 512 diff --git a/ShareX.MediaLib/Forms/ImageCombinerForm.Designer.cs b/ShareX.MediaLib/Forms/ImageCombinerForm.Designer.cs index 107a50d0b..bfc1aa456 100644 --- a/ShareX.MediaLib/Forms/ImageCombinerForm.Designer.cs +++ b/ShareX.MediaLib/Forms/ImageCombinerForm.Designer.cs @@ -74,9 +74,9 @@ private void InitializeComponent() // // lvImages // + resources.ApplyResources(this.lvImages, "lvImages"); this.lvImages.AllowDrop = true; this.lvImages.AllowItemDrag = true; - resources.ApplyResources(this.lvImages, "lvImages"); this.lvImages.AutoFillColumn = true; this.lvImages.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chFilepath}); @@ -136,8 +136,8 @@ private void InitializeComponent() // ImageCombinerForm // this.AcceptButton = this.btnCombine; - this.AllowDrop = true; resources.ApplyResources(this, "$this"); + this.AllowDrop = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(this.lblSpacePixel); diff --git a/ShareX.MediaLib/Forms/ImageCombinerForm.resx b/ShareX.MediaLib/Forms/ImageCombinerForm.resx index a28e3d5ae..7573234b4 100644 --- a/ShareX.MediaLib/Forms/ImageCombinerForm.resx +++ b/ShareX.MediaLib/Forms/ImageCombinerForm.resx @@ -117,293 +117,320 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Left + + + Top, Bottom, Left, Right + - - 8, 8 - - - 120, 23 - - - - 0 - - - Add... + + 272, 448 btnAdd - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 - - $this - - - 10 - - - 136, 8 - - - 120, 23 - - - 1 - - - Remove - - - btnRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - 264, 8 - - - 120, 23 - - - 2 - - - Move up - - - btnMoveUp - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 5 8 - - 392, 8 + + 8, 448 - - 120, 23 + + Remove - - 3 + + 521, 514 - - Move down - - - btnMoveDown - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - - Top, Bottom, Left, Right - - - Image file path - - - 487 - - - 8, 40 - - - 504, 368 - - - 4 - - - lvImages - - - ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 + + 1 Bottom, Left, Right + + ImageCombinerForm + + + 2 + + + 2 + + + True + + + 4 + + + Add... + + + nudSpace + + + 0 + 8, 472 - - 504, 31 + + Bottom, Left - - 5 + + $this - - Combine images and save/upload depending on after capture settings + + lblSpace + + + $this + + + 121, 21 btnCombine - + + 4 + + + CenterScreen + + + chFilepath + + + 504, 31 + + + 8, 8 + + + Move down + + + Bottom, Left + + + 7 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - 5 + + Move up - - Bottom, Left + + True True - - 8, 448 + + 5 + + + lvImages 121, 13 - - 6 + + 8 - - Space between images: + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblSpace + + 7 + + + btnRemove + + + $this + + + $this + + + Combine images and save/upload depending on after capture settings + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 103, 13 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 10 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 264, 8 + + $this - - 4 + + 64, 20 - + + 6, 13 + + + 8, 40 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + lblOrientation + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnMoveUp + + + cbOrientation + + + 120, 23 + + + 200, 420 + + + 33, 13 + + + Image file path + + + 120, 23 + + + 10 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 504, 368 + + + ShareX - Image combiner + + + 6 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Space between images: + + + 8, 424 + + + $this + + + 120, 23 + + + 9 + + + btnMoveDown + + + lblSpacePixel + + Bottom, Left 200, 444 - - 64, 20 - - - 7 + + 9 Center - - nudSpace - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Bottom, Left - - - True - - - 8, 424 - - - 103, 13 - - - 8 - - - Combine orientation: - - - lblOrientation + + 487 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this - - - 2 - - - Bottom, Left - - - 200, 420 - - - 121, 21 - - - 9 - - - cbOrientation - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null 1 - - Bottom, Left - - - True - - - 272, 448 - - - 33, 13 - - - 10 - pixels - - lblSpacePixel + + 3 + + + 120, 23 + + + 0 + + + 136, 8 + + + $this + + + Bottom, Left + + + Combine orientation: + + + 392, 8 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -411,34 +438,10 @@ $this - - 0 - True - - 6, 13 - - - 521, 514 - - - CenterScreen - - - ShareX - Image combiner - - - chFilepath - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ImageCombinerForm - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + fa-IR + \ No newline at end of file diff --git a/ShareX.MediaLib/ShareX.MediaLib.csproj b/ShareX.MediaLib/ShareX.MediaLib.csproj index a864ae933..faadb3e79 100644 --- a/ShareX.MediaLib/ShareX.MediaLib.csproj +++ b/ShareX.MediaLib/ShareX.MediaLib.csproj @@ -9,7 +9,7 @@ Properties ShareX.MediaLib ShareX.MediaLib - v4.6.2 + v4.6.1 512 diff --git a/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj b/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj index 33c6b19fc..57a76725d 100644 --- a/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj +++ b/ShareX.NativeMessagingHost/ShareX.NativeMessagingHost.csproj @@ -9,7 +9,7 @@ Properties ShareX.NativeMessagingHost ShareX_NativeMessagingHost - v4.6.2 + v4.6.1 512 diff --git a/ShareX.NativeMessagingHost/app.config b/ShareX.NativeMessagingHost/app.config index b972e1946..3dbff35f4 100644 --- a/ShareX.NativeMessagingHost/app.config +++ b/ShareX.NativeMessagingHost/app.config @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/ShareX.ScreenCaptureLib/Forms/EditorStartupForm.Designer.cs b/ShareX.ScreenCaptureLib/Forms/EditorStartupForm.Designer.cs index 9840aa30d..e695ffc58 100644 --- a/ShareX.ScreenCaptureLib/Forms/EditorStartupForm.Designer.cs +++ b/ShareX.ScreenCaptureLib/Forms/EditorStartupForm.Designer.cs @@ -61,9 +61,9 @@ private void InitializeComponent() // // btnCancel // + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.cross; - resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); diff --git a/ShareX.ScreenCaptureLib/Forms/EditorStartupForm.resx b/ShareX.ScreenCaptureLib/Forms/EditorStartupForm.resx index a8633ecf9..15ab9c663 100644 --- a/ShareX.ScreenCaptureLib/Forms/EditorStartupForm.resx +++ b/ShareX.ScreenCaptureLib/Forms/EditorStartupForm.resx @@ -118,172 +118,169 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Microsoft Sans Serif, 9.75pt - - - MiddleLeft - 8, 8 - - - 3, 0, 0, 0 + + 297, 169 + + + 6, 13 + + + MiddleLeft + + + + 2 + + + 280, 32 + + + MiddleLeft + + + btnCreateNewImage + + + btnOpenImageFile 280, 32 - - - 0 + + $this + + + 1 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Load image from clipboard + + + Microsoft Sans Serif, 9.75pt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Microsoft Sans Serif, 9.75pt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 280, 32 Open image file... + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 280, 32 + + + 2 + + + btnLoadImageFromClipboard + + + MiddleLeft + + + MiddleLeft + + + + CenterScreen + + + 8, 88 + + + $this + + + 3, 0, 0, 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 0, 0, 0 + + + 0 + + + ImageBeforeText + + + Create new image... + + + MiddleLeft + + + btnCancel + MiddleLeft ImageBeforeText - - btnOpenImageFile - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Microsoft Sans Serif, 9.75pt - - - MiddleLeft - - - 8, 88 - - - 3, 0, 0, 0 - - - 280, 32 - - - 2 - - - Create new image... - - - MiddleLeft - - - ImageBeforeText - - - btnCreateNewImage - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Microsoft Sans Serif, 9.75pt - - - MiddleLeft - - - 8, 48 - - - 3, 0, 0, 0 - - - 280, 32 - - - 1 - - - Load image from clipboard - - - MiddleLeft - - - ImageBeforeText - - - btnLoadImageFromClipboard - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - MiddleLeft - - - 8, 128 - - - 3, 0, 0, 0 - - - 280, 32 - 3 Cancel - - MiddleLeft - - - ImageBeforeText - - - btnCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 $this - - 0 + + MiddleLeft - - True - - - 6, 13 + + Microsoft Sans Serif, 9.75pt - - 297, 169 + + 3, 0, 0, 0 - - CenterScreen + + 3 + + + 8, 128 + + + MiddleLeft + + + ImageBeforeText + + + $this + + + 1 + + + ImageBeforeText + + + 3, 0, 0, 0 ShareX - Image editor @@ -291,7 +288,13 @@ EditorStartupForm - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8, 48 + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs b/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs index c289b7ea6..cceb34bc6 100644 --- a/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs +++ b/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace ShareX.ScreenCaptureLib.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj b/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj index ac014e716..82572aa7a 100644 --- a/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj +++ b/ShareX.ScreenCaptureLib/ShareX.ScreenCaptureLib.csproj @@ -10,7 +10,7 @@ Properties ShareX.ScreenCaptureLib ShareX.ScreenCaptureLib - v4.6.2 + v4.6.1 512 diff --git a/ShareX.Setup/ShareX.Setup.csproj b/ShareX.Setup/ShareX.Setup.csproj index a2371671b..e03f02cd5 100644 --- a/ShareX.Setup/ShareX.Setup.csproj +++ b/ShareX.Setup/ShareX.Setup.csproj @@ -9,7 +9,7 @@ Properties ShareX.Setup ShareX.Setup - v4.6.2 + v4.6.1 512 diff --git a/ShareX.Setup/app.config b/ShareX.Setup/app.config index adcd8c5a5..fd3b41004 100644 --- a/ShareX.Setup/app.config +++ b/ShareX.Setup/app.config @@ -1,6 +1,6 @@ - + - \ No newline at end of file + diff --git a/ShareX.Steam/ShareX.Steam.csproj b/ShareX.Steam/ShareX.Steam.csproj index b8ca92a5b..a596d5d99 100644 --- a/ShareX.Steam/ShareX.Steam.csproj +++ b/ShareX.Steam/ShareX.Steam.csproj @@ -9,7 +9,7 @@ Properties ShareX.Steam ShareX_Launcher - v4.6.2 + v4.6.1 512 diff --git a/ShareX.Steam/app.config b/ShareX.Steam/app.config index b972e1946..3dbff35f4 100644 --- a/ShareX.Steam/app.config +++ b/ShareX.Steam/app.config @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/ShareX.UploadersLib/Forms/EmailForm.resx b/ShareX.UploadersLib/Forms/EmailForm.resx index 34a9e97c9..538720a8d 100644 --- a/ShareX.UploadersLib/Forms/EmailForm.resx +++ b/ShareX.UploadersLib/Forms/EmailForm.resx @@ -117,82 +117,91 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - 5, 8 + + 312, 304 - - 51, 13 - - - 0 - - - To Email: - - - lblToEmail - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - - 7 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 64 + + + btnCancel Top, Bottom, Left, Right - - 8, 24 - - - 296, 20 - - - 1 - - - txtToEmail - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - + + True - - 5, 48 + + 51, 13 - - 46, 13 + + EmailForm + + + 8, 104 + + + $this + + + 7 + + + Message: + + + lblSubject 2 + + lblToEmail + + + 5 + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 104, 272 + + + True + + + To Email: + + + btnSend + + + 2 + Subject: - - lblSubject + + CenterScreen - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Bottom, Right - + $this @@ -201,154 +210,148 @@ Top, Bottom, Left, Right - - 8, 64 - - - 296, 20 - - - 3 - - - txtSubject - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 5, 88 - - - 53, 13 - - - 4 - - - Message: - - - lblMessage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Top, Bottom, Left, Right - - - 8, 104 - - - True - - - 296, 160 - - - 5 - - - txtMessage - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Bottom, Right - - - 104, 272 - - - 96, 24 - - - 6 - - - Send - - - btnSend + + 5, 48 System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5, 8 + + + 3 + + + 6, 13 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Send + + + Top, Bottom, Left, Right + + + 296, 20 + + + $this + + + 5, 88 + + $this 1 - - Bottom, Right + + 296, 160 + + + txtMessage + + + txtToEmail 208, 272 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + 96, 24 - - 7 + + 296, 20 + + + Bottom, Right + + + 4 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + True + + + 8, 24 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + $this + + + 53, 13 + + + 6 + + + lblMessage + + + True + + + 6 + + + 1 + + + 46, 13 + + + ShareX - Send Email + + + txtSubject + + + 3 Cancel - - btnCancel + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 96, 24 - + $this - + 0 True - - 6, 13 - - - 312, 304 - - - CenterScreen - - - ShareX - Send Email - - - EmailForm - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + fa-IR + \ No newline at end of file diff --git a/ShareX.UploadersLib/Forms/UserPassBox.resx b/ShareX.UploadersLib/Forms/UserPassBox.resx index 58a1fe5a7..480d1dc0e 100644 --- a/ShareX.UploadersLib/Forms/UserPassBox.resx +++ b/ShareX.UploadersLib/Forms/UserPassBox.resx @@ -117,109 +117,82 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 136, 112 - - - 72, 23 + + txtFullName - - 8 - - - OK - - - btnOK - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 + + True + 216, 112 - - 72, 23 - - - 9 - - - Cancel - - - btnCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + False $this - - 8 + + txtEmail + + + btnCancel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 88, 36 + + + btnOK + + + $this + + + lblEmail + + + 16, 88 + + + 9 88, 60 - - 200, 20 - - + 5 - - txtUserName + + 200, 20 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this 7 - - 88, 84 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 200, 20 + + Password: - - 7 + + 72, 23 - - txtPassword - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 6, 13 $this - - 6 - - - True - - - 16, 64 - - - 61, 13 - - - 4 + + Full name: User name: @@ -227,164 +200,194 @@ lblUserName - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 5 - - - True - - - 16, 88 - - - 56, 13 - - - 6 - - - Password: - - - lblPassword - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - True - - - 16, 16 - - - 55, 13 - - - 0 - - - Full name: - - - lblFullName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - False - - - 88, 12 - - - 200, 20 - - - 1 - - - txtFullName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - 3 - - True - - - 16, 40 - - - 35, 13 - - - 2 - - - Email: - - - lblEmail - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - False - - - 88, 36 - - - 200, 20 - - - 3 - - - txtEmail - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - True - - - 6, 13 - - - 299, 144 - CenterScreen - - ShareX - Account info + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 6 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblPassword + + + Email: + + + 56, 13 + + + 2 + + + $this + + + lblFullName + + + 16, 64 + + + 3 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 200, 20 + + + 88, 84 + + + 200, 20 + + + 136, 112 + + + 200, 20 + + + 0 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + True + + + 16, 40 + + + 72, 23 + + + 7 + + + False + + + 1 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 35, 13 + + + True + + + 0 + + + 88, 12 + + + 2 UserPassBox + + OK + + + 4 + + + 16, 16 + + + True + + + 4 + + + $this + + + $this + + + txtPassword + + + Cancel + + + ShareX - Account info + + + txtUserName + + + 9 + + + 8 + + + 61, 13 + + + 55, 13 + + + 299, 144 + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + $this + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX.UploadersLib/ShareX.UploadersLib.csproj b/ShareX.UploadersLib/ShareX.UploadersLib.csproj index 26bcf17ce..67ee935c3 100644 --- a/ShareX.UploadersLib/ShareX.UploadersLib.csproj +++ b/ShareX.UploadersLib/ShareX.UploadersLib.csproj @@ -10,7 +10,7 @@ Properties ShareX.UploadersLib ShareX.UploadersLib - v4.6.2 + v4.6.1 512 false diff --git a/ShareX/Forms/AboutForm.Designer.cs b/ShareX/Forms/AboutForm.Designer.cs index 3e5de01d5..7eb155da6 100644 --- a/ShareX/Forms/AboutForm.Designer.cs +++ b/ShareX/Forms/AboutForm.Designer.cs @@ -84,47 +84,47 @@ private void InitializeComponent() // // rtbShareXInfo // + resources.ApplyResources(this.rtbShareXInfo, "rtbShareXInfo"); this.rtbShareXInfo.BackColor = System.Drawing.SystemColors.Window; this.rtbShareXInfo.BorderStyle = System.Windows.Forms.BorderStyle.None; this.rtbShareXInfo.ForeColor = System.Drawing.SystemColors.ControlText; - resources.ApplyResources(this.rtbShareXInfo, "rtbShareXInfo"); this.rtbShareXInfo.Name = "rtbShareXInfo"; this.rtbShareXInfo.ReadOnly = true; this.rtbShareXInfo.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked); // // pbMikeURL // + resources.ApplyResources(this.pbMikeURL, "pbMikeURL"); this.pbMikeURL.BackColor = System.Drawing.Color.Transparent; this.pbMikeURL.Cursor = System.Windows.Forms.Cursors.Hand; this.pbMikeURL.Image = global::ShareX.Properties.Resources.GitHub; - resources.ApplyResources(this.pbMikeURL, "pbMikeURL"); this.pbMikeURL.Name = "pbMikeURL"; this.pbMikeURL.TabStop = false; this.pbMikeURL.Click += new System.EventHandler(this.pbMikeURL_Click); // // pbAU // + resources.ApplyResources(this.pbAU, "pbAU"); this.pbAU.BackColor = System.Drawing.Color.Transparent; this.pbAU.Image = global::ShareX.Properties.Resources.au; - resources.ApplyResources(this.pbAU, "pbAU"); this.pbAU.Name = "pbAU"; this.pbAU.TabStop = false; // // pbBerkURL // + resources.ApplyResources(this.pbBerkURL, "pbBerkURL"); this.pbBerkURL.BackColor = System.Drawing.Color.Transparent; this.pbBerkURL.Cursor = System.Windows.Forms.Cursors.Hand; this.pbBerkURL.Image = global::ShareX.Properties.Resources.GitHub; - resources.ApplyResources(this.pbBerkURL, "pbBerkURL"); this.pbBerkURL.Name = "pbBerkURL"; this.pbBerkURL.TabStop = false; this.pbBerkURL.Click += new System.EventHandler(this.pbBerkURL_Click); // // pbTR // + resources.ApplyResources(this.pbTR, "pbTR"); this.pbTR.BackColor = System.Drawing.Color.Transparent; this.pbTR.Image = global::ShareX.Properties.Resources.tr; - resources.ApplyResources(this.pbTR, "pbTR"); this.pbTR.Name = "pbTR"; this.pbTR.TabStop = false; // diff --git a/ShareX/Forms/AboutForm.resx b/ShareX/Forms/AboutForm.resx index 5beb966ae..592463fbe 100644 --- a/ShareX/Forms/AboutForm.resx +++ b/ShareX/Forms/AboutForm.resx @@ -117,233 +117,200 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True - - - - Verdana, 14.25pt - - - - NoControl - - - 12, 14 - - - 0, 23 - - - 0 - - - MiddleCenter - - - lblProductName + + rtbShareXInfo System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + + 16, 16 15 - - True + + + + + pbBerkURL + + + + Bottom, Right + + + MiddleCenter + + + NoControl + + + + 12 + + + 200, 200 NoControl + + NoControl + + + 6 + + + $this + + + 5 + + + ShareX license... + + + 2 + + + 11 + + + Licenses... + + + $this + + + 16, 80 + + + 4 + + + 384, 0 + + + 38, 16 + + + Build + + + Microsoft Sans Serif, 9.75pt + + + Bottom, Right + + + 15 + + + pbLogo + + + 20 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 185 + + + ShareX - About + + + 328, 560 + + + $this + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 560, 333 + + + 9 + + + True + + + NoControl + + + Bottom, Right + + + NoControl + + + 3 + + + 14 + + + 472, 560 + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + rtbCredits + + + NoControl + + + True + + + 0, 23 + + + + + + CenterImage + + + NoControl + 64, 163 - - 0, 13 - - - 4 - - - lblBerk - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 8 - - - True - - - NoControl - - - 64, 187 - - - 0, 13 - - - 5 - - - lblMike - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Top, Bottom, Left, Right - - - 15, 219 - - - 560, 333 - - - 7 - - - - - - False - - - rtbCredits - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 - - - 16, 80 - - - 368, 62 - - - 2 - - - - - - rtbShareXInfo - - - System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 6 - - - NoControl - - - 41, 185 - - - 16, 16 - - - CenterImage - - - 14 - - - pbMikeURL - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - NoControl - - - 17, 185 - - - 16, 16 - - - CenterImage - - - 12 - - - pbAU - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 12 - - - NoControl - - - 41, 161 - - - 16, 16 - - - CenterImage - - - 10 - - - pbBerkURL + + 12, 14 System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + pbTR + + + lblBuild + + $this - - 13 + + ShareX.HelpersLib.Canvas, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - NoControl + + 22 + + + 15, 219 + + + True 17, 161 @@ -351,38 +318,86 @@ 16, 16 - - CenterImage - - - 8 - - - pbTR - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - - 14 + + $this + + + NoControl + + + lblMike + + + 4 + + + AboutForm True - - NoControl + + 136, 23 - - 14, 136 + + 8 + + + 224, 24 + + + 10 + + + 1 + + + $this + + + 8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Zoom + + + 0, 13 0, 13 - - 15 + + pbMikeURL + + + CenterScreen + + + 14, 41 + + + NoControl + + + Top, Right + + + 13, 45 + + + $this + + + 16 + + + 16, 16 lblTeam @@ -390,232 +405,220 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this - - - 5 - - - Top, Right - - - NoControl - - - 376, 8 - - - 200, 200 - - - Zoom - - - 18 - - - pbLogo - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Bottom, Right - - - NoControl - - - 472, 560 - - - 104, 23 - - - 0 - - - Close - - - btnClose - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - Bottom, Right - - - NoControl - - - 152, 560 - - - 168, 23 - - - 20 - - - ShareX license... - - - btnShareXLicense - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Bottom, Right - - - NoControl - - - 328, 560 - - - 136, 23 - - - 21 - - - Licenses... - - - btnLicenses - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 12 1 - - 14, 41 - - - 224, 24 - - - 1 - - - uclUpdate - - - ShareX.HelpersLib.UpdateCheckerLabel, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 10 - - + Top, Right - - 384, 0 + + CenterImage - - 200, 200 + + btnClose - - 6 + + CenterImage - - cLogo - - - ShareX.HelpersLib.Canvas, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - + $this - - 16 + + 41, 161 - - True + + btnLicenses - - Microsoft Sans Serif, 9.75pt + + 368, 62 - - 13, 45 + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 38, 16 + + 13 - - 22 + + 5 - - Build + + Verdana, 14.25pt - - False + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblBuild - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 0 - - True - - - 6, 13 + + 152, 560 - - 584, 593 + + $this - - 600, 600 - - - CenterScreen - - - ShareX - About - - - AboutForm + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 16, 16 + + + pbAU + + + $this + + + 7 + + + Top, Bottom, Left, Right + + + $this + + + NoControl + + + System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + lblBerk + + + 376, 8 + + + 64, 187 + + + False + + + 6 + + + 2 + + + uclUpdate + + + $this + + + cLogo + + + ShareX.HelpersLib.UpdateCheckerLabel, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + NoControl + + + btnShareXLicense + + + CenterImage + + + 584, 593 + + + 10 + + + 0 + + + False + + + 200, 200 + + + 14, 136 + + + 168, 23 + + + 104, 23 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + Close + + + 6, 13 + + + $this + + + 0 + + + 18 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 41, 185 + + + $this + + + 7 + + + 21 + + + lblProductName + + + $this + + + True + + + 0, 13 + + + 600, 600 + + + True + + + fa-IR + \ No newline at end of file diff --git a/ShareX/Forms/ActionsForm.resx b/ShareX/Forms/ActionsForm.resx index 851d4a716..20b4cad9b 100644 --- a/ShareX/Forms/ActionsForm.resx +++ b/ShareX/Forms/ActionsForm.resx @@ -117,89 +117,80 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 + - - True - - - - 5, 8 - - - 38, 13 - - - 0 - - - Name: - - - lblName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 14 - - - True - - - 5, 56 - - - 50, 13 - - - 2 - - - File path: - - - lblPath - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 6 13 - - True + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 5, 104 - - - 60, 13 - - - 5 - - - Arguments: - - - lblArgs - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this - + + 13 + + + $this + + + btnCancel + + + + 248, 20 + + + txtOutputExtension + + + $this + + + 6 + + + 264, 70 + + + btnOK + + + $this + + + Delete input file + + + btnPathBrowse + + + True + + 12 + + 9 + + + True + + + cbHiddenWindow + + + 5, 56 + + + txtName + Top, Left, Right @@ -207,95 +198,17 @@ 8, 24 - + + 277, 13 + + 296, 20 - - 1 + + 5, 8 - - txtName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 11 - - - Top, Left, Right - - - 8, 72 - - - 248, 20 - - - 3 - - - txtPath - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 10 - - - Top, Left, Right - - - 8, 120 - - - 296, 20 - - - 6 - - - txtArguments - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 9 - - - Top, Right - - - 264, 70 - - - 40, 24 - - - 4 - - - ... - - - btnPathBrowse - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 6, 13 8 @@ -303,56 +216,116 @@ Bottom, Right - - 136, 304 + + True - - 80, 24 + + 1 - - 11 + + 191, 13 - - OK - - - btnOK - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 7 + + Top, Right Bottom, Right - - 224, 304 + + lblOutputExtension + + + 5 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 40, 24 + + + 4 + + + 313, 337 + + + File path: + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 80, 24 - + + 4 + + + Top, Left, Right + + + 1 + + + Extension filter: (Example: jpg png mp4) + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + 224, 304 + + 12 - - Cancel + + 296, 20 - - btnCancel + + 8, 168 + + + ... + + + CenterScreen + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblArgs + + + 0 + + + 99, 17 System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this - - - 6 + + txtPath True @@ -360,158 +333,203 @@ 5, 200 - - 191, 13 + + Output file name extension: (Empty = Use same file name) - - 9 + + 136, 304 - - Extension filter: (Example: jpg png mp4) + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblExtensions + + 80, 24 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this + + + 10 + + + 14 + + + False + + + 296, 20 $this - - 5 + + 50, 13 - + + cbDeleteInputFile + + Top, Left, Right + + 60, 13 + + + lblPath + 8, 216 - - 296, 20 + + $this + + + 11 + + + 8, 120 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Left, Right + + + 38, 13 + + + lblName + + + 9, 248 + + + 8, 272 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + Hidden window + + + ActionsForm 10 - - txtExtensions + + $this - + + OK + + + 2 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - 4 + + 9 - - Top, Left, Right + + 2 - - 8, 168 - - - 296, 20 - - - 8 - - - txtOutputExtension - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - + $this + + 5, 104 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 3 - + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True - - 5, 152 + + Name: - - 277, 13 - - - 7 - - - Output file name extension: (Empty = Use same file name) - - - lblOutputExtension - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + txtArguments + + $this - - 2 - - - True - - - 9, 248 - - - 2, 2, 2, 2 + + $this 99, 17 - - 13 + + Cancel - - Hidden window + + ShareX - Actions - - cbHiddenWindow + + 5, 152 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - $this + + txtExtensions - - 1 + + 3 - + + 2, 2, 2, 2 + + + lblExtensions + + True - - False + + Top, Left, Right - - 8, 272 + + $this - - 99, 17 + + 296, 20 - + + Arguments: + + + 11 + + 14 - - Delete input file - - - cbDeleteInputFile - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + 8, 72 0 @@ -519,22 +537,7 @@ True - - 6, 13 - - - 313, 337 - - - CenterScreen - - - ShareX - Actions - - - ActionsForm - - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + fa-IR + \ No newline at end of file diff --git a/ShareX/Forms/MainForm.Designer.cs b/ShareX/Forms/MainForm.Designer.cs index 0dc1188d9..28e91def1 100644 --- a/ShareX/Forms/MainForm.Designer.cs +++ b/ShareX/Forms/MainForm.Designer.cs @@ -306,11 +306,13 @@ private void InitializeComponent() // // scMain.Panel1 // + resources.ApplyResources(this.scMain.Panel1, "scMain.Panel1"); this.scMain.Panel1.Controls.Add(this.lblListViewTip); this.scMain.Panel1.Controls.Add(this.lvUploads); // // scMain.Panel2 // + resources.ApplyResources(this.scMain.Panel2, "scMain.Panel2"); this.scMain.Panel2.Controls.Add(this.pbPreview); this.scMain.SplitterColor = System.Drawing.Color.White; this.scMain.SplitterLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(189))))); @@ -327,6 +329,7 @@ private void InitializeComponent() // // lvUploads // + resources.ApplyResources(this.lvUploads, "lvUploads"); this.lvUploads.AutoFillColumn = true; this.lvUploads.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lvUploads.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { @@ -337,7 +340,6 @@ private void InitializeComponent() this.chElapsed, this.chRemaining, this.chURL}); - resources.ApplyResources(this.lvUploads, "lvUploads"); this.lvUploads.FullRowSelect = true; this.lvUploads.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lvUploads.HideSelection = false; @@ -382,8 +384,8 @@ private void InitializeComponent() // // pbPreview // - this.pbPreview.BackColor = System.Drawing.SystemColors.Window; resources.ApplyResources(this.pbPreview, "pbPreview"); + this.pbPreview.BackColor = System.Drawing.SystemColors.Window; this.pbPreview.DrawCheckeredBackground = true; this.pbPreview.EnableRightClickMenu = true; this.pbPreview.FullscreenOnClick = true; @@ -401,18 +403,18 @@ private void InitializeComponent() // // pbSupportUsOpen // + resources.ApplyResources(this.pbSupportUsOpen, "pbSupportUsOpen"); this.pbSupportUsOpen.Cursor = System.Windows.Forms.Cursors.Hand; this.pbSupportUsOpen.Image = global::ShareX.Properties.Resources.SupportUs_Button_01; - resources.ApplyResources(this.pbSupportUsOpen, "pbSupportUsOpen"); this.pbSupportUsOpen.Name = "pbSupportUsOpen"; this.pbSupportUsOpen.TabStop = false; this.pbSupportUsOpen.Click += new System.EventHandler(this.pbSupportUsOpen_Click); // // pbSupportUsHide // + resources.ApplyResources(this.pbSupportUsHide, "pbSupportUsHide"); this.pbSupportUsHide.Cursor = System.Windows.Forms.Cursors.Hand; this.pbSupportUsHide.Image = global::ShareX.Properties.Resources.SupportUs_Button_02; - resources.ApplyResources(this.pbSupportUsHide, "pbSupportUsHide"); this.pbSupportUsHide.Name = "pbSupportUsHide"; this.pbSupportUsHide.TabStop = false; this.pbSupportUsHide.Click += new System.EventHandler(this.pbSupportUsHide_Click); @@ -450,6 +452,7 @@ private void InitializeComponent() // // tsddbCapture // + resources.ApplyResources(this.tsddbCapture, "tsddbCapture"); this.tsddbCapture.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiFullscreen, this.tsmiWindow, @@ -467,107 +470,107 @@ private void InitializeComponent() this.tsmiShowCursor, this.tsmiScreenshotDelay}); this.tsddbCapture.Image = global::ShareX.Properties.Resources.camera; - resources.ApplyResources(this.tsddbCapture, "tsddbCapture"); this.tsddbCapture.Name = "tsddbCapture"; this.tsddbCapture.DropDownOpening += new System.EventHandler(this.tsddbCapture_DropDownOpening); // // tsmiFullscreen // + resources.ApplyResources(this.tsmiFullscreen, "tsmiFullscreen"); this.tsmiFullscreen.Image = global::ShareX.Properties.Resources.layer_fullscreen; this.tsmiFullscreen.Name = "tsmiFullscreen"; - resources.ApplyResources(this.tsmiFullscreen, "tsmiFullscreen"); this.tsmiFullscreen.Click += new System.EventHandler(this.tsmiFullscreen_Click); // // tsmiWindow // + resources.ApplyResources(this.tsmiWindow, "tsmiWindow"); this.tsmiWindow.Image = global::ShareX.Properties.Resources.application_blue; this.tsmiWindow.Name = "tsmiWindow"; - resources.ApplyResources(this.tsmiWindow, "tsmiWindow"); // // tsmiMonitor // + resources.ApplyResources(this.tsmiMonitor, "tsmiMonitor"); this.tsmiMonitor.Image = global::ShareX.Properties.Resources.monitor; this.tsmiMonitor.Name = "tsmiMonitor"; - resources.ApplyResources(this.tsmiMonitor, "tsmiMonitor"); // // tsmiRectangle // + resources.ApplyResources(this.tsmiRectangle, "tsmiRectangle"); this.tsmiRectangle.Image = global::ShareX.Properties.Resources.layer_shape; this.tsmiRectangle.Name = "tsmiRectangle"; - resources.ApplyResources(this.tsmiRectangle, "tsmiRectangle"); this.tsmiRectangle.Click += new System.EventHandler(this.tsmiRectangle_Click); // // tsmiRectangleLight // + resources.ApplyResources(this.tsmiRectangleLight, "tsmiRectangleLight"); this.tsmiRectangleLight.Image = global::ShareX.Properties.Resources.Rectangle; this.tsmiRectangleLight.Name = "tsmiRectangleLight"; - resources.ApplyResources(this.tsmiRectangleLight, "tsmiRectangleLight"); this.tsmiRectangleLight.Click += new System.EventHandler(this.tsmiRectangleLight_Click); // // tsmiRectangleTransparent // + resources.ApplyResources(this.tsmiRectangleTransparent, "tsmiRectangleTransparent"); this.tsmiRectangleTransparent.Image = global::ShareX.Properties.Resources.layer_transparent; this.tsmiRectangleTransparent.Name = "tsmiRectangleTransparent"; - resources.ApplyResources(this.tsmiRectangleTransparent, "tsmiRectangleTransparent"); this.tsmiRectangleTransparent.Click += new System.EventHandler(this.tsmiRectangleTransparent_Click); // // tsmiLastRegion // + resources.ApplyResources(this.tsmiLastRegion, "tsmiLastRegion"); this.tsmiLastRegion.Image = global::ShareX.Properties.Resources.layers; this.tsmiLastRegion.Name = "tsmiLastRegion"; - resources.ApplyResources(this.tsmiLastRegion, "tsmiLastRegion"); this.tsmiLastRegion.Click += new System.EventHandler(this.tsmiLastRegion_Click); // // tsmiScreenRecordingFFmpeg // + resources.ApplyResources(this.tsmiScreenRecordingFFmpeg, "tsmiScreenRecordingFFmpeg"); this.tsmiScreenRecordingFFmpeg.Image = global::ShareX.Properties.Resources.camcorder_image; this.tsmiScreenRecordingFFmpeg.Name = "tsmiScreenRecordingFFmpeg"; - resources.ApplyResources(this.tsmiScreenRecordingFFmpeg, "tsmiScreenRecordingFFmpeg"); this.tsmiScreenRecordingFFmpeg.Click += new System.EventHandler(this.tsmiScreenRecordingFFmpeg_Click); // // tsmiScreenRecordingGIF // + resources.ApplyResources(this.tsmiScreenRecordingGIF, "tsmiScreenRecordingGIF"); this.tsmiScreenRecordingGIF.Image = global::ShareX.Properties.Resources.film; this.tsmiScreenRecordingGIF.Name = "tsmiScreenRecordingGIF"; - resources.ApplyResources(this.tsmiScreenRecordingGIF, "tsmiScreenRecordingGIF"); this.tsmiScreenRecordingGIF.Click += new System.EventHandler(this.tsmiScreenRecordingGIF_Click); // // tsmiScrollingCapture // + resources.ApplyResources(this.tsmiScrollingCapture, "tsmiScrollingCapture"); this.tsmiScrollingCapture.Image = global::ShareX.Properties.Resources.ui_scroll_pane_image; this.tsmiScrollingCapture.Name = "tsmiScrollingCapture"; - resources.ApplyResources(this.tsmiScrollingCapture, "tsmiScrollingCapture"); this.tsmiScrollingCapture.Click += new System.EventHandler(this.tsmiScrollingCapture_Click); // // tsmiTextCapture // + resources.ApplyResources(this.tsmiTextCapture, "tsmiTextCapture"); this.tsmiTextCapture.Image = global::ShareX.Properties.Resources.edit_drop_cap; this.tsmiTextCapture.Name = "tsmiTextCapture"; - resources.ApplyResources(this.tsmiTextCapture, "tsmiTextCapture"); this.tsmiTextCapture.Click += new System.EventHandler(this.tsmiTextCapture_Click); // // tsmiAutoCapture // + resources.ApplyResources(this.tsmiAutoCapture, "tsmiAutoCapture"); this.tsmiAutoCapture.Image = global::ShareX.Properties.Resources.clock; this.tsmiAutoCapture.Name = "tsmiAutoCapture"; - resources.ApplyResources(this.tsmiAutoCapture, "tsmiAutoCapture"); this.tsmiAutoCapture.Click += new System.EventHandler(this.tsmiAutoCapture_Click); // // tssCapture1 // - this.tssCapture1.Name = "tssCapture1"; resources.ApplyResources(this.tssCapture1, "tssCapture1"); + this.tssCapture1.Name = "tssCapture1"; // // tsmiShowCursor // + resources.ApplyResources(this.tsmiShowCursor, "tsmiShowCursor"); this.tsmiShowCursor.CheckOnClick = true; this.tsmiShowCursor.Image = global::ShareX.Properties.Resources.cursor; this.tsmiShowCursor.Name = "tsmiShowCursor"; - resources.ApplyResources(this.tsmiShowCursor, "tsmiShowCursor"); this.tsmiShowCursor.Click += new System.EventHandler(this.tsmiShowCursor_Click); // // tsmiScreenshotDelay // + resources.ApplyResources(this.tsmiScreenshotDelay, "tsmiScreenshotDelay"); this.tsmiScreenshotDelay.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiScreenshotDelay0, this.tsmiScreenshotDelay1, @@ -575,47 +578,47 @@ private void InitializeComponent() this.tsmiScreenshotDelay3, this.tsmiScreenshotDelay4, this.tsmiScreenshotDelay5}); - resources.ApplyResources(this.tsmiScreenshotDelay, "tsmiScreenshotDelay"); this.tsmiScreenshotDelay.Name = "tsmiScreenshotDelay"; // // tsmiScreenshotDelay0 // - this.tsmiScreenshotDelay0.Name = "tsmiScreenshotDelay0"; resources.ApplyResources(this.tsmiScreenshotDelay0, "tsmiScreenshotDelay0"); + this.tsmiScreenshotDelay0.Name = "tsmiScreenshotDelay0"; this.tsmiScreenshotDelay0.Click += new System.EventHandler(this.tsmiScreenshotDelay0_Click); // // tsmiScreenshotDelay1 // - this.tsmiScreenshotDelay1.Name = "tsmiScreenshotDelay1"; resources.ApplyResources(this.tsmiScreenshotDelay1, "tsmiScreenshotDelay1"); + this.tsmiScreenshotDelay1.Name = "tsmiScreenshotDelay1"; this.tsmiScreenshotDelay1.Click += new System.EventHandler(this.tsmiScreenshotDelay1_Click); // // tsmiScreenshotDelay2 // - this.tsmiScreenshotDelay2.Name = "tsmiScreenshotDelay2"; resources.ApplyResources(this.tsmiScreenshotDelay2, "tsmiScreenshotDelay2"); + this.tsmiScreenshotDelay2.Name = "tsmiScreenshotDelay2"; this.tsmiScreenshotDelay2.Click += new System.EventHandler(this.tsmiScreenshotDelay2_Click); // // tsmiScreenshotDelay3 // - this.tsmiScreenshotDelay3.Name = "tsmiScreenshotDelay3"; resources.ApplyResources(this.tsmiScreenshotDelay3, "tsmiScreenshotDelay3"); + this.tsmiScreenshotDelay3.Name = "tsmiScreenshotDelay3"; this.tsmiScreenshotDelay3.Click += new System.EventHandler(this.tsmiScreenshotDelay3_Click); // // tsmiScreenshotDelay4 // - this.tsmiScreenshotDelay4.Name = "tsmiScreenshotDelay4"; resources.ApplyResources(this.tsmiScreenshotDelay4, "tsmiScreenshotDelay4"); + this.tsmiScreenshotDelay4.Name = "tsmiScreenshotDelay4"; this.tsmiScreenshotDelay4.Click += new System.EventHandler(this.tsmiScreenshotDelay4_Click); // // tsmiScreenshotDelay5 // - this.tsmiScreenshotDelay5.Name = "tsmiScreenshotDelay5"; resources.ApplyResources(this.tsmiScreenshotDelay5, "tsmiScreenshotDelay5"); + this.tsmiScreenshotDelay5.Name = "tsmiScreenshotDelay5"; this.tsmiScreenshotDelay5.Click += new System.EventHandler(this.tsmiScreenshotDelay5_Click); // // tsddbUpload // + resources.ApplyResources(this.tsddbUpload, "tsddbUpload"); this.tsddbUpload.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiUploadFile, this.tsmiUploadFolder, @@ -625,66 +628,66 @@ private void InitializeComponent() this.tsmiUploadDragDrop, this.tsmiShortenURL}); this.tsddbUpload.Image = global::ShareX.Properties.Resources.arrow_090; - resources.ApplyResources(this.tsddbUpload, "tsddbUpload"); this.tsddbUpload.Name = "tsddbUpload"; // // tsmiUploadFile // + resources.ApplyResources(this.tsmiUploadFile, "tsmiUploadFile"); this.tsmiUploadFile.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiUploadFile.Name = "tsmiUploadFile"; - resources.ApplyResources(this.tsmiUploadFile, "tsmiUploadFile"); this.tsmiUploadFile.Click += new System.EventHandler(this.tsbFileUpload_Click); // // tsmiUploadFolder // + resources.ApplyResources(this.tsmiUploadFolder, "tsmiUploadFolder"); this.tsmiUploadFolder.Image = global::ShareX.Properties.Resources.folder; this.tsmiUploadFolder.Name = "tsmiUploadFolder"; - resources.ApplyResources(this.tsmiUploadFolder, "tsmiUploadFolder"); this.tsmiUploadFolder.Click += new System.EventHandler(this.tsmiUploadFolder_Click); // // tsmiUploadClipboard // + resources.ApplyResources(this.tsmiUploadClipboard, "tsmiUploadClipboard"); this.tsmiUploadClipboard.Image = global::ShareX.Properties.Resources.clipboard; this.tsmiUploadClipboard.Name = "tsmiUploadClipboard"; - resources.ApplyResources(this.tsmiUploadClipboard, "tsmiUploadClipboard"); this.tsmiUploadClipboard.Click += new System.EventHandler(this.tsbClipboardUpload_Click); // // tsmiUploadText // + resources.ApplyResources(this.tsmiUploadText, "tsmiUploadText"); this.tsmiUploadText.Image = global::ShareX.Properties.Resources.notebook; this.tsmiUploadText.Name = "tsmiUploadText"; - resources.ApplyResources(this.tsmiUploadText, "tsmiUploadText"); this.tsmiUploadText.Click += new System.EventHandler(this.tsmiUploadText_Click); // // tsmiUploadURL // + resources.ApplyResources(this.tsmiUploadURL, "tsmiUploadURL"); this.tsmiUploadURL.Image = global::ShareX.Properties.Resources.drive; this.tsmiUploadURL.Name = "tsmiUploadURL"; - resources.ApplyResources(this.tsmiUploadURL, "tsmiUploadURL"); this.tsmiUploadURL.Click += new System.EventHandler(this.tsmiUploadURL_Click); // // tsmiUploadDragDrop // + resources.ApplyResources(this.tsmiUploadDragDrop, "tsmiUploadDragDrop"); this.tsmiUploadDragDrop.Image = global::ShareX.Properties.Resources.inbox; this.tsmiUploadDragDrop.Name = "tsmiUploadDragDrop"; - resources.ApplyResources(this.tsmiUploadDragDrop, "tsmiUploadDragDrop"); this.tsmiUploadDragDrop.Click += new System.EventHandler(this.tsbDragDropUpload_Click); // // tsmiShortenURL // + resources.ApplyResources(this.tsmiShortenURL, "tsmiShortenURL"); this.tsmiShortenURL.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiShortenURL.Name = "tsmiShortenURL"; - resources.ApplyResources(this.tsmiShortenURL, "tsmiShortenURL"); this.tsmiShortenURL.Click += new System.EventHandler(this.tsmiShortenURL_Click); // // tsddbWorkflows // - this.tsddbWorkflows.Image = global::ShareX.Properties.Resources.categories; resources.ApplyResources(this.tsddbWorkflows, "tsddbWorkflows"); + this.tsddbWorkflows.Image = global::ShareX.Properties.Resources.categories; this.tsddbWorkflows.Name = "tsddbWorkflows"; // // tsddbTools // + resources.ApplyResources(this.tsddbTools, "tsddbTools"); this.tsddbTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiColorPicker, this.tsmiScreenColorPicker, @@ -701,127 +704,127 @@ private void InitializeComponent() this.tsmiTweetMessage, this.tsmiMonitorTest}); this.tsddbTools.Image = global::ShareX.Properties.Resources.toolbox; - resources.ApplyResources(this.tsddbTools, "tsddbTools"); this.tsddbTools.Name = "tsddbTools"; // // tsmiColorPicker // + resources.ApplyResources(this.tsmiColorPicker, "tsmiColorPicker"); this.tsmiColorPicker.Image = global::ShareX.Properties.Resources.color; this.tsmiColorPicker.Name = "tsmiColorPicker"; - resources.ApplyResources(this.tsmiColorPicker, "tsmiColorPicker"); this.tsmiColorPicker.Click += new System.EventHandler(this.tsmiColorPicker_Click); // // tsmiScreenColorPicker // + resources.ApplyResources(this.tsmiScreenColorPicker, "tsmiScreenColorPicker"); this.tsmiScreenColorPicker.Image = global::ShareX.Properties.Resources.pipette; this.tsmiScreenColorPicker.Name = "tsmiScreenColorPicker"; - resources.ApplyResources(this.tsmiScreenColorPicker, "tsmiScreenColorPicker"); this.tsmiScreenColorPicker.Click += new System.EventHandler(this.tsmiScreenColorPicker_Click); // // tsmiImageEditor // + resources.ApplyResources(this.tsmiImageEditor, "tsmiImageEditor"); this.tsmiImageEditor.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiImageEditor.Name = "tsmiImageEditor"; - resources.ApplyResources(this.tsmiImageEditor, "tsmiImageEditor"); this.tsmiImageEditor.Click += new System.EventHandler(this.tsmiImageEditor_Click); // // tsmiImageEffects // + resources.ApplyResources(this.tsmiImageEffects, "tsmiImageEffects"); this.tsmiImageEffects.Image = global::ShareX.Properties.Resources.image_saturation; this.tsmiImageEffects.Name = "tsmiImageEffects"; - resources.ApplyResources(this.tsmiImageEffects, "tsmiImageEffects"); this.tsmiImageEffects.Click += new System.EventHandler(this.tsmiImageEffects_Click); // // tsmiHashCheck // + resources.ApplyResources(this.tsmiHashCheck, "tsmiHashCheck"); this.tsmiHashCheck.Image = global::ShareX.Properties.Resources.application_task; this.tsmiHashCheck.Name = "tsmiHashCheck"; - resources.ApplyResources(this.tsmiHashCheck, "tsmiHashCheck"); this.tsmiHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click); // // tsmiDNSChanger // + resources.ApplyResources(this.tsmiDNSChanger, "tsmiDNSChanger"); this.tsmiDNSChanger.Image = global::ShareX.Properties.Resources.network_ip; this.tsmiDNSChanger.Name = "tsmiDNSChanger"; - resources.ApplyResources(this.tsmiDNSChanger, "tsmiDNSChanger"); this.tsmiDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click); // // tsmiQRCode // + resources.ApplyResources(this.tsmiQRCode, "tsmiQRCode"); this.tsmiQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiQRCode.Name = "tsmiQRCode"; - resources.ApplyResources(this.tsmiQRCode, "tsmiQRCode"); this.tsmiQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click); // // tsmiRuler // + resources.ApplyResources(this.tsmiRuler, "tsmiRuler"); this.tsmiRuler.Image = global::ShareX.Properties.Resources.ruler_triangle; this.tsmiRuler.Name = "tsmiRuler"; - resources.ApplyResources(this.tsmiRuler, "tsmiRuler"); this.tsmiRuler.Click += new System.EventHandler(this.tsmiRuler_Click); // // tsmiIndexFolder // + resources.ApplyResources(this.tsmiIndexFolder, "tsmiIndexFolder"); this.tsmiIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree; this.tsmiIndexFolder.Name = "tsmiIndexFolder"; - resources.ApplyResources(this.tsmiIndexFolder, "tsmiIndexFolder"); this.tsmiIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click); // // tsmiImageCombiner // + resources.ApplyResources(this.tsmiImageCombiner, "tsmiImageCombiner"); this.tsmiImageCombiner.Image = global::ShareX.Properties.Resources.document_break; this.tsmiImageCombiner.Name = "tsmiImageCombiner"; - resources.ApplyResources(this.tsmiImageCombiner, "tsmiImageCombiner"); this.tsmiImageCombiner.Click += new System.EventHandler(this.tsmiImageCombiner_Click); // // tsmiImageThumbnailer // + resources.ApplyResources(this.tsmiImageThumbnailer, "tsmiImageThumbnailer"); this.tsmiImageThumbnailer.Image = global::ShareX.Properties.Resources.image_resize_actual; this.tsmiImageThumbnailer.Name = "tsmiImageThumbnailer"; - resources.ApplyResources(this.tsmiImageThumbnailer, "tsmiImageThumbnailer"); this.tsmiImageThumbnailer.Click += new System.EventHandler(this.tsmiImageThumbnailer_Click); // // tsmiVideoThumbnailer // + resources.ApplyResources(this.tsmiVideoThumbnailer, "tsmiVideoThumbnailer"); this.tsmiVideoThumbnailer.Image = global::ShareX.Properties.Resources.images_stack; this.tsmiVideoThumbnailer.Name = "tsmiVideoThumbnailer"; - resources.ApplyResources(this.tsmiVideoThumbnailer, "tsmiVideoThumbnailer"); this.tsmiVideoThumbnailer.Click += new System.EventHandler(this.tsmiVideoThumbnailer_Click); // // tsmiTweetMessage // + resources.ApplyResources(this.tsmiTweetMessage, "tsmiTweetMessage"); this.tsmiTweetMessage.Image = global::ShareX.Properties.Resources.Twitter; this.tsmiTweetMessage.Name = "tsmiTweetMessage"; - resources.ApplyResources(this.tsmiTweetMessage, "tsmiTweetMessage"); this.tsmiTweetMessage.Click += new System.EventHandler(this.tsmiTweetMessage_Click); // // tsmiMonitorTest // + resources.ApplyResources(this.tsmiMonitorTest, "tsmiMonitorTest"); this.tsmiMonitorTest.Image = global::ShareX.Properties.Resources.monitor; this.tsmiMonitorTest.Name = "tsmiMonitorTest"; - resources.ApplyResources(this.tsmiMonitorTest, "tsmiMonitorTest"); this.tsmiMonitorTest.Click += new System.EventHandler(this.tsmiMonitorTest_Click); // // tssMain1 // + resources.ApplyResources(this.tssMain1, "tssMain1"); this.tssMain1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.tssMain1.Name = "tssMain1"; - resources.ApplyResources(this.tssMain1, "tssMain1"); // // tsddbAfterCaptureTasks // - this.tsddbAfterCaptureTasks.Image = global::ShareX.Properties.Resources.image_export; resources.ApplyResources(this.tsddbAfterCaptureTasks, "tsddbAfterCaptureTasks"); + this.tsddbAfterCaptureTasks.Image = global::ShareX.Properties.Resources.image_export; this.tsddbAfterCaptureTasks.Name = "tsddbAfterCaptureTasks"; // // tsddbAfterUploadTasks // - this.tsddbAfterUploadTasks.Image = global::ShareX.Properties.Resources.upload_cloud; resources.ApplyResources(this.tsddbAfterUploadTasks, "tsddbAfterUploadTasks"); + this.tsddbAfterUploadTasks.Image = global::ShareX.Properties.Resources.upload_cloud; this.tsddbAfterUploadTasks.Name = "tsddbAfterUploadTasks"; // // tsddbDestinations // + resources.ApplyResources(this.tsddbDestinations, "tsddbDestinations"); this.tsddbDestinations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImageUploaders, this.tsmiTextUploaders, @@ -832,117 +835,117 @@ private void InitializeComponent() this.tsmiDestinationSettings, this.tsmiCustomUploaderSettings}); this.tsddbDestinations.Image = global::ShareX.Properties.Resources.drive_globe; - resources.ApplyResources(this.tsddbDestinations, "tsddbDestinations"); this.tsddbDestinations.Name = "tsddbDestinations"; this.tsddbDestinations.DropDownOpened += new System.EventHandler(this.tsddbDestinations_DropDownOpened); // // tsmiImageUploaders // + resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders"); this.tsmiImageUploaders.Image = global::ShareX.Properties.Resources.image; this.tsmiImageUploaders.Name = "tsmiImageUploaders"; - resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders"); // // tsmiTextUploaders // + resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders"); this.tsmiTextUploaders.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTextUploaders.Name = "tsmiTextUploaders"; - resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders"); // // tsmiFileUploaders // + resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders"); this.tsmiFileUploaders.Image = global::ShareX.Properties.Resources.application_block; this.tsmiFileUploaders.Name = "tsmiFileUploaders"; - resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders"); // // tsmiURLShorteners // + resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners"); this.tsmiURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiURLShorteners.Name = "tsmiURLShorteners"; - resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners"); // // tsmiURLSharingServices // + resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices"); this.tsmiURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiURLSharingServices.Name = "tsmiURLSharingServices"; - resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices"); // // tssDestinations1 // - this.tssDestinations1.Name = "tssDestinations1"; resources.ApplyResources(this.tssDestinations1, "tssDestinations1"); + this.tssDestinations1.Name = "tssDestinations1"; // // tsmiDestinationSettings // + resources.ApplyResources(this.tsmiDestinationSettings, "tsmiDestinationSettings"); this.tsmiDestinationSettings.Image = global::ShareX.Properties.Resources.globe_pencil; this.tsmiDestinationSettings.Name = "tsmiDestinationSettings"; - resources.ApplyResources(this.tsmiDestinationSettings, "tsmiDestinationSettings"); this.tsmiDestinationSettings.Click += new System.EventHandler(this.tsmiDestinationSettings_Click); // // tsmiCustomUploaderSettings // + resources.ApplyResources(this.tsmiCustomUploaderSettings, "tsmiCustomUploaderSettings"); this.tsmiCustomUploaderSettings.Image = global::ShareX.Properties.Resources.network_cloud; this.tsmiCustomUploaderSettings.Name = "tsmiCustomUploaderSettings"; - resources.ApplyResources(this.tsmiCustomUploaderSettings, "tsmiCustomUploaderSettings"); this.tsmiCustomUploaderSettings.Click += new System.EventHandler(this.tsmiCustomUploaderSettings_Click); // // tsbTaskSettings // - this.tsbTaskSettings.Image = global::ShareX.Properties.Resources.gear; resources.ApplyResources(this.tsbTaskSettings, "tsbTaskSettings"); + this.tsbTaskSettings.Image = global::ShareX.Properties.Resources.gear; this.tsbTaskSettings.Name = "tsbTaskSettings"; this.tsbTaskSettings.Click += new System.EventHandler(this.tsbTaskSettings_Click); // // tsbApplicationSettings // - this.tsbApplicationSettings.Image = global::ShareX.Properties.Resources.wrench_screwdriver; resources.ApplyResources(this.tsbApplicationSettings, "tsbApplicationSettings"); + this.tsbApplicationSettings.Image = global::ShareX.Properties.Resources.wrench_screwdriver; this.tsbApplicationSettings.Name = "tsbApplicationSettings"; this.tsbApplicationSettings.Click += new System.EventHandler(this.tsbApplicationSettings_Click); // // tsbHotkeySettings // - this.tsbHotkeySettings.Image = global::ShareX.Properties.Resources.keyboard; resources.ApplyResources(this.tsbHotkeySettings, "tsbHotkeySettings"); + this.tsbHotkeySettings.Image = global::ShareX.Properties.Resources.keyboard; this.tsbHotkeySettings.Name = "tsbHotkeySettings"; this.tsbHotkeySettings.Click += new System.EventHandler(this.tsbHotkeySettings_Click); // // tssMain2 // + resources.ApplyResources(this.tssMain2, "tssMain2"); this.tssMain2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.tssMain2.Name = "tssMain2"; - resources.ApplyResources(this.tssMain2, "tssMain2"); // // tsbScreenshotsFolder // - this.tsbScreenshotsFolder.Image = global::ShareX.Properties.Resources.folder_open_image; resources.ApplyResources(this.tsbScreenshotsFolder, "tsbScreenshotsFolder"); + this.tsbScreenshotsFolder.Image = global::ShareX.Properties.Resources.folder_open_image; this.tsbScreenshotsFolder.Name = "tsbScreenshotsFolder"; this.tsbScreenshotsFolder.Click += new System.EventHandler(this.tsbScreenshotsFolder_Click); // // tsbHistory // - this.tsbHistory.Image = global::ShareX.Properties.Resources.application_blog; resources.ApplyResources(this.tsbHistory, "tsbHistory"); + this.tsbHistory.Image = global::ShareX.Properties.Resources.application_blog; this.tsbHistory.Name = "tsbHistory"; this.tsbHistory.Click += new System.EventHandler(this.tsbHistory_Click); // // tsbImageHistory // - this.tsbImageHistory.Image = global::ShareX.Properties.Resources.application_icon_large; resources.ApplyResources(this.tsbImageHistory, "tsbImageHistory"); + this.tsbImageHistory.Image = global::ShareX.Properties.Resources.application_icon_large; this.tsbImageHistory.Name = "tsbImageHistory"; this.tsbImageHistory.Click += new System.EventHandler(this.tsbImageHistory_Click); // // tsbNews // + resources.ApplyResources(this.tsbNews, "tsbNews"); this.tsbNews.Counter = 0; this.tsbNews.Image = global::ShareX.Properties.Resources.megaphone; - resources.ApplyResources(this.tsbNews, "tsbNews"); this.tsbNews.Name = "tsbNews"; this.tsbNews.Click += new System.EventHandler(this.tsbNews_Click); // // tsddbDebug // + resources.ApplyResources(this.tsddbDebug, "tsddbDebug"); this.tsddbDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiShowDebugLog, this.tsmiTestImageUpload, @@ -951,68 +954,68 @@ private void InitializeComponent() this.tsmiTestURLShortener, this.tsmiTestURLSharing}); this.tsddbDebug.Image = global::ShareX.Properties.Resources.traffic_cone; - resources.ApplyResources(this.tsddbDebug, "tsddbDebug"); this.tsddbDebug.Name = "tsddbDebug"; // // tsmiShowDebugLog // + resources.ApplyResources(this.tsmiShowDebugLog, "tsmiShowDebugLog"); this.tsmiShowDebugLog.Image = global::ShareX.Properties.Resources.application_monitor; this.tsmiShowDebugLog.Name = "tsmiShowDebugLog"; - resources.ApplyResources(this.tsmiShowDebugLog, "tsmiShowDebugLog"); this.tsmiShowDebugLog.Click += new System.EventHandler(this.tsmiShowDebugLog_Click); // // tsmiTestImageUpload // + resources.ApplyResources(this.tsmiTestImageUpload, "tsmiTestImageUpload"); this.tsmiTestImageUpload.Image = global::ShareX.Properties.Resources.image; this.tsmiTestImageUpload.Name = "tsmiTestImageUpload"; - resources.ApplyResources(this.tsmiTestImageUpload, "tsmiTestImageUpload"); this.tsmiTestImageUpload.Click += new System.EventHandler(this.tsmiTestImageUpload_Click); // // tsmiTestTextUpload // + resources.ApplyResources(this.tsmiTestTextUpload, "tsmiTestTextUpload"); this.tsmiTestTextUpload.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTestTextUpload.Name = "tsmiTestTextUpload"; - resources.ApplyResources(this.tsmiTestTextUpload, "tsmiTestTextUpload"); this.tsmiTestTextUpload.Click += new System.EventHandler(this.tsmiTestTextUpload_Click); // // tsmiTestFileUpload // + resources.ApplyResources(this.tsmiTestFileUpload, "tsmiTestFileUpload"); this.tsmiTestFileUpload.Image = global::ShareX.Properties.Resources.application_block; this.tsmiTestFileUpload.Name = "tsmiTestFileUpload"; - resources.ApplyResources(this.tsmiTestFileUpload, "tsmiTestFileUpload"); this.tsmiTestFileUpload.Click += new System.EventHandler(this.tsmiTestFileUpload_Click); // // tsmiTestURLShortener // + resources.ApplyResources(this.tsmiTestURLShortener, "tsmiTestURLShortener"); this.tsmiTestURLShortener.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiTestURLShortener.Name = "tsmiTestURLShortener"; - resources.ApplyResources(this.tsmiTestURLShortener, "tsmiTestURLShortener"); this.tsmiTestURLShortener.Click += new System.EventHandler(this.tsmiTestURLShortener_Click); // // tsmiTestURLSharing // + resources.ApplyResources(this.tsmiTestURLSharing, "tsmiTestURLSharing"); this.tsmiTestURLSharing.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiTestURLSharing.Name = "tsmiTestURLSharing"; - resources.ApplyResources(this.tsmiTestURLSharing, "tsmiTestURLSharing"); this.tsmiTestURLSharing.Click += new System.EventHandler(this.tsmiTestURLSharing_Click); // // tsbDonate // + resources.ApplyResources(this.tsbDonate, "tsbDonate"); this.tsbDonate.AnimationSpeed = 0.8F; this.tsbDonate.Image = global::ShareX.Properties.Resources.heart; - resources.ApplyResources(this.tsbDonate, "tsbDonate"); this.tsbDonate.Name = "tsbDonate"; this.tsbDonate.Click += new System.EventHandler(this.tsbDonate_Click); // // tsbAbout // - this.tsbAbout.Image = global::ShareX.Properties.Resources.crown; resources.ApplyResources(this.tsbAbout, "tsbAbout"); + this.tsbAbout.Image = global::ShareX.Properties.Resources.crown; this.tsbAbout.Name = "tsbAbout"; this.tsbAbout.Click += new System.EventHandler(this.tsbAbout_Click); // // cmsTaskInfo // + resources.ApplyResources(this.cmsTaskInfo, "cmsTaskInfo"); this.cmsTaskInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiShowErrors, this.tsmiStopUpload, @@ -1038,26 +1041,26 @@ private void InitializeComponent() this.tsmiHideThumbnailTitle, this.tsmiSwitchTaskViewMode}); this.cmsTaskInfo.Name = "cmsHistory"; - resources.ApplyResources(this.cmsTaskInfo, "cmsTaskInfo"); this.cmsTaskInfo.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.cmsTaskInfo_Closing); this.cmsTaskInfo.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmsTaskInfo_PreviewKeyDown); // // tsmiShowErrors // + resources.ApplyResources(this.tsmiShowErrors, "tsmiShowErrors"); this.tsmiShowErrors.Image = global::ShareX.Properties.Resources.exclamation_button; this.tsmiShowErrors.Name = "tsmiShowErrors"; - resources.ApplyResources(this.tsmiShowErrors, "tsmiShowErrors"); this.tsmiShowErrors.Click += new System.EventHandler(this.tsmiShowErrors_Click); // // tsmiStopUpload // + resources.ApplyResources(this.tsmiStopUpload, "tsmiStopUpload"); this.tsmiStopUpload.Image = global::ShareX.Properties.Resources.cross_button; this.tsmiStopUpload.Name = "tsmiStopUpload"; - resources.ApplyResources(this.tsmiStopUpload, "tsmiStopUpload"); this.tsmiStopUpload.Click += new System.EventHandler(this.tsmiStopUpload_Click); // // tsmiOpen // + resources.ApplyResources(this.tsmiOpen, "tsmiOpen"); this.tsmiOpen.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiOpenURL, this.tsmiOpenShortenedURL, @@ -1069,57 +1072,57 @@ private void InitializeComponent() this.tsmiOpenThumbnailFile}); this.tsmiOpen.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiOpen.Name = "tsmiOpen"; - resources.ApplyResources(this.tsmiOpen, "tsmiOpen"); // // tsmiOpenURL // - this.tsmiOpenURL.Name = "tsmiOpenURL"; resources.ApplyResources(this.tsmiOpenURL, "tsmiOpenURL"); + this.tsmiOpenURL.Name = "tsmiOpenURL"; this.tsmiOpenURL.Click += new System.EventHandler(this.tsmiOpenURL_Click); // // tsmiOpenShortenedURL // - this.tsmiOpenShortenedURL.Name = "tsmiOpenShortenedURL"; resources.ApplyResources(this.tsmiOpenShortenedURL, "tsmiOpenShortenedURL"); + this.tsmiOpenShortenedURL.Name = "tsmiOpenShortenedURL"; this.tsmiOpenShortenedURL.Click += new System.EventHandler(this.tsmiOpenShortenedURL_Click); // // tsmiOpenThumbnailURL // - this.tsmiOpenThumbnailURL.Name = "tsmiOpenThumbnailURL"; resources.ApplyResources(this.tsmiOpenThumbnailURL, "tsmiOpenThumbnailURL"); + this.tsmiOpenThumbnailURL.Name = "tsmiOpenThumbnailURL"; this.tsmiOpenThumbnailURL.Click += new System.EventHandler(this.tsmiOpenThumbnailURL_Click); // // tsmiOpenDeletionURL // - this.tsmiOpenDeletionURL.Name = "tsmiOpenDeletionURL"; resources.ApplyResources(this.tsmiOpenDeletionURL, "tsmiOpenDeletionURL"); + this.tsmiOpenDeletionURL.Name = "tsmiOpenDeletionURL"; this.tsmiOpenDeletionURL.Click += new System.EventHandler(this.tsmiOpenDeletionURL_Click); // // tssOpen1 // - this.tssOpen1.Name = "tssOpen1"; resources.ApplyResources(this.tssOpen1, "tssOpen1"); + this.tssOpen1.Name = "tssOpen1"; // // tsmiOpenFile // - this.tsmiOpenFile.Name = "tsmiOpenFile"; resources.ApplyResources(this.tsmiOpenFile, "tsmiOpenFile"); + this.tsmiOpenFile.Name = "tsmiOpenFile"; this.tsmiOpenFile.Click += new System.EventHandler(this.tsmiOpenFile_Click); // // tsmiOpenFolder // - this.tsmiOpenFolder.Name = "tsmiOpenFolder"; resources.ApplyResources(this.tsmiOpenFolder, "tsmiOpenFolder"); + this.tsmiOpenFolder.Name = "tsmiOpenFolder"; this.tsmiOpenFolder.Click += new System.EventHandler(this.tsmiOpenFolder_Click); // // tsmiOpenThumbnailFile // - this.tsmiOpenThumbnailFile.Name = "tsmiOpenThumbnailFile"; resources.ApplyResources(this.tsmiOpenThumbnailFile, "tsmiOpenThumbnailFile"); + this.tsmiOpenThumbnailFile.Name = "tsmiOpenThumbnailFile"; this.tsmiOpenThumbnailFile.Click += new System.EventHandler(this.tsmiOpenThumbnailFile_Click); // // tsmiCopy // + resources.ApplyResources(this.tsmiCopy, "tsmiCopy"); this.tsmiCopy.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiCopyURL, this.tsmiCopyShortenedURL, @@ -1152,286 +1155,286 @@ private void InitializeComponent() this.tssCopy6}); this.tsmiCopy.Image = global::ShareX.Properties.Resources.document_copy; this.tsmiCopy.Name = "tsmiCopy"; - resources.ApplyResources(this.tsmiCopy, "tsmiCopy"); // // tsmiCopyURL // - this.tsmiCopyURL.Name = "tsmiCopyURL"; resources.ApplyResources(this.tsmiCopyURL, "tsmiCopyURL"); + this.tsmiCopyURL.Name = "tsmiCopyURL"; this.tsmiCopyURL.Click += new System.EventHandler(this.tsmiCopyURL_Click); // // tsmiCopyShortenedURL // - this.tsmiCopyShortenedURL.Name = "tsmiCopyShortenedURL"; resources.ApplyResources(this.tsmiCopyShortenedURL, "tsmiCopyShortenedURL"); + this.tsmiCopyShortenedURL.Name = "tsmiCopyShortenedURL"; this.tsmiCopyShortenedURL.Click += new System.EventHandler(this.tsmiCopyShortenedURL_Click); // // tsmiCopyThumbnailURL // - this.tsmiCopyThumbnailURL.Name = "tsmiCopyThumbnailURL"; resources.ApplyResources(this.tsmiCopyThumbnailURL, "tsmiCopyThumbnailURL"); + this.tsmiCopyThumbnailURL.Name = "tsmiCopyThumbnailURL"; this.tsmiCopyThumbnailURL.Click += new System.EventHandler(this.tsmiCopyThumbnailURL_Click); // // tsmiCopyDeletionURL // - this.tsmiCopyDeletionURL.Name = "tsmiCopyDeletionURL"; resources.ApplyResources(this.tsmiCopyDeletionURL, "tsmiCopyDeletionURL"); + this.tsmiCopyDeletionURL.Name = "tsmiCopyDeletionURL"; this.tsmiCopyDeletionURL.Click += new System.EventHandler(this.tsmiCopyDeletionURL_Click); // // tssCopy1 // - this.tssCopy1.Name = "tssCopy1"; resources.ApplyResources(this.tssCopy1, "tssCopy1"); + this.tssCopy1.Name = "tssCopy1"; // // tsmiCopyFile // - this.tsmiCopyFile.Name = "tsmiCopyFile"; resources.ApplyResources(this.tsmiCopyFile, "tsmiCopyFile"); + this.tsmiCopyFile.Name = "tsmiCopyFile"; this.tsmiCopyFile.Click += new System.EventHandler(this.tsmiCopyFile_Click); // // tsmiCopyImage // - this.tsmiCopyImage.Name = "tsmiCopyImage"; resources.ApplyResources(this.tsmiCopyImage, "tsmiCopyImage"); + this.tsmiCopyImage.Name = "tsmiCopyImage"; this.tsmiCopyImage.Click += new System.EventHandler(this.tsmiCopyImage_Click); // // tsmiCopyImageDimensions // - this.tsmiCopyImageDimensions.Name = "tsmiCopyImageDimensions"; resources.ApplyResources(this.tsmiCopyImageDimensions, "tsmiCopyImageDimensions"); + this.tsmiCopyImageDimensions.Name = "tsmiCopyImageDimensions"; this.tsmiCopyImageDimensions.Click += new System.EventHandler(this.tsmiCopyImageDimensions_Click); // // tsmiCopyText // - this.tsmiCopyText.Name = "tsmiCopyText"; resources.ApplyResources(this.tsmiCopyText, "tsmiCopyText"); + this.tsmiCopyText.Name = "tsmiCopyText"; this.tsmiCopyText.Click += new System.EventHandler(this.tsmiCopyText_Click); // // tsmiCopyThumbnailFile // - this.tsmiCopyThumbnailFile.Name = "tsmiCopyThumbnailFile"; resources.ApplyResources(this.tsmiCopyThumbnailFile, "tsmiCopyThumbnailFile"); + this.tsmiCopyThumbnailFile.Name = "tsmiCopyThumbnailFile"; this.tsmiCopyThumbnailFile.Click += new System.EventHandler(this.tsmiCopyThumbnailFile_Click); // // tsmiCopyThumbnailImage // - this.tsmiCopyThumbnailImage.Name = "tsmiCopyThumbnailImage"; resources.ApplyResources(this.tsmiCopyThumbnailImage, "tsmiCopyThumbnailImage"); + this.tsmiCopyThumbnailImage.Name = "tsmiCopyThumbnailImage"; this.tsmiCopyThumbnailImage.Click += new System.EventHandler(this.tsmiCopyThumbnailImage_Click); // // tssCopy2 // - this.tssCopy2.Name = "tssCopy2"; resources.ApplyResources(this.tssCopy2, "tssCopy2"); + this.tssCopy2.Name = "tssCopy2"; // // tsmiCopyHTMLLink // - this.tsmiCopyHTMLLink.Name = "tsmiCopyHTMLLink"; resources.ApplyResources(this.tsmiCopyHTMLLink, "tsmiCopyHTMLLink"); + this.tsmiCopyHTMLLink.Name = "tsmiCopyHTMLLink"; this.tsmiCopyHTMLLink.Click += new System.EventHandler(this.tsmiCopyHTMLLink_Click); // // tsmiCopyHTMLImage // - this.tsmiCopyHTMLImage.Name = "tsmiCopyHTMLImage"; resources.ApplyResources(this.tsmiCopyHTMLImage, "tsmiCopyHTMLImage"); + this.tsmiCopyHTMLImage.Name = "tsmiCopyHTMLImage"; this.tsmiCopyHTMLImage.Click += new System.EventHandler(this.tsmiCopyHTMLImage_Click); // // tsmiCopyHTMLLinkedImage // - this.tsmiCopyHTMLLinkedImage.Name = "tsmiCopyHTMLLinkedImage"; resources.ApplyResources(this.tsmiCopyHTMLLinkedImage, "tsmiCopyHTMLLinkedImage"); + this.tsmiCopyHTMLLinkedImage.Name = "tsmiCopyHTMLLinkedImage"; this.tsmiCopyHTMLLinkedImage.Click += new System.EventHandler(this.tsmiCopyHTMLLinkedImage_Click); // // tssCopy3 // - this.tssCopy3.Name = "tssCopy3"; resources.ApplyResources(this.tssCopy3, "tssCopy3"); + this.tssCopy3.Name = "tssCopy3"; // // tsmiCopyForumLink // - this.tsmiCopyForumLink.Name = "tsmiCopyForumLink"; resources.ApplyResources(this.tsmiCopyForumLink, "tsmiCopyForumLink"); + this.tsmiCopyForumLink.Name = "tsmiCopyForumLink"; this.tsmiCopyForumLink.Click += new System.EventHandler(this.tsmiCopyForumLink_Click); // // tsmiCopyForumImage // - this.tsmiCopyForumImage.Name = "tsmiCopyForumImage"; resources.ApplyResources(this.tsmiCopyForumImage, "tsmiCopyForumImage"); + this.tsmiCopyForumImage.Name = "tsmiCopyForumImage"; this.tsmiCopyForumImage.Click += new System.EventHandler(this.tsmiCopyForumImage_Click); // // tsmiCopyForumLinkedImage // - this.tsmiCopyForumLinkedImage.Name = "tsmiCopyForumLinkedImage"; resources.ApplyResources(this.tsmiCopyForumLinkedImage, "tsmiCopyForumLinkedImage"); + this.tsmiCopyForumLinkedImage.Name = "tsmiCopyForumLinkedImage"; this.tsmiCopyForumLinkedImage.Click += new System.EventHandler(this.tsmiCopyForumLinkedImage_Click); // // tssCopy4 // - this.tssCopy4.Name = "tssCopy4"; resources.ApplyResources(this.tssCopy4, "tssCopy4"); + this.tssCopy4.Name = "tssCopy4"; // // tsmiCopyMarkdownLink // - this.tsmiCopyMarkdownLink.Name = "tsmiCopyMarkdownLink"; resources.ApplyResources(this.tsmiCopyMarkdownLink, "tsmiCopyMarkdownLink"); + this.tsmiCopyMarkdownLink.Name = "tsmiCopyMarkdownLink"; this.tsmiCopyMarkdownLink.Click += new System.EventHandler(this.tsmiCopyMarkdownLink_Click); // // tsmiCopyMarkdownImage // - this.tsmiCopyMarkdownImage.Name = "tsmiCopyMarkdownImage"; resources.ApplyResources(this.tsmiCopyMarkdownImage, "tsmiCopyMarkdownImage"); + this.tsmiCopyMarkdownImage.Name = "tsmiCopyMarkdownImage"; this.tsmiCopyMarkdownImage.Click += new System.EventHandler(this.tsmiCopyMarkdownImage_Click); // // tsmiCopyMarkdownLinkedImage // - this.tsmiCopyMarkdownLinkedImage.Name = "tsmiCopyMarkdownLinkedImage"; resources.ApplyResources(this.tsmiCopyMarkdownLinkedImage, "tsmiCopyMarkdownLinkedImage"); + this.tsmiCopyMarkdownLinkedImage.Name = "tsmiCopyMarkdownLinkedImage"; this.tsmiCopyMarkdownLinkedImage.Click += new System.EventHandler(this.tsmiCopyMarkdownLinkedImage_Click); // // tssCopy5 // - this.tssCopy5.Name = "tssCopy5"; resources.ApplyResources(this.tssCopy5, "tssCopy5"); + this.tssCopy5.Name = "tssCopy5"; // // tsmiCopyFilePath // - this.tsmiCopyFilePath.Name = "tsmiCopyFilePath"; resources.ApplyResources(this.tsmiCopyFilePath, "tsmiCopyFilePath"); + this.tsmiCopyFilePath.Name = "tsmiCopyFilePath"; this.tsmiCopyFilePath.Click += new System.EventHandler(this.tsmiCopyFilePath_Click); // // tsmiCopyFileName // - this.tsmiCopyFileName.Name = "tsmiCopyFileName"; resources.ApplyResources(this.tsmiCopyFileName, "tsmiCopyFileName"); + this.tsmiCopyFileName.Name = "tsmiCopyFileName"; this.tsmiCopyFileName.Click += new System.EventHandler(this.tsmiCopyFileName_Click); // // tsmiCopyFileNameWithExtension // - this.tsmiCopyFileNameWithExtension.Name = "tsmiCopyFileNameWithExtension"; resources.ApplyResources(this.tsmiCopyFileNameWithExtension, "tsmiCopyFileNameWithExtension"); + this.tsmiCopyFileNameWithExtension.Name = "tsmiCopyFileNameWithExtension"; this.tsmiCopyFileNameWithExtension.Click += new System.EventHandler(this.tsmiCopyFileNameWithExtension_Click); // // tsmiCopyFolder // - this.tsmiCopyFolder.Name = "tsmiCopyFolder"; resources.ApplyResources(this.tsmiCopyFolder, "tsmiCopyFolder"); + this.tsmiCopyFolder.Name = "tsmiCopyFolder"; this.tsmiCopyFolder.Click += new System.EventHandler(this.tsmiCopyFolder_Click); // // tssCopy6 // - this.tssCopy6.Name = "tssCopy6"; resources.ApplyResources(this.tssCopy6, "tssCopy6"); + this.tssCopy6.Name = "tssCopy6"; // // tsmiUploadSelectedFile // + resources.ApplyResources(this.tsmiUploadSelectedFile, "tsmiUploadSelectedFile"); this.tsmiUploadSelectedFile.Image = global::ShareX.Properties.Resources.drive_upload; this.tsmiUploadSelectedFile.Name = "tsmiUploadSelectedFile"; - resources.ApplyResources(this.tsmiUploadSelectedFile, "tsmiUploadSelectedFile"); this.tsmiUploadSelectedFile.Click += new System.EventHandler(this.tsmiUploadSelectedFile_Click); // // tsmiDownloadSelectedURL // + resources.ApplyResources(this.tsmiDownloadSelectedURL, "tsmiDownloadSelectedURL"); this.tsmiDownloadSelectedURL.Image = global::ShareX.Properties.Resources.drive_download; this.tsmiDownloadSelectedURL.Name = "tsmiDownloadSelectedURL"; - resources.ApplyResources(this.tsmiDownloadSelectedURL, "tsmiDownloadSelectedURL"); this.tsmiDownloadSelectedURL.Click += new System.EventHandler(this.tsmiDownloadSelectedURL_Click); // // tsmiEditSelectedFile // + resources.ApplyResources(this.tsmiEditSelectedFile, "tsmiEditSelectedFile"); this.tsmiEditSelectedFile.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiEditSelectedFile.Name = "tsmiEditSelectedFile"; - resources.ApplyResources(this.tsmiEditSelectedFile, "tsmiEditSelectedFile"); this.tsmiEditSelectedFile.Click += new System.EventHandler(this.tsmiEditSelectedFile_Click); // // tsmiDeleteSelectedItem // + resources.ApplyResources(this.tsmiDeleteSelectedItem, "tsmiDeleteSelectedItem"); this.tsmiDeleteSelectedItem.Image = global::ShareX.Properties.Resources.script__minus; this.tsmiDeleteSelectedItem.Name = "tsmiDeleteSelectedItem"; - resources.ApplyResources(this.tsmiDeleteSelectedItem, "tsmiDeleteSelectedItem"); this.tsmiDeleteSelectedItem.Click += new System.EventHandler(this.tsmiDeleteSelectedItem_Click); // // tsmiDeleteSelectedFile // + resources.ApplyResources(this.tsmiDeleteSelectedFile, "tsmiDeleteSelectedFile"); this.tsmiDeleteSelectedFile.Image = global::ShareX.Properties.Resources.bin; this.tsmiDeleteSelectedFile.Name = "tsmiDeleteSelectedFile"; - resources.ApplyResources(this.tsmiDeleteSelectedFile, "tsmiDeleteSelectedFile"); this.tsmiDeleteSelectedFile.Click += new System.EventHandler(this.tsmiDeleteSelectedFile_Click); // // tsmiShortenSelectedURL // + resources.ApplyResources(this.tsmiShortenSelectedURL, "tsmiShortenSelectedURL"); this.tsmiShortenSelectedURL.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiShortenSelectedURL.Name = "tsmiShortenSelectedURL"; - resources.ApplyResources(this.tsmiShortenSelectedURL, "tsmiShortenSelectedURL"); // // tsmiShareSelectedURL // + resources.ApplyResources(this.tsmiShareSelectedURL, "tsmiShareSelectedURL"); this.tsmiShareSelectedURL.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiShareSelectedURL.Name = "tsmiShareSelectedURL"; - resources.ApplyResources(this.tsmiShareSelectedURL, "tsmiShareSelectedURL"); // // tsmiSearchImage // + resources.ApplyResources(this.tsmiSearchImage, "tsmiSearchImage"); this.tsmiSearchImage.Image = global::ShareX.Properties.Resources.Google; this.tsmiSearchImage.Name = "tsmiSearchImage"; - resources.ApplyResources(this.tsmiSearchImage, "tsmiSearchImage"); this.tsmiSearchImage.Click += new System.EventHandler(this.tsmiSearchImage_Click); // // tsmiShowQRCode // + resources.ApplyResources(this.tsmiShowQRCode, "tsmiShowQRCode"); this.tsmiShowQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiShowQRCode.Name = "tsmiShowQRCode"; - resources.ApplyResources(this.tsmiShowQRCode, "tsmiShowQRCode"); this.tsmiShowQRCode.Click += new System.EventHandler(this.tsmiShowQRCode_Click); // // tsmiOCRImage // + resources.ApplyResources(this.tsmiOCRImage, "tsmiOCRImage"); this.tsmiOCRImage.Image = global::ShareX.Properties.Resources.edit_drop_cap; this.tsmiOCRImage.Name = "tsmiOCRImage"; - resources.ApplyResources(this.tsmiOCRImage, "tsmiOCRImage"); this.tsmiOCRImage.Click += new System.EventHandler(this.tsmiOCRImage_Click); // // tsmiCombineImages // + resources.ApplyResources(this.tsmiCombineImages, "tsmiCombineImages"); this.tsmiCombineImages.Image = global::ShareX.Properties.Resources.document_break; this.tsmiCombineImages.Name = "tsmiCombineImages"; - resources.ApplyResources(this.tsmiCombineImages, "tsmiCombineImages"); this.tsmiCombineImages.Click += new System.EventHandler(this.tsmiCombineImages_Click); // // tsmiShowResponse // + resources.ApplyResources(this.tsmiShowResponse, "tsmiShowResponse"); this.tsmiShowResponse.Image = global::ShareX.Properties.Resources.application_browser; this.tsmiShowResponse.Name = "tsmiShowResponse"; - resources.ApplyResources(this.tsmiShowResponse, "tsmiShowResponse"); this.tsmiShowResponse.Click += new System.EventHandler(this.tsmiShowResponse_Click); // // tsmiClearList // + resources.ApplyResources(this.tsmiClearList, "tsmiClearList"); this.tsmiClearList.Image = global::ShareX.Properties.Resources.eraser; this.tsmiClearList.Name = "tsmiClearList"; - resources.ApplyResources(this.tsmiClearList, "tsmiClearList"); this.tsmiClearList.Click += new System.EventHandler(this.tsmiClearList_Click); // // tssUploadInfo1 // - this.tssUploadInfo1.Name = "tssUploadInfo1"; resources.ApplyResources(this.tssUploadInfo1, "tssUploadInfo1"); + this.tssUploadInfo1.Name = "tssUploadInfo1"; // // tsmiHideMenu // + resources.ApplyResources(this.tsmiHideMenu, "tsmiHideMenu"); this.tsmiHideMenu.Image = global::ShareX.Properties.Resources.layout_select_sidebar; this.tsmiHideMenu.Name = "tsmiHideMenu"; - resources.ApplyResources(this.tsmiHideMenu, "tsmiHideMenu"); this.tsmiHideMenu.Click += new System.EventHandler(this.tsmiHideMenu_Click); // // tsmiHideColumns // + resources.ApplyResources(this.tsmiHideColumns, "tsmiHideColumns"); this.tsmiHideColumns.Image = global::ShareX.Properties.Resources.layout_select; this.tsmiHideColumns.Name = "tsmiHideColumns"; - resources.ApplyResources(this.tsmiHideColumns, "tsmiHideColumns"); this.tsmiHideColumns.Click += new System.EventHandler(this.tsmiHideColumns_Click); // // tsmiImagePreview // + resources.ApplyResources(this.tsmiImagePreview, "tsmiImagePreview"); this.tsmiImagePreview.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImagePreviewShow, this.tsmiImagePreviewHide, @@ -1441,75 +1444,75 @@ private void InitializeComponent() this.tsmiImagePreviewBottom}); this.tsmiImagePreview.Image = global::ShareX.Properties.Resources.layout_select_content; this.tsmiImagePreview.Name = "tsmiImagePreview"; - resources.ApplyResources(this.tsmiImagePreview, "tsmiImagePreview"); // // tsmiImagePreviewShow // + resources.ApplyResources(this.tsmiImagePreviewShow, "tsmiImagePreviewShow"); this.tsmiImagePreviewShow.Checked = true; this.tsmiImagePreviewShow.CheckState = System.Windows.Forms.CheckState.Checked; this.tsmiImagePreviewShow.Name = "tsmiImagePreviewShow"; - resources.ApplyResources(this.tsmiImagePreviewShow, "tsmiImagePreviewShow"); this.tsmiImagePreviewShow.Tag = "Visibility"; this.tsmiImagePreviewShow.Click += new System.EventHandler(this.tsmiImagePreviewShow_Click); // // tsmiImagePreviewHide // - this.tsmiImagePreviewHide.Name = "tsmiImagePreviewHide"; resources.ApplyResources(this.tsmiImagePreviewHide, "tsmiImagePreviewHide"); + this.tsmiImagePreviewHide.Name = "tsmiImagePreviewHide"; this.tsmiImagePreviewHide.Tag = "Visibility"; this.tsmiImagePreviewHide.Click += new System.EventHandler(this.tsmiImagePreviewHide_Click); // // tsmiImagePreviewAutomatic // - this.tsmiImagePreviewAutomatic.Name = "tsmiImagePreviewAutomatic"; resources.ApplyResources(this.tsmiImagePreviewAutomatic, "tsmiImagePreviewAutomatic"); + this.tsmiImagePreviewAutomatic.Name = "tsmiImagePreviewAutomatic"; this.tsmiImagePreviewAutomatic.Tag = "Visibility"; this.tsmiImagePreviewAutomatic.Click += new System.EventHandler(this.tsmiImagePreviewAutomatic_Click); // // tssImagePreview // - this.tssImagePreview.Name = "tssImagePreview"; resources.ApplyResources(this.tssImagePreview, "tssImagePreview"); + this.tssImagePreview.Name = "tssImagePreview"; // // tsmiImagePreviewSide // + resources.ApplyResources(this.tsmiImagePreviewSide, "tsmiImagePreviewSide"); this.tsmiImagePreviewSide.Checked = true; this.tsmiImagePreviewSide.CheckState = System.Windows.Forms.CheckState.Checked; this.tsmiImagePreviewSide.Name = "tsmiImagePreviewSide"; - resources.ApplyResources(this.tsmiImagePreviewSide, "tsmiImagePreviewSide"); this.tsmiImagePreviewSide.Tag = "Location"; this.tsmiImagePreviewSide.Click += new System.EventHandler(this.tsmiImagePreviewSide_Click); // // tsmiImagePreviewBottom // - this.tsmiImagePreviewBottom.Name = "tsmiImagePreviewBottom"; resources.ApplyResources(this.tsmiImagePreviewBottom, "tsmiImagePreviewBottom"); + this.tsmiImagePreviewBottom.Name = "tsmiImagePreviewBottom"; this.tsmiImagePreviewBottom.Tag = "Location"; this.tsmiImagePreviewBottom.Click += new System.EventHandler(this.tsmiImagePreviewBottom_Click); // // tsmiHideThumbnailTitle // + resources.ApplyResources(this.tsmiHideThumbnailTitle, "tsmiHideThumbnailTitle"); this.tsmiHideThumbnailTitle.Image = global::ShareX.Properties.Resources.ui_thumbnail_title; this.tsmiHideThumbnailTitle.Name = "tsmiHideThumbnailTitle"; - resources.ApplyResources(this.tsmiHideThumbnailTitle, "tsmiHideThumbnailTitle"); this.tsmiHideThumbnailTitle.Click += new System.EventHandler(this.TsmiHideThumbnailTitle_Click); // // tsmiSwitchTaskViewMode // - this.tsmiSwitchTaskViewMode.Name = "tsmiSwitchTaskViewMode"; resources.ApplyResources(this.tsmiSwitchTaskViewMode, "tsmiSwitchTaskViewMode"); + this.tsmiSwitchTaskViewMode.Name = "tsmiSwitchTaskViewMode"; this.tsmiSwitchTaskViewMode.Click += new System.EventHandler(this.TsmiSwitchTaskViewMode_Click); // // niTray // - this.niTray.ContextMenuStrip = this.cmsTray; resources.ApplyResources(this.niTray, "niTray"); + this.niTray.ContextMenuStrip = this.cmsTray; this.niTray.BalloonTipClicked += new System.EventHandler(this.niTray_BalloonTipClicked); this.niTray.MouseClick += new System.Windows.Forms.MouseEventHandler(this.niTray_MouseClick); this.niTray.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.niTray_MouseDoubleClick); // // cmsTray // + resources.ApplyResources(this.cmsTray, "cmsTray"); this.cmsTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayCapture, this.tsmiTrayUpload, @@ -1536,12 +1539,12 @@ private void InitializeComponent() this.tsmiTrayShow, this.tsmiTrayExit}); this.cmsTray.Name = "cmsTray"; - resources.ApplyResources(this.cmsTray, "cmsTray"); this.cmsTray.Closed += new System.Windows.Forms.ToolStripDropDownClosedEventHandler(this.cmsTray_Closed); this.cmsTray.Opened += new System.EventHandler(this.cmsTray_Opened); // // tsmiTrayCapture // + resources.ApplyResources(this.tsmiTrayCapture, "tsmiTrayCapture"); this.tsmiTrayCapture.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayFullscreen, this.tsmiTrayWindow, @@ -1560,106 +1563,106 @@ private void InitializeComponent() this.tsmiTrayScreenshotDelay}); this.tsmiTrayCapture.Image = global::ShareX.Properties.Resources.camera; this.tsmiTrayCapture.Name = "tsmiTrayCapture"; - resources.ApplyResources(this.tsmiTrayCapture, "tsmiTrayCapture"); this.tsmiTrayCapture.DropDownOpening += new System.EventHandler(this.tsmiCapture_DropDownOpening); // // tsmiTrayFullscreen // + resources.ApplyResources(this.tsmiTrayFullscreen, "tsmiTrayFullscreen"); this.tsmiTrayFullscreen.Image = global::ShareX.Properties.Resources.layer_fullscreen; this.tsmiTrayFullscreen.Name = "tsmiTrayFullscreen"; - resources.ApplyResources(this.tsmiTrayFullscreen, "tsmiTrayFullscreen"); this.tsmiTrayFullscreen.Click += new System.EventHandler(this.tsmiTrayFullscreen_Click); // // tsmiTrayWindow // + resources.ApplyResources(this.tsmiTrayWindow, "tsmiTrayWindow"); this.tsmiTrayWindow.Image = global::ShareX.Properties.Resources.application_blue; this.tsmiTrayWindow.Name = "tsmiTrayWindow"; - resources.ApplyResources(this.tsmiTrayWindow, "tsmiTrayWindow"); // // tsmiTrayMonitor // + resources.ApplyResources(this.tsmiTrayMonitor, "tsmiTrayMonitor"); this.tsmiTrayMonitor.Image = global::ShareX.Properties.Resources.monitor; this.tsmiTrayMonitor.Name = "tsmiTrayMonitor"; - resources.ApplyResources(this.tsmiTrayMonitor, "tsmiTrayMonitor"); // // tsmiTrayRectangle // + resources.ApplyResources(this.tsmiTrayRectangle, "tsmiTrayRectangle"); this.tsmiTrayRectangle.Image = global::ShareX.Properties.Resources.layer_shape; this.tsmiTrayRectangle.Name = "tsmiTrayRectangle"; - resources.ApplyResources(this.tsmiTrayRectangle, "tsmiTrayRectangle"); this.tsmiTrayRectangle.Click += new System.EventHandler(this.tsmiTrayRectangle_Click); // // tsmiTrayRectangleLight // + resources.ApplyResources(this.tsmiTrayRectangleLight, "tsmiTrayRectangleLight"); this.tsmiTrayRectangleLight.Image = global::ShareX.Properties.Resources.Rectangle; this.tsmiTrayRectangleLight.Name = "tsmiTrayRectangleLight"; - resources.ApplyResources(this.tsmiTrayRectangleLight, "tsmiTrayRectangleLight"); this.tsmiTrayRectangleLight.Click += new System.EventHandler(this.tsmiTrayRectangleLight_Click); // // tsmiTrayRectangleTransparent // + resources.ApplyResources(this.tsmiTrayRectangleTransparent, "tsmiTrayRectangleTransparent"); this.tsmiTrayRectangleTransparent.Image = global::ShareX.Properties.Resources.layer_transparent; this.tsmiTrayRectangleTransparent.Name = "tsmiTrayRectangleTransparent"; - resources.ApplyResources(this.tsmiTrayRectangleTransparent, "tsmiTrayRectangleTransparent"); this.tsmiTrayRectangleTransparent.Click += new System.EventHandler(this.tsmiTrayRectangleTransparent_Click); // // tsmiTrayLastRegion // + resources.ApplyResources(this.tsmiTrayLastRegion, "tsmiTrayLastRegion"); this.tsmiTrayLastRegion.Image = global::ShareX.Properties.Resources.layers; this.tsmiTrayLastRegion.Name = "tsmiTrayLastRegion"; - resources.ApplyResources(this.tsmiTrayLastRegion, "tsmiTrayLastRegion"); this.tsmiTrayLastRegion.Click += new System.EventHandler(this.tsmiTrayLastRegion_Click); // // tsmiTrayScreenRecordingFFmpeg // + resources.ApplyResources(this.tsmiTrayScreenRecordingFFmpeg, "tsmiTrayScreenRecordingFFmpeg"); this.tsmiTrayScreenRecordingFFmpeg.Image = global::ShareX.Properties.Resources.camcorder_image; this.tsmiTrayScreenRecordingFFmpeg.Name = "tsmiTrayScreenRecordingFFmpeg"; - resources.ApplyResources(this.tsmiTrayScreenRecordingFFmpeg, "tsmiTrayScreenRecordingFFmpeg"); this.tsmiTrayScreenRecordingFFmpeg.Click += new System.EventHandler(this.tsmiScreenRecordingFFmpeg_Click); // // tsmiTrayScreenRecordingGIF // + resources.ApplyResources(this.tsmiTrayScreenRecordingGIF, "tsmiTrayScreenRecordingGIF"); this.tsmiTrayScreenRecordingGIF.Image = global::ShareX.Properties.Resources.film; this.tsmiTrayScreenRecordingGIF.Name = "tsmiTrayScreenRecordingGIF"; - resources.ApplyResources(this.tsmiTrayScreenRecordingGIF, "tsmiTrayScreenRecordingGIF"); this.tsmiTrayScreenRecordingGIF.Click += new System.EventHandler(this.tsmiScreenRecordingGIF_Click); // // tsmiTrayScrollingCapture // + resources.ApplyResources(this.tsmiTrayScrollingCapture, "tsmiTrayScrollingCapture"); this.tsmiTrayScrollingCapture.Image = global::ShareX.Properties.Resources.ui_scroll_pane_image; this.tsmiTrayScrollingCapture.Name = "tsmiTrayScrollingCapture"; - resources.ApplyResources(this.tsmiTrayScrollingCapture, "tsmiTrayScrollingCapture"); this.tsmiTrayScrollingCapture.Click += new System.EventHandler(this.tsmiScrollingCapture_Click); // // tsmiTrayTextCapture // + resources.ApplyResources(this.tsmiTrayTextCapture, "tsmiTrayTextCapture"); this.tsmiTrayTextCapture.Image = global::ShareX.Properties.Resources.edit_drop_cap; this.tsmiTrayTextCapture.Name = "tsmiTrayTextCapture"; - resources.ApplyResources(this.tsmiTrayTextCapture, "tsmiTrayTextCapture"); this.tsmiTrayTextCapture.Click += new System.EventHandler(this.tsmiTrayTextCapture_Click); // // tsmiTrayAutoCapture // + resources.ApplyResources(this.tsmiTrayAutoCapture, "tsmiTrayAutoCapture"); this.tsmiTrayAutoCapture.Image = global::ShareX.Properties.Resources.clock; this.tsmiTrayAutoCapture.Name = "tsmiTrayAutoCapture"; - resources.ApplyResources(this.tsmiTrayAutoCapture, "tsmiTrayAutoCapture"); this.tsmiTrayAutoCapture.Click += new System.EventHandler(this.tsmiAutoCapture_Click); // // tssTrayCapture1 // - this.tssTrayCapture1.Name = "tssTrayCapture1"; resources.ApplyResources(this.tssTrayCapture1, "tssTrayCapture1"); + this.tssTrayCapture1.Name = "tssTrayCapture1"; // // tsmiTrayShowCursor // + resources.ApplyResources(this.tsmiTrayShowCursor, "tsmiTrayShowCursor"); this.tsmiTrayShowCursor.CheckOnClick = true; this.tsmiTrayShowCursor.Image = global::ShareX.Properties.Resources.cursor; this.tsmiTrayShowCursor.Name = "tsmiTrayShowCursor"; - resources.ApplyResources(this.tsmiTrayShowCursor, "tsmiTrayShowCursor"); this.tsmiTrayShowCursor.Click += new System.EventHandler(this.tsmiShowCursor_Click); // // tsmiTrayScreenshotDelay // + resources.ApplyResources(this.tsmiTrayScreenshotDelay, "tsmiTrayScreenshotDelay"); this.tsmiTrayScreenshotDelay.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayScreenshotDelay0, this.tsmiTrayScreenshotDelay1, @@ -1667,47 +1670,47 @@ private void InitializeComponent() this.tsmiTrayScreenshotDelay3, this.tsmiTrayScreenshotDelay4, this.tsmiTrayScreenshotDelay5}); - resources.ApplyResources(this.tsmiTrayScreenshotDelay, "tsmiTrayScreenshotDelay"); this.tsmiTrayScreenshotDelay.Name = "tsmiTrayScreenshotDelay"; // // tsmiTrayScreenshotDelay0 // - this.tsmiTrayScreenshotDelay0.Name = "tsmiTrayScreenshotDelay0"; resources.ApplyResources(this.tsmiTrayScreenshotDelay0, "tsmiTrayScreenshotDelay0"); + this.tsmiTrayScreenshotDelay0.Name = "tsmiTrayScreenshotDelay0"; this.tsmiTrayScreenshotDelay0.Click += new System.EventHandler(this.tsmiScreenshotDelay0_Click); // // tsmiTrayScreenshotDelay1 // - this.tsmiTrayScreenshotDelay1.Name = "tsmiTrayScreenshotDelay1"; resources.ApplyResources(this.tsmiTrayScreenshotDelay1, "tsmiTrayScreenshotDelay1"); + this.tsmiTrayScreenshotDelay1.Name = "tsmiTrayScreenshotDelay1"; this.tsmiTrayScreenshotDelay1.Click += new System.EventHandler(this.tsmiScreenshotDelay1_Click); // // tsmiTrayScreenshotDelay2 // - this.tsmiTrayScreenshotDelay2.Name = "tsmiTrayScreenshotDelay2"; resources.ApplyResources(this.tsmiTrayScreenshotDelay2, "tsmiTrayScreenshotDelay2"); + this.tsmiTrayScreenshotDelay2.Name = "tsmiTrayScreenshotDelay2"; this.tsmiTrayScreenshotDelay2.Click += new System.EventHandler(this.tsmiScreenshotDelay2_Click); // // tsmiTrayScreenshotDelay3 // - this.tsmiTrayScreenshotDelay3.Name = "tsmiTrayScreenshotDelay3"; resources.ApplyResources(this.tsmiTrayScreenshotDelay3, "tsmiTrayScreenshotDelay3"); + this.tsmiTrayScreenshotDelay3.Name = "tsmiTrayScreenshotDelay3"; this.tsmiTrayScreenshotDelay3.Click += new System.EventHandler(this.tsmiScreenshotDelay3_Click); // // tsmiTrayScreenshotDelay4 // - this.tsmiTrayScreenshotDelay4.Name = "tsmiTrayScreenshotDelay4"; resources.ApplyResources(this.tsmiTrayScreenshotDelay4, "tsmiTrayScreenshotDelay4"); + this.tsmiTrayScreenshotDelay4.Name = "tsmiTrayScreenshotDelay4"; this.tsmiTrayScreenshotDelay4.Click += new System.EventHandler(this.tsmiScreenshotDelay4_Click); // // tsmiTrayScreenshotDelay5 // - this.tsmiTrayScreenshotDelay5.Name = "tsmiTrayScreenshotDelay5"; resources.ApplyResources(this.tsmiTrayScreenshotDelay5, "tsmiTrayScreenshotDelay5"); + this.tsmiTrayScreenshotDelay5.Name = "tsmiTrayScreenshotDelay5"; this.tsmiTrayScreenshotDelay5.Click += new System.EventHandler(this.tsmiScreenshotDelay5_Click); // // tsmiTrayUpload // + resources.ApplyResources(this.tsmiTrayUpload, "tsmiTrayUpload"); this.tsmiTrayUpload.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayUploadFile, this.tsmiTrayUploadFolder, @@ -1718,65 +1721,65 @@ private void InitializeComponent() this.tsmiTrayShortenURL}); this.tsmiTrayUpload.Image = global::ShareX.Properties.Resources.arrow_090; this.tsmiTrayUpload.Name = "tsmiTrayUpload"; - resources.ApplyResources(this.tsmiTrayUpload, "tsmiTrayUpload"); // // tsmiTrayUploadFile // + resources.ApplyResources(this.tsmiTrayUploadFile, "tsmiTrayUploadFile"); this.tsmiTrayUploadFile.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiTrayUploadFile.Name = "tsmiTrayUploadFile"; - resources.ApplyResources(this.tsmiTrayUploadFile, "tsmiTrayUploadFile"); this.tsmiTrayUploadFile.Click += new System.EventHandler(this.tsbFileUpload_Click); // // tsmiTrayUploadFolder // + resources.ApplyResources(this.tsmiTrayUploadFolder, "tsmiTrayUploadFolder"); this.tsmiTrayUploadFolder.Image = global::ShareX.Properties.Resources.folder; this.tsmiTrayUploadFolder.Name = "tsmiTrayUploadFolder"; - resources.ApplyResources(this.tsmiTrayUploadFolder, "tsmiTrayUploadFolder"); this.tsmiTrayUploadFolder.Click += new System.EventHandler(this.tsmiUploadFolder_Click); // // tsmiTrayUploadClipboard // + resources.ApplyResources(this.tsmiTrayUploadClipboard, "tsmiTrayUploadClipboard"); this.tsmiTrayUploadClipboard.Image = global::ShareX.Properties.Resources.clipboard; this.tsmiTrayUploadClipboard.Name = "tsmiTrayUploadClipboard"; - resources.ApplyResources(this.tsmiTrayUploadClipboard, "tsmiTrayUploadClipboard"); this.tsmiTrayUploadClipboard.Click += new System.EventHandler(this.tsbClipboardUpload_Click); // // tsmiTrayUploadText // + resources.ApplyResources(this.tsmiTrayUploadText, "tsmiTrayUploadText"); this.tsmiTrayUploadText.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTrayUploadText.Name = "tsmiTrayUploadText"; - resources.ApplyResources(this.tsmiTrayUploadText, "tsmiTrayUploadText"); this.tsmiTrayUploadText.Click += new System.EventHandler(this.tsmiUploadText_Click); // // tsmiTrayUploadURL // + resources.ApplyResources(this.tsmiTrayUploadURL, "tsmiTrayUploadURL"); this.tsmiTrayUploadURL.Image = global::ShareX.Properties.Resources.drive; this.tsmiTrayUploadURL.Name = "tsmiTrayUploadURL"; - resources.ApplyResources(this.tsmiTrayUploadURL, "tsmiTrayUploadURL"); this.tsmiTrayUploadURL.Click += new System.EventHandler(this.tsmiUploadURL_Click); // // tsmiTrayUploadDragDrop // + resources.ApplyResources(this.tsmiTrayUploadDragDrop, "tsmiTrayUploadDragDrop"); this.tsmiTrayUploadDragDrop.Image = global::ShareX.Properties.Resources.inbox; this.tsmiTrayUploadDragDrop.Name = "tsmiTrayUploadDragDrop"; - resources.ApplyResources(this.tsmiTrayUploadDragDrop, "tsmiTrayUploadDragDrop"); this.tsmiTrayUploadDragDrop.Click += new System.EventHandler(this.tsbDragDropUpload_Click); // // tsmiTrayShortenURL // + resources.ApplyResources(this.tsmiTrayShortenURL, "tsmiTrayShortenURL"); this.tsmiTrayShortenURL.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiTrayShortenURL.Name = "tsmiTrayShortenURL"; - resources.ApplyResources(this.tsmiTrayShortenURL, "tsmiTrayShortenURL"); this.tsmiTrayShortenURL.Click += new System.EventHandler(this.tsmiShortenURL_Click); // // tsmiTrayWorkflows // + resources.ApplyResources(this.tsmiTrayWorkflows, "tsmiTrayWorkflows"); this.tsmiTrayWorkflows.Image = global::ShareX.Properties.Resources.categories; this.tsmiTrayWorkflows.Name = "tsmiTrayWorkflows"; - resources.ApplyResources(this.tsmiTrayWorkflows, "tsmiTrayWorkflows"); // // tsmiTrayTools // + resources.ApplyResources(this.tsmiTrayTools, "tsmiTrayTools"); this.tsmiTrayTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayColorPicker, this.tsmiTrayScreenColorPicker, @@ -1794,125 +1797,125 @@ private void InitializeComponent() this.tsmiTrayMonitorTest}); this.tsmiTrayTools.Image = global::ShareX.Properties.Resources.toolbox; this.tsmiTrayTools.Name = "tsmiTrayTools"; - resources.ApplyResources(this.tsmiTrayTools, "tsmiTrayTools"); // // tsmiTrayColorPicker // + resources.ApplyResources(this.tsmiTrayColorPicker, "tsmiTrayColorPicker"); this.tsmiTrayColorPicker.Image = global::ShareX.Properties.Resources.color; this.tsmiTrayColorPicker.Name = "tsmiTrayColorPicker"; - resources.ApplyResources(this.tsmiTrayColorPicker, "tsmiTrayColorPicker"); this.tsmiTrayColorPicker.Click += new System.EventHandler(this.tsmiColorPicker_Click); // // tsmiTrayScreenColorPicker // + resources.ApplyResources(this.tsmiTrayScreenColorPicker, "tsmiTrayScreenColorPicker"); this.tsmiTrayScreenColorPicker.Image = global::ShareX.Properties.Resources.pipette; this.tsmiTrayScreenColorPicker.Name = "tsmiTrayScreenColorPicker"; - resources.ApplyResources(this.tsmiTrayScreenColorPicker, "tsmiTrayScreenColorPicker"); this.tsmiTrayScreenColorPicker.Click += new System.EventHandler(this.tsmiScreenColorPicker_Click); // // tsmiTrayImageEditor // + resources.ApplyResources(this.tsmiTrayImageEditor, "tsmiTrayImageEditor"); this.tsmiTrayImageEditor.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiTrayImageEditor.Name = "tsmiTrayImageEditor"; - resources.ApplyResources(this.tsmiTrayImageEditor, "tsmiTrayImageEditor"); this.tsmiTrayImageEditor.Click += new System.EventHandler(this.tsmiImageEditor_Click); // // tsmiTrayImageEffects // + resources.ApplyResources(this.tsmiTrayImageEffects, "tsmiTrayImageEffects"); this.tsmiTrayImageEffects.Image = global::ShareX.Properties.Resources.image_saturation; this.tsmiTrayImageEffects.Name = "tsmiTrayImageEffects"; - resources.ApplyResources(this.tsmiTrayImageEffects, "tsmiTrayImageEffects"); this.tsmiTrayImageEffects.Click += new System.EventHandler(this.tsmiImageEffects_Click); // // tsmiTrayHashCheck // + resources.ApplyResources(this.tsmiTrayHashCheck, "tsmiTrayHashCheck"); this.tsmiTrayHashCheck.Image = global::ShareX.Properties.Resources.application_task; this.tsmiTrayHashCheck.Name = "tsmiTrayHashCheck"; - resources.ApplyResources(this.tsmiTrayHashCheck, "tsmiTrayHashCheck"); this.tsmiTrayHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click); // // tsmiTrayDNSChanger // + resources.ApplyResources(this.tsmiTrayDNSChanger, "tsmiTrayDNSChanger"); this.tsmiTrayDNSChanger.Image = global::ShareX.Properties.Resources.network_ip; this.tsmiTrayDNSChanger.Name = "tsmiTrayDNSChanger"; - resources.ApplyResources(this.tsmiTrayDNSChanger, "tsmiTrayDNSChanger"); this.tsmiTrayDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click); // // tsmiTrayQRCode // + resources.ApplyResources(this.tsmiTrayQRCode, "tsmiTrayQRCode"); this.tsmiTrayQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiTrayQRCode.Name = "tsmiTrayQRCode"; - resources.ApplyResources(this.tsmiTrayQRCode, "tsmiTrayQRCode"); this.tsmiTrayQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click); // // tsmiTrayRuler // + resources.ApplyResources(this.tsmiTrayRuler, "tsmiTrayRuler"); this.tsmiTrayRuler.Image = global::ShareX.Properties.Resources.ruler_triangle; this.tsmiTrayRuler.Name = "tsmiTrayRuler"; - resources.ApplyResources(this.tsmiTrayRuler, "tsmiTrayRuler"); this.tsmiTrayRuler.Click += new System.EventHandler(this.tsmiRuler_Click); // // tsmiTrayIndexFolder // + resources.ApplyResources(this.tsmiTrayIndexFolder, "tsmiTrayIndexFolder"); this.tsmiTrayIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree; this.tsmiTrayIndexFolder.Name = "tsmiTrayIndexFolder"; - resources.ApplyResources(this.tsmiTrayIndexFolder, "tsmiTrayIndexFolder"); this.tsmiTrayIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click); // // tsmiTrayImageCombiner // + resources.ApplyResources(this.tsmiTrayImageCombiner, "tsmiTrayImageCombiner"); this.tsmiTrayImageCombiner.Image = global::ShareX.Properties.Resources.document_break; this.tsmiTrayImageCombiner.Name = "tsmiTrayImageCombiner"; - resources.ApplyResources(this.tsmiTrayImageCombiner, "tsmiTrayImageCombiner"); this.tsmiTrayImageCombiner.Click += new System.EventHandler(this.tsmiImageCombiner_Click); // // tsmiTrayImageThumbnailer // + resources.ApplyResources(this.tsmiTrayImageThumbnailer, "tsmiTrayImageThumbnailer"); this.tsmiTrayImageThumbnailer.Image = global::ShareX.Properties.Resources.image_resize_actual; this.tsmiTrayImageThumbnailer.Name = "tsmiTrayImageThumbnailer"; - resources.ApplyResources(this.tsmiTrayImageThumbnailer, "tsmiTrayImageThumbnailer"); this.tsmiTrayImageThumbnailer.Click += new System.EventHandler(this.tsmiImageThumbnailer_Click); // // tsmiTrayVideoThumbnailer // + resources.ApplyResources(this.tsmiTrayVideoThumbnailer, "tsmiTrayVideoThumbnailer"); this.tsmiTrayVideoThumbnailer.Image = global::ShareX.Properties.Resources.images_stack; this.tsmiTrayVideoThumbnailer.Name = "tsmiTrayVideoThumbnailer"; - resources.ApplyResources(this.tsmiTrayVideoThumbnailer, "tsmiTrayVideoThumbnailer"); this.tsmiTrayVideoThumbnailer.Click += new System.EventHandler(this.tsmiVideoThumbnailer_Click); // // tsmiTrayTweetMessage // + resources.ApplyResources(this.tsmiTrayTweetMessage, "tsmiTrayTweetMessage"); this.tsmiTrayTweetMessage.Image = global::ShareX.Properties.Resources.Twitter; this.tsmiTrayTweetMessage.Name = "tsmiTrayTweetMessage"; - resources.ApplyResources(this.tsmiTrayTweetMessage, "tsmiTrayTweetMessage"); this.tsmiTrayTweetMessage.Click += new System.EventHandler(this.tsmiTweetMessage_Click); // // tsmiTrayMonitorTest // + resources.ApplyResources(this.tsmiTrayMonitorTest, "tsmiTrayMonitorTest"); this.tsmiTrayMonitorTest.Image = global::ShareX.Properties.Resources.monitor; this.tsmiTrayMonitorTest.Name = "tsmiTrayMonitorTest"; - resources.ApplyResources(this.tsmiTrayMonitorTest, "tsmiTrayMonitorTest"); this.tsmiTrayMonitorTest.Click += new System.EventHandler(this.tsmiMonitorTest_Click); // // tssTray1 // - this.tssTray1.Name = "tssTray1"; resources.ApplyResources(this.tssTray1, "tssTray1"); + this.tssTray1.Name = "tssTray1"; // // tsmiTrayAfterCaptureTasks // + resources.ApplyResources(this.tsmiTrayAfterCaptureTasks, "tsmiTrayAfterCaptureTasks"); this.tsmiTrayAfterCaptureTasks.Image = global::ShareX.Properties.Resources.image_export; this.tsmiTrayAfterCaptureTasks.Name = "tsmiTrayAfterCaptureTasks"; - resources.ApplyResources(this.tsmiTrayAfterCaptureTasks, "tsmiTrayAfterCaptureTasks"); // // tsmiTrayAfterUploadTasks // + resources.ApplyResources(this.tsmiTrayAfterUploadTasks, "tsmiTrayAfterUploadTasks"); this.tsmiTrayAfterUploadTasks.Image = global::ShareX.Properties.Resources.upload_cloud; this.tsmiTrayAfterUploadTasks.Name = "tsmiTrayAfterUploadTasks"; - resources.ApplyResources(this.tsmiTrayAfterUploadTasks, "tsmiTrayAfterUploadTasks"); // // tsmiTrayDestinations // + resources.ApplyResources(this.tsmiTrayDestinations, "tsmiTrayDestinations"); this.tsmiTrayDestinations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayImageUploaders, this.tsmiTrayTextUploaders, @@ -1924,114 +1927,114 @@ private void InitializeComponent() this.tsmiTrayCustomUploaderSettings}); this.tsmiTrayDestinations.Image = global::ShareX.Properties.Resources.drive_globe; this.tsmiTrayDestinations.Name = "tsmiTrayDestinations"; - resources.ApplyResources(this.tsmiTrayDestinations, "tsmiTrayDestinations"); this.tsmiTrayDestinations.DropDownOpened += new System.EventHandler(this.tsddbDestinations_DropDownOpened); // // tsmiTrayImageUploaders // + resources.ApplyResources(this.tsmiTrayImageUploaders, "tsmiTrayImageUploaders"); this.tsmiTrayImageUploaders.Image = global::ShareX.Properties.Resources.image; this.tsmiTrayImageUploaders.Name = "tsmiTrayImageUploaders"; - resources.ApplyResources(this.tsmiTrayImageUploaders, "tsmiTrayImageUploaders"); // // tsmiTrayTextUploaders // + resources.ApplyResources(this.tsmiTrayTextUploaders, "tsmiTrayTextUploaders"); this.tsmiTrayTextUploaders.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTrayTextUploaders.Name = "tsmiTrayTextUploaders"; - resources.ApplyResources(this.tsmiTrayTextUploaders, "tsmiTrayTextUploaders"); // // tsmiTrayFileUploaders // + resources.ApplyResources(this.tsmiTrayFileUploaders, "tsmiTrayFileUploaders"); this.tsmiTrayFileUploaders.Image = global::ShareX.Properties.Resources.application_block; this.tsmiTrayFileUploaders.Name = "tsmiTrayFileUploaders"; - resources.ApplyResources(this.tsmiTrayFileUploaders, "tsmiTrayFileUploaders"); // // tsmiTrayURLShorteners // + resources.ApplyResources(this.tsmiTrayURLShorteners, "tsmiTrayURLShorteners"); this.tsmiTrayURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiTrayURLShorteners.Name = "tsmiTrayURLShorteners"; - resources.ApplyResources(this.tsmiTrayURLShorteners, "tsmiTrayURLShorteners"); // // tsmiTrayURLSharingServices // + resources.ApplyResources(this.tsmiTrayURLSharingServices, "tsmiTrayURLSharingServices"); this.tsmiTrayURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiTrayURLSharingServices.Name = "tsmiTrayURLSharingServices"; - resources.ApplyResources(this.tsmiTrayURLSharingServices, "tsmiTrayURLSharingServices"); // // tssTrayDestinations1 // - this.tssTrayDestinations1.Name = "tssTrayDestinations1"; resources.ApplyResources(this.tssTrayDestinations1, "tssTrayDestinations1"); + this.tssTrayDestinations1.Name = "tssTrayDestinations1"; // // tsmiTrayDestinationSettings // + resources.ApplyResources(this.tsmiTrayDestinationSettings, "tsmiTrayDestinationSettings"); this.tsmiTrayDestinationSettings.Image = global::ShareX.Properties.Resources.globe_pencil; this.tsmiTrayDestinationSettings.Name = "tsmiTrayDestinationSettings"; - resources.ApplyResources(this.tsmiTrayDestinationSettings, "tsmiTrayDestinationSettings"); this.tsmiTrayDestinationSettings.Click += new System.EventHandler(this.tsmiDestinationSettings_Click); // // tsmiTrayCustomUploaderSettings // + resources.ApplyResources(this.tsmiTrayCustomUploaderSettings, "tsmiTrayCustomUploaderSettings"); this.tsmiTrayCustomUploaderSettings.Image = global::ShareX.Properties.Resources.network_cloud; this.tsmiTrayCustomUploaderSettings.Name = "tsmiTrayCustomUploaderSettings"; - resources.ApplyResources(this.tsmiTrayCustomUploaderSettings, "tsmiTrayCustomUploaderSettings"); this.tsmiTrayCustomUploaderSettings.Click += new System.EventHandler(this.tsmiCustomUploaderSettings_Click); // // tsmiTrayTaskSettings // + resources.ApplyResources(this.tsmiTrayTaskSettings, "tsmiTrayTaskSettings"); this.tsmiTrayTaskSettings.Image = global::ShareX.Properties.Resources.gear; this.tsmiTrayTaskSettings.Name = "tsmiTrayTaskSettings"; - resources.ApplyResources(this.tsmiTrayTaskSettings, "tsmiTrayTaskSettings"); this.tsmiTrayTaskSettings.Click += new System.EventHandler(this.tsbTaskSettings_Click); // // tsmiTrayApplicationSettings // + resources.ApplyResources(this.tsmiTrayApplicationSettings, "tsmiTrayApplicationSettings"); this.tsmiTrayApplicationSettings.Image = global::ShareX.Properties.Resources.wrench_screwdriver; this.tsmiTrayApplicationSettings.Name = "tsmiTrayApplicationSettings"; - resources.ApplyResources(this.tsmiTrayApplicationSettings, "tsmiTrayApplicationSettings"); this.tsmiTrayApplicationSettings.Click += new System.EventHandler(this.tsbApplicationSettings_Click); // // tsmiTrayHotkeySettings // + resources.ApplyResources(this.tsmiTrayHotkeySettings, "tsmiTrayHotkeySettings"); this.tsmiTrayHotkeySettings.Image = global::ShareX.Properties.Resources.keyboard; this.tsmiTrayHotkeySettings.Name = "tsmiTrayHotkeySettings"; - resources.ApplyResources(this.tsmiTrayHotkeySettings, "tsmiTrayHotkeySettings"); this.tsmiTrayHotkeySettings.Click += new System.EventHandler(this.tsbHotkeySettings_Click); // // tsmiTrayToggleHotkeys // + resources.ApplyResources(this.tsmiTrayToggleHotkeys, "tsmiTrayToggleHotkeys"); this.tsmiTrayToggleHotkeys.Image = global::ShareX.Properties.Resources.keyboard__minus; this.tsmiTrayToggleHotkeys.Name = "tsmiTrayToggleHotkeys"; - resources.ApplyResources(this.tsmiTrayToggleHotkeys, "tsmiTrayToggleHotkeys"); this.tsmiTrayToggleHotkeys.Click += new System.EventHandler(this.tsmiTrayToggleHotkeys_Click); // // tssTray2 // - this.tssTray2.Name = "tssTray2"; resources.ApplyResources(this.tssTray2, "tssTray2"); + this.tssTray2.Name = "tssTray2"; // // tsmiScreenshotsFolder // + resources.ApplyResources(this.tsmiScreenshotsFolder, "tsmiScreenshotsFolder"); this.tsmiScreenshotsFolder.Image = global::ShareX.Properties.Resources.folder_open_image; this.tsmiScreenshotsFolder.Name = "tsmiScreenshotsFolder"; - resources.ApplyResources(this.tsmiScreenshotsFolder, "tsmiScreenshotsFolder"); this.tsmiScreenshotsFolder.Click += new System.EventHandler(this.tsbScreenshotsFolder_Click); // // tsmiTrayHistory // + resources.ApplyResources(this.tsmiTrayHistory, "tsmiTrayHistory"); this.tsmiTrayHistory.Image = global::ShareX.Properties.Resources.application_blog; this.tsmiTrayHistory.Name = "tsmiTrayHistory"; - resources.ApplyResources(this.tsmiTrayHistory, "tsmiTrayHistory"); this.tsmiTrayHistory.Click += new System.EventHandler(this.tsbHistory_Click); // // tsmiTrayImageHistory // + resources.ApplyResources(this.tsmiTrayImageHistory, "tsmiTrayImageHistory"); this.tsmiTrayImageHistory.Image = global::ShareX.Properties.Resources.application_icon_large; this.tsmiTrayImageHistory.Name = "tsmiTrayImageHistory"; - resources.ApplyResources(this.tsmiTrayImageHistory, "tsmiTrayImageHistory"); this.tsmiTrayImageHistory.Click += new System.EventHandler(this.tsbImageHistory_Click); // // tsmiTrayDebug // + resources.ApplyResources(this.tsmiTrayDebug, "tsmiTrayDebug"); this.tsmiTrayDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayShowDebugLog, this.tsmiTrayTestImageUpload, @@ -2041,94 +2044,93 @@ private void InitializeComponent() this.tsmiTrayTestURLSharing}); this.tsmiTrayDebug.Image = global::ShareX.Properties.Resources.traffic_cone; this.tsmiTrayDebug.Name = "tsmiTrayDebug"; - resources.ApplyResources(this.tsmiTrayDebug, "tsmiTrayDebug"); // // tsmiTrayShowDebugLog // + resources.ApplyResources(this.tsmiTrayShowDebugLog, "tsmiTrayShowDebugLog"); this.tsmiTrayShowDebugLog.Image = global::ShareX.Properties.Resources.application_monitor; this.tsmiTrayShowDebugLog.Name = "tsmiTrayShowDebugLog"; - resources.ApplyResources(this.tsmiTrayShowDebugLog, "tsmiTrayShowDebugLog"); this.tsmiTrayShowDebugLog.Click += new System.EventHandler(this.tsmiShowDebugLog_Click); // // tsmiTrayTestImageUpload // + resources.ApplyResources(this.tsmiTrayTestImageUpload, "tsmiTrayTestImageUpload"); this.tsmiTrayTestImageUpload.Image = global::ShareX.Properties.Resources.image; this.tsmiTrayTestImageUpload.Name = "tsmiTrayTestImageUpload"; - resources.ApplyResources(this.tsmiTrayTestImageUpload, "tsmiTrayTestImageUpload"); this.tsmiTrayTestImageUpload.Click += new System.EventHandler(this.tsmiTestImageUpload_Click); // // tsmiTrayTestTextUpload // + resources.ApplyResources(this.tsmiTrayTestTextUpload, "tsmiTrayTestTextUpload"); this.tsmiTrayTestTextUpload.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTrayTestTextUpload.Name = "tsmiTrayTestTextUpload"; - resources.ApplyResources(this.tsmiTrayTestTextUpload, "tsmiTrayTestTextUpload"); this.tsmiTrayTestTextUpload.Click += new System.EventHandler(this.tsmiTestTextUpload_Click); // // tsmiTrayTestFileUpload // + resources.ApplyResources(this.tsmiTrayTestFileUpload, "tsmiTrayTestFileUpload"); this.tsmiTrayTestFileUpload.Image = global::ShareX.Properties.Resources.application_block; this.tsmiTrayTestFileUpload.Name = "tsmiTrayTestFileUpload"; - resources.ApplyResources(this.tsmiTrayTestFileUpload, "tsmiTrayTestFileUpload"); this.tsmiTrayTestFileUpload.Click += new System.EventHandler(this.tsmiTestFileUpload_Click); // // tsmiTrayTestURLShortener // + resources.ApplyResources(this.tsmiTrayTestURLShortener, "tsmiTrayTestURLShortener"); this.tsmiTrayTestURLShortener.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiTrayTestURLShortener.Name = "tsmiTrayTestURLShortener"; - resources.ApplyResources(this.tsmiTrayTestURLShortener, "tsmiTrayTestURLShortener"); this.tsmiTrayTestURLShortener.Click += new System.EventHandler(this.tsmiTestURLShortener_Click); // // tsmiTrayTestURLSharing // + resources.ApplyResources(this.tsmiTrayTestURLSharing, "tsmiTrayTestURLSharing"); this.tsmiTrayTestURLSharing.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiTrayTestURLSharing.Name = "tsmiTrayTestURLSharing"; - resources.ApplyResources(this.tsmiTrayTestURLSharing, "tsmiTrayTestURLSharing"); this.tsmiTrayTestURLSharing.Click += new System.EventHandler(this.tsmiTestURLSharing_Click); // // tsmiTrayDonate // + resources.ApplyResources(this.tsmiTrayDonate, "tsmiTrayDonate"); this.tsmiTrayDonate.Image = global::ShareX.Properties.Resources.heart; this.tsmiTrayDonate.Name = "tsmiTrayDonate"; - resources.ApplyResources(this.tsmiTrayDonate, "tsmiTrayDonate"); this.tsmiTrayDonate.Click += new System.EventHandler(this.tsbDonate_Click); // // tsmiTrayAbout // + resources.ApplyResources(this.tsmiTrayAbout, "tsmiTrayAbout"); this.tsmiTrayAbout.Image = global::ShareX.Properties.Resources.crown; this.tsmiTrayAbout.Name = "tsmiTrayAbout"; - resources.ApplyResources(this.tsmiTrayAbout, "tsmiTrayAbout"); this.tsmiTrayAbout.Click += new System.EventHandler(this.tsbAbout_Click); // // tssTray3 // - this.tssTray3.Name = "tssTray3"; resources.ApplyResources(this.tssTray3, "tssTray3"); + this.tssTray3.Name = "tssTray3"; // // tsmiTrayRecentItems // + resources.ApplyResources(this.tsmiTrayRecentItems, "tsmiTrayRecentItems"); this.tsmiTrayRecentItems.Image = global::ShareX.Properties.Resources.clipboard_list; this.tsmiTrayRecentItems.Name = "tsmiTrayRecentItems"; - resources.ApplyResources(this.tsmiTrayRecentItems, "tsmiTrayRecentItems"); // // tsmiOpenActionsToolbar // + resources.ApplyResources(this.tsmiOpenActionsToolbar, "tsmiOpenActionsToolbar"); this.tsmiOpenActionsToolbar.Image = global::ShareX.Properties.Resources.ui_toolbar__arrow; this.tsmiOpenActionsToolbar.Name = "tsmiOpenActionsToolbar"; - resources.ApplyResources(this.tsmiOpenActionsToolbar, "tsmiOpenActionsToolbar"); this.tsmiOpenActionsToolbar.Click += new System.EventHandler(this.tsmiOpenActionsToolbar_Click); // // tsmiTrayShow // + resources.ApplyResources(this.tsmiTrayShow, "tsmiTrayShow"); this.tsmiTrayShow.Image = global::ShareX.Properties.Resources.tick_button; this.tsmiTrayShow.Name = "tsmiTrayShow"; - resources.ApplyResources(this.tsmiTrayShow, "tsmiTrayShow"); this.tsmiTrayShow.Click += new System.EventHandler(this.tsmiTrayShow_Click); // // tsmiTrayExit // + resources.ApplyResources(this.tsmiTrayExit, "tsmiTrayExit"); this.tsmiTrayExit.Image = global::ShareX.Properties.Resources.cross_button; this.tsmiTrayExit.Name = "tsmiTrayExit"; - resources.ApplyResources(this.tsmiTrayExit, "tsmiTrayExit"); this.tsmiTrayExit.Click += new System.EventHandler(this.tsmiTrayExit_Click); this.tsmiTrayExit.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tsmiTrayExit_MouseDown); // @@ -2138,27 +2140,27 @@ private void InitializeComponent() // // pbDiscordOpen // + resources.ApplyResources(this.pbDiscordOpen, "pbDiscordOpen"); this.pbDiscordOpen.Cursor = System.Windows.Forms.Cursors.Hand; this.pbDiscordOpen.Image = global::ShareX.Properties.Resources.Discord_Button_01; - resources.ApplyResources(this.pbDiscordOpen, "pbDiscordOpen"); this.pbDiscordOpen.Name = "pbDiscordOpen"; this.pbDiscordOpen.TabStop = false; this.pbDiscordOpen.Click += new System.EventHandler(this.pbDiscordOpen_Click); // // pbDiscordHide // + resources.ApplyResources(this.pbDiscordHide, "pbDiscordHide"); this.pbDiscordHide.Cursor = System.Windows.Forms.Cursors.Hand; this.pbDiscordHide.Image = global::ShareX.Properties.Resources.Discord_Button_02; - resources.ApplyResources(this.pbDiscordHide, "pbDiscordHide"); this.pbDiscordHide.Name = "pbDiscordHide"; this.pbDiscordHide.TabStop = false; this.pbDiscordHide.Click += new System.EventHandler(this.pbDiscordHide_Click); // // pNews // + resources.ApplyResources(this.pNews, "pNews"); this.pNews.Controls.Add(this.btnCloseNews); this.pNews.Controls.Add(this.ucNews); - resources.ApplyResources(this.pNews, "pNews"); this.pNews.Name = "pNews"; // // btnCloseNews @@ -2170,22 +2172,22 @@ private void InitializeComponent() // // ucNews // - this.ucNews.BackColor = System.Drawing.SystemColors.Window; resources.ApplyResources(this.ucNews, "ucNews"); + this.ucNews.BackColor = System.Drawing.SystemColors.Window; this.ucNews.Name = "ucNews"; // // pThumbnailView // + resources.ApplyResources(this.pThumbnailView, "pThumbnailView"); this.pThumbnailView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(47)))), ((int)(((byte)(56))))); this.pThumbnailView.Controls.Add(this.lblThumbnailViewTip); this.pThumbnailView.Controls.Add(this.ucTaskThumbnailView); - resources.ApplyResources(this.pThumbnailView, "pThumbnailView"); this.pThumbnailView.Name = "pThumbnailView"; // // lblThumbnailViewTip // - this.lblThumbnailViewTip.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(this.lblThumbnailViewTip, "lblThumbnailViewTip"); + this.lblThumbnailViewTip.BackColor = System.Drawing.Color.Transparent; this.lblThumbnailViewTip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(228))))); this.lblThumbnailViewTip.Name = "lblThumbnailViewTip"; this.lblThumbnailViewTip.UseMnemonic = false; @@ -2217,8 +2219,8 @@ private void InitializeComponent() // // MainForm // - this.AllowDrop = true; resources.ApplyResources(this, "$this"); + this.AllowDrop = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(this.pNews); diff --git a/ShareX/Forms/MainForm.resx b/ShareX/Forms/MainForm.resx index 5205fe43d..9960192fa 100644 --- a/ShareX/Forms/MainForm.resx +++ b/ShareX/Forms/MainForm.resx @@ -117,1404 +117,665 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Fill - - - 160, 0 + + 191, 22 - - Top, Bottom, Left, Right + + Switch to thumbnail view - - Microsoft Sans Serif, 12pt + + 192, 22 - - NoControl + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8, 40 - - - 10, 0, 10, 0 - - - 320, 366 - - - - 1 - - - lblListViewTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - scMain.Panel1 - - - 0 - - - Filename - - - 150 - - - Status - - - Progress - - - 125 - - - Speed - - - 75 - - - Elapsed - - - 45 - - - Remaining - - - 45 - - - URL - - - 145 - - - Fill - - - 0, 0 - - - 335, 429 - - - 2 - - - lvUploads - - - ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - scMain.Panel1 - - - 1 - - - scMain.Panel1 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - scMain - - - 0 - - - Fill - - - 0, 0 - - - 333, 429 - - - 0 - - - pbPreview - - - ShareX.HelpersLib.MyPictureBox, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - scMain.Panel2 - - - 0 - - - scMain.Panel2 - - - System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - scMain - - - 1 - - - 674, 429 - - - 335 - - - 6 - - - 1 - - - scMain - - - ShareX.HelpersLib.SplitContainerCustomSplitter, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 5 - - - True - - - NoControl - - - 0, 0 - - - 0, 0, 0, 0 - - - 168, 45 - - - AutoSize - - - 0 - - - pbSupportUsOpen - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpSupportUs - - - 0 - - - NoControl - - - 168, 0 - - - 0, 0, 0, 0 - - - 47, 45 - - - AutoSize - - - 1 - - - pbSupportUsHide - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpSupportUs - - - 1 - - - 3, 54 - - - 215, 45 - - - 3 - - - False - - - False - - - flpSupportUs - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Thumbnail image flpCommunity - - 0 - - - 17, 17 - - - False - - - Left - - - 191, 22 - - - Fullscreen - - - 191, 22 - - - Window - - - 191, 22 - - - Monitor - - - 191, 22 - - - Region - - - 191, 22 - - - Region (Light) - - - 191, 22 - - - Region (Transparent) - - - 191, 22 - - - Last region - - - 191, 22 - - - Screen recording - - - 191, 22 - - - Screen recording (GIF) - - - 191, 22 - - - Scrolling capture... - - - 191, 22 - - - Text capture (OCR)... - - - 191, 22 - - - Auto capture... - - - 188, 6 - - - 191, 22 - - - Show cursor - - - 126, 22 - - - No delay - - - 126, 22 - - - 1 second - - - 126, 22 - - - 2 seconds - - - 126, 22 - - - 3 seconds - - - 126, 22 - - - 4 seconds - - - 126, 22 - - - 5 seconds - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m - dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAI4SURBVDhPpZHvaxJxHMfvD7CMHoqPm4igCDLxgYHN - o84fCOqT1SSEarL1pAfd9qAHgwqEJgvGKscY5IOspAKpIAnBqEHqGdvKnTd1O+dZ7Mc5fGKPPt3nmIey - 9aQevO4+fD/v9+u+cAQA/Bfyw+v1Ej6fj/D7/UQgEDgVDAaHJfwS4SNwHsYdZjCLnZMEuqvhcGRheflF - oVyuN/f2ugjOeIY7zPxNoLs2Pj6VZZgG12rB7uEhxJ+vwdsvImQZEQqcIL2ZxvVIZAqzAwKPx3P68tjY - ZLZYbHzb2oJf7bYsoO+9gvTnNiQzBzCX/AmvP9UgVyo1roRCk9hRBBRF2ebi8VShWoWKIMhlZGL6Kbxb - acu8yYlw++EGfChuwsLSUgo7ioAkydGP+fw2Cvpxjd6FRGZHIZrg4M6jPKysrm5jRxE4HI6JAsd1e8Xe - DeyeaeUGSCq7CxdvvIcfPN/FjiKw2+03mWpVFvTKFosFaJoGvfMx6MgEDJHP4ByZhKFLL4FtNrvYUQQ2 - my2UYxi+X7BZr4PVapXfPTiJAstCqVzmsaMIpK+dj83Pp/EPtERxQNKbEdyt8Tw8WVxMY0cRmM3mMxdG - Ruiv6+vCzv7+QKmfprT7XqkITqeTxo4iMJlMhMFgMFIuVxQDB53OsTKecbWa4Ha7o5jFzoBAr9cTWq3W - bDQaZx7MzmbKLCuInc7vtsSGJI3FYhkpN4MZzJ4o0Gg0hFqtPqtSqSiJWxL3j8CZwh1mjgn+HSD+ABVB - iM3ORgOyAAAAAElFTkSuQmCC - - - - 191, 22 - - - Screenshot delay - - - MiddleLeft - - - Magenta - - - 147, 20 - - - Capture - - - 203, 22 - - - Upload file... - - - 203, 22 - - - Upload folder... - - - 203, 22 - - - Upload from clipboard... - - - 203, 22 - - - Upload text... - - - 203, 22 - - - Upload from URL... - - - 203, 22 - - - Drag and drop upload... - - - 203, 22 - - - Shorten URL... - - - MiddleLeft - - - Magenta - - - 147, 20 - - - Upload - - - BottomLeft - - - Magenta - - - 147, 20 - - - Workflows - - - 184, 22 - - - Color picker... - - - 184, 22 - - - Screen color picker... - - - 184, 22 - - - Image editor... - - - 184, 22 - - - Image effects... - - - 184, 22 - - - Hash check... - - - 184, 22 - - - DNS changer... - - - 184, 22 - - - QR code... - - - 184, 22 - - - Ruler... - - - 184, 22 - - - Directory indexer... - - - 184, 22 - - - Image combiner... - - - 184, 22 - - - Image thumbnailer... - - - 184, 22 - - - Video thumbnailer... - - - 184, 22 - - - Tweet message... - - - 184, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Monitor test... - - MiddleLeft + + cmsTaskInfo - - Magenta + + Recent links - - 147, 20 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Tools + + 126, 22 - - 147, 6 + + Last region - - MiddleLeft + + ShareX.HelpersLib.ToolStripButtonCounter, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - Magenta + + tsmiTrayFullscreen - - 147, 20 + + + 4 - - After capture tasks - - - MiddleLeft - - - Magenta - - - 147, 20 - - - After upload tasks - - - 219, 22 - - - Image uploaders - - - 219, 22 - - - Text uploaders - - - 219, 22 - - - File uploaders - - - 219, 22 - - - URL shorteners - - - 219, 22 - - - URL sharing services - - - 216, 6 - - - 219, 22 - - - Destination settings... - - - 219, 22 - - - Custom uploader settings... - - - MiddleLeft - - - Magenta - - - 147, 20 - - - Destinations - - - MiddleLeft - - - Magenta - - - 147, 20 - - - Task settings... - - - MiddleLeft - - - Magenta - - - 147, 20 - - + Application settings... - - MiddleLeft + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Magenta + + tsmiTrayLastRegion - - 147, 20 + + 145 - - Hotkey settings... + + 184, 22 - - 147, 6 + + tsmiTrayColorPicker - - MiddleLeft + + 191, 22 - - Magenta + + tsmiTrayIndexFolder - - 147, 20 + + 192, 22 - - Screenshots folder... + + tsmiImageCombiner - - MiddleLeft + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Magenta + + tsbScreenshotsFolder - - 147, 20 + + 233, 22 - + + 168, 0 + + + tsmiCopyHTMLLink + + + tsmiTrayScreenRecordingFFmpeg + + + + 20, 20, 20, 20 + + + 184, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 127, 6 + + + 333, 429 + + History... - - MiddleLeft + + 184, 22 - - Magenta - - - 147, 20 - - - Image history... - - - MiddleLeft - - - Magenta - - - 147, 20 - - - News - - - 171, 22 - - - Debug log... - - - 171, 22 - - - Test image upload - - - 171, 22 - - - Test text upload - - - 171, 22 - - - Test file upload - - - 171, 22 - - - Test URL shortener - - - 171, 22 - - - Test URL sharing - - - MiddleLeft - - - Magenta - - - 147, 20 - - - Debug - - - MiddleLeft - - - Magenta - - - 147, 20 - - - Donate... - - - MiddleLeft - - - Magenta - - - 147, 20 - - - About... - - - 0, 0 - - - 6, 6, 6, 6 - - - 160, 429 - - - 1 - - - tsMain - - - ShareX.HelpersLib.ToolStripBorderRight, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - $this - - - 6 - - - 286, 17 - - - 228, 22 - - - Show errors - - - 228, 22 - - - Stop upload - - - Enter - - - 173, 22 - - - URL - - - 173, 22 - - - Shortened URL - - - 173, 22 - - - Thumbnail URL - - - 173, 22 - - - Deletion URL - - - 170, 6 - - - Ctrl+Enter - - - 173, 22 - - - File - - - Shift+Enter - - - 173, 22 - - - Folder - - - 173, 22 - - - Thumbnail file - - - 228, 22 - - - Open + + 233, 22 Ctrl+C - + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hotkey settings... + + + tsmiTrayUploadText + + + tsmiUploadFolder + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 172, 22 + + + Text uploaders + + + 192, 22 + + + Upload + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiCopyFilePath + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 221, 102 + + + Drag and drop upload... + + + 168, 0 + + + Microsoft Sans Serif, 12pt + + + After upload tasks + + + Markdown linked image + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Filename + + + Window + + + tssCopy6 + + + After upload tasks + + + Hide menu + + + 219, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Hash check... + + + tsmiTrayMonitorTest + + + DNS changer... + + + URL shorteners + + + 191, 22 + + + tsmiURLSharingServices + + + Fill + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + About... + + + 147, 20 + + + 147, 20 + + + flpSupportUs + + + Auto capture... + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 203, 22 + + + Debug + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayVideoThumbnailer + + + Hotkey settings... + + + scMain.Panel2 + + + Image combiner... + + + Tools + + + ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 172, 22 + + + Markdown link + + + 203, 22 + + + Shorten URL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tssCopy5 + + + 192, 22 + + + 191, 22 + + + 184, 22 + + + 1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsddbUpload + + + 203, 22 + + + tsmiScreenshotDelay4 + + 233, 22 + + Auto capture... + + + 172, 22 + + + Shortened URL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + niTray + + + 0 + + + tsmiDestinationSettings + + + Debug log... + + + Test URL shortener + + + 233, 22 + + + 147, 20 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiImageEffects + + + tsmiCopyThumbnailURL + + + 192, 22 + + + $this + + + MiddleLeft + + + tsmiHideThumbnailTitle + + + tsmiCopyMarkdownImage + + + 228, 22 + + + Destination settings... + + + chRemaining + + + Magenta + + + $this + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + URL 233, 22 - - Shortened URL + + Fullscreen - - 233, 22 + + tsmiHashCheck - - Thumbnail URL + + Enter - - 233, 22 + + tsmiTrayTaskSettings - - Deletion URL + + MiddleLeft - - 230, 6 + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MainForm Shift+C - - 233, 22 - - - File - - - Alt+C - - - 233, 22 - - - Image - - - 233, 22 - - - Image dimensions - - - 233, 22 - - - Text - - - 233, 22 - - + Thumbnail file - - 233, 22 - - - Thumbnail image - - - 230, 6 - - - 233, 22 - - - HTML link - - - 233, 22 - - - HTML image - - - 233, 22 - - - HTML linked image - - - 230, 6 - - - 233, 22 - - - Forum (BBCode) link - - - 233, 22 - - - Forum (BBCode) image - - - 233, 22 - - - Forum (BBCode) linked image - - - 230, 6 - - - 233, 22 - - - Markdown link - - - 233, 22 - - - Markdown image - - - 233, 22 - - - Markdown linked image - - - 230, 6 - - - Ctrl+Shift+C - - - 233, 22 - - - File path - 233, 22 - - File name + + Directory indexer... - + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 172, 22 + + + scMain + + + 219, 22 + + + 147, 20 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tssDestinations1 + + + Toggle actions toolbar + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 172, 22 + + 233, 22 - - File name with extension - - - 233, 22 - - - Folder - - + 230, 6 - - False + + 5 - + + pNews + + 228, 22 - - Copy + + 219, 22 - - Ctrl+U + + tsmiShortenSelectedURL - - 228, 22 - - - Upload - - - Ctrl+D - - - 228, 22 - - - Download - - - Ctrl+E - - - 228, 22 - - - Edit image... - - - Del - - - 228, 22 - - - Remove task from list - - - Shift+Del - - - 228, 22 - - - Delete file locally... - - - 228, 22 - - - Shorten URL - - - 228, 22 - - - Share URL - - - 228, 22 - - - Google image search... - - - 228, 22 - - - Show QR code... - - - 228, 22 - - - OCR image... - - - 228, 22 - - - Combine images... - - - 228, 22 - - - Show response... - - - 228, 22 - - - Clear task list - - - 225, 6 - - - 228, 22 - - - Hide menu - - - 228, 22 - - - Hide columns - - - 130, 22 - - - Show - - - 130, 22 - - - Hide - - - 130, 22 - - - Automatic - - - 127, 6 - - - 130, 22 - - - Side - - - 130, 22 - - - Bottom - - - 228, 22 - - - Image preview - - - 228, 22 - - - Hide thumbnail title - - - 228, 22 - - - Switch to thumbnail view - - - 229, 494 - - - cmsTaskInfo - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 105, 17 - - - 190, 17 - - - 191, 22 - - - Fullscreen - - - 191, 22 - - - Window - - - 191, 22 - - - Monitor - - - 191, 22 - - - Region - - - 191, 22 - - - Region (Light) - - - 191, 22 - - - Region (Transparent) - - - 191, 22 - - - Last region - - - 191, 22 - - - Screen recording - - - 191, 22 - - - Screen recording (GIF) - - - 191, 22 - - - Scrolling capture... - - - 191, 22 - - - Text capture (OCR)... - - - 191, 22 - - - Auto capture... - - - 188, 6 + + 0 191, 22 - - Show cursor + + Video thumbnailer... - - 126, 22 + + Screen recording + + + tsbHotkeySettings + + + Ctrl+U + + + 192, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 192, 22 + + + tsmiTrayShow + + + tsmiTrayUploadDragDrop + + + tsmiTrayScreenRecordingGIF + + + MiddleLeft + + + 184, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiUploadDragDrop + + + 230, 6 + + + 192, 22 + + + chElapsed + + + tsbApplicationSettings + + + Window + + + AutoSize + + + 184, 22 + + + tsmiTrayUpload + + + tsmiCopyThumbnailFile + + + Open + + + Hide thumbnail title + + + Speed + + + scMain + + + 184, 22 + + + pbSupportUsOpen + + + 230, 6 + + + Screen recording + + + Image uploaders + + + tssCopy4 + + + Test image upload + + + Text uploaders + + + Hide columns + + + MiddleLeft + + + tsmiOpenFolder + + + Forum (BBCode) linked image + + + Region (Transparent) + + + 0, 0, 0, 0 No delay - - 126, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 second + + tsmiTrayTestTextUpload - - 126, 22 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 seconds + + Shift+Enter - - 126, 22 - - - 3 seconds - - - 126, 22 - - - 4 seconds - - - 126, 22 - - - 5 seconds + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1532,2062 +793,2804 @@ iM3ORgOyAAAAAElFTkSuQmCC - - 191, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Screenshot delay + + 674, 429 - - 191, 22 - - - Capture - - - 203, 22 - - - Upload file... - - - 203, 22 - - - Upload folder... - - - 203, 22 - - - Upload from clipboard... - - - 203, 22 - - - Upload text... - - - 203, 22 - - - Upload from URL... - - - 203, 22 - - - Drag and drop upload... - - - 203, 22 - - - Shorten URL... - - - 191, 22 - - - Upload - - - 191, 22 - - - Workflows - - - 184, 22 - - - Color picker... - - - 184, 22 - - - Screen color picker... - - - 184, 22 - - - Image editor... - - - 184, 22 - - - Image effects... - - - 184, 22 - - - Hash check... - - - 184, 22 - - - DNS changer... - - - 184, 22 - - - QR code... - - - 184, 22 - - - Ruler... - - - 184, 22 - - - Directory indexer... - - - 184, 22 - - - Image combiner... - - - 184, 22 - - - Image thumbnailer... - - - 184, 22 - - - Video thumbnailer... - - - 184, 22 - - - Tweet message... - - - 184, 22 - - - Monitor test... - - - 191, 22 - - - Tools - - - 188, 6 - - - 191, 22 - - - After capture tasks - - - 191, 22 - - - After upload tasks - - - 219, 22 - - - Image uploaders - - - 219, 22 - - - Text uploaders - - - 219, 22 - - - File uploaders - - - 219, 22 - - - URL shorteners - - - 219, 22 - - - URL sharing services - - - 216, 6 - - - 219, 22 - - - Destination settings... - - - 219, 22 - - - Custom uploader settings... - - - 191, 22 - - - Destinations - - - 191, 22 - - - Task settings... - - - 191, 22 - - - Application settings... - - - 191, 22 - - - Hotkey settings... - - - 191, 22 - - - Disable hotkeys - - - 188, 6 - - - 191, 22 - - - Screenshots folder... - - - 191, 22 - - - History... - - - 191, 22 - - - Image history... - - - 171, 22 - - - Debug log... - - - 171, 22 - - - Test image upload - - - 171, 22 - - - Test text upload - - - 171, 22 - - - Test file upload - - - 171, 22 - - - Test URL shortener - - - 171, 22 - - - Test URL sharing - - - 191, 22 - - - Debug - - - 191, 22 - - - Donate... - - - 191, 22 - - - About... - - - 188, 6 - - - 191, 22 - - - Recent links - - - False - - - 191, 22 - - - Toggle actions toolbar - - - 191, 22 - - - Open main window - - - 191, 22 - - - Exit - - - 192, 484 - - - cmsTray - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShareX - - - 405, 17 - - - NoControl - - - 0, 0 - - - 0, 0, 0, 0 - - + 168, 45 - - AutoSize - - - 0 - - - pbDiscordOpen - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpDiscord - - - 0 - - - NoControl - - - 168, 0 - - - 0, 0, 0, 0 - - - 47, 45 - - - AutoSize - - - 1 - - - pbDiscordHide - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpDiscord - - - 1 - - - Bottom, Right - - - NoControl - - - 560, 400 - - - 91, 23 - - - 5 - - - Close - - - btnCloseNews - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pNews - - - 0 - - - Fill - - - 0, 0 + + Upload 674, 429 - - 6 + + tssCopy3 - - ucNews - - - ShareX.NewsListControl, ShareX, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - pNews - - - 1 - - - Fill - - - 160, 0 - - - 674, 429 - - - 5 - - - False - - - pNews - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 2 - - - Fill - - - Microsoft Sans Serif, 12pt - - - NoControl - - - 0, 0 - - - 20, 20, 20, 20 - - - 674, 429 - - - 2 - - - lblThumbnailViewTip - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pThumbnailView - - - 0 - - - True - - - Fill - - - 0, 0 - - - 674, 429 - - - 0 - - - ucTaskThumbnailView - - - ShareX.TaskThumbnailView, ShareX, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - pThumbnailView - - - 1 - - - Fill + + 230, 6 160, 0 - - 674, 429 + + Download - - 7 + + Markdown image - - pThumbnailView + + 1 second - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - Bottom, Right - - - True - - - GrowAndShrink - - - True - - - 3, 3 - - - 215, 45 - - - 4 - - - False - - - False - - - flpDiscord - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpCommunity - - - 1 - - - BottomUp - - - 608, 322 - - - 221, 102 - - - 6 - - - flpCommunity - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 3 - - - True - - - 59 - - - 6, 13 - - - 834, 429 - - - 500, 250 - - - CenterScreen - - - chFilename - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chStatus - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chProgress - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chSpeed - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chElapsed - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chRemaining - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - chURL - - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsddbCapture - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiFullscreen - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiWindow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiMonitor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiRectangle - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiRectangleLight - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiRectangleTransparent - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiLastRegion - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenRecordingFFmpeg - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenRecordingGIF - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScrollingCapture - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTextCapture - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiAutoCapture - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssCapture1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiShowCursor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenshotDelay - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenshotDelay0 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenshotDelay1 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenshotDelay2 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenshotDelay3 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenshotDelay4 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenshotDelay5 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsddbUpload - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiUploadFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiUploadFolder - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiUploadClipboard - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiUploadText - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiUploadURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiUploadDragDrop - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiShortenURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsddbWorkflows - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsddbTools - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiColorPicker - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiScreenColorPicker - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImageEditor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImageEffects - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiHashCheck - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiDNSChanger - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiQRCode - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiRuler - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiIndexFolder - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImageCombiner - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImageThumbnailer - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiVideoThumbnailer - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTweetMessage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiMonitorTest - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssMain1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsddbAfterCaptureTasks - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsddbAfterUploadTasks - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsddbDestinations - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImageUploaders - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTextUploaders - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiFileUploaders - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiURLShorteners - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiURLSharingServices - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssDestinations1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiDestinationSettings - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCustomUploaderSettings - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbTaskSettings - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbApplicationSettings - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbHotkeySettings - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssMain2 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbScreenshotsFolder - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbHistory - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbImageHistory - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbNews - - - ShareX.HelpersLib.ToolStripButtonCounter, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tsddbDebug - - - System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiShowDebugLog - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTestImageUpload - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTestTextUpload - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTestFileUpload - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTestURLShortener - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTestURLSharing - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsbDonate - - - ShareX.HelpersLib.ToolStripButtonColorAnimation, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tsbAbout - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiShowErrors - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiStopUpload - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOpen - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOpenURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOpenShortenedURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOpenThumbnailURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOpenDeletionURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssOpen1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOpenFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOpenFolder - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOpenThumbnailFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopy - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyShortenedURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyThumbnailURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyDeletionURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssCopy1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyImageDimensions - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyText - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyThumbnailFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyThumbnailImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssCopy2 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyHTMLLink - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyHTMLImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyHTMLLinkedImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssCopy3 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyForumLink - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyForumImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyForumLinkedImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssCopy4 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyMarkdownLink - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyMarkdownImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyMarkdownLinkedImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssCopy5 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyFilePath - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyFileName - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyFileNameWithExtension - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCopyFolder - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssCopy6 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiUploadSelectedFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiDownloadSelectedURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiEditSelectedFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiDeleteSelectedItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiDeleteSelectedFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiShortenSelectedURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiShareSelectedURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiSearchImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiShowQRCode - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiOCRImage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiCombineImages - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiShowResponse - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiClearList - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssUploadInfo1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiHideMenu - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiHideColumns - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImagePreview - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImagePreviewShow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImagePreviewHide - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImagePreviewAutomatic - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssImagePreview - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImagePreviewSide - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiImagePreviewBottom - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiHideThumbnailTitle - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiSwitchTaskViewMode - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - niTray - - - System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayCapture - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayFullscreen - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayWindow - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayMonitor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayRectangle - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayRectangleLight - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayRectangleTransparent - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayLastRegion - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenRecordingFFmpeg - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenRecordingGIF - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScrollingCapture - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayTextCapture - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayAutoCapture - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssTrayCapture1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayShowCursor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenshotDelay - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenshotDelay0 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenshotDelay1 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenshotDelay2 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenshotDelay3 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenshotDelay4 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenshotDelay5 - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayUpload - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayUploadFile - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayUploadFolder - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayUploadClipboard - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayUploadText - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayUploadURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayUploadDragDrop - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayShortenURL - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayWorkflows - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayTools - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayColorPicker - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayScreenColorPicker - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayImageEditor - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayImageEffects - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayHashCheck - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayDNSChanger - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayQRCode - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayRuler - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayIndexFolder - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayImageCombiner - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayImageThumbnailer - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayVideoThumbnailer - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayTweetMessage - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayMonitorTest - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssTray1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayAfterCaptureTasks - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayAfterUploadTasks - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayDestinations - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayImageUploaders - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayTextUploaders - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayFileUploaders - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayURLShorteners - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayURLSharingServices - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tssTrayDestinations1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayDestinationSettings - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayCustomUploaderSettings - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayTaskSettings - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayApplicationSettings - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiTrayHotkeySettings + + scMain.Panel1 System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayToggleHotkeys + + URL shorteners - + + tsmiTrayAutoCapture + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 tssTray2 - + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiScreenshotsFolder + + tsmiTrayScreenColorPicker - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5 seconds - - tsmiTrayHistory + + 45 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Upload from clipboard... + + + flpSupportUs + + + tsmiHideMenu + + + 228, 22 + + + 0, 0 + + + Shortened URL tsmiTrayImageHistory - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayDebug + + 130, 22 - + + 6 + + + 192, 22 + + + tsmiHideColumns + + + tsmiCopyHTMLImage + + + Folder + + + 168, 45 + + + flpCommunity + + + 75 + + + flpDiscord + + + tssTrayCapture1 + + + Scrolling capture... + + + tsmiCopyMarkdownLinkedImage + + + 170, 6 + + + tsmiTrayRuler + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayShowDebugLog + + 203, 22 - + + 192, 22 + + + False + + + 184, 22 + + + 191, 22 + + + tsmiCopyText + + + 229, 494 + + + 191, 22 + + + 130, 22 + + + Ctrl+Enter + + + 203, 22 + + + 233, 22 + + + 1 + + + Tweet message... + + + Image history... + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayTestImageUpload + + 191, 22 - + + MiddleLeft + + + cmsTray + + + 192, 22 + + + 147, 20 + + + tsmiRuler + + + 192, 22 + + + Screen color picker... + + + False + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayTestTextUpload + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + tsmiUploadClipboard + + + 203, 22 + + + 228, 22 + + + 225, 6 + + + 10, 0, 10, 0 + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 seconds + + + URL sharing services + + + Scrolling capture... + + + tsmiIndexFolder + + + 147, 20 + + + 228, 22 + + + tsmiTrayImageUploaders + + + 335, 429 + + + 1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 173, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Task settings... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 126, 22 + + + 233, 22 + + + False + + + Show response... + + + 184, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Upload file... + + + Automatic + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m + dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAI4SURBVDhPpZHvaxJxHMfvD7CMHoqPm4igCDLxgYHN + o84fCOqT1SSEarL1pAfd9qAHgwqEJgvGKscY5IOspAKpIAnBqEHqGdvKnTd1O+dZ7Mc5fGKPPt3nmIey + 9aQevO4+fD/v9+u+cAQA/Bfyw+v1Ej6fj/D7/UQgEDgVDAaHJfwS4SNwHsYdZjCLnZMEuqvhcGRheflF + oVyuN/f2ugjOeIY7zPxNoLs2Pj6VZZgG12rB7uEhxJ+vwdsvImQZEQqcIL2ZxvVIZAqzAwKPx3P68tjY + ZLZYbHzb2oJf7bYsoO+9gvTnNiQzBzCX/AmvP9UgVyo1roRCk9hRBBRF2ebi8VShWoWKIMhlZGL6Kbxb + acu8yYlw++EGfChuwsLSUgo7ioAkydGP+fw2Cvpxjd6FRGZHIZrg4M6jPKysrm5jRxE4HI6JAsd1e8Xe + DeyeaeUGSCq7CxdvvIcfPN/FjiKw2+03mWpVFvTKFosFaJoGvfMx6MgEDJHP4ByZhKFLL4FtNrvYUQQ2 + my2UYxi+X7BZr4PVapXfPTiJAstCqVzmsaMIpK+dj83Pp/EPtERxQNKbEdyt8Tw8WVxMY0cRmM3mMxdG + Ruiv6+vCzv7+QKmfprT7XqkITqeTxo4iMJlMhMFgMFIuVxQDB53OsTKecbWa4Ha7o5jFzoBAr9cTWq3W + bDQaZx7MzmbKLCuInc7vtsSGJI3FYhkpN4MZzJ4o0Gg0hFqtPqtSqSiJWxL3j8CZwh1mjgn+HSD+ABVB + iM3ORgOyAAAAAElFTkSuQmCC + + + + Image editor... + + + 203, 22 + + + tsmiTrayExit + + + File uploaders + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 tsmiTrayTestFileUpload - + + Image effects... + + + 126, 22 + + + 8, 40 + + + 184, 22 + + + MiddleLeft + + + 191, 22 + + + tsmiCustomUploaderSettings + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayTestURLShortener + + False - + + Donate... + + + No delay + + + HTML image + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiUploadFile + + + Tools + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiQRCode + + + ShareX.TaskThumbnailView, ShareX, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 126, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + File + + + 1 + + + tsmiOpenThumbnailFile + + + 147, 20 + + + File uploaders + + + 191, 22 + + + 0 + + + Text capture (OCR)... + + + Top, Bottom, Left, Right + + + Region + + + tsmiOpenShortenedURL + + + tssTrayDestinations1 + + + Alt+C + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 160, 429 + + + tsmiTrayRectangleTransparent + + + 0, 0 + + + 184, 22 + + + tsmiTrayUploadFolder + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Deletion URL + + + tsmiTrayDebug + + + tssOpen1 + + + Fill + + + tsmiScreenshotDelay3 + + + 1 second + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + Image thumbnailer... + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 219, 22 + + + tsmiLastRegion + + + tsmiDeleteSelectedItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsddbAfterCaptureTasks + + + 216, 6 + + + 203, 22 + + + Progress + + + 0 + + + 233, 22 + + + 191, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiSwitchTaskViewMode + + + 228, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + Bottom + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Video thumbnailer... + + + Destinations + + + tsmiImagePreviewAutomatic + + + 184, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiImageThumbnailer + + + Upload + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 192, 22 + + + 184, 22 + + + tsmiShareSelectedURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Custom uploader settings... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayURLShorteners + + + 173, 22 + + + Left + + + tsmiFileUploaders + + + 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayShowCursor + + + 233, 22 + + + Close + + + File + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 834, 429 + + + tsbTaskSettings + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 tsmiTrayTestURLSharing - + + Hide + + + Image dimensions + + + 203, 22 + + + tsmiOpenActionsToolbar + + + Shift+Del + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 184, 22 + + + Test text upload + + + Region (Light) + + + tsmiCopyShortenedURL + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayDonate + + 228, 22 + + + Fill + + + Tweet message... + + + 203, 22 + + + 173, 22 + + + tsmiTrayShowDebugLog + + + 172, 22 + + + tssCopy1 + + + pThumbnailView + + + MiddleLeft + + + Image thumbnailer... + + + pbDiscordHide + + + tsmiTextUploaders + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 191, 22 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 91, 23 + + + tsmiTrayTweetMessage + + + QR code... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + 192, 22 + + + 126, 22 + + + tsmiImagePreviewHide + + + DNS changer... + + + tsmiCopyFolder + + + tsmiMonitorTest + + + 192, 22 + + + Magenta + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Destinations + + + tsmiUploadSelectedFile + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0 + + + Destination settings... + + + tsmiOpenURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiURLShorteners + + + 191, 22 System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + MiddleLeft + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magenta + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 126, 22 + + + Del + + + chFilename + + + Workflows + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 184, 22 + + + tsmiCopyForumLinkedImage + + + tsmiVideoThumbnailer + + + 173, 22 + + + 184, 22 + + + Test URL shortener + + + Remaining + + + flpCommunity + + + tsmiTrayImageThumbnailer + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayTools + + + chProgress + + + Task settings... + + + tsmiScreenshotsFolder + + + 130, 22 + + + HTML link + + + 191, 22 + + + flpDiscord + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 173, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tssCopy2 + + + NoControl + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayRectangle + + + tsmiTestFileUpload + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 147, 20 + + + 192, 22 + + + 0 + + + Upload from URL... + + + CenterScreen + + + tsddbDestinations + + + Ruler... + + + QR code... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Ctrl+E + + + tsmiTrayQRCode + + + 191, 22 + + + tsmiCopyThumbnailImage + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magenta + + + Thumbnail URL + + + tsmiDeleteSelectedFile + + + scMain.Panel1 + + + 233, 22 + + + 160, 0 + + + tsmiScreenshotDelay1 + + + 193, 484 + + + 6, 6, 6, 6 + + + 4 seconds + + + 0, 0 + + + 1 + + + 191, 22 + + + 233, 22 + + + ShareX.NewsListControl, ShareX, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + tsmiTrayTextCapture + + + tsmiCopyImageDimensions + + + 147, 20 + + + 172, 22 + + + tsmiScreenshotDelay5 + + + pNews + + + tsmiTrayShortenURL + + + Open main window + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Folder + + + 233, 22 + + + tsmiScreenshotDelay0 + + + Edit image... + + + Capture + + + tssUploadInfo1 + + + tsmiDownloadSelectedURL + + + tsmiRectangleTransparent + + + scMain.Panel1 + + + 3, 54 + + + ShareX.HelpersLib.MyPictureBox, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + Magenta + + + Side + + + Deletion URL + + + Fill + + + chStatus + + + tsmiOpenDeletionURL + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 184, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Right + + + 150 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Forum (BBCode) link + + + 215, 45 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 184, 22 + + + False + + + Delete file locally... + + + 219, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiImagePreview + + + 125 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magenta + + + tsmiImagePreviewSide + + + OCR image... + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 184, 22 + + + pbSupportUsHide + + + tsmiTrayScrollingCapture + + + 184, 22 + + + Upload text... + + + File name + + + 1 + + + 1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Test file upload + + + MiddleLeft + + + 126, 22 + + + tsmiMonitor + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 22 + + + 2 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Forum (BBCode) image + + + Debug log... + + + Upload folder... + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Last region + + + Image editor... + + + tsmiTrayDNSChanger + + + Region (Transparent) + + + 147, 20 + + + File path + + + 191, 22 + + + Monitor test... + + + 188, 6 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Region + + + 173, 22 + + + tsmiTestURLSharing + + + tsmiCopyForumImage + + + 147, 20 + + + 147, 20 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 22 + + + 233, 22 + + + 192, 22 + + + tsmiTrayTestImageUpload + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 126, 22 + + + 203, 22 + + + 0, 0 + + + Elapsed + + + NoControl + + + 172, 22 + + + 45 + + + Screen recording (GIF) + + + tsmiScreenshotDelay2 + + + 560, 400 + + + tsmiEditSelectedFile + + + ucNews + + + 192, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + Screenshot delay + + + 2 seconds + + + tsmiImagePreviewBottom + + + Fill + + + NoControl + + + tsmiFullscreen + + + Image preview + + + 147, 20 + + + Test image upload + + + Magenta + + + flpSupportUs + + + Image uploaders + + + Test file upload + + + 147, 6 + + + 228, 22 + + + 2 + + + 219, 22 + + + Monitor + + + pbPreview + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 188, 6 + + + 126, 22 + + + Screenshot delay + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsddbDebug + + + 500, 250 + + + pNews + + + Magenta + + + 233, 22 + + + tsmiStopUpload + + + 2 seconds + + + 228, 22 + + + 219, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayHistory + + + timerTraySingleClick + + + tssTray1 + + + Image + tsmiTrayAbout - + + 3 + + + tsmiTrayImageEffects + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 147, 20 + + + tsmiDNSChanger + + + tsmiCopyHTMLLinkedImage + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + MiddleLeft + + + tsmiUploadText + + + 0 + + + tsmiTrayAfterCaptureTasks + + + Remove task from list + + + 184, 22 + + + 172, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magenta + + + tsmiScreenColorPicker + + + lvUploads + + + 6 + + + tsmiTrayRectangleLight + + + tsmiTrayTestURLShortener + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbAbout + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayWorkflows + + + After capture tasks + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + Text capture (OCR)... + + + 126, 22 + + + Show cursor + + + History... + + + False + + + Debug + + + tsbNews + + + $this + + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + tsmiScreenRecordingGIF + + + 0 + + + Show cursor + + + 184, 22 + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayDestinationSettings + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 1 + + + 191, 22 + + + tsmiCopy + + + 233, 22 + + + Share URL + + + AutoSize + + + MiddleLeft + + + False + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Region (Light) + + + Ctrl+Shift+C + + + Upload from URL... + + + tsmiCopyFileName + + + tsmiImageEditor + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Image history... + + + Screen recording (GIF) + + + Test URL sharing + + + tsmiShowDebugLog + + + lblThumbnailViewTip + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayScreenshotDelay + + + 674, 429 + + + Application settings... + + + 184, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Color picker... + + + 228, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTestImageUpload + + + tsmiTrayScreenshotDelay0 + + + tsmiClearList + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Test text upload + + + About... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 172, 22 + + + Status + + + tsmiTextCapture + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 219, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 47, 45 + + + Shorten URL... + + + HTML linked image + + + Show QR code... + + + 228, 22 + + + 228, 22 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX + + + tsmiImagePreviewShow + + + chURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0, 0, 0 + + + NoControl + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Disable hotkeys + + + 184, 22 + + + Show + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 22 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 191, 22 + + + tsmiOpen + + + 184, 22 + + + tsmiScreenshotDelay + + + tsmiOpenThumbnailURL + + + 230, 6 + + + 126, 22 + + + Screenshots folder... + + + 233, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + tsmiTrayScreenshotDelay4 + + + 219, 22 + + + 6 + + + tsmiTrayHashCheck + + + 4 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiShortenURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayRecentItems + + + 147, 20 + + + tsmiUploadURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Image effects... + + + 184, 22 + + + tsmiTrayWindow + + + Drag and drop upload... + + + Custom uploader settings... + + + Magenta + + + tsmiTrayScreenshotDelay3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblListViewTip + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiShowErrors + + + Workflows + + + tsbDonate + + + 233, 22 + + + 189, 6 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 22 + + + Shorten URL... + + + True + + + Upload text... + + + ShareX.HelpersLib.ToolStripBorderRight, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + scMain + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + MiddleLeft + + + 172, 22 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 tssTray3 - + + Upload folder... + + + tsddbTools + + + True + + + tsbImageHistory + + + tsmiTrayDestinations + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Screen color picker... + + + Text + + + Stop upload + + + AutoSize + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayRecentItems + + tsbHistory - + + tsmiWindow + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiOpenActionsToolbar + + 5 - + + Fill + + + tsmiTrayToggleHotkeys + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayShow - - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiTrayExit + + Upload file... - + + Magenta + + + 130, 22 + + + 5 + + + 189, 6 + + + tsMain + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - timerTraySingleClick + + tsmiTrayUploadFile - - System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Ctrl+D - - MainForm + + 203, 22 + + + tssCapture1 + + + 228, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 192, 22 + + + Microsoft Sans Serif, 12pt + + + ShareX.HelpersLib.ToolStripButtonColorAnimation, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 189, 6 + + + Ruler... + + + Magenta + + + $this + + + Show errors + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + + 1 + + + Magenta + + + tsmiScreenRecordingFFmpeg + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 22 + + + tsmiTrayFileUploaders + + + 0, 0 + + + After capture tasks + + + tsmiTrayTextUploaders + + + tsmiCopyDeletionURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 147, 20 + + + Color picker... + + + 191, 22 + + + 674, 429 + + + 233, 22 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 192, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 191, 22 + + + Magenta + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + AutoSize + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 219, 22 + + + 215, 45 + + + 233, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTestURLShortener + + + tsmiRectangleLight + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiColorPicker + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + BottomLeft + + + 608, 322 + + + 230, 6 + + + 147, 20 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiScrollingCapture + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 203, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fullscreen + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 219, 22 + + + tsmiTrayMonitor + + + 0, 0 + + + 6, 13 + + + Copy + + + tsmiCopyFileNameWithExtension + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + Bottom, Right + + + 0, 0, 0, 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ucTaskThumbnailView + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ShareX.HelpersLib.HotkeyForm, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 228, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + scMain.Panel2 + + + flpDiscord + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 191, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Upload from clipboard... + + + Monitor + + + tsmiOCRImage + + + tsmiTestTextUpload + + + 674, 429 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX.HelpersLib.SplitContainerCustomSplitter, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 173, 22 + + + Magenta + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Donate... + + + 47, 45 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiSearchImage + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Test URL sharing + + + pThumbnailView + + + 0, 0, 0, 0 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayUploadURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnCloseNews + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 219, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tssImagePreview + + + tsmiTrayImageCombiner + + + tsmiTrayCapture + + + Capture + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Thumbnail URL + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiAutoCapture + + + Image combiner... + + + pThumbnailView + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsddbWorkflows + + + MiddleLeft + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayHotkeySettings + + + 335 + + + BottomUp + + + URL sharing services + + + 192, 22 + + + tsmiTrayUploadClipboard + + + tsmiShowCursor + + + tsmiCombineImages + + + 0, 0 + + + tsmiTrayScreenshotDelay5 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsddbAfterUploadTasks + + + 1 + + + 160, 0 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + Magenta + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayImageEditor + + + 203, 22 + + + 184, 22 + + + 191, 22 + + + 219, 22 + + + Combine images... + + + Clear task list + + + tsmiTrayURLSharingServices + + + 233, 22 + + + 228, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 233, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 674, 429 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tssMain1 + + + 3, 3 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripDropDownButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiCopyMarkdownLink + + + pbDiscordOpen + + + tsmiShowResponse + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTweetMessage + + + tsmiTrayApplicationSettings + + + 216, 6 + + + 2 + + + tsmiCopyFile + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + chSpeed + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 191, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiShowQRCode + + + Magenta + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + URL + + + 191, 22 + + + 130, 22 + + + Exit + + + File name with extension + + + 126, 22 + + + 191, 22 + + + Hash check... + + + tsmiRectangle + + + tsmiOpenFile + + + URL + + + 219, 22 + + + 191, 22 + + + 191, 22 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiTrayDonate + + + tsmiTrayCustomUploaderSettings + + + 3 seconds + + + tsmiTrayAfterUploadTasks + + + GrowAndShrink + + + tsmiTrayScreenshotDelay1 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 seconds + + + News + + + tsmiCopyImage + + + 147, 6 + + + 172, 22 + + + Screenshots folder... + + + 5 seconds + + + tsddbCapture + + + 184, 22 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiImageUploaders + + + 0 + + + Thumbnail file + + + tssMain2 + + + System.Windows.Forms.SplitterPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Directory indexer... + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 320, 366 + + + tsmiTrayScreenshotDelay2 + + + tsmiCopyURL + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsmiCopyForumLink + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Google image search... + + + MiddleLeft + + + fa-IR + + + True + + + 405, 17 + + + 59 + + + 190, 17 + + + 17, 17 + + + 105, 17 + + + 286, 17 + \ No newline at end of file diff --git a/ShareX/Forms/ScreenRecordForm.Designer.cs b/ShareX/Forms/ScreenRecordForm.Designer.cs index 71a509d06..b885c04b6 100644 --- a/ShareX/Forms/ScreenRecordForm.Designer.cs +++ b/ShareX/Forms/ScreenRecordForm.Designer.cs @@ -39,9 +39,9 @@ private void InitializeComponent() // // lblTimer // + resources.ApplyResources(this.lblTimer, "lblTimer"); this.lblTimer.BackColor = System.Drawing.Color.DimGray; this.lblTimer.DrawBorder = true; - resources.ApplyResources(this.lblTimer, "lblTimer"); this.lblTimer.ForeColor = System.Drawing.Color.White; this.lblTimer.Name = "lblTimer"; this.lblTimer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; @@ -67,30 +67,30 @@ private void InitializeComponent() // // cmsMain // + resources.ApplyResources(this.cmsMain, "cmsMain"); this.cmsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiStart, this.tsmiAbort}); this.cmsMain.Name = "cmsMain"; - resources.ApplyResources(this.cmsMain, "cmsMain"); // // tsmiStart // + resources.ApplyResources(this.tsmiStart, "tsmiStart"); this.tsmiStart.Image = global::ShareX.Properties.Resources.control_record; this.tsmiStart.Name = "tsmiStart"; - resources.ApplyResources(this.tsmiStart, "tsmiStart"); this.tsmiStart.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnStart_MouseClick); // // tsmiAbort // + resources.ApplyResources(this.tsmiAbort, "tsmiAbort"); this.tsmiAbort.Image = global::ShareX.Properties.Resources.cross; this.tsmiAbort.Name = "tsmiAbort"; - resources.ApplyResources(this.tsmiAbort, "tsmiAbort"); this.tsmiAbort.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnAbort_MouseClick); // // niTray // - this.niTray.ContextMenuStrip = this.cmsMain; resources.ApplyResources(this.niTray, "niTray"); + this.niTray.ContextMenuStrip = this.cmsMain; this.niTray.MouseClick += new System.Windows.Forms.MouseEventHandler(this.btnStart_MouseClick); // // ScreenRecordForm diff --git a/ShareX/Forms/ScreenRecordForm.resx b/ShareX/Forms/ScreenRecordForm.resx index b6f282ded..83af9e4e7 100644 --- a/ShareX/Forms/ScreenRecordForm.resx +++ b/ShareX/Forms/ScreenRecordForm.resx @@ -118,22 +118,136 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 95, 0 + + + Arial, 12pt + + + + True + + + 6, 13 + + + Start + + + ShareX.HelpersLib.BlackStyleLabel, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 80, 32 + + + pInfo + + + ShareX.HelpersLib.BlackStyleButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 0 + + + Abort + + + 0 + + + ShareX - Screen recording + + + pInfo + Arial, 12pt - - 0, 0 - - - 0, 0, 0, 0 + + GrowAndShrink + + + 1 + + + pInfo 96, 32 - - - 0 + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0, 0, 0 + + + tsmiAbort + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 270, 32 + + + btnAbort + + + 451, 235 + + + cmsMain + + + lblTimer + + + ShareX.HelpersLib.BlackStyleButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + tsmiStart + + + ShareX + + + 2 + + + 2 + + + Arial, 12pt + + + 8, 8 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0, 0, 0 + + + ScreenRecordForm + + + pInfo + + + 104, 22 + + + 1 + + + 104, 22 + + + 96, 32 Start @@ -141,181 +255,70 @@ btnStart - - ShareX.HelpersLib.BlackStyleButton, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - pInfo - - - 1 - - - Arial, 12pt - - - 190, 0 - - - 0, 0, 0, 0 - - - 80, 32 - - - 2 - - - 00:00:00 - @Invariant - - lblTimer - - - ShareX.HelpersLib.BlackStyleLabel, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - pInfo - - - 2 - - - 17, 17 - - - Arial, 12pt - - - 95, 0 - - - 0, 0, 0, 0 - - - 96, 32 - - - 1 - - - Abort - - - btnAbort - - - ShareX.HelpersLib.BlackStyleButton, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null - - - pInfo - - - 0 - - - True - - - GrowAndShrink - - - 8, 8 - - - 270, 32 - - - 0 - - - pInfo - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 138, 17 - - - 104, 22 - - - Start - - - 104, 22 - - - Abort - 105, 48 - - cmsMain + + System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 238, 17 - - - ShareX - @Invariant - - True - - - True - - - 6, 13 - - - 451, 235 + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Manual - - ShareX - Screen recording + + 190, 0 - - timerRefresh + + 0 - - System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tsmiStart + + Abort System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiAbort - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - niTray - - System.Windows.Forms.NotifyIcon, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0, 0, 0, 0 - - ScreenRecordForm + + timerRefresh - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + + $this + + + System.Windows.Forms.Timer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 0, 0 + + + 00:00:00 + + + fa-IR + + + True + + + 138, 17 + + + 17, 17 + + + 238, 17 + \ No newline at end of file diff --git a/ShareX/Forms/TaskSettingsForm.Designer.cs b/ShareX/Forms/TaskSettingsForm.Designer.cs index bb2eb7fe0..5a55a9fff 100644 --- a/ShareX/Forms/TaskSettingsForm.Designer.cs +++ b/ShareX/Forms/TaskSettingsForm.Designer.cs @@ -247,7 +247,6 @@ private void InitializeComponent() this.pgTaskSettings = new System.Windows.Forms.PropertyGrid(); this.chkOverrideAdvancedSettings = new System.Windows.Forms.CheckBox(); this.tttvMain = new ShareX.HelpersLib.TabToTreeView(); - this.lblActionsNote = new System.Windows.Forms.Label(); this.tcTaskSettings.SuspendLayout(); this.tpTask.SuspendLayout(); this.cmsDestinations.SuspendLayout(); @@ -305,13 +304,13 @@ private void InitializeComponent() // // cmsAfterCapture // - this.cmsAfterCapture.Name = "cmsAfterCapture"; resources.ApplyResources(this.cmsAfterCapture, "cmsAfterCapture"); + this.cmsAfterCapture.Name = "cmsAfterCapture"; // // cmsAfterUpload // - this.cmsAfterUpload.Name = "cmsAfterCapture"; resources.ApplyResources(this.cmsAfterUpload, "cmsAfterUpload"); + this.cmsAfterUpload.Name = "cmsAfterCapture"; // // cbOverrideAfterCaptureSettings // @@ -347,11 +346,12 @@ private void InitializeComponent() // // cmsTask // - this.cmsTask.Name = "cmsAfterCapture"; resources.ApplyResources(this.cmsTask, "cmsTask"); + this.cmsTask.Name = "cmsAfterCapture"; // // tcTaskSettings // + resources.ApplyResources(this.tcTaskSettings, "tcTaskSettings"); this.tcTaskSettings.Controls.Add(this.tpTask); this.tcTaskSettings.Controls.Add(this.tpGeneral); this.tcTaskSettings.Controls.Add(this.tpImage); @@ -361,12 +361,12 @@ private void InitializeComponent() this.tcTaskSettings.Controls.Add(this.tpWatchFolders); this.tcTaskSettings.Controls.Add(this.tpTools); this.tcTaskSettings.Controls.Add(this.tpAdvanced); - resources.ApplyResources(this.tcTaskSettings, "tcTaskSettings"); this.tcTaskSettings.Name = "tcTaskSettings"; this.tcTaskSettings.SelectedIndex = 0; // // tpTask // + resources.ApplyResources(this.tpTask, "tpTask"); this.tpTask.BackColor = System.Drawing.SystemColors.Window; this.tpTask.Controls.Add(this.cbOverrideCustomUploader); this.tpTask.Controls.Add(this.chkOverrideCustomUploader); @@ -381,14 +381,13 @@ private void InitializeComponent() this.tpTask.Controls.Add(this.cbOverrideAfterUploadSettings); this.tpTask.Controls.Add(this.cbOverrideDestinationSettings); this.tpTask.Controls.Add(this.lblDescription); - resources.ApplyResources(this.tpTask, "tpTask"); this.tpTask.Name = "tpTask"; // // cbOverrideCustomUploader // + resources.ApplyResources(this.cbOverrideCustomUploader, "cbOverrideCustomUploader"); this.cbOverrideCustomUploader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbOverrideCustomUploader.FormattingEnabled = true; - resources.ApplyResources(this.cbOverrideCustomUploader, "cbOverrideCustomUploader"); this.cbOverrideCustomUploader.Name = "cbOverrideCustomUploader"; this.cbOverrideCustomUploader.SelectedIndexChanged += new System.EventHandler(this.cbOverrideCustomUploader_SelectedIndexChanged); // @@ -408,9 +407,9 @@ private void InitializeComponent() // // cboFTPaccounts // + resources.ApplyResources(this.cboFTPaccounts, "cboFTPaccounts"); this.cboFTPaccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFTPaccounts.FormattingEnabled = true; - resources.ApplyResources(this.cboFTPaccounts, "cboFTPaccounts"); this.cboFTPaccounts.Name = "cboFTPaccounts"; this.cboFTPaccounts.SelectedIndexChanged += new System.EventHandler(this.cboFTPaccounts_SelectedIndexChanged); // @@ -440,6 +439,7 @@ private void InitializeComponent() // // cmsDestinations // + resources.ApplyResources(this.cmsDestinations, "cmsDestinations"); this.cmsDestinations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImageUploaders, this.tsmiTextUploaders, @@ -447,37 +447,36 @@ private void InitializeComponent() this.tsmiURLShorteners, this.tsmiURLSharingServices}); this.cmsDestinations.Name = "cmsDestinations"; - resources.ApplyResources(this.cmsDestinations, "cmsDestinations"); // // tsmiImageUploaders // + resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders"); this.tsmiImageUploaders.Image = global::ShareX.Properties.Resources.image; this.tsmiImageUploaders.Name = "tsmiImageUploaders"; - resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders"); // // tsmiTextUploaders // + resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders"); this.tsmiTextUploaders.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTextUploaders.Name = "tsmiTextUploaders"; - resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders"); // // tsmiFileUploaders // + resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders"); this.tsmiFileUploaders.Image = global::ShareX.Properties.Resources.application_block; this.tsmiFileUploaders.Name = "tsmiFileUploaders"; - resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders"); // // tsmiURLShorteners // + resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners"); this.tsmiURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiURLShorteners.Name = "tsmiURLShorteners"; - resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners"); // // tsmiURLSharingServices // + resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices"); this.tsmiURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiURLSharingServices.Name = "tsmiURLSharingServices"; - resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices"); // // btnTask // @@ -489,19 +488,19 @@ private void InitializeComponent() // // tpGeneral // + resources.ApplyResources(this.tpGeneral, "tpGeneral"); this.tpGeneral.BackColor = System.Drawing.SystemColors.Window; this.tpGeneral.Controls.Add(this.pGeneral); this.tpGeneral.Controls.Add(this.chkOverrideGeneralSettings); - resources.ApplyResources(this.tpGeneral, "tpGeneral"); this.tpGeneral.Name = "tpGeneral"; // // pGeneral // + resources.ApplyResources(this.pGeneral, "pGeneral"); this.pGeneral.Controls.Add(this.lblAfterTaskNotification); this.pGeneral.Controls.Add(this.cboPopUpNotification); this.pGeneral.Controls.Add(this.cbPlaySoundAfterUpload); this.pGeneral.Controls.Add(this.cbPlaySoundAfterCapture); - resources.ApplyResources(this.pGeneral, "pGeneral"); this.pGeneral.Name = "pGeneral"; // // lblAfterTaskNotification @@ -511,9 +510,9 @@ private void InitializeComponent() // // cboPopUpNotification // + resources.ApplyResources(this.cboPopUpNotification, "cboPopUpNotification"); this.cboPopUpNotification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboPopUpNotification.FormattingEnabled = true; - resources.ApplyResources(this.cboPopUpNotification, "cboPopUpNotification"); this.cboPopUpNotification.Name = "cboPopUpNotification"; this.cboPopUpNotification.SelectedIndexChanged += new System.EventHandler(this.cboPopUpNotification_SelectedIndexChanged); // @@ -542,30 +541,31 @@ private void InitializeComponent() // // tpImage // + resources.ApplyResources(this.tpImage, "tpImage"); this.tpImage.BackColor = System.Drawing.SystemColors.Window; this.tpImage.Controls.Add(this.tcImage); - resources.ApplyResources(this.tpImage, "tpImage"); this.tpImage.Name = "tpImage"; // // tcImage // + resources.ApplyResources(this.tcImage, "tcImage"); this.tcImage.Controls.Add(this.tpQuality); this.tcImage.Controls.Add(this.tpEffects); this.tcImage.Controls.Add(this.tpThumbnail); - resources.ApplyResources(this.tcImage, "tcImage"); this.tcImage.Name = "tcImage"; this.tcImage.SelectedIndex = 0; // // tpQuality // + resources.ApplyResources(this.tpQuality, "tpQuality"); this.tpQuality.BackColor = System.Drawing.SystemColors.Window; this.tpQuality.Controls.Add(this.pImage); this.tpQuality.Controls.Add(this.chkOverrideImageSettings); - resources.ApplyResources(this.tpQuality, "tpQuality"); this.tpQuality.Name = "tpQuality"; // // pImage // + resources.ApplyResources(this.pImage, "pImage"); this.pImage.Controls.Add(this.cbImagePNGBitDepth); this.pImage.Controls.Add(this.lblImagePNGBitDepth); this.pImage.Controls.Add(this.cbImageAutoUseJPEG); @@ -580,14 +580,13 @@ private void InitializeComponent() this.pImage.Controls.Add(this.lblImageGIFQuality); this.pImage.Controls.Add(this.lblImageJPEGQuality); this.pImage.Controls.Add(this.cbImageGIFQuality); - resources.ApplyResources(this.pImage, "pImage"); this.pImage.Name = "pImage"; // // cbImagePNGBitDepth // + resources.ApplyResources(this.cbImagePNGBitDepth, "cbImagePNGBitDepth"); this.cbImagePNGBitDepth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbImagePNGBitDepth.FormattingEnabled = true; - resources.ApplyResources(this.cbImagePNGBitDepth, "cbImagePNGBitDepth"); this.cbImagePNGBitDepth.Name = "cbImagePNGBitDepth"; this.cbImagePNGBitDepth.SelectedIndexChanged += new System.EventHandler(this.cbImagePNGBitDepth_SelectedIndexChanged); // @@ -610,9 +609,9 @@ private void InitializeComponent() // // cbImageFileExist // + resources.ApplyResources(this.cbImageFileExist, "cbImageFileExist"); this.cbImageFileExist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbImageFileExist.FormattingEnabled = true; - resources.ApplyResources(this.cbImageFileExist, "cbImageFileExist"); this.cbImageFileExist.Name = "cbImageFileExist"; this.cbImageFileExist.SelectedIndexChanged += new System.EventHandler(this.cbImageFileExist_SelectedIndexChanged); // @@ -660,9 +659,9 @@ private void InitializeComponent() // // cbImageFormat // + resources.ApplyResources(this.cbImageFormat, "cbImageFormat"); this.cbImageFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbImageFormat.FormattingEnabled = true; - resources.ApplyResources(this.cbImageFormat, "cbImageFormat"); this.cbImageFormat.Name = "cbImageFormat"; this.cbImageFormat.SelectedIndexChanged += new System.EventHandler(this.cbImageFormat_SelectedIndexChanged); // @@ -683,9 +682,9 @@ private void InitializeComponent() // // cbImageGIFQuality // + resources.ApplyResources(this.cbImageGIFQuality, "cbImageGIFQuality"); this.cbImageGIFQuality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbImageGIFQuality.FormattingEnabled = true; - resources.ApplyResources(this.cbImageGIFQuality, "cbImageGIFQuality"); this.cbImageGIFQuality.Name = "cbImageGIFQuality"; this.cbImageGIFQuality.SelectedIndexChanged += new System.EventHandler(this.cbImageGIFQuality_SelectedIndexChanged); // @@ -700,12 +699,12 @@ private void InitializeComponent() // // tpEffects // + resources.ApplyResources(this.tpEffects, "tpEffects"); this.tpEffects.BackColor = System.Drawing.SystemColors.Window; this.tpEffects.Controls.Add(this.lblImageEffectsNote); this.tpEffects.Controls.Add(this.chkShowImageEffectsWindowAfterCapture); this.tpEffects.Controls.Add(this.cbImageEffectOnlyRegionCapture); this.tpEffects.Controls.Add(this.btnImageEffects); - resources.ApplyResources(this.tpEffects, "tpEffects"); this.tpEffects.Name = "tpEffects"; // // lblImageEffectsNote @@ -736,6 +735,7 @@ private void InitializeComponent() // // tpThumbnail // + resources.ApplyResources(this.tpThumbnail, "tpThumbnail"); this.tpThumbnail.BackColor = System.Drawing.SystemColors.Window; this.tpThumbnail.Controls.Add(this.cbThumbnailIfSmaller); this.tpThumbnail.Controls.Add(this.lblThumbnailNamePreview); @@ -745,7 +745,6 @@ private void InitializeComponent() this.tpThumbnail.Controls.Add(this.lblThumbnailWidth); this.tpThumbnail.Controls.Add(this.nudThumbnailHeight); this.tpThumbnail.Controls.Add(this.nudThumbnailWidth); - resources.ApplyResources(this.tpThumbnail, "tpThumbnail"); this.tpThumbnail.Name = "tpThumbnail"; // // cbThumbnailIfSmaller @@ -805,31 +804,32 @@ private void InitializeComponent() // // tpCapture // + resources.ApplyResources(this.tpCapture, "tpCapture"); this.tpCapture.BackColor = System.Drawing.SystemColors.Window; this.tpCapture.Controls.Add(this.tcCapture); - resources.ApplyResources(this.tpCapture, "tpCapture"); this.tpCapture.Name = "tpCapture"; // // tcCapture // + resources.ApplyResources(this.tcCapture, "tcCapture"); this.tcCapture.Controls.Add(this.tpCaptureGeneral); this.tcCapture.Controls.Add(this.tpRegionCapture); this.tcCapture.Controls.Add(this.tpScreenRecorder); this.tcCapture.Controls.Add(this.tpOCR); - resources.ApplyResources(this.tcCapture, "tcCapture"); this.tcCapture.Name = "tcCapture"; this.tcCapture.SelectedIndex = 0; // // tpCaptureGeneral // + resources.ApplyResources(this.tpCaptureGeneral, "tpCaptureGeneral"); this.tpCaptureGeneral.BackColor = System.Drawing.SystemColors.Window; this.tpCaptureGeneral.Controls.Add(this.pCapture); this.tpCaptureGeneral.Controls.Add(this.chkOverrideCaptureSettings); - resources.ApplyResources(this.tpCaptureGeneral, "tpCaptureGeneral"); this.tpCaptureGeneral.Name = "tpCaptureGeneral"; // // pCapture // + resources.ApplyResources(this.pCapture, "pCapture"); this.pCapture.Controls.Add(this.lblScreenshotDelay); this.pCapture.Controls.Add(this.btnCaptureCustomRegionSelectRectangle); this.pCapture.Controls.Add(this.lblCaptureCustomRegion); @@ -850,7 +850,6 @@ private void InitializeComponent() this.pCapture.Controls.Add(this.cbCaptureClientArea); this.pCapture.Controls.Add(this.nudScreenshotDelay); this.pCapture.Controls.Add(this.nudCaptureShadowOffset); - resources.ApplyResources(this.pCapture, "pCapture"); this.pCapture.Name = "pCapture"; // // lblScreenshotDelay @@ -1001,8 +1000,8 @@ private void InitializeComponent() // // nudScreenshotDelay // - this.nudScreenshotDelay.DecimalPlaces = 1; resources.ApplyResources(this.nudScreenshotDelay, "nudScreenshotDelay"); + this.nudScreenshotDelay.DecimalPlaces = 1; this.nudScreenshotDelay.Maximum = new decimal(new int[] { 300, 0, @@ -1033,6 +1032,7 @@ private void InitializeComponent() // // tpRegionCapture // + resources.ApplyResources(this.tpRegionCapture, "tpRegionCapture"); this.tpRegionCapture.BackColor = System.Drawing.SystemColors.Window; this.tpRegionCapture.Controls.Add(this.cbRegionCaptureShowFPS); this.tpRegionCapture.Controls.Add(this.flpRegionCaptureFixedSize); @@ -1064,7 +1064,6 @@ private void InitializeComponent() this.tpRegionCapture.Controls.Add(this.txtRegionCaptureCustomInfoText); this.tpRegionCapture.Controls.Add(this.nudRegionCaptureMagnifierPixelCount); this.tpRegionCapture.Controls.Add(this.nudRegionCaptureMagnifierPixelSize); - resources.ApplyResources(this.tpRegionCapture, "tpRegionCapture"); this.tpRegionCapture.Name = "tpRegionCapture"; // // cbRegionCaptureShowFPS @@ -1090,12 +1089,12 @@ private void InitializeComponent() // // nudRegionCaptureFixedSizeWidth // + resources.ApplyResources(this.nudRegionCaptureFixedSizeWidth, "nudRegionCaptureFixedSizeWidth"); this.nudRegionCaptureFixedSizeWidth.Increment = new decimal(new int[] { 10, 0, 0, 0}); - resources.ApplyResources(this.nudRegionCaptureFixedSizeWidth, "nudRegionCaptureFixedSizeWidth"); this.nudRegionCaptureFixedSizeWidth.Maximum = new decimal(new int[] { 10000, 0, @@ -1121,12 +1120,12 @@ private void InitializeComponent() // // nudRegionCaptureFixedSizeHeight // + resources.ApplyResources(this.nudRegionCaptureFixedSizeHeight, "nudRegionCaptureFixedSizeHeight"); this.nudRegionCaptureFixedSizeHeight.Increment = new decimal(new int[] { 10, 0, 0, 0}); - resources.ApplyResources(this.nudRegionCaptureFixedSizeHeight, "nudRegionCaptureFixedSizeHeight"); this.nudRegionCaptureFixedSizeHeight.Maximum = new decimal(new int[] { 10000, 0, @@ -1206,9 +1205,9 @@ private void InitializeComponent() // // cbRegionCaptureSnapSizes // + resources.ApplyResources(this.cbRegionCaptureSnapSizes, "cbRegionCaptureSnapSizes"); this.cbRegionCaptureSnapSizes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRegionCaptureSnapSizes.FormattingEnabled = true; - resources.ApplyResources(this.cbRegionCaptureSnapSizes, "cbRegionCaptureSnapSizes"); this.cbRegionCaptureSnapSizes.Name = "cbRegionCaptureSnapSizes"; // // lblRegionCaptureSnapSizes @@ -1239,9 +1238,9 @@ private void InitializeComponent() // // cbRegionCaptureMouse5ClickAction // + resources.ApplyResources(this.cbRegionCaptureMouse5ClickAction, "cbRegionCaptureMouse5ClickAction"); this.cbRegionCaptureMouse5ClickAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRegionCaptureMouse5ClickAction.FormattingEnabled = true; - resources.ApplyResources(this.cbRegionCaptureMouse5ClickAction, "cbRegionCaptureMouse5ClickAction"); this.cbRegionCaptureMouse5ClickAction.Name = "cbRegionCaptureMouse5ClickAction"; this.cbRegionCaptureMouse5ClickAction.SelectedIndexChanged += new System.EventHandler(this.cbRegionCaptureMouse5ClickAction_SelectedIndexChanged); // @@ -1252,9 +1251,9 @@ private void InitializeComponent() // // cbRegionCaptureMouse4ClickAction // + resources.ApplyResources(this.cbRegionCaptureMouse4ClickAction, "cbRegionCaptureMouse4ClickAction"); this.cbRegionCaptureMouse4ClickAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRegionCaptureMouse4ClickAction.FormattingEnabled = true; - resources.ApplyResources(this.cbRegionCaptureMouse4ClickAction, "cbRegionCaptureMouse4ClickAction"); this.cbRegionCaptureMouse4ClickAction.Name = "cbRegionCaptureMouse4ClickAction"; this.cbRegionCaptureMouse4ClickAction.SelectedIndexChanged += new System.EventHandler(this.cbRegionCaptureMouse4ClickAction_SelectedIndexChanged); // @@ -1265,9 +1264,9 @@ private void InitializeComponent() // // cbRegionCaptureMouseMiddleClickAction // + resources.ApplyResources(this.cbRegionCaptureMouseMiddleClickAction, "cbRegionCaptureMouseMiddleClickAction"); this.cbRegionCaptureMouseMiddleClickAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRegionCaptureMouseMiddleClickAction.FormattingEnabled = true; - resources.ApplyResources(this.cbRegionCaptureMouseMiddleClickAction, "cbRegionCaptureMouseMiddleClickAction"); this.cbRegionCaptureMouseMiddleClickAction.Name = "cbRegionCaptureMouseMiddleClickAction"; this.cbRegionCaptureMouseMiddleClickAction.SelectedIndexChanged += new System.EventHandler(this.cbRegionCaptureMouseMiddleClickAction_SelectedIndexChanged); // @@ -1278,9 +1277,9 @@ private void InitializeComponent() // // cbRegionCaptureMouseRightClickAction // + resources.ApplyResources(this.cbRegionCaptureMouseRightClickAction, "cbRegionCaptureMouseRightClickAction"); this.cbRegionCaptureMouseRightClickAction.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbRegionCaptureMouseRightClickAction.FormattingEnabled = true; - resources.ApplyResources(this.cbRegionCaptureMouseRightClickAction, "cbRegionCaptureMouseRightClickAction"); this.cbRegionCaptureMouseRightClickAction.Name = "cbRegionCaptureMouseRightClickAction"; this.cbRegionCaptureMouseRightClickAction.SelectedIndexChanged += new System.EventHandler(this.cbRegionCaptureMouseRightClickAction_SelectedIndexChanged); // @@ -1298,6 +1297,7 @@ private void InitializeComponent() // // pRegionCaptureSnapSizes // + resources.ApplyResources(this.pRegionCaptureSnapSizes, "pRegionCaptureSnapSizes"); this.pRegionCaptureSnapSizes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pRegionCaptureSnapSizes.Controls.Add(this.btnRegionCaptureSnapSizesDialogCancel); this.pRegionCaptureSnapSizes.Controls.Add(this.btnRegionCaptureSnapSizesDialogAdd); @@ -1305,7 +1305,6 @@ private void InitializeComponent() this.pRegionCaptureSnapSizes.Controls.Add(this.RegionCaptureSnapSizesHeight); this.pRegionCaptureSnapSizes.Controls.Add(this.nudRegionCaptureSnapSizesWidth); this.pRegionCaptureSnapSizes.Controls.Add(this.lblRegionCaptureSnapSizesWidth); - resources.ApplyResources(this.pRegionCaptureSnapSizes, "pRegionCaptureSnapSizes"); this.pRegionCaptureSnapSizes.Name = "pRegionCaptureSnapSizes"; // // btnRegionCaptureSnapSizesDialogCancel @@ -1387,12 +1386,12 @@ private void InitializeComponent() // // nudRegionCaptureMagnifierPixelCount // + resources.ApplyResources(this.nudRegionCaptureMagnifierPixelCount, "nudRegionCaptureMagnifierPixelCount"); this.nudRegionCaptureMagnifierPixelCount.Increment = new decimal(new int[] { 2, 0, 0, 0}); - resources.ApplyResources(this.nudRegionCaptureMagnifierPixelCount, "nudRegionCaptureMagnifierPixelCount"); this.nudRegionCaptureMagnifierPixelCount.Name = "nudRegionCaptureMagnifierPixelCount"; this.nudRegionCaptureMagnifierPixelCount.ValueChanged += new System.EventHandler(this.nudRegionCaptureMagnifierPixelCount_ValueChanged); // @@ -1404,6 +1403,7 @@ private void InitializeComponent() // // tpScreenRecorder // + resources.ApplyResources(this.tpScreenRecorder, "tpScreenRecorder"); this.tpScreenRecorder.BackColor = System.Drawing.SystemColors.Window; this.tpScreenRecorder.Controls.Add(this.cbScreenRecordTwoPassEncoding); this.tpScreenRecorder.Controls.Add(this.cbScreenRecordConfirmAbort); @@ -1419,7 +1419,6 @@ private void InitializeComponent() this.tpScreenRecorder.Controls.Add(this.cbScreenRecorderFixedDuration); this.tpScreenRecorder.Controls.Add(this.nudGIFFPS); this.tpScreenRecorder.Controls.Add(this.lblGIFFPS); - resources.ApplyResources(this.tpScreenRecorder, "tpScreenRecorder"); this.tpScreenRecorder.Name = "tpScreenRecorder"; // // cbScreenRecordTwoPassEncoding @@ -1495,13 +1494,13 @@ private void InitializeComponent() // // nudScreenRecorderDuration // + resources.ApplyResources(this.nudScreenRecorderDuration, "nudScreenRecorderDuration"); this.nudScreenRecorderDuration.DecimalPlaces = 1; this.nudScreenRecorderDuration.Increment = new decimal(new int[] { 5, 0, 0, 65536}); - resources.ApplyResources(this.nudScreenRecorderDuration, "nudScreenRecorderDuration"); this.nudScreenRecorderDuration.Maximum = new decimal(new int[] { 60, 0, @@ -1522,13 +1521,13 @@ private void InitializeComponent() // // nudScreenRecorderStartDelay // + resources.ApplyResources(this.nudScreenRecorderStartDelay, "nudScreenRecorderStartDelay"); this.nudScreenRecorderStartDelay.DecimalPlaces = 1; this.nudScreenRecorderStartDelay.Increment = new decimal(new int[] { 5, 0, 0, 65536}); - resources.ApplyResources(this.nudScreenRecorderStartDelay, "nudScreenRecorderStartDelay"); this.nudScreenRecorderStartDelay.Maximum = new decimal(new int[] { 60, 0, @@ -1577,12 +1576,12 @@ private void InitializeComponent() // // tpOCR // + resources.ApplyResources(this.tpOCR, "tpOCR"); this.tpOCR.Controls.Add(this.cbCaptureOCRAutoCopy); this.tpOCR.Controls.Add(this.cbCaptureOCRProcessOnLoad); this.tpOCR.Controls.Add(this.cbCaptureOCRSilent); this.tpOCR.Controls.Add(this.lblOCRDefaultLanguage); this.tpOCR.Controls.Add(this.cbCaptureOCRDefaultLanguage); - resources.ApplyResources(this.tpOCR, "tpOCR"); this.tpOCR.Name = "tpOCR"; this.tpOCR.UseVisualStyleBackColor = true; // @@ -1614,34 +1613,34 @@ private void InitializeComponent() // // cbCaptureOCRDefaultLanguage // + resources.ApplyResources(this.cbCaptureOCRDefaultLanguage, "cbCaptureOCRDefaultLanguage"); this.cbCaptureOCRDefaultLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbCaptureOCRDefaultLanguage.FormattingEnabled = true; - resources.ApplyResources(this.cbCaptureOCRDefaultLanguage, "cbCaptureOCRDefaultLanguage"); this.cbCaptureOCRDefaultLanguage.Name = "cbCaptureOCRDefaultLanguage"; this.cbCaptureOCRDefaultLanguage.SelectedIndexChanged += new System.EventHandler(this.cbCaptureOCRDefaultLanguage_SelectedIndexChanged); // // tpUpload // + resources.ApplyResources(this.tpUpload, "tpUpload"); this.tpUpload.BackColor = System.Drawing.SystemColors.Window; this.tpUpload.Controls.Add(this.tcUpload); - resources.ApplyResources(this.tpUpload, "tpUpload"); this.tpUpload.Name = "tpUpload"; // // tcUpload // + resources.ApplyResources(this.tcUpload, "tcUpload"); this.tcUpload.Controls.Add(this.tpUploadMain); this.tcUpload.Controls.Add(this.tpFileNaming); this.tcUpload.Controls.Add(this.tpUploadClipboard); this.tcUpload.Controls.Add(this.tpUploaderFilters); - resources.ApplyResources(this.tcUpload, "tcUpload"); this.tcUpload.Name = "tcUpload"; this.tcUpload.SelectedIndex = 0; // // tpUploadMain // + resources.ApplyResources(this.tpUploadMain, "tpUploadMain"); this.tpUploadMain.BackColor = System.Drawing.SystemColors.Window; this.tpUploadMain.Controls.Add(this.chkOverrideUploadSettings); - resources.ApplyResources(this.tpUploadMain, "tpUploadMain"); this.tpUploadMain.Name = "tpUploadMain"; // // chkOverrideUploadSettings @@ -1655,6 +1654,7 @@ private void InitializeComponent() // // tpFileNaming // + resources.ApplyResources(this.tpFileNaming, "tpFileNaming"); this.tpFileNaming.BackColor = System.Drawing.SystemColors.Window; this.tpFileNaming.Controls.Add(this.btnAutoIncrementNumber); this.tpFileNaming.Controls.Add(this.lblAutoIncrementNumber); @@ -1670,7 +1670,6 @@ private void InitializeComponent() this.tpFileNaming.Controls.Add(this.cbFileUploadUseNamePattern); this.tpFileNaming.Controls.Add(this.lblNameFormatPattern); this.tpFileNaming.Controls.Add(this.txtNameFormatPattern); - resources.ApplyResources(this.tpFileNaming, "tpFileNaming"); this.tpFileNaming.Name = "tpFileNaming"; // // btnAutoIncrementNumber @@ -1733,9 +1732,9 @@ private void InitializeComponent() // // cbNameFormatTimeZone // + resources.ApplyResources(this.cbNameFormatTimeZone, "cbNameFormatTimeZone"); this.cbNameFormatTimeZone.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbNameFormatTimeZone.FormattingEnabled = true; - resources.ApplyResources(this.cbNameFormatTimeZone, "cbNameFormatTimeZone"); this.cbNameFormatTimeZone.Name = "cbNameFormatTimeZone"; this.cbNameFormatTimeZone.SelectedIndexChanged += new System.EventHandler(this.cbNameFormatTimeZone_SelectedIndexChanged); // @@ -1765,12 +1764,12 @@ private void InitializeComponent() // // tpUploadClipboard // + resources.ApplyResources(this.tpUploadClipboard, "tpUploadClipboard"); this.tpUploadClipboard.BackColor = System.Drawing.SystemColors.Window; this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadShareURL); this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadURLContents); this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadAutoIndexFolder); this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadShortenURL); - resources.ApplyResources(this.tpUploadClipboard, "tpUploadClipboard"); this.tpUploadClipboard.Name = "tpUploadClipboard"; // // cbClipboardUploadShareURL @@ -1803,6 +1802,7 @@ private void InitializeComponent() // // tpUploaderFilters // + resources.ApplyResources(this.tpUploaderFilters, "tpUploaderFilters"); this.tpUploaderFilters.BackColor = System.Drawing.SystemColors.Window; this.tpUploaderFilters.Controls.Add(this.lvUploaderFiltersList); this.tpUploaderFilters.Controls.Add(this.btnUploaderFiltersRemove); @@ -1813,7 +1813,6 @@ private void InitializeComponent() this.tpUploaderFilters.Controls.Add(this.lblUploaderFiltersExtensionsExample); this.tpUploaderFilters.Controls.Add(this.lblUploaderFiltersExtensions); this.tpUploaderFilters.Controls.Add(this.txtUploaderFiltersExtensions); - resources.ApplyResources(this.tpUploaderFilters, "tpUploaderFilters"); this.tpUploaderFilters.Name = "tpUploaderFilters"; // // lvUploaderFiltersList @@ -1866,9 +1865,9 @@ private void InitializeComponent() // // cbUploaderFiltersDestination // + resources.ApplyResources(this.cbUploaderFiltersDestination, "cbUploaderFiltersDestination"); this.cbUploaderFiltersDestination.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbUploaderFiltersDestination.FormattingEnabled = true; - resources.ApplyResources(this.cbUploaderFiltersDestination, "cbUploaderFiltersDestination"); this.cbUploaderFiltersDestination.Name = "cbUploaderFiltersDestination"; // // lblUploaderFiltersExtensionsExample @@ -1888,21 +1887,20 @@ private void InitializeComponent() // // tpActions // + resources.ApplyResources(this.tpActions, "tpActions"); this.tpActions.BackColor = System.Drawing.SystemColors.Window; this.tpActions.Controls.Add(this.pActions); this.tpActions.Controls.Add(this.chkOverrideActions); - resources.ApplyResources(this.tpActions, "tpActions"); this.tpActions.Name = "tpActions"; // // pActions // - this.pActions.Controls.Add(this.lblActionsNote); + resources.ApplyResources(this.pActions, "pActions"); this.pActions.Controls.Add(this.btnActionsDuplicate); this.pActions.Controls.Add(this.btnActionsAdd); this.pActions.Controls.Add(this.lvActions); this.pActions.Controls.Add(this.btnActionsEdit); this.pActions.Controls.Add(this.btnActionsRemove); - resources.ApplyResources(this.pActions, "pActions"); this.pActions.Name = "pActions"; // // btnActionsDuplicate @@ -1921,9 +1919,9 @@ private void InitializeComponent() // // lvActions // + resources.ApplyResources(this.lvActions, "lvActions"); this.lvActions.AllowDrop = true; this.lvActions.AllowItemDrag = true; - resources.ApplyResources(this.lvActions, "lvActions"); this.lvActions.AutoFillColumn = true; this.lvActions.CheckBoxes = true; this.lvActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { @@ -1932,7 +1930,6 @@ private void InitializeComponent() this.chActionsArgs, this.chActionsExtensions}); this.lvActions.FullRowSelect = true; - this.lvActions.HideSelection = false; this.lvActions.MultiSelect = false; this.lvActions.Name = "lvActions"; this.lvActions.UseCompatibleStateImageBehavior = false; @@ -1982,13 +1979,13 @@ private void InitializeComponent() // // tpWatchFolders // + resources.ApplyResources(this.tpWatchFolders, "tpWatchFolders"); this.tpWatchFolders.BackColor = System.Drawing.SystemColors.Window; this.tpWatchFolders.Controls.Add(this.btnWatchFolderEdit); this.tpWatchFolders.Controls.Add(this.cbWatchFolderEnabled); this.tpWatchFolders.Controls.Add(this.lvWatchFolderList); this.tpWatchFolders.Controls.Add(this.btnWatchFolderRemove); this.tpWatchFolders.Controls.Add(this.btnWatchFolderAdd); - resources.ApplyResources(this.tpWatchFolders, "tpWatchFolders"); this.tpWatchFolders.Name = "tpWatchFolders"; // // btnWatchFolderEdit @@ -2013,7 +2010,6 @@ private void InitializeComponent() this.chWatchFolderFilter, this.chWatchFolderIncludeSubdirectories}); this.lvWatchFolderList.FullRowSelect = true; - this.lvWatchFolderList.HideSelection = false; this.lvWatchFolderList.Name = "lvWatchFolderList"; this.lvWatchFolderList.UseCompatibleStateImageBehavior = false; this.lvWatchFolderList.View = System.Windows.Forms.View.Details; @@ -2047,17 +2043,17 @@ private void InitializeComponent() // // tpTools // + resources.ApplyResources(this.tpTools, "tpTools"); this.tpTools.BackColor = System.Drawing.SystemColors.Window; this.tpTools.Controls.Add(this.pTools); this.tpTools.Controls.Add(this.chkOverrideToolsSettings); - resources.ApplyResources(this.tpTools, "tpTools"); this.tpTools.Name = "tpTools"; // // pTools // + resources.ApplyResources(this.pTools, "pTools"); this.pTools.Controls.Add(this.txtToolsScreenColorPickerFormat); this.pTools.Controls.Add(this.lblToolsScreenColorPickerFormat); - resources.ApplyResources(this.pTools, "pTools"); this.pTools.Name = "pTools"; // // txtToolsScreenColorPickerFormat @@ -2082,10 +2078,10 @@ private void InitializeComponent() // // tpAdvanced // + resources.ApplyResources(this.tpAdvanced, "tpAdvanced"); this.tpAdvanced.BackColor = System.Drawing.SystemColors.Window; this.tpAdvanced.Controls.Add(this.pgTaskSettings); this.tpAdvanced.Controls.Add(this.chkOverrideAdvancedSettings); - resources.ApplyResources(this.tpAdvanced, "tpAdvanced"); this.tpAdvanced.Name = "tpAdvanced"; // // pgTaskSettings @@ -2114,11 +2110,6 @@ private void InitializeComponent() this.tttvMain.TreeViewSize = 190; this.tttvMain.TabChanged += new ShareX.HelpersLib.TabToTreeView.TabChangedEventHandler(this.tttvMain_TabChanged); // - // lblActionsNote - // - resources.ApplyResources(this.lblActionsNote, "lblActionsNote"); - this.lblActionsNote.Name = "lblActionsNote"; - // // TaskSettingsForm // resources.ApplyResources(this, "$this"); @@ -2128,6 +2119,7 @@ private void InitializeComponent() this.Controls.Add(this.tttvMain); this.Name = "TaskSettingsForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; + this.Load += new System.EventHandler(this.TaskSettingsForm_Load); this.Resize += new System.EventHandler(this.TaskSettingsForm_Resize); this.tcTaskSettings.ResumeLayout(false); this.tpTask.ResumeLayout(false); @@ -2197,7 +2189,6 @@ private void InitializeComponent() this.tpActions.ResumeLayout(false); this.tpActions.PerformLayout(); this.pActions.ResumeLayout(false); - this.pActions.PerformLayout(); this.tpWatchFolders.ResumeLayout(false); this.tpWatchFolders.PerformLayout(); this.tpTools.ResumeLayout(false); @@ -2429,6 +2420,5 @@ private void InitializeComponent() private System.Windows.Forms.Label lblAutoIncrementNumber; private System.Windows.Forms.NumericUpDown nudAutoIncrementNumber; private System.Windows.Forms.Button btnAutoIncrementNumber; - private System.Windows.Forms.Label lblActionsNote; } } \ No newline at end of file diff --git a/ShareX/Forms/TaskSettingsForm.cs b/ShareX/Forms/TaskSettingsForm.cs index 6ec0fc97f..703decab0 100644 --- a/ShareX/Forms/TaskSettingsForm.cs +++ b/ShareX/Forms/TaskSettingsForm.cs @@ -1540,6 +1540,11 @@ private void txtToolsScreenColorPickerFormat_TextChanged(object sender, EventArg TaskSettings.ToolsSettings.ScreenColorPickerFormat = txtToolsScreenColorPickerFormat.Text; } + private void TaskSettingsForm_Load(object sender, EventArgs e) + { + + } + #endregion Tools #region Advanced diff --git a/ShareX/Forms/TaskSettingsForm.resx b/ShareX/Forms/TaskSettingsForm.resx index 2fd83b537..6e4528333 100644 --- a/ShareX/Forms/TaskSettingsForm.resx +++ b/ShareX/Forms/TaskSettingsForm.resx @@ -117,7556 +117,4085 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - - 61, 4 - - - cmsAfterCapture - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 160, 17 - - - 61, 4 - - - cmsAfterUpload - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - True + + 14 - - - NoControl - - - 8, 80 - - - 168, 17 - - - 3 - - - Override after capture settings - - - cbOverrideAfterCaptureSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 8 - - - True - - - NoControl - - - 8, 136 - - - 164, 17 - - - 5 - - - Override after upload settings - - - cbOverrideAfterUploadSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 10 - - - True - - - NoControl - - - 8, 192 - - - 125, 17 - - - 7 - - - Override destinations - - - cbOverrideDestinationSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 11 - - - True - - - NoControl - - - 6, 37 - - - 63, 13 - - - 1 - - - Description: - - - lblDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 12 - - - 8, 53 - - - 504, 20 - - + 2 - - tbDescription - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 4 - - - 299, 17 - - - 61, 4 - - - cmsTask - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - cbOverrideCustomUploader - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 0 - - - chkOverrideCustomUploader - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 1 - - - chkOverrideFTP - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 2 - - - cboFTPaccounts - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 3 - - - btnAfterCapture - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 5 - - - btnAfterUpload - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 6 - - - btnDestinations - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 7 - - - btnTask - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 9 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - 0 - - Task + + pImage - - tpTask + + + 8, 160 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 41, 13 - - tcTaskSettings + + lblRegionCaptureSnapSizesWidth - - 0 + + 117, 240 - - pGeneral + + cbCaptureClientArea - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpGeneral + + Use square shape magnifier instead of circle - - 0 + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chkOverrideGeneralSettings + + cbRegionCaptureIsFixedSize - + + 8, 80 + + + 0, 0 + + + 2 + + + True + + + 4, 22 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nudCaptureCustomRegionHeight + + + chActionsName + + + 8, 368 + + + 216, 21 + + + 5 + + + 6 + + + 312, 52 + + + 155, 3 + + + 117, 40 + tpGeneral - + + 5, 104 + + + + NoControl + + + 3 + + + chWatchFolderFolderPath + + + 17 + + + 3, 3 + + + 1 + + + 193, 17 + + + NoControl + + + 21 + + + tpWatchFolders + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Magnifier pixel count: + + + btnRegionCaptureSnapSizesDialogCancel + + + NoControl + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 152 + + + Fixed size region mode: + + + tpWatchFolders + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblRegionCaptureFixedSizeWidth + + + tcImage + + + Show cursor in recording + + + MiddleLeft + + + 0 + + + 2 + + + flpRegionCaptureFixedSize + + + 3, 3, 3, 3 + + + 2 + + + tpFileNaming + + + 3 + + 1 4, 22 - - 571, 479 - - - 7 - - - General - - - tpGeneral - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 1 - - - pImage - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpQuality - - - 0 - - - chkOverrideImageSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpQuality - - - 1 - - - 4, 22 - - - 557, 447 - - - 0 - - - tpQuality - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 0 - - - True - - - NoControl - - - 5, 8 - - - 443, 13 - - - 0 - - - Note: You can enable/disable image effects from "After capture tasks -> Add image effects". - - - lblImageEffectsNote - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 0 - - - True - - - NoControl - - - 11, 64 - - - 221, 17 - - - 2 - - - Show image effects window after capture - - - chkShowImageEffectsWindowAfterCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 1 - - - True - - - NoControl - - - 11, 88 - - - 193, 17 - - - 3 - - - Only apply effects to region capture - - - cbImageEffectOnlyRegionCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 2 - - - NoControl - - - 8, 32 - - - 208, 23 - - - 1 - - - Image effects configuration... - - - btnImageEffects - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 2 - - - Effects - - - tpEffects - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 1 - - - cbThumbnailIfSmaller - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 0 - - - lblThumbnailNamePreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 1 - - - lblThumbnailName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 2 - - - txtThumbnailName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 3 - - - lblThumbnailHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 4 - - - lblThumbnailWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 5 - - - nudThumbnailHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 6 - - - nudThumbnailWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 3 - - - Thumbnail - - - tpThumbnail - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 2 - - - Fill - - - 3, 3 - - - 565, 473 - - - 0 - - - tcImage - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpImage - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 1 - - - Image - - - tpImage - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 2 - - - tcCapture - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCapture - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 2 - - - Capture - - - tpCapture - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 3 - - - tcUpload - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUpload - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 4 - - - Upload - - - tpUpload - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 4 - - - True - - - 5, 8 - - - 402, 13 - - - 5 - - - Note: You can enable/disable actions from "After capture tasks -> Perform actions". - - - lblActionsNote - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pActions - - - 0 - - - False - - - NoControl - - - 200, 32 - - - 88, 23 - - - 2 - - - Duplicate - - - btnActionsDuplicate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pActions - - - 1 - - - NoControl - - - 8, 32 - - - 88, 23 - - - 0 - - - Add - - - btnActionsAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pActions - - - 2 - - - Top, Bottom, Left, Right - - - 8, 64 - - - 558, 383 - - - 4 - - - lvActions - - - ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - pActions - - - 3 - - - False - - - NoControl - - - 104, 32 - - - 88, 23 - - - 1 - - - Edit - - - btnActionsEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pActions - - - 4 - - - False - - - NoControl - - - 296, 32 - - - 88, 23 - - - 3 - - - Remove - - - btnActionsRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pActions - - - 5 - - - Fill - - - 0, 25 - - - 0, 0, 0, 0 - - - 571, 454 - - - 1 - - - pActions - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpActions - - - 0 - - - True - - - Top - - - NoControl - - - 0, 0 - - - 8, 8, 8, 0 - - - 571, 25 - - - 0 - - - Override actions - - - chkOverrideActions - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpActions - - - 1 - - - 4, 22 - - - 571, 479 - - - 3 - - - Actions - - - tpActions - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 5 - - - btnWatchFolderEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 0 - - - cbWatchFolderEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 1 - - - lvWatchFolderList - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 2 - - - btnWatchFolderRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 3 - - - btnWatchFolderAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 5 - - - Watch folders - - - tpWatchFolders - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 6 - - - pTools - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTools - - - 0 - - - chkOverrideToolsSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTools - - - 1 - - - 4, 22 - - - 571, 479 - - - 8 - - - Tools - - - tpTools - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 7 - - - pgTaskSettings - - - System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpAdvanced - - - 0 - - - chkOverrideAdvancedSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpAdvanced - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 6 - - - Advanced - - - tpAdvanced - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 8 - - - Right - - - 202, 3 - - - 579, 505 - - - 1 - - - False - - - tcTaskSettings - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 8, 328 - - - 504, 21 - - - 12 - - - cbOverrideCustomUploader - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 0 - - - True - - - NoControl - - - 8, 304 - - - 182, 17 - - - 11 - - - Override default custom uploader - - - chkOverrideCustomUploader - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 1 - - - True - - - NoControl - - - 8, 248 - - - 166, 17 - - - 9 - - - Override default FTP account - - - chkOverrideFTP - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 2 - - - 8, 272 - - - 504, 21 - - - 10 - - - cboFTPaccounts - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 3 - - - NoControl - - - 8, 104 - - - 504, 23 - - - 4 - - - After capture... - - - MiddleLeft - - - btnAfterCapture - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 5 - - - NoControl - - - 8, 160 - - - 504, 23 - - - 6 - - - After upload... - - - MiddleLeft - - - btnAfterUpload - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 6 - - - NoControl - - - 8, 216 - - - 396, 17 - - - 182, 114 - - - cmsDestinations - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 504, 23 - - - 8 - - - Destinations... - - - MiddleLeft - - - btnDestinations - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 7 - - - 181, 22 - - - Image uploaders - - - 181, 22 - - - Text uploaders - - - 181, 22 - - - File uploaders - - - 181, 22 - - - URL shorteners - - - 181, 22 - - - URL sharing services - - - NoControl - - - 8, 8 - - - 504, 23 - - - 0 - - - Task... - - - MiddleLeft - - - btnTask - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 9 - - - lblAfterTaskNotification - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 0 - - - cboPopUpNotification - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 1 - - - cbPlaySoundAfterUpload - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 2 - - - cbPlaySoundAfterCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 3 - - - Fill - - - 0, 25 - - - 571, 454 - - - 1 - - - pGeneral - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpGeneral - - - 0 - - - True - - - NoControl - - - 5, 56 - - - 117, 13 - - - 3 - - - After task is completed: - - - lblAfterTaskNotification - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 0 - - - 8, 72 - - - 224, 21 - - - 4 - - - cboPopUpNotification - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 1 - - - True - - - NoControl - - - 8, 32 - - - 187, 17 - - - 1 - - - Play sound after task is completed - - - cbPlaySoundAfterUpload - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 2 - - - True - - - NoControl - - - 8, 8 - - - 180, 17 - - - 0 - - - Play sound after capture is made - - - cbPlaySoundAfterCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 3 - - - True - - - Top - - - NoControl - - - 0, 0 - - - 8, 8, 8, 0 - - - 571, 25 - - - 0 - - - Override general settings - - - chkOverrideGeneralSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpGeneral - - - 1 - - - cbImagePNGBitDepth - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 0 - - - lblImagePNGBitDepth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 1 - - - cbImageAutoUseJPEG - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 2 - - - lblImageFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 3 - - - cbImageFileExist - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 4 - - - lblImageFileExist - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 5 - - - nudImageAutoUseJPEGSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 6 - - - lblImageSizeLimitHint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 7 - - - nudImageJPEGQuality - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 8 - - - cbImageFormat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 9 - - - lblImageJPEGQualityHint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 10 - - - lblImageGIFQuality - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 11 - - - lblImageJPEGQuality - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 12 - - - cbImageGIFQuality - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 13 - - - Fill - - - 0, 25 - - - 557, 422 - - - 1 - - - pImage - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpQuality - - - 0 - - - 8, 72 - - - 160, 21 - - - 16 - - - cbImagePNGBitDepth - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 0 - - - True - - - 5, 56 - - - 77, 13 - - - 15 - - - PNG bit depth: - - - lblImagePNGBitDepth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 1 - - - True - - - 8, 200 - - - 360, 17 - - - 14 - - - If image size bigger than specified size then use JPEG as image format: - - - cbImageAutoUseJPEG - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 2 - - - True - - - NoControl - - - 5, 8 - - - 71, 13 - - - 0 - - - Image format: - - - lblImageFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 3 - - - 8, 272 - - - 253, 21 - - - 13 - - - cbImageFileExist - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 4 - - - True - - - NoControl - - - 5, 256 - - - 56, 13 - - - 12 - - - If file exist: - - - lblImageFileExist - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 5 - - - 8, 224 - - - 72, 20 - - - 8 - - - Center - - - nudImageAutoUseJPEGSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 6 - - - True - - - NoControl - - - 85, 228 - - - 20, 13 - - - 9 - - - kB - - - lblImageSizeLimitHint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 7 - - - 8, 120 - - - 48, 20 - - - 4 - - - Center - - - nudImageJPEGQuality - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 8 - - - 8, 24 - - - 64, 21 - - - 1 - - - cbImageFormat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 9 - - - True - - - NoControl - - - 61, 124 - - - 40, 13 - - - 5 - - - 0 - 100 - - - lblImageJPEGQualityHint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 10 - - - True - - - NoControl - - - 5, 152 - - - 60, 13 - - - 3 - - - GIF quality: - - - lblImageGIFQuality - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 11 - - - True - - - NoControl - - - 5, 104 - - - 70, 13 - - - 2 - - - JPEG quality: - - - lblImageJPEGQuality - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 12 - - - 8, 168 - - - 360, 21 - - - 6 - - - cbImageGIFQuality - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 13 - - - True - - - Top - - - NoControl - - - 0, 0 - - - 8, 8, 8, 0 - - - 557, 25 - - - 0 - - - Override image settings - - - chkOverrideImageSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpQuality - - - 1 - - - True - - - NoControl - - - 11, 152 - - - 322, 17 - - - 7 - - - Create thumbnail only if image size is bigger than thumbnail size - - - cbThumbnailIfSmaller - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 0 - - - True - - - NoControl - - - 147, 124 - - - 45, 13 - - - 6 - - - Preview - - - lblThumbnailNamePreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 1 - - - True - - - NoControl - - - 8, 104 - - - 88, 13 - - - 4 - - - Thumbnail name: - - - lblThumbnailName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 2 - - - 11, 120 - - - 128, 20 - - - 5 - - - txtThumbnailName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 3 - - - True - - - NoControl - - - 8, 56 - - - 41, 13 - - - 2 - - - Height: - - - lblThumbnailHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 4 - - - True - - - NoControl - - - 8, 8 - - - 38, 13 - - - 0 - - - Width: - - - lblThumbnailWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 5 - - - 11, 72 - - - 64, 20 - - - 3 - - - Center - - - nudThumbnailHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 6 - - - 11, 24 - - - 64, 20 - - - 1 - - - Center - - - nudThumbnailWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 7 - - - tpCaptureGeneral - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 0 - - - tpRegionCapture - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 1 - - + tpScreenRecorder - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 98 - - tcCapture + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 - - - tpOCR - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 3 + + 24 Fill - - 3, 3 + + Center - - 565, 473 + + URL sharing services - - 0 - - - tcCapture - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCapture - - - 0 - - - pCapture - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCaptureGeneral - - - 0 - - - chkOverrideCaptureSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCaptureGeneral - - - 1 - - - 4, 22 - - - 557, 447 - - - 0 - - - tpCaptureGeneral - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 0 - - - lblScreenshotDelay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 0 - - - btnCaptureCustomRegionSelectRectangle - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 1 - - - lblCaptureCustomRegion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 2 - - - lblCaptureCustomRegionWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 3 - - - lblCaptureCustomRegionHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 4 - - - lblCaptureCustomRegionY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 5 - - - lblCaptureCustomRegionX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 6 - - - nudCaptureCustomRegionHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 7 - - - nudCaptureCustomRegionWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 8 - - - nudCaptureCustomRegionY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 9 - - - nudCaptureCustomRegionX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 10 - - - cbShowCursor - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 11 - - - lblCaptureShadowOffset - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 12 - - - cbCaptureTransparent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 13 - - - cbCaptureAutoHideTaskbar - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 14 - - - cbCaptureShadow - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 15 - - - lblScreenshotDelayInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 16 - - - cbCaptureClientArea - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 17 - - - nudScreenshotDelay - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 18 - - - nudCaptureShadowOffset - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 19 - - - Fill - - - 0, 25 - - - 557, 422 - - - 1 - - - pCapture - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCaptureGeneral - - - 0 - - - True - - - 5, 30 - - - 92, 13 - - - 23 - - - Screenshot delay: - - - lblScreenshotDelay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 0 - - - 232, 255 - - - 136, 23 - - - 22 - - - Select region... - - - btnCaptureCustomRegionSelectRectangle - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 1 - - - True - - - 5, 224 - - - 111, 13 - - - 21 - - - Pre configured region: - - - lblCaptureCustomRegion - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 2 - - - True - - - NoControl - - - 117, 240 - - - 35, 13 - - - 13 - - - Width - - - lblCaptureCustomRegionWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 3 - - - True - - - NoControl - - - 173, 240 - - - 38, 13 - - - 14 - - - Height - - - lblCaptureCustomRegionHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 4 - - - True - - - NoControl - - - 61, 240 - - - 14, 13 - - - 12 - - - Y - - - lblCaptureCustomRegionY - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 5 - - - True - - - NoControl - - - 5, 240 - - - 14, 13 - - - 11 - - - X - - - lblCaptureCustomRegionX - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 6 - - - 176, 256 - - - 50, 20 - - - 20 - - - nudCaptureCustomRegionHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 7 - - - 120, 256 - - - 50, 20 - - - 19 - - - nudCaptureCustomRegionWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 8 - - - 64, 256 - - - 50, 20 - - - 18 - - - nudCaptureCustomRegionY - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 9 - - - 8, 256 - - - 50, 20 - - - 17 - - - nudCaptureCustomRegionX - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 10 - - - True - - - NoControl - - - 8, 8 - - - 156, 17 - - - 0 - - - Show cursor in screenshots - - - cbShowCursor - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 11 - - - True - - - NoControl - - - 5, 126 - - - 78, 13 - - - 3 - - - Shadow offset: - - - lblCaptureShadowOffset - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 12 - - - True - - - NoControl - - - 8, 80 - - - 188, 17 - - - 1 - - - Capture window with transparency - - - cbCaptureTransparent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 13 - - - True - - - NoControl - - - 8, 200 - - - 402, 17 - - - 9 - - - When doing window capture if window intersects with taskbar then hide taskbar - - - cbCaptureAutoHideTaskbar - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 14 - - - True - - - NoControl - - - 8, 104 - - - 274, 17 + + PNG bit depth: 2 - - Capture window with shadow (requires transparency) - - - cbCaptureShadow - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 120, 56 pCapture - - 15 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True + + 14, 13 - - NoControl + + chActionsPath - - 72, 52 - - - 47, 13 - - - 8 - - - seconds - - - lblScreenshotDelayInfo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 16 - - - True - - - NoControl - - - 8, 176 - - - 334, 17 - - + 5 - - Capture client area when doing window or active window capture + + 5, 256 - - cbCaptureClientArea - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 17 - - - 8, 48 - - - 56, 20 - - - 7 - - - Center - - - nudScreenshotDelay - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 18 - - - 8, 144 - - - 48, 20 - - - 4 - - - Center - - - nudCaptureShadowOffset - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pCapture - - - 19 - - - True - - - Top - - - NoControl - - - 0, 0 - - - 8, 8, 8, 0 - - - 557, 25 - - - 0 - - - Override capture settings - - - chkOverrideCaptureSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCaptureGeneral - - - 1 - - - cbRegionCaptureShowFPS - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 0 - - - flpRegionCaptureFixedSize - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 1 - - - cbRegionCaptureIsFixedSize - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 2 - - - cbRegionCaptureShowCrosshair - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 3 - - - lblRegionCaptureMagnifierPixelSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 4 - - - lblRegionCaptureMagnifierPixelCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 5 - - - cbRegionCaptureUseSquareMagnifier - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 6 - - - cbRegionCaptureShowMagnifier - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 7 - - - cbRegionCaptureShowInfo - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 8 - - - btnRegionCaptureSnapSizesRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - + 9 - - btnRegionCaptureSnapSizesAdd + + True - + + 64, 20 + + + Thumbnail name: + + + 2 + + + pImage + + + 11, 72 + + + txtRegionCaptureCustomInfoText + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpRegionCapture + + 387, 17 - - 10 - - - cbRegionCaptureSnapSizes - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 11 - - - lblRegionCaptureSnapSizes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 12 - - - cbRegionCaptureUseCustomInfoText - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpRegionCapture - - - 13 - - - cbRegionCaptureDetectControls - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 14 - - - cbRegionCaptureDetectWindows - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 15 - - - cbRegionCaptureMouse5ClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 16 - - - lblRegionCaptureMouse5ClickAction - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpRegionCapture + + 1 - - 17 + + GrowAndShrink - - cbRegionCaptureMouse4ClickAction + + lblUploaderFiltersDestination - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8, 256 - - tpRegionCapture + + 2 - - 18 - - - lblRegionCaptureMouse4ClickAction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 19 - - - cbRegionCaptureMouseMiddleClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True tpRegionCapture - - 20 + + tpFileNaming - - lblRegionCaptureMouseMiddleClickAction + + 4, 22 - + + True + + + lblNameFormatPatternActiveWindow + + + NoControl + + + True + + + 8, 136 + + + txtToolsScreenColorPickerFormat + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 5, 104 + + + NoControl + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblThumbnailWidth + + + 8, 56 + + + 48, 13 + + + Override image settings + + + True + + + 7 + + + chkShowImageEffectsWindowAfterCapture + + + True + + + tcUpload + + + 6, 37 + + + chActionsArgs + + + Top, Bottom, Left, Right + + + 0 + + + 78, 13 + + + Uploader filters + + + 3, 33 + + + 232, 110 + + + cbCaptureOCRProcessOnLoad + + + After upload... + + + 4 + + + 14 + + + 8, 80 + + + 352, 20 + + + Name pattern for capture or clipboard upload: + + + Mouse 5 click action: + + + Only apply effects to region capture + + + 1 + + + 295, 17 + + + txtThumbnailName + + + 1 + + + 0 + + + 47, 13 + + + 5, 224 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpScreenRecorder + + + True + + + 8, 224 + + + 2 + + + 557, 447 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbRegionCaptureUseWindowPattern + + + 8 + + + lblImageSizeLimitHint + + + 1 + + + tpUploaderFilters + + + Capture + + + True + + + 78, 13 + + + 2 + + + lblThumbnailNamePreview + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 10 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + 4 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + True + + + tcImage + + + nudGIFFPS + + + 283, 17 + + + NoControl + + + pImage + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Folder path + + tpRegionCapture - - 21 + + 181, 22 - - cbRegionCaptureMouseRightClickAction + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 88, 20 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + 11, 24 + + + True + + + 3 + + + 5 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 8 + + + tpWatchFolders + + + tpRegionCapture + + + NoControl + + + 8, 8 + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + True + + + 0 + + + 0 + + + NoControl + + + 2 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 64, 20 + + + 557, 25 + + + 8, 8, 8, 0 + + + 134, 13 + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + Ask for confirmation when aborting + + + NoControl + + + chkOverrideImageSettings + + tpRegionCapture - - 22 + + 552, 408 - - lblRegionCaptureMouseRightClickAction + + True - + + + + + + True + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GIF FPS: + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 108, 13 + + + 5 + + + Play sound after task is completed + + + NoControl + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpFileNaming + + + chkOverrideGeneralSettings + + + 10 + + + 125, 17 + + + 61, 4 + + + tpEffects + + + 2 + + + True + + + 13 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl + + + 216, 20 + + + 0 + + + 308, 17 + + + tpUploadMain + + + True + + + tpOCR + + + True + + + tpWatchFolders + + + 3 + + + pImage + + + tcCapture + + + 13 + + + 571, 25 + + + Use name pattern for file uploads instead actual file name + + + 19 + + + 35, 13 + + + tsmiURLSharingServices + + + 40, 13 + + + cbFileUploadUseNamePattern + + + 0, 25 + tpRegionCapture - - 23 + + 3, 3, 3, 3 - - cbRegionCaptureMultiRegionMode + + 8, 256 - + + 571, 25 + + + 1 + + + Fill + + + 8, 24 + + + tpGeneral + + + 266, 17 + + + tpUploadClipboard + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0, 0 + + + cbFileUploadReplaceProblematicCharacters + + + 158, 17 + + + 28 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 304, 208 + + + Create thumbnail only if image size is bigger than thumbnail size + + + NoControl + + + 91, 13 + + + 400, 17 + + + 11, 83 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpRegionCapture + + True - - 24 + + 5, 152 - - pRegionCaptureSnapSizes + + 571, 479 - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - + + lblImageJPEGQuality + + + cbNameFormatTimeZone + + + cbOverrideCustomUploader + + + cbCaptureOCRDefaultLanguage + + + NoControl + + + 8, 53 + + + 61, 240 + + + True + + + True + + + Watch folders + + + Show image effects window after capture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 571, 454 + + + NoControl + + + lblImageFileExist + + + 181, 22 + + + tcTaskSettings + + + 189, 17 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + nudScreenshotDelay + + + pCapture + + + 0, 25 + + + cbCaptureShadow + + + lblThumbnailHeight + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblRegionCaptureMouseMiddleClickAction + + + tpUpload + + + 20 + + + 3, 3, 3, 3 + + + Sizes region will snap to when holding "Alt" key: + + + NoControl + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 70, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + True + + + 13 + + + Default language: + + + 128, 23 + + + 16 + + + 0 + + + 8, 40 + + + 4, 22 + + + 11 + + + tpGeneral + + + 312, 76 + + + pGeneral + + + 8, 8, 8, 0 + + + 350, 17 + + + 0 + + + 3 + + + True + + + 8, 8, 8, 0 + + + 14 + + tpRegionCapture 25 - - cbRegionCaptureUseDimming + + tpScreenRecorder - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cboFTPaccounts - - tpRegionCapture + + lblCaptureCustomRegionX - - 26 + + 4 - - txtRegionCaptureCustomInfoText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 27 - - - nudRegionCaptureMagnifierPixelCount - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 28 - - - nudRegionCaptureMagnifierPixelSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 29 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 1 - - - Region capture - - - tpRegionCapture - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 1 - - + True - - 8, 416 + + tpUploadClipboard - - 155, 17 + + Fill - - 30 + + 8, 200 - - Show FPS in top left corner + + کار.... - - cbRegionCaptureShowFPS - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 0 - - - True - - - GrowAndShrink - - - lblRegionCaptureFixedSizeWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 0 - - - nudRegionCaptureFixedSizeWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 1 - - - lblRegionCaptureFixedSizeHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 2 - - - nudRegionCaptureFixedSizeHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 3 - - - 312, 387 - - - 222, 26 - - - 29 - - - False - - - flpRegionCaptureFixedSize - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 1 - - - Left - - - True - - - 0, 6 - - - 0, 0, 0, 0 - - - 38, 13 - - - 0 - - - Width: - - - lblRegionCaptureFixedSizeWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 0 - - - 41, 3 - - - 64, 20 - - - 1 - - - Center - - - nudRegionCaptureFixedSizeWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 1 - - - Left - - - True - - - 111, 6 - - - 3, 0, 0, 0 - - - 41, 13 - - - 2 - - - Height: - - - lblRegionCaptureFixedSizeHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 2 - - - 155, 3 - - - 64, 20 - - - 3 - - - Center - - - nudRegionCaptureFixedSizeHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 3 - - - True - - - 8, 392 - - - 136, 17 - - - 28 - - - Fixed size region mode: - - - cbRegionCaptureIsFixedSize - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture + + pCapture 2 - - True + + pActions - - 8, 368 + + pActions - - 158, 17 + + tpOCR - - 27 - - - Show screen wide crosshair - - - cbRegionCaptureShowCrosshair - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 3 - - - True - - - 5, 344 - - - 98, 13 - - - 25 - - - Magnifier pixel size: - - - lblRegionCaptureMagnifierPixelSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 4 - - - True - - - 5, 320 - - - 107, 13 - - - 23 - - - Magnifier pixel count: - - - lblRegionCaptureMagnifierPixelCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - + 5 - - True + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 8, 296 + + cbPlaySoundAfterUpload + + + tpTask + + + 7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnAutoIncrementNumber + + + File uploaders + + + pTools + + + Override advanced settings + + + 64, 256 + + + lblCaptureCustomRegionHeight + + + cbScreenRecordConfirmAbort + + + Top + + + 3 234, 17 - - 22 + + tpTools - - Use square shape magnifier instead of circle + + Uploader: - - cbRegionCaptureUseSquareMagnifier + + NoControl - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 312, 198 - - tpRegionCapture + + OCR - - 6 + + 10 - + True - - 8, 272 - - - 154, 17 - - - 21 - - - Show magnifier near cursor - - - cbRegionCaptureShowMagnifier - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 7 - - - True - - - 8, 248 + + 4 154, 17 - - 20 + + 1 - - Show position and size info + + Fill - - cbRegionCaptureShowInfo + + Center - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + cbRegionCaptureSnapSizes - + + 27 + + + 304, 114 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbRegionCaptureDetectWindows + + + Cancel + + + 8, 216 + + + 571, 479 + + + tpRegionCapture + + + 167, 13 + + + tpTools + + + nudCaptureCustomRegionY + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpUploadClipboard + + + 2 + + + True + + + 128, 23 + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + CenterScreen + + + NoControl + + + tpFileNaming + + + 1 + + + 0, 0 + + + NoControl + + + 0 + + + 334, 17 + + tpRegionCapture 8 - - NoControl + + nudCaptureCustomRegionX - - 504, 218 - - - 24, 24 - - - 17 - - - - - - - btnRegionCaptureSnapSizesRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 9 - - - 480, 218 - - - 24, 24 - - - 16 - - - + - - - btnRegionCaptureSnapSizesAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 10 - - - 312, 220 - - - 167, 21 - - - 15 - - - cbRegionCaptureSnapSizes - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 11 - - - True - - - 5, 224 - - - 233, 13 - - - 14 - - - Sizes region will snap to when holding "Alt" key: - - - lblRegionCaptureSnapSizes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 12 - - - True - - - 8, 200 - - - 181, 17 + + 1 12 - - Use custom info text near cursor: + + Width: - - cbRegionCaptureUseCustomInfoText + + 3, 3, 3, 3 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + nudRegionCaptureMagnifierPixelCount - - tpRegionCapture + + tpCaptureGeneral - - 13 + + 38, 13 - + True - - 8, 152 + + 0, 0 - - 225, 17 + + pGeneral - - 10 + + 1 - - Also detect control regions inside windows + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - cbRegionCaptureDetectControls - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 14 - - - True - - - 8, 128 - - - 283, 17 - - - 9 - - - Detect window regions and allow cursor hover capture - - - cbRegionCaptureDetectWindows - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 15 - - - 312, 100 - - - 216, 21 - - - 8 - - - cbRegionCaptureMouse5ClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 16 - - - True - - + NoControl - - 5, 104 + + 4 - - 108, 13 + + 30 - - 7 + + 180, 17 - - Mouse 5 click action: + + 147, 124 - - lblRegionCaptureMouse5ClickAction + + pImage - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5, 208 - - tpRegionCapture + + chWatchFolderFilter - - 17 + + cbClipboardUploadURLContents - - 312, 76 + + tpOCR - - 216, 21 + + 164, 17 - + + tpUploaderFilters + + + 3, 3 + + + False + + + cbPlaySoundAfterCapture + + 6 - - cbRegionCaptureMouse4ClickAction + + Pre configured region: - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 - + + 8 + + + tpTask + + + 8, 8 + + + General + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + seconds + + tpRegionCapture - - 18 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpUploadClipboard + + + Include subdirectories + + + 88, 23 + + + 571, 479 + + + 557, 422 + + + 29 + + + tpWatchFolders + + + ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + NoControl + + + 571, 479 + + + 557, 447 + + + Thumbnail + + + 12 + + + 1 + + + 3, 3, 3, 3 + + + 173, 240 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Top, Bottom, Left, Right + + + True + + + 96, 23 + + + 5, 56 + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + chkOverrideCaptureSettings + + + tpCaptureGeneral + + + cbNameFormatCustomTimeZone + + + Tools + + + 571, 454 + + + lvActions + + + btnUploaderFiltersRemove + + + tpCapture + + + 117, 13 + + + 296, 8 + + + 370, 17 + + + 24 True - - NoControl + + 98, 13 - - 5, 80 + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 108, 13 - - - 5 - - - Mouse 4 click action: - - - lblRegionCaptureMouse4ClickAction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 19 - - - 312, 52 - - - 216, 21 - - - 4 - - - cbRegionCaptureMouseMiddleClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 20 - - - True - - - NoControl - - - 5, 56 + + 154, 17 132, 13 - - 3 + + 41, 13 - - Mouse middle click action: + + NoControl - - lblRegionCaptureMouseMiddleClickAction + + 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + lblScreenRecorderStartDelay - - tpRegionCapture - - - 21 - - - 312, 28 - - - 216, 21 - - - 2 - - - cbRegionCaptureMouseRightClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 22 - - - True - - - 5, 32 + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 122, 13 + + 53, 13 + + + 5, 80 + + + 3 + + + 3 + + + 176, 256 + + + 5, 56 + + + True + + + 312, 100 + + + True + + + 104, 24 + + + 7 + + + 1 + + + If clipboard contains a URL then share it using URL sharing service + + + nudThumbnailHeight + + + Center + + + lblImageEffectsNote + + + tpFileNaming + + + 8, 56 + + + Screen recording options... + + + lblImagePNGBitDepth + + + 200, 8 + + + 8, 32 + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 26 + + + tpUploadMain + + + pCapture + + + 0 + + + 5 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRegionCapture + + + NoControl + + + tpImage + + + True + + + 111, 6 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pCapture + + + 0 + + + 12 + + + NoControl + + + True + + + 56, 20 + + + 19 + + + 8, 8 + + + tpRegionCapture + + + 111, 13 + + + Fill + 1 Mouse right click action: - - lblRegionCaptureMouseRightClickAction + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4, 22 - - tpRegionCapture - - - 23 - - - True - - - 8, 8 - - - 360, 17 - - - 0 - - - Use multi region mode which will also allow resizing and moving regions - - - cbRegionCaptureMultiRegionMode - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpRegionCapture - - - 24 - - - btnRegionCaptureSnapSizesDialogCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 0 - - - btnRegionCaptureSnapSizesDialogAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 1 - - - nudRegionCaptureSnapSizesHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 2 - - - RegionCaptureSnapSizesHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 3 - - - nudRegionCaptureSnapSizesWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 4 - - - lblRegionCaptureSnapSizesWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 5 - - - 304, 208 - - - 232, 112 - - - 18 - - - False - - - pRegionCaptureSnapSizes - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 25 - - - 120, 80 - - - 104, 24 - - - 5 - - - Cancel - - - btnRegionCaptureSnapSizesDialogCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 0 - - - 8, 80 - - - 104, 24 - - - 4 - - - Add - - - btnRegionCaptureSnapSizesDialogAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 1 - - - 120, 56 - - - 104, 20 - - - 3 - - - Center - - - nudRegionCaptureSnapSizesHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 2 - - - True - - - 117, 40 - - - 41, 13 - - - 2 - - - Height: - - - RegionCaptureSnapSizesHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 3 - - - 8, 56 - - - 104, 20 - - - 1 - - - Center - - - nudRegionCaptureSnapSizesWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 4 - - - True - - - NoControl - - - 5, 40 - - - 38, 13 - - - 0 - - - Width: - - - lblRegionCaptureSnapSizesWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 5 - - - True - - - 8, 176 - - - 400, 17 - - - 11 - - - Dim background so selection can be differentiated easily (affects startup speed) - - - cbRegionCaptureUseDimming - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 26 - - - 312, 198 - - - 216, 20 - - - 13 - - - txtRegionCaptureCustomInfoText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 27 - - - 312, 316 - - - 64, 20 - - - 24 - - - Center - - - nudRegionCaptureMagnifierPixelCount - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 28 - - - 312, 340 - - - 64, 20 - - - 26 - - - Center - - - nudRegionCaptureMagnifierPixelSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 29 - - - cbScreenRecordTwoPassEncoding - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 0 - - - cbScreenRecordConfirmAbort - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 1 - - - cbScreenRecorderShowCursor - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 2 - - - btnScreenRecorderFFmpegOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 3 - - - lblScreenRecorderStartDelay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 4 - - - chkScreenRecordAutoStart - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 5 - - - lblScreenRecorderFixedDuration - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - + 6 - - nudScreenRecordFPS + + tttvMain - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 11, 64 - - tpScreenRecorder + + Top - - 7 - - - lblScreenRecordFPS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 8 - - - nudScreenRecorderDuration - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 9 - - - nudScreenRecorderStartDelay - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 10 - - - cbScreenRecorderFixedDuration - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 11 - - - nudGIFFPS - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 12 - - - lblGIFFPS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 13 - - - 4, 22 + + tcUpload 3, 3, 3, 3 - - 557, 447 + + 8, 176 - - 2 + + 11, 88 - - Screen recorder + + cbCaptureAutoHideTaskbar - - tpScreenRecorder + + 557, 25 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 2 - - - True - - - 8, 160 - - - 350, 17 - - - 18 - - - Record using lossless encoding and then apply user encoding option - - - cbScreenRecordTwoPassEncoding - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - + 0 - - True - - - NoControl - - - 8, 184 - - - 189, 17 - - - 17 - - - Ask for confirmation when aborting - - - cbScreenRecordConfirmAbort - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 1 - - - True - - - NoControl - - - 8, 88 - - - 143, 17 - - - 13 - - - Show cursor in recording - - - cbScreenRecorderShowCursor - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 2 - - - NoControl - - - 8, 8 - - - 192, 24 - - - 0 - - - Screen recording options... - - - btnScreenRecorderFFmpegOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 3 - - - True - - - NoControl - - - 304, 114 - - - 47, 13 - - - 12 - - - seconds - - - lblScreenRecorderStartDelay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 4 - - - True - - - NoControl - - - 8, 112 - - - 122, 17 - - - 10 - - - Start recording after: - - - chkScreenRecordAutoStart - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 5 - - - True - - - NoControl - - - 304, 138 - - - 47, 13 - - - 9 - - - seconds - - - lblScreenRecorderFixedDuration - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - + 6 - - 232, 36 + + 104, 24 - - 64, 20 - - - 2 - - - Center - - - nudScreenRecordFPS - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 7 - - + True - - NoControl - - - 8, 40 - - - 114, 13 - - - 1 - - - Screen recording FPS: - - - lblScreenRecordFPS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 8 - - - 232, 134 - - - 64, 20 - - - 8 - - - Center - - - nudScreenRecorderDuration - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 9 - - - 232, 110 - - - 64, 20 - - - 11 - - - Center - - - nudScreenRecorderStartDelay - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 10 - - - True - - - NoControl - - - 8, 136 - - - 95, 17 - - - 7 - - - Fixed duration: - - - cbScreenRecorderFixedDuration - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 11 - - - 232, 60 - - - 64, 20 - - - 4 - - - Center - - - nudGIFFPS - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 12 - - - True - - - NoControl - - - 8, 64 - - - 50, 13 - - - 3 - - - GIF FPS: - - - lblGIFFPS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 13 - - - cbCaptureOCRAutoCopy - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - + 0 - - cbCaptureOCRProcessOnLoad - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 1 - - - cbCaptureOCRSilent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - 2 - - lblOCRDefaultLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 3 - - - cbCaptureOCRDefaultLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 4 - - - 4, 22 - - + 3, 3, 3, 3 - - 557, 447 + + 107, 13 - - 3 + + 565, 473 - - OCR + + 48, 20 - - tpOCR + + Center - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - tcCapture - - - 3 - - - True - - - 11, 106 - - - 205, 17 - - - 0 - - - Automatically copy results to clipboard - - - cbCaptureOCRAutoCopy - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 0 - - - True - - - NoControl - - - 11, 83 - - - 163, 17 - - - 15 - - - Process OCR on dialog open - - - cbCaptureOCRProcessOnLoad - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 1 - - - True - - - NoControl - - - 11, 60 - - - 124, 17 - - - 14 - - - Process OCR silently - - - cbCaptureOCRSilent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 2 - - - True - - - NoControl - - - 8, 8 - - - 91, 13 + + 8 4 - - Default language: + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - lblOCRDefaultLanguage + + 182, 17 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 504, 218 - - tpOCR + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3 + + Image - - 11, 24 + + tpUploaderFilters + + + pCapture + + + 8, 184 + + + 2 + + + 2 + + + 16 + + + cbRegionCaptureShowCrosshair + + + 0 + + + 0 + + + 233, 13 + + + 13 + + + lblCaptureCustomRegionWidth + + + 3, 3 + + + pCapture + + + Width: + + + 0 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 557, 447 152, 21 - - 5 + + 181, 22 - - cbCaptureOCRDefaultLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 4 - - - tpUploadMain - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 0 - - - tpFileNaming - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 1 - - - tpUploadClipboard - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 2 - - - tpUploaderFilters - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 3 - - - Fill - - - 3, 3 - - - 565, 473 - - - 0 - - - tcUpload - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUpload - - - 0 - - - chkOverrideUploadSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadMain - - - 0 - - - 4, 22 - - - 557, 447 - - - 0 - - - tpUploadMain - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 0 - - - True - - - Top - - - NoControl - - - 0, 0 - - - 8, 8, 8, 0 - - - 557, 25 - - - 0 - - - Override upload settings - - - chkOverrideUploadSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadMain - - - 0 - - - btnAutoIncrementNumber - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 0 - - - lblAutoIncrementNumber - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 1 - - - nudAutoIncrementNumber - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 2 - - - cbFileUploadReplaceProblematicCharacters - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 3 - - - cbRegionCaptureUseWindowPattern - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 4 - - - cbNameFormatCustomTimeZone - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 5 - - - lblNameFormatPatternPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 6 - - - lblNameFormatPatternActiveWindow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 7 - - - lblNameFormatPatternPreviewActiveWindow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 8 - - - cbNameFormatTimeZone - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 9 - - - txtNameFormatPatternActiveWindow - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 10 - - - cbFileUploadUseNamePattern - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 11 - - - lblNameFormatPattern - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 12 - - - txtNameFormatPattern - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 13 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 2 - - - File naming - - - tpFileNaming - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 1 - - - 104, 224 - - - 96, 23 - - - 15 - - - Change - - - btnAutoIncrementNumber - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 0 - - - True - - - 5, 208 - - - 119, 13 - - - 14 - - - Auto increment number: - - - lblAutoIncrementNumber - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 1 - - - 8, 225 - - - 88, 20 - - - 13 - - - Center - - - nudAutoIncrementNumber - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 2 - - - True - - - 8, 183 - - - 370, 17 - - - 12 - - - Replace characters problematic in URLs by underscores when uploading - - - cbFileUploadReplaceProblematicCharacters - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 3 - - - True - - - 8, 136 - - - 474, 17 - - - 10 - - - Use window name pattern for region capture (ShareX will try to detect window behind selection) - - - cbRegionCaptureUseWindowPattern - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 4 - - - True - - - NoControl - - - 8, 256 - - - 133, 17 - - - 0 - - - Use custom time zone: - - - cbNameFormatCustomTimeZone - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 5 - - - True - - - NoControl - - - 5, 48 - - - 48, 13 - - - 4 - - - Preview: - - - lblNameFormatPatternPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 6 - - - True - - - NoControl - - - 5, 72 - - - 167, 13 - - - 5 - - - Name pattern for window capture: - - - lblNameFormatPatternActiveWindow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 7 - - - True - - - NoControl - - - 5, 112 - - - 48, 13 - - - 7 - - - Preview: - - - lblNameFormatPatternPreviewActiveWindow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 8 - - - 8, 280 - - - 288, 21 - - - 1 - - - cbNameFormatTimeZone - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 9 - - - 8, 88 - - - 448, 20 - - - 6 - - - txtNameFormatPatternActiveWindow - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 10 - - - True - - - NoControl - - - 8, 160 - - - 295, 17 - - - 9 - - - Use name pattern for file uploads instead actual file name - - - cbFileUploadUseNamePattern - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 11 - - - True - - - NoControl - - - 5, 8 - - - 221, 13 - - - 2 - - - Name pattern for capture or clipboard upload: - - - lblNameFormatPattern - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 12 - - - 8, 24 - - - 448, 20 - - - 3 - - - txtNameFormatPattern - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 13 - - - cbClipboardUploadShareURL - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 0 - - - cbClipboardUploadURLContents - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 1 - - - cbClipboardUploadAutoIndexFolder - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 2 - - - cbClipboardUploadShortenURL - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 3 - - - 4, 22 - - + 3, 3, 3, 3 557, 447 - - 1 + + cbScreenRecorderShowCursor - - Clipboard upload + + Use custom info text near cursor: - - tpUploadClipboard + + 504, 23 - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 2 - - - True - - - NoControl - - - 8, 56 - - - 343, 17 - - - 2 - - - If clipboard contains a URL then share it using URL sharing service - - - cbClipboardUploadShareURL - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - + 0 - - True + + tpScreenRecorder - + NoControl - + + 2 + + 8, 8 - - 308, 17 - - + 0 - - If clipboard contains a file URL then download it and upload + + cbScreenRecordTwoPassEncoding - - cbClipboardUploadURLContents + + tpAdvanced - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 166, 17 - - tpUploadClipboard + + chUploaderFiltersExtension - - 1 + + 133, 17 - - True + + 192, 24 - - NoControl - - - 8, 80 - - - 387, 17 - - - 3 - - - If clipboard contains a folder path then index that folder and upload the index - - - cbClipboardUploadAutoIndexFolder - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - + 2 - - True + + 2 - - NoControl + + 402, 17 - - 8, 32 - - - 271, 17 - - - 1 - - - If clipboard contains a URL then use URL shortener - - - cbClipboardUploadShortenURL - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 3 - - - lvUploaderFiltersList - - - ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpUploaderFilters - - + 0 - - btnUploaderFiltersRemove + + Show position and size info - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 5, 56 - - tpUploaderFilters + + NoControl - - 1 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - btnUploaderFiltersUpdate + + True - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tpThumbnail - - tpUploaderFilters + + 16 - - 2 - - - btnUploaderFiltersAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 3 - - - lblUploaderFiltersDestination - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 4 - - - cbUploaderFiltersDestination - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 5 - - - lblUploaderFiltersExtensionsExample - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 6 - - - lblUploaderFiltersExtensions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 7 - - - txtUploaderFiltersExtensions - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 8 - - - 4, 22 - - - 3, 3, 3, 3 - - + 557, 447 + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 3 - - Uploader filters - - - tpUploaderFilters - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 3 - - - Top, Bottom, Left, Right - - - 8, 136 - - - 536, 304 - - - 8 - - - lvUploaderFiltersList - - - ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null - - - tpUploaderFilters - - + 0 - - Uploader + + tpTask - - 128 - - - Extension - - - 98 - - - 280, 104 - - - 128, 23 - - - 7 - - - Remove - - - btnUploaderFiltersRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 1 - - - 144, 104 - - - 128, 23 - - - 6 - - - Update - - - btnUploaderFiltersUpdate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 2 - - - 8, 104 - - - 128, 23 - - - 5 - - - Add - - - btnUploaderFiltersAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 3 - - - True - - - 5, 8 - - - 53, 13 - - - 4 - - - Uploader: - - - lblUploaderFiltersDestination - - + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpUploaderFilters - - - 4 - - - 8, 24 - - - 352, 21 - - - 3 - - - cbUploaderFiltersDestination - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 5 - - - True - - - 368, 76 - - - 117, 13 - - - 2 - - - Example: png, jpg, jpeg - - - lblUploaderFiltersExtensionsExample - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 6 - - - True - - - 5, 56 - - - 78, 13 - - - 1 - Extension filter: - - lblUploaderFiltersExtensions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 7 - - - 8, 72 - - - 352, 20 - - + 0 - - txtUploaderFiltersExtensions + + tpTask - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tpThumbnail - - tpUploaderFilters + + 136, 23 - + + True + + + 10 + + 8 - - Name + + If clipboard contains a folder path then index that folder and upload the index - - 90 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Path + + 6, 13 - - 220 + + NoControl - - Args + + tpRegionCapture - - 114 + + seconds - - Extensions + + 3, 3, 3, 3 - - 75 + + NoControl - - 104, 32 + + 3 - - 88, 24 + + 17 - + + cmsAfterUpload + + + tpThumbnail + + + True + + + 8, 128 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Add + + + Remove + + + 3 + + + 124 + + + NoControl + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Upload + + + pRegionCaptureSnapSizes + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4 - - Edit... + + 0 + + + 8, 88 + + + 1 + + + 2 + + + cbRegionCaptureShowMagnifier + + + 3 + + + X + + + 288, 20 + + + cbRegionCaptureUseSquareMagnifier + + + lblCaptureCustomRegionY btnWatchFolderEdit - + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Also detect control regions inside windows + + + tpFileNaming + + + 1 + + + 3 + + + 13 + + + tpRegionCapture + + + 104, 224 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + 8, 72 + + + 4 + + + NoControl + + + Watch folders and if new file created then upload it + + + 1 + + + 18 + + + tpTask + + + 3 + + + cbRegionCaptureMouseMiddleClickAction + + + 222, 26 + + + True + + + True + + + 128 + + + 50, 20 + + + tpRegionCapture + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRegionCapture + + + 5, 112 + + + 7 + + + GIF quality: + + + Center + + + pCapture + + + flpRegionCaptureFixedSize + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpImage + + + tpTools + + + pActions + + + 13 + + + Height: + + + chUploaderFiltersName + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 117, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4, 22 + + + MiddleLeft + + + Center + + + tcTaskSettings + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Fill + + + tpThumbnail + + + 4, 22 + + + 8 + + + pImage + + + 8 + + + 343, 17 + + + tpRegionCapture + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbImageAutoUseJPEG + + + 6 + + + lblRegionCaptureMagnifierPixelCount + + + 4, 22 + + + 216, 21 + + + NoControl + + + cbRegionCaptureUseDimming + + + Fill + + + lblCaptureShadowOffset + + + seconds + + + 0 - 100 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpScreenRecorder + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 224, 21 + + + 8, 296 + + + 10 + + + lblRegionCaptureMouseRightClickAction + + + Right + + + 5, 8 + + + Height + + + Capture client area when doing window or active window capture + + + 7 + + + Override after capture settings + + + Add... + + + 11 + + + True + + + 3 + + + NoControl + + + Use multi region mode which will also allow resizing and moving regions + + + 1 + + + 4 + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Fill + + + 3 + + + 181, 22 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRegionCapture + + + lblToolsScreenColorPickerFormat + + + 5, 5, 5, 8 + + + 557, 447 + + + tpTask + + + Preview: + + + tpUpload + + + tpAdvanced + + + 22 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 3 + + + tpUploadClipboard + + + nudRegionCaptureSnapSizesHeight + + + 23 + + + 3 + + + Override destinations + + + 8, 64 + + + tpThumbnail + + + 11, 24 + + + tpTask + + + 9 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbClipboardUploadAutoIndexFolder + + + 104, 8 + + + Name + + + NoControl + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpTask + + + Use window name pattern for region capture (ShareX will try to detect window behind selection) + + + 15 + + + pRegionCaptureSnapSizes + + + 8, 24 + + + Auto increment number: + + + Center + + + $this + + + tpEffects + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 88, 23 + + + 304, 138 + + + tpScreenRecorder + + + NoControl + + + 6 + + + chkOverrideActions + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 504, 21 + + + 0 + + + 3 + + + tcTaskSettings + + + 9 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + lblImageFormat + + + 64, 20 + + + 5 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Center + + + tpFileNaming + + + 11 + + + tpFileNaming + + + 221, 17 + + + 8, 80 + + + Override after upload settings + + + 14 + + + tpTask + + + True + + + 43 + + + System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 8, 272 + + + tpScreenRecorder + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 557, 447 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 0, 0, 0, 0 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnAfterCapture + + + 8, 32 + + + 557, 447 + + + NoControl + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnUploaderFiltersAdd + + + tpThumbnail + + + 1 + + + 4 + + + tpQuality + + + If image size bigger than specified size then use JPEG as image format: + + + Screen color picker format: + + + 7 + + + 182, 114 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRegionCapture + + + tpScreenRecorder + + + Left + + + 88, 23 + + + chkScreenRecordAutoStart + + + 144, 104 + + + 6 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 5, 30 + + + tsmiURLShorteners + + + Clipboard upload + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Add + + + 2 + + + btnActionsDuplicate + + + Image uploaders + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 312, 387 + + + 1 + + + 3 + + + 88, 23 + + + 9 + + + 571, 479 + + + 21 + + + 168, 17 + + + 0, 6 + + + True + + + 1 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 221, 13 + + + 8, 112 + + + lblRegionCaptureMouse4ClickAction + tpWatchFolders - - 0 + + tpUploaderFilters - - True + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 202, 3 + + + tpScreenRecorder + + + Region capture + + + 3, 3, 3, 3 + + + cbUploaderFiltersDestination + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnCaptureCustomRegionSelectRectangle + + + 14 + + + Start recording after: + + + 45, 13 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + cbOverrideAfterCaptureSettings + + + NoControl + + + 7 + + + 4 + + + 12 + + + Effects + + + pCapture + + + 18 + + + Top + + + 5, 344 + + + NoControl + + + lblUploaderFiltersExtensionsExample + + + Image format: + + + NoControl + + + 1 + + + 4, 22 + + + 12 + + + 4, 22 + + + NoControl + + + 1 + + + 4, 22 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 21 + + + 3 + + + nudImageJPEGQuality + + + nudImageAutoUseJPEGSize + + + 9 + + + btnActionsEdit + + + 0, 0, 0, 0 + + + lblRegionCaptureMagnifierPixelSize + + + 3 + + + NoControl + + + 5 + + + 23 + + + 3, 3, 3, 3 + + + 12 + + + 3, 3 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 360, 17 + + + 18 + + + tpEffects + + NoControl 8, 8 - - 266, 17 + + Extension - - 0 + + 312, 28 - - Watch folders and if new file created then upload it + + Override actions - - cbWatchFolderEnabled + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + + 160, 21 + + + 5 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcTaskSettings + + + 557, 25 + + + 32, 13 + + + Record using lossless encoding and then apply user encoding option + + + Width: + + + pRegionCaptureSnapSizes + + + True + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpWatchFolders + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tpTask - - Top, Bottom, Left, Right + + 571, 479 - - 8, 64 + + tpScreenRecorder - - 552, 408 + + 0 - - 3 + + 8, 8, 8, 0 + + + 368, 76 + + + 7 + + + 2 lvWatchFolderList - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 119, 13 - - tpWatchFolders + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 2 + + True - - Folder path + + pGeneral + + + 8, 392 + + + 88, 13 + + + pCapture + + + tpThumbnail + + + cbShowCursor + + + 0, 25 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + cbOverrideDestinationSettings + + + True + + + 167, 21 + + + Left + + + 220 + + + tpRegionCapture + + + 26 + + + True + + + True + + + True + + + 8 + + + 504, 23 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblNameFormatPatternPreview + + + Top + + + 1 + + + 4 + + + pRegionCaptureSnapSizes + + + 50, 20 + + + 1 + + + Magnifier pixel size: + + + 225, 17 + + + 5, 48 + + + 0 + + + 12 + + + 504, 23 + + + cbClipboardUploadShortenURL + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnWatchFolderAdd + + + 0 + + + ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + Override tools settings + + + 8 + + + 128, 20 + + + Override capture settings + + + tpQuality + + + lblImageJPEGQualityHint + + + 23 + + + tpThumbnail + + + $this + + + tpUploaderFilters + + + 72, 52 + + + NoControl + + + 27 + + + Top + + + 187, 17 + + + 0, 25 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 504, 21 + + + 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 48 + + + 13 + + + Advanced + + + cbRegionCaptureDetectControls + + + Dim background so selection can be differentiated easily (affects startup speed) + + + tpUploaderFilters + + + 312, 340 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + chkOverrideFTP + + + Top + + + 0 + + + tcCapture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 47, 13 + + + 11, 32 + + + MiddleLeft + + + tcImage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 778, 505 + + + 4 + + + 7 + + + tcTaskSettings + + + 114 + + + 571, 479 + + + 64, 20 + + + 9 + + + cbScreenRecorderFixedDuration + + + Show FPS in top left corner + + + tpEffects + + + cbClipboardUploadShareURL + + + 0 + + + 800, 550 + + + 14 + + + btnScreenRecorderFFmpegOptions + + + 20 + + + 8, 24 + + + tsmiTextUploaders + + + 20, 13 + + + 8, 160 + + + 12 + + + Override upload settings + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3, 3, 3, 3 + + + tpRegionCapture + + + 4 + + + 3 + + + cbRegionCaptureShowFPS + + + tpOCR + + + 90 + + + NoControl + + + 92, 13 + + + 8, 8, 8, 0 323 + + 2 + + + tpFileNaming + + + 360, 21 + + + pImage + + + 558, 407 + + + 41, 3 + + + 12 + + + 8, 88 + + + 4, 22 + + + 8, 80 + + + 1 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 61, 4 + + + 8, 136 + + + 12 + + + 8, 144 + + + 0, 25 + + + 3, 3, 3, 3 + + + 3, 0, 0, 0 + + + True + + + pActions + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + kB + + + pCapture + + + 95, 17 + + + 14, 13 + + + 22 + + + Detect window regions and allow cursor hover capture + + + 0 + + + pRegionCaptureSnapSizes + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpScreenRecorder + + + tcTaskSettings + + + tcTaskSettings + + + Preview: + + + NoControl + + + 8, 200 + + + pgTaskSettings + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 120 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 9 + + + 4 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 1 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + You can enable/disable Image effects from "After capture tasks -> Add image effects". + + + lblAfterTaskNotification + + + 1 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + lblNameFormatPattern + + + 41, 13 + + + tcCapture + + + 0 + + + 253, 21 + + + True + + + NoControl + + + 120, 256 + + + 4, 22 + Filter - - 43 + + cboPopUpNotification - - Include subdirectories + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 124 + + NoControl - + + lblOCRDefaultLanguage + + + 3, 3, 3, 3 + + + txtUploaderFiltersExtensions + + + nudCaptureCustomRegionWidth + + + 3 + + + Show screen wide crosshair + + + tpQuality + + + 5 + + + True + + + cmsAfterCapture + + + chActionsExtensions + + + 360, 17 + + + lblGIFFPS + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpOCR + + + tpRegionCapture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 13 + + + Top, Bottom, Left, Right + + + 29 + + + 0 + + + True + + + tpScreenRecorder + + + 557, 447 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 271, 17 + + + NoControl + + + NoControl + + + 11, 60 + + + 5 + + + 3 + + + 5, 32 + + + True + + + 4, 22 + + + 448, 20 + + + 565, 30 + + + Center + + + 108, 13 + + + 38, 13 + + + 5, 240 + + + pCapture + + + pCapture + + + tsmiFileUploaders + + + cbImageGIFQuality + + + 16 + + + 0, 0 + + + 104, 32 + + + pImage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 24, 24 + + + 9 + + + 2 + + + flpRegionCaptureFixedSize + + + 2 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5, 320 + + + Center + + + 8, 8 + + + cbCaptureTransparent + + + True + + + 4 + + + Edit... + + + 61, 124 + + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 10 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 104, 20 + + + nudScreenRecordFPS + + + pTools + + + cbCaptureOCRSilent + + + chWatchFolderIncludeSubdirectories + + + pImage + + + 7 + + + If clipboard contains a file URL then download it and upload + + + 1 + + + 2 + + + tpUploaderFilters + + + 24, 24 + + + 60, 13 + + + 1 + + + pRegionCaptureSnapSizes + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + 124, 17 + + + 0 + + + Height: + + + 15 + + + tpFileNaming + + + 114, 13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + cbRegionCaptureMouseRightClickAction + + + cbCaptureOCRAutoCopy + + + tpRegionCapture + + + True + + + 155, 17 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 156, 17 + + + lblRegionCaptureFixedSizeHeight + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 6 + + NoControl 200, 32 - - 88, 23 - - - 2 - - - Remove - - - btnWatchFolderRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - + 3 - - NoControl - - - 8, 32 - - - 88, 23 - - - 1 - - - Add... - - - btnWatchFolderAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 4 - - - txtToolsScreenColorPickerFormat - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pTools - - + 0 - - lblToolsScreenColorPickerFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pTools - - - 1 - - - Fill - - - 0, 25 - - - 571, 454 - - - 1 - - - pTools - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTools - - + 0 - - 8, 24 - - - 288, 20 - - - 1 - - - txtToolsScreenColorPickerFormat - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pTools - - - 0 - - - True - - - 5, 8 - - - 134, 13 - - - 0 - - - Screen color picker format: - - - lblToolsScreenColorPickerFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pTools - - - 1 - - - True - - - Top - - - NoControl - - - 0, 0 - - - 8, 8, 8, 0 - - - 571, 25 - - - 0 - - - Override tools settings - - - chkOverrideToolsSettings - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpTools - - + 1 - - Fill - - - 3, 33 - - - 565, 443 - - - 1 - - - pgTaskSettings - System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpAdvanced - - + 0 - - True + + 8, 40 - - Top - - + NoControl - - 3, 3 + + nudRegionCaptureMagnifierPixelSize - - 5, 5, 5, 8 + + tpCaptureGeneral - - 565, 30 + + 18 - - 0 + + btnRegionCaptureSnapSizesRemove - - Override advanced settings + + 104, 20 - - chkOverrideAdvancedSettings - - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tpAdvanced + + Capture window with shadow (requires transparency) - + + 480, 218 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + 1 - - Fill + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 3, 3 + + 2 - - 0, 0, 0, 0 + + chkOverrideUploadSettings - - 778, 505 + + 71, 13 - + + cmsDestinations + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpFileNaming + + + 181, 17 + + + 565, 473 + + + NoControl + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + Image effects configuration... + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 64 + + + 6 + + + 48, 13 + + 0 - - tttvMain + + 0 - - ShareX.HelpersLib.TabToTreeView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + True - - $this + + NoControl - + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 11 + + + 6 + + + 8, 8 + + + Path + + + 2 + + + txtNameFormatPattern + + + 565, 443 + + + 1 + + 5 - - True - - - 6, 13 + + 1 - - 784, 511 + + 4 - - 800, 550 + + 8, 416 - - 3, 3, 3, 3 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - CenterScreen + + Select region... + + + 8, 272 + + + 9 + + + Uploader + + + nudCaptureShadowOffset + + + 72, 20 + + + 181, 22 + + + Mouse middle click action: + + + tbDescription + + + 5, 8 + + + lblCaptureCustomRegion + + + 8, 304 + + + Center + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + NoControl + + + 232, 36 ShareX - Task settings @@ -7674,91 +4203,1522 @@ tsmiImageUploaders - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + File naming - - tsmiTextUploaders + + 571, 25 - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 7 - - tsmiFileUploaders + + Screenshot delay: - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 56, 13 - - tsmiURLShorteners + + nudScreenRecorderStartDelay - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - tsmiURLSharingServices + + NoControl - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 22 - - chUploaderFiltersName + + 1 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3 - - chUploaderFiltersExtension + + pCapture - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - chActionsName + + tpTask + + + 64, 20 + + + Shadow offset: + + + Screen recording FPS: + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 8 + + + 6 + + + 0 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Name pattern for window capture: + + + Width + + + NoControl + + + 8, 8 + + + 0 + + + nudScreenRecorderDuration + + + 0, 0 + + + True + + + nudRegionCaptureFixedSizeWidth + + + tcUpload + + + 64, 21 + + + 4 + + + 448, 20 + + + chkOverrideAdvancedSettings + + + cbOverrideAfterUploadSettings + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 312, 316 + + + 2 + + + 0 + + + pCapture + + + 216, 21 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + pImage + + + If clipboard contains a URL then use URL shortener + + + pGeneral + + + Override default FTP account + + + 0 + + + 1 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Preview + + + 571, 479 + + + 5, 8 + + + NoControl + + + ShareX.HelpersLib.TabToTreeView, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 6 + + + When doing window capture if window intersects with taskbar then hide taskbar + + + Update + + + btnActionsAdd + + + 2 + + + 3 + + + NoControl + + + If file exist: + + + 415, 13 + + + btnRegionCaptureSnapSizesDialogAdd + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4 + + + 38, 13 + + + tpUploaderFilters + + + 188, 17 + + + tcTaskSettings + + + 47, 13 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + RegionCaptureSnapSizesHeight + + + NoControl + + + lblThumbnailName + + + 7 + + + 13 + + + 232, 60 + + + 2 + + + 8, 8, 8, 0 + + + 10 + + + tpThumbnail + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 28 + + + tpRegionCapture + + + 8, 192 + + + URL shorteners + + + 5, 224 + + + 0 + + + btnWatchFolderRemove + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 10 + + + True + + + 8, 32 + + + Height: + + + 50, 20 + + + 4 + + + 11 + + + Edit + + + 536, 304 + + + lblRegionCaptureMouse5ClickAction + + + 64, 20 + + + tpRegionCapture + + + 0 + + + 571, 454 + + + 75 System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chActionsPath + + After capture... - + + lblDescription + + + 12 + + + 0 + + + txtNameFormatPatternActiveWindow + + + cmsTask + + + True + + + cbThumbnailIfSmaller + + + 88, 23 + + + 0 + + + tpRegionCapture + + + tpAdvanced + + + 1 + + + True + + + 4 + + + True + + + 7 + + + NoControl + + + tpRegionCapture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 163, 17 + + + 9 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Center + + + 579, 505 + + + True + + + cbImageEffectOnlyRegionCapture + + + Show cursor in screenshots + + + 88, 23 + + + lvUploaderFiltersList + + + 11 + + + NoControl + + + 0, 0, 0, 0 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + NoControl + + + 18 + + + 5 + + + tcUpload + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 5 + + + cbRegionCaptureMouse4ClickAction + + + pGeneral + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Process OCR silently + + + True + + + NoControl + + + 7 + + + 8, 272 + + + 0 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRegionCapture + + + False + + + tpRegionCapture + + + 504, 23 + + + شرح: + + + 0 + + + btnDestinations + + + NoControl + + + 2 + + + Process OCR on dialog open + + + tpCapture + + + 8, 72 + + + 8, 56 + + + 8, 328 + + + tpTask + + + NoControl + + + 10 + + + tcUpload + + + 17 + + + 8 + + + cbRegionCaptureMouse5ClickAction + + + 11, 152 + + + True + + + True + + + 3 + + + 11 + + + 5, 72 + + + Example: png, jpg, jpeg + + + 8, 136 + + + 64, 20 + + + tpTask + + + flpRegionCaptureFixedSize + + + 61, 4 + + + nudThumbnailWidth + + + 557, 422 + + System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chActionsArgs + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chActionsExtensions + + 15 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chWatchFolderFolderPath + + NoControl - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - chWatchFolderFilter + + 4, 22 - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 0 - - chWatchFolderIncludeSubdirectories + + Screen recorder - - System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + True + + + 205, 17 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8, 24 + + + 8, 176 + + + Play sound after capture is made + + + tcCapture + + + 232, 134 + + + Top + + + pActions + + + 5, 126 + + + 4, 22 + + + 0 + + + tpActions + + + tpUploaderFilters + + + True + + + NoControl + + + 208, 23 + + + 2 + + + 1 + + + False + + + tpUploaderFilters + + + NoControl + + + 4, 22 + + + 8, 248 + + + NoControl + + + chkOverrideCustomUploader + + + tpScreenRecorder + + + 557, 447 + + + 8, 104 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + lblScreenRecordFPS + + + pRegionCaptureSnapSizes + + + 8, 72 + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Destinations... + + + 88, 24 + + + Center + + + tpActions + + + flpRegionCaptureFixedSize + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 14 + + + 5 + + + False + + + 7 + + + 216, 21 + + + 1 + + + tcTaskSettings + + + tcImage + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 38, 13 + + + 4 + + + NoControl + + + 11, 120 + + + True + + + 232, 255 + + + 10 + + + nudRegionCaptureFixedSizeHeight + + + pCapture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + Show magnifier near cursor + + + Args + + + pCapture + + + Override default custom uploader + + + tpOCR + + + 2 + + + 8, 200 + + + 8, 104 + + + After task is completed: + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 4, 22 + + + Use custom time zone: + + + 784, 511 + + + tpFileNaming + + + 3 + + + lblScreenshotDelayInfo + + + pImage + + + 2 + + + pImage + + + 13 + + + Center + + + 3 + + + Center + + + True + + + 11, 106 + + + 571, 479 + + + 3 + + + 5, 56 + + + Actions + + + 6 + + + 4 + + + True + + + tpFileNaming + + + 50, 13 + + + 4, 22 + + + 5, 8 + + + 8, 168 + + + 64, 20 + + + pTools + + + tpRegionCapture + + + 2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + True + + + ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 352, 21 + + + btnTask + + + 0 + + + pImage + + + Center + + + 8, 183 + + + True + + + cbImagePNGBitDepth + + + lblImageGIFQuality + + + 8, 280 + + + 15 + + + 4 + + + 8, 160 + + + tcTaskSettings + + + 1 + + + 11 + + + cbImageFileExist + + + 4 + + + cbRegionCaptureMultiRegionMode + + + 1 + + + True + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 2 + + + Remove + + + True + + + Duplicate + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 7 + + + Task + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + False + + + True + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 274, 17 + + + 1 + + + 11 + + + 3 + + + cbRegionCaptureShowInfo + + + btnRegionCaptureSnapSizesAdd + + + tpFileNaming + + + 85, 228 + + + 19 + + + cbImageFormat + + + cbRegionCaptureUseCustomInfoText + + + Text uploaders + + + lblScreenRecorderFixedDuration + + + 565, 473 + + + 5 + + + 3 + + + lblScreenshotDelay + + + Extensions + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpFileNaming + + + 1 + + + 120, 80 + + + 8, 8 + + + - + + + pCapture + + + 77, 13 + + + Center + + + 1 + + + Override general settings + + + 1 + + + 6 + + + Replace characters problematic in URLs by underscores when uploading + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + 5, 40 + + + 15 + + + lblUploaderFiltersExtensions + + + Add + + + cbWatchFolderEnabled + + + 64, 20 + + + 2 + + + 20 + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + btnUploaderFiltersUpdate + + + tpEffects + + + MiddleLeft + + + btnAfterUpload + + + False + + + Fill + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpScreenRecorder + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + + pCapture + + + 232, 112 + + + 8, 248 + + + Capture window with transparency + + + pActions + + + btnImageEffects + + + True + + + True + + + NoControl + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 143, 17 + + + 8, 104 + + + 48, 20 + + + 504, 20 + + + 0 + + + 136, 17 + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpTask + + + 288, 21 + + + 6 + + + btnActionsRemove + + + 8, 104 + + + 8, 225 + + + 1 + + + True + + + pCapture + + + 25 + + + 64, 20 + + + Mouse 4 click action: + + + 4 + + + lblRegionCaptureSnapSizes + + + True + + + NoControl + + + 5 + + + chkOverrideToolsSettings + + + 3, 3, 3, 3 + + + 5 + + + 1 + + + 557, 447 + + + 322, 17 + + + 4 + + + 5 + + + tpScreenRecorder + + + True + + + lblAutoIncrementNumber + + + tpRegionCapture + + + Y + + + 11 + + + 122, 17 + + + 1 + + + Change + + + 6 + + + Fill + + + 280, 104 + + + 8, 136 + + + ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + tcCapture + + + 3 + + + nudRegionCaptureSnapSizesWidth + + + Fixed duration: + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 0 + + + 0 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 8 + + + Automatically copy results to clipboard + + + 50, 20 + + + NoControl + + + pCapture + + + 17 + + + True + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 128, 23 TaskSettingsForm - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3 + + lblNameFormatPatternPreviewActiveWindow + + + 15 + + + tpActions + + + Remove + + + 312, 220 + + + 8, 8 + + + ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null + + + 474, 17 + + + JPEG quality: + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + tpRegionCapture + + + 12 + + + nudAutoIncrementNumber + + + 396, 17 + + + 299, 17 + + + 160, 17 + + + True + + + 17, 17 + + + fa-IR + \ No newline at end of file diff --git a/ShareX/Properties/Resources.Designer.cs b/ShareX/Properties/Resources.Designer.cs index a6aafaa82..986f8c547 100644 --- a/ShareX/Properties/Resources.Designer.cs +++ b/ShareX/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace ShareX.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { diff --git a/ShareX/ShareX.csproj b/ShareX/ShareX.csproj index 43d536ed4..7d09aecc1 100644 --- a/ShareX/ShareX.csproj +++ b/ShareX/ShareX.csproj @@ -10,7 +10,7 @@ Properties ShareX ShareX - v4.6.2 + v4.6.1 512 ShareX_Icon.ico diff --git a/ShareX/app.config b/ShareX/app.config index 392e2a9fd..5fbba7fb6 100644 --- a/ShareX/app.config +++ b/ShareX/app.config @@ -1,19 +1,19 @@ - + - + - + - + - - + + - + - \ No newline at end of file +