From d87ed5a2b72670c3ef65f07d0a17b155be746b76 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 4 Feb 2024 09:58:43 +0300 Subject: [PATCH] Rename "Google image search" to "Google Lens" --- ShareX.HelpersLib/Properties/Resources.resx | 2 +- ...Service.cs => GoogleLensSharingService.cs} | 2 +- ShareX/Forms/MainForm.Designer.cs | 78 +- ShareX/Forms/MainForm.cs | 8 +- ShareX/Forms/MainForm.resx | 796 +++++++++--------- ShareX/Properties/Resources.Designer.cs | 670 +++++++-------- ShareX/Properties/Resources.resx | 214 ++--- ShareX/Resources/Google-Lens.png | Bin 0 -> 616 bytes ShareX/Resources/Google.png | Bin 631 -> 0 bytes ShareX/TaskHelpers.cs | 4 +- ShareX/UploadInfoManager.cs | 4 +- 11 files changed, 883 insertions(+), 895 deletions(-) rename ShareX.UploadersLib/SharingServices/{GoogleImageSearchSharingService.cs => GoogleLensSharingService.cs} (94%) create mode 100644 ShareX/Resources/Google-Lens.png delete mode 100644 ShareX/Resources/Google.png diff --git a/ShareX.HelpersLib/Properties/Resources.resx b/ShareX.HelpersLib/Properties/Resources.resx index 47fe70475..d20dd9ad7 100644 --- a/ShareX.HelpersLib/Properties/Resources.resx +++ b/ShareX.HelpersLib/Properties/Resources.resx @@ -543,7 +543,7 @@ Would you like to download it? File path with output file name extension - Google image search + Google Lens Directory indexer diff --git a/ShareX.UploadersLib/SharingServices/GoogleImageSearchSharingService.cs b/ShareX.UploadersLib/SharingServices/GoogleLensSharingService.cs similarity index 94% rename from ShareX.UploadersLib/SharingServices/GoogleImageSearchSharingService.cs rename to ShareX.UploadersLib/SharingServices/GoogleLensSharingService.cs index 1e6d31201..46db23571 100644 --- a/ShareX.UploadersLib/SharingServices/GoogleImageSearchSharingService.cs +++ b/ShareX.UploadersLib/SharingServices/GoogleLensSharingService.cs @@ -25,7 +25,7 @@ namespace ShareX.UploadersLib.SharingServices { - public class GoogleImageSearchSharingService : SimpleURLSharingService + public class GoogleLensSharingService : SimpleURLSharingService { public override URLSharingServices EnumValue { get; } = URLSharingServices.GoogleImageSearch; diff --git a/ShareX/Forms/MainForm.Designer.cs b/ShareX/Forms/MainForm.Designer.cs index 494b69109..0ab49d1de 100644 --- a/ShareX/Forms/MainForm.Designer.cs +++ b/ShareX/Forms/MainForm.Designer.cs @@ -30,9 +30,9 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.scMain = new ShareX.HelpersLib.SplitContainerCustomSplitter(); this.lvUploads = new ShareX.HelpersLib.MyListView(); this.chFilename = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -130,6 +130,7 @@ private void InitializeComponent() this.tsmiTestURLShortener = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiTestURLSharing = new System.Windows.Forms.ToolStripMenuItem(); this.tsbDonate = new System.Windows.Forms.ToolStripButton(); + this.tsbX = new System.Windows.Forms.ToolStripButton(); this.tsbDiscord = new System.Windows.Forms.ToolStripButton(); this.tsbAbout = new System.Windows.Forms.ToolStripButton(); this.cmsTaskInfo = new System.Windows.Forms.ContextMenuStrip(this.components); @@ -185,7 +186,7 @@ private void InitializeComponent() this.tsmiDeleteSelectedFile = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiShortenSelectedURL = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiShareSelectedURL = new System.Windows.Forms.ToolStripMenuItem(); - this.tsmiGoogleImageSearch = new System.Windows.Forms.ToolStripMenuItem(); + this.tsmiGoogleLens = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiBingVisualSearch = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiShowQRCode = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiOCRImage = new System.Windows.Forms.ToolStripMenuItem(); @@ -292,7 +293,6 @@ private void InitializeComponent() this.cDescription = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pMain = new System.Windows.Forms.Panel(); this.pHotkeys = new System.Windows.Forms.Panel(); - this.tsbX = new System.Windows.Forms.ToolStripButton(); ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit(); this.scMain.Panel1.SuspendLayout(); this.scMain.Panel2.SuspendLayout(); @@ -1065,6 +1065,13 @@ private void InitializeComponent() this.tsbDonate.Name = "tsbDonate"; this.tsbDonate.Click += new System.EventHandler(this.tsbDonate_Click); // + // tsbX + // + this.tsbX.Image = global::ShareX.Properties.Resources.X_black; + resources.ApplyResources(this.tsbX, "tsbX"); + this.tsbX.Name = "tsbX"; + this.tsbX.Click += new System.EventHandler(this.tsbX_Click); + // // tsbDiscord // this.tsbDiscord.Image = global::ShareX.Properties.Resources.Discord_black; @@ -1097,7 +1104,7 @@ private void InitializeComponent() this.tsmiDeleteSelectedFile, this.tsmiShortenSelectedURL, this.tsmiShareSelectedURL, - this.tsmiGoogleImageSearch, + this.tsmiGoogleLens, this.tsmiBingVisualSearch, this.tsmiShowQRCode, this.tsmiOCRImage, @@ -1465,12 +1472,12 @@ private void InitializeComponent() this.tsmiShareSelectedURL.Name = "tsmiShareSelectedURL"; resources.ApplyResources(this.tsmiShareSelectedURL, "tsmiShareSelectedURL"); // - // tsmiGoogleImageSearch + // tsmiGoogleLens // - this.tsmiGoogleImageSearch.Image = global::ShareX.Properties.Resources.Google; - this.tsmiGoogleImageSearch.Name = "tsmiGoogleImageSearch"; - resources.ApplyResources(this.tsmiGoogleImageSearch, "tsmiGoogleImageSearch"); - this.tsmiGoogleImageSearch.Click += new System.EventHandler(this.tsmiGoogleImageSearch_Click); + this.tsmiGoogleLens.Image = global::ShareX.Properties.Resources.Google_Lens; + this.tsmiGoogleLens.Name = "tsmiGoogleLens"; + resources.ApplyResources(this.tsmiGoogleLens, "tsmiGoogleLens"); + this.tsmiGoogleLens.Click += new System.EventHandler(this.tsmiGoogleLens_Click); // // tsmiBingVisualSearch // @@ -2238,29 +2245,29 @@ private void InitializeComponent() this.dgvHotkeys.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells; this.dgvHotkeys.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvHotkeys.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; - dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; - dataGridViewCellStyle4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; - dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(8, 4, 8, 4); - dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.dgvHotkeys.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; + dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; + dataGridViewCellStyle1.Padding = new System.Windows.Forms.Padding(8, 4, 8, 4); + dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.dgvHotkeys.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvHotkeys.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvHotkeys.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.cHotkeyStatus, this.cHotkey, this.cDescription}); - dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window; - dataGridViewCellStyle6.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText; - dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(8, 4, 8, 4); - dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dgvHotkeys.DefaultCellStyle = dataGridViewCellStyle6; + dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; + dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; + dataGridViewCellStyle3.Padding = new System.Windows.Forms.Padding(8, 4, 8, 4); + dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dgvHotkeys.DefaultCellStyle = dataGridViewCellStyle3; resources.ApplyResources(this.dgvHotkeys, "dgvHotkeys"); this.dgvHotkeys.MultiSelect = false; this.dgvHotkeys.Name = "dgvHotkeys"; @@ -2279,8 +2286,8 @@ private void InitializeComponent() // cHotkey // this.cHotkey.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; - dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.cHotkey.DefaultCellStyle = dataGridViewCellStyle5; + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.cHotkey.DefaultCellStyle = dataGridViewCellStyle2; resources.ApplyResources(this.cHotkey, "cHotkey"); this.cHotkey.Name = "cHotkey"; this.cHotkey.ReadOnly = true; @@ -2308,13 +2315,6 @@ private void InitializeComponent() resources.ApplyResources(this.pHotkeys, "pHotkeys"); this.pHotkeys.Name = "pHotkeys"; // - // tsbX - // - this.tsbX.Image = global::ShareX.Properties.Resources.X_black; - resources.ApplyResources(this.tsbX, "tsbX"); - this.tsbX.Name = "tsbX"; - this.tsbX.Click += new System.EventHandler(this.tsbX_Click); - // // MainForm // this.AllowDrop = true; @@ -2529,7 +2529,6 @@ private void InitializeComponent() private System.Windows.Forms.ToolStripMenuItem tsmiCombineImages; private System.Windows.Forms.ToolStripMenuItem tsmiOpenActionsToolbar; private System.Windows.Forms.ToolStripMenuItem tsmiDeleteSelectedItem; - private System.Windows.Forms.ToolStripMenuItem tsmiGoogleImageSearch; private System.Windows.Forms.ToolStripMenuItem tsmiImageThumbnailer; private System.Windows.Forms.ToolStripMenuItem tsmiTrayImageThumbnailer; private System.Windows.Forms.ToolStripMenuItem tsmiUploadText; @@ -2612,5 +2611,6 @@ private void InitializeComponent() internal System.Windows.Forms.Panel pHotkeys; private HelpersLib.MyListView lvUploads; private System.Windows.Forms.ToolStripButton tsbX; + private System.Windows.Forms.ToolStripMenuItem tsmiGoogleLens; } } \ No newline at end of file diff --git a/ShareX/Forms/MainForm.cs b/ShareX/Forms/MainForm.cs index 025e42ee2..2b057c172 100644 --- a/ShareX/Forms/MainForm.cs +++ b/ShareX/Forms/MainForm.cs @@ -600,7 +600,7 @@ private void UpdateInfoManager() cmsTaskInfo.SuspendLayout(); tsmiStopUpload.Visible = tsmiOpen.Visible = tsmiCopy.Visible = tsmiShowErrors.Visible = tsmiShowResponse.Visible = - tsmiGoogleImageSearch.Visible = tsmiBingVisualSearch.Visible = tsmiShowQRCode.Visible = tsmiOCRImage.Visible = + tsmiGoogleLens.Visible = tsmiBingVisualSearch.Visible = tsmiShowQRCode.Visible = tsmiOCRImage.Visible = tsmiCombineImages.Visible = tsmiUploadSelectedFile.Visible = tsmiDownloadSelectedURL.Visible = tsmiEditSelectedFile.Visible = tsmiBeautifyImage.Visible = tsmiAddImageEffects.Visible = tsmiPinSelectedFile.Visible = tsmiRunAction.Visible = tsmiDeleteSelectedItem.Visible = tsmiDeleteSelectedFile.Visible = tsmiShortenSelectedURL.Visible = tsmiShareSelectedURL.Visible = false; @@ -718,7 +718,7 @@ private void UpdateInfoManager() tsmiDeleteSelectedFile.Visible = uim.SelectedItem.IsFileExist; tsmiShortenSelectedURL.Visible = uim.SelectedItem.IsURLExist; tsmiShareSelectedURL.Visible = uim.SelectedItem.IsURLExist; - tsmiGoogleImageSearch.Visible = uim.SelectedItem.IsURLExist; + tsmiGoogleLens.Visible = uim.SelectedItem.IsURLExist; tsmiBingVisualSearch.Visible = uim.SelectedItem.IsURLExist; tsmiShowQRCode.Visible = uim.SelectedItem.IsURLExist; tsmiOCRImage.Visible = uim.SelectedItem.IsImageFile; @@ -2331,9 +2331,9 @@ private void tsmiPinSelectedFile_Click(object sender, EventArgs e) uim.PinToScreen(); } - private void tsmiGoogleImageSearch_Click(object sender, EventArgs e) + private void tsmiGoogleLens_Click(object sender, EventArgs e) { - uim.SearchImageUsingGoogle(); + uim.SearchImageUsingGoogleLens(); } private void tsmiBingVisualSearch_Click(object sender, EventArgs e) diff --git a/ShareX/Forms/MainForm.resx b/ShareX/Forms/MainForm.resx index 3f6b9225b..85e63ffc3 100644 --- a/ShareX/Forms/MainForm.resx +++ b/ShareX/Forms/MainForm.resx @@ -125,6 +125,46 @@ 0, 0 + + Filename + + + + 150 + + + Status + + + Progress + + + 125 + + + Speed + + + 75 + + + Elapsed + + + 45 + + + Remaining + + + 45 + + + URL + + + 145 + Fill @@ -134,7 +174,6 @@ 335, 471 - 2 @@ -222,306 +261,12 @@ 2 - - Filename - - - 150 - - - Status - - - Progress - - - 125 - - - Speed - - - 75 - - - Elapsed - - - 45 - - - Remaining - - - 45 - - - URL - - - 145 - 17, 17 Fill - - MiddleLeft - - - Magenta - - - 152, 20 - - - Capture - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Upload - - - BottomLeft - - - Magenta - - - 152, 20 - - - Workflows - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Tools - - - 152, 6 - - - MiddleLeft - - - Magenta - - - 152, 20 - - - After capture tasks - - - MiddleLeft - - - Magenta - - - 152, 20 - - - After upload tasks - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Destinations - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Application settings... - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Task settings... - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Hotkey settings... - - - 152, 6 - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Screenshots folder... - - - MiddleLeft - - - Magenta - - - 152, 20 - - - History... - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Image history... - - - 152, 6 - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Debug - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Donate... - - - MiddleLeft - - - Magenta - - - 152, 20 - - - Follow @ShareX... - - - MiddleLeft - - - None - - - Magenta - - - 152, 19 - - - Discord... - - - MiddleLeft - - - Magenta - - - 152, 20 - - - About... - - - 0, 0 - - - 165, 0 - - - 6, 5, 6, 2 - - - 165, 471 - - - 1 - - - tsMain - - - ShareX.HelpersLib.ToolStripBorderRight, ShareX.HelpersLib, Version=15.0.2.0, Culture=neutral, PublicKeyToken=null - - - pToolbars - - - 0 - 191, 22 @@ -597,12 +342,6 @@ Show cursor - - 191, 22 - - - Screenshot delay - 126, 22 @@ -639,6 +378,24 @@ 5 seconds + + 191, 22 + + + Screenshot delay + + + MiddleLeft + + + Magenta + + + 152, 20 + + + Capture + 203, 22 @@ -687,6 +444,30 @@ Tweet message... + + MiddleLeft + + + Magenta + + + 152, 20 + + + Upload + + + BottomLeft + + + Magenta + + + 152, 20 + + + Workflows + 184, 22 @@ -831,6 +612,45 @@ DNS changer... + + MiddleLeft + + + Magenta + + + 152, 20 + + + Tools + + + 152, 6 + + + MiddleLeft + + + Magenta + + + 152, 20 + + + After capture tasks + + + MiddleLeft + + + Magenta + + + 152, 20 + + + After upload tasks + 219, 22 @@ -876,6 +696,96 @@ Custom uploader settings... + + MiddleLeft + + + Magenta + + + 152, 20 + + + Destinations + + + MiddleLeft + + + Magenta + + + 152, 20 + + + Application settings... + + + MiddleLeft + + + Magenta + + + 152, 20 + + + Task settings... + + + MiddleLeft + + + Magenta + + + 152, 20 + + + Hotkey settings... + + + 152, 6 + + + MiddleLeft + + + Magenta + + + 152, 20 + + + Screenshots folder... + + + MiddleLeft + + + Magenta + + + 152, 20 + + + History... + + + MiddleLeft + + + Magenta + + + 152, 20 + + + Image history... + + + 152, 6 + 171, 22 @@ -912,18 +822,99 @@ Test URL sharing + + MiddleLeft + + + Magenta + + + 152, 20 + + + Debug + + + MiddleLeft + + + Magenta + + + 152, 20 + + + Donate... + + + MiddleLeft + + + Magenta + + + 152, 20 + + + Follow @ShareX... + + + MiddleLeft + + + None + + + Magenta + + + 152, 19 + + + Discord... + + + MiddleLeft + + + Magenta + + + 152, 20 + + + About... + + + 0, 0 + + + 165, 0 + + + 6, 5, 6, 2 + + + 165, 471 + + + 1 + + + tsMain + + + ShareX.HelpersLib.ToolStripBorderRight, ShareX.HelpersLib, Version=15.0.2.0, Culture=neutral, PublicKeyToken=null + + + pToolbars + + + 0 + 286, 17 - - 229, 516 - - - cmsTaskInfo - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 228, 22 @@ -936,12 +927,6 @@ Stop upload - - 228, 22 - - - Open - Enter @@ -996,11 +981,11 @@ Thumbnail file - + 228, 22 - - Copy + + Open Ctrl+C @@ -1173,6 +1158,12 @@ False + + 228, 22 + + + Copy + Ctrl+U @@ -1257,17 +1248,17 @@ Share URL - + 228, 22 - - Google image search... + + Google Lens... 228, 22 - Bing visual search (OCR)... + Bing visual search... 228, 22 @@ -1281,12 +1272,6 @@ OCR image... - - 228, 22 - - - Combine images... - 188, 22 @@ -1299,6 +1284,12 @@ Combine vertically + + 228, 22 + + + Combine images... + 228, 22 @@ -1320,30 +1311,21 @@ Switch to thumbnail view + + 229, 516 + + + cmsTaskInfo + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + 105, 17 190, 17 - - 201, 440 - - - cmsTray - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ShareX - - - 200, 22 - - - Capture - 191, 22 @@ -1419,12 +1401,6 @@ Show cursor - - 191, 22 - - - Screenshot delay - 126, 22 @@ -1461,11 +1437,17 @@ 5 seconds - + + 191, 22 + + + Screenshot delay + + 200, 22 - - Upload + + Capture 203, 22 @@ -1515,18 +1497,18 @@ Tweet message... + + 200, 22 + + + Upload + 200, 22 Workflows - - 200, 22 - - - Tools - 184, 22 @@ -1671,6 +1653,12 @@ DNS changer... + + 200, 22 + + + Tools + 197, 6 @@ -1686,12 +1674,6 @@ After upload tasks - - 200, 22 - - - Destinations - 219, 22 @@ -1737,6 +1719,12 @@ Custom uploader settings... + + 200, 22 + + + Destinations + 200, 22 @@ -1821,6 +1809,18 @@ Exit + + 201, 440 + + + cmsTray + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX + 405, 17 @@ -1935,6 +1935,21 @@ 0 + + Fill + + + 0, 0 + + + 16, 16, 0, 0 + + + 679, 471 + + + 4 + pHotkeys @@ -1971,33 +1986,6 @@ 2 - - Fill - - - 0, 0 - - - 16, 16, 0, 0 - - - 679, 471 - - - 4 - - - pHotkeys - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pMain - - - 0 - True @@ -2574,6 +2562,12 @@ System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tsbX + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + tsbDiscord @@ -2898,10 +2892,10 @@ System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsmiGoogleImageSearch + + tsmiGoogleLens - + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -3504,12 +3498,6 @@ System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tsbX - - - System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - MainForm diff --git a/ShareX/Properties/Resources.Designer.cs b/ShareX/Properties/Resources.Designer.cs index 469799c7a..0bde89d9d 100644 --- a/ShareX/Properties/Resources.Designer.cs +++ b/ShareX/Properties/Resources.Designer.cs @@ -22,7 +22,7 @@ namespace ShareX.Properties { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class Resources { + internal class Resources { private static global::System.Resources.ResourceManager resourceMan; @@ -36,7 +36,7 @@ public class Resources { /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Resources.ResourceManager ResourceManager { + internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShareX.Properties.Resources", typeof(Resources).Assembly); @@ -51,7 +51,7 @@ public class Resources { /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Globalization.CultureInfo Culture { + internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -63,7 +63,7 @@ public class Resources { /// /// Looks up a localized string similar to Changelog. /// - public static string AboutForm_AboutForm_Changelog { + internal static string AboutForm_AboutForm_Changelog { get { return ResourceManager.GetString("AboutForm_AboutForm_Changelog", resourceCulture); } @@ -72,7 +72,7 @@ public class Resources { /// /// Looks up a localized string similar to Credits. /// - public static string AboutForm_AboutForm_Credits { + internal static string AboutForm_AboutForm_Credits { get { return ResourceManager.GetString("AboutForm_AboutForm_Credits", resourceCulture); } @@ -81,7 +81,7 @@ public class Resources { /// /// Looks up a localized string similar to German. /// - public static string AboutForm_AboutForm_Language_de { + internal static string AboutForm_AboutForm_Language_de { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_de", resourceCulture); } @@ -90,7 +90,7 @@ public class Resources { /// /// Looks up a localized string similar to Spanish. /// - public static string AboutForm_AboutForm_Language_es { + internal static string AboutForm_AboutForm_Language_es { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_es", resourceCulture); } @@ -99,7 +99,7 @@ public class Resources { /// /// Looks up a localized string similar to Mexican Spanish. /// - public static string AboutForm_AboutForm_Language_es_MX { + internal static string AboutForm_AboutForm_Language_es_MX { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_es_MX", resourceCulture); } @@ -108,7 +108,7 @@ public class Resources { /// /// Looks up a localized string similar to Persian. /// - public static string AboutForm_AboutForm_Language_fa_IR { + internal static string AboutForm_AboutForm_Language_fa_IR { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_fa_IR", resourceCulture); } @@ -117,7 +117,7 @@ public class Resources { /// /// Looks up a localized string similar to French. /// - public static string AboutForm_AboutForm_Language_fr { + internal static string AboutForm_AboutForm_Language_fr { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_fr", resourceCulture); } @@ -126,7 +126,7 @@ public class Resources { /// /// Looks up a localized string similar to Hebrew. /// - public static string AboutForm_AboutForm_Language_he_IL { + internal static string AboutForm_AboutForm_Language_he_IL { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_he-IL", resourceCulture); } @@ -135,7 +135,7 @@ public class Resources { /// /// Looks up a localized string similar to Hungarian. /// - public static string AboutForm_AboutForm_Language_hu { + internal static string AboutForm_AboutForm_Language_hu { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_hu", resourceCulture); } @@ -144,7 +144,7 @@ public class Resources { /// /// Looks up a localized string similar to Indonesian. /// - public static string AboutForm_AboutForm_Language_id_ID { + internal static string AboutForm_AboutForm_Language_id_ID { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_id_ID", resourceCulture); } @@ -153,7 +153,7 @@ public class Resources { /// /// Looks up a localized string similar to Italian. /// - public static string AboutForm_AboutForm_Language_it_IT { + internal static string AboutForm_AboutForm_Language_it_IT { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_it_IT", resourceCulture); } @@ -162,7 +162,7 @@ public class Resources { /// /// Looks up a localized string similar to Japanese. /// - public static string AboutForm_AboutForm_Language_ja_JP { + internal static string AboutForm_AboutForm_Language_ja_JP { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_ja_JP", resourceCulture); } @@ -171,7 +171,7 @@ public class Resources { /// /// Looks up a localized string similar to Korean. /// - public static string AboutForm_AboutForm_Language_ko_KR { + internal static string AboutForm_AboutForm_Language_ko_KR { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_ko_KR", resourceCulture); } @@ -180,7 +180,7 @@ public class Resources { /// /// Looks up a localized string similar to Dutch. /// - public static string AboutForm_AboutForm_Language_nl_NL { + internal static string AboutForm_AboutForm_Language_nl_NL { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_nl_NL", resourceCulture); } @@ -189,7 +189,7 @@ public class Resources { /// /// Looks up a localized string similar to Polish. /// - public static string AboutForm_AboutForm_Language_pl { + internal static string AboutForm_AboutForm_Language_pl { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_pl", resourceCulture); } @@ -198,7 +198,7 @@ public class Resources { /// /// Looks up a localized string similar to Portuguese (Brazil). /// - public static string AboutForm_AboutForm_Language_pt_BR { + internal static string AboutForm_AboutForm_Language_pt_BR { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_pt_BR", resourceCulture); } @@ -207,7 +207,7 @@ public class Resources { /// /// Looks up a localized string similar to Portuguese. /// - public static string AboutForm_AboutForm_Language_pt_PT { + internal static string AboutForm_AboutForm_Language_pt_PT { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_pt_PT", resourceCulture); } @@ -216,7 +216,7 @@ public class Resources { /// /// Looks up a localized string similar to Romanian. /// - public static string AboutForm_AboutForm_Language_ro { + internal static string AboutForm_AboutForm_Language_ro { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_ro", resourceCulture); } @@ -225,7 +225,7 @@ public class Resources { /// /// Looks up a localized string similar to Russian. /// - public static string AboutForm_AboutForm_Language_ru { + internal static string AboutForm_AboutForm_Language_ru { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_ru", resourceCulture); } @@ -234,7 +234,7 @@ public class Resources { /// /// Looks up a localized string similar to Turkish. /// - public static string AboutForm_AboutForm_Language_tr { + internal static string AboutForm_AboutForm_Language_tr { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_tr", resourceCulture); } @@ -243,7 +243,7 @@ public class Resources { /// /// Looks up a localized string similar to Ukrainian. /// - public static string AboutForm_AboutForm_Language_uk { + internal static string AboutForm_AboutForm_Language_uk { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_uk", resourceCulture); } @@ -252,7 +252,7 @@ public class Resources { /// /// Looks up a localized string similar to Vietnamese. /// - public static string AboutForm_AboutForm_Language_vi_VN { + internal static string AboutForm_AboutForm_Language_vi_VN { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_vi_VN", resourceCulture); } @@ -261,7 +261,7 @@ public class Resources { /// /// Looks up a localized string similar to Simplified Chinese. /// - public static string AboutForm_AboutForm_Language_zh_CH { + internal static string AboutForm_AboutForm_Language_zh_CH { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_zh_CH", resourceCulture); } @@ -270,7 +270,7 @@ public class Resources { /// /// Looks up a localized string similar to Traditional Chinese. /// - public static string AboutForm_AboutForm_Language_zh_TW { + internal static string AboutForm_AboutForm_Language_zh_TW { get { return ResourceManager.GetString("AboutForm_AboutForm_Language_zh_TW", resourceCulture); } @@ -279,7 +279,7 @@ public class Resources { /// /// Looks up a localized string similar to Links. /// - public static string AboutForm_AboutForm_Links { + internal static string AboutForm_AboutForm_Links { get { return ResourceManager.GetString("AboutForm_AboutForm_Links", resourceCulture); } @@ -288,7 +288,7 @@ public class Resources { /// /// Looks up a localized string similar to Privacy policy. /// - public static string AboutForm_AboutForm_Privacy_policy { + internal static string AboutForm_AboutForm_Privacy_policy { get { return ResourceManager.GetString("AboutForm_AboutForm_Privacy_policy", resourceCulture); } @@ -297,7 +297,7 @@ public class Resources { /// /// Looks up a localized string similar to Project page. /// - public static string AboutForm_AboutForm_Project_page { + internal static string AboutForm_AboutForm_Project_page { get { return ResourceManager.GetString("AboutForm_AboutForm_Project_page", resourceCulture); } @@ -306,7 +306,7 @@ public class Resources { /// /// Looks up a localized string similar to Team. /// - public static string AboutForm_AboutForm_Team { + internal static string AboutForm_AboutForm_Team { get { return ResourceManager.GetString("AboutForm_AboutForm_Team", resourceCulture); } @@ -315,7 +315,7 @@ public class Resources { /// /// Looks up a localized string similar to Translators. /// - public static string AboutForm_AboutForm_Translators { + internal static string AboutForm_AboutForm_Translators { get { return ResourceManager.GetString("AboutForm_AboutForm_Translators", resourceCulture); } @@ -324,7 +324,7 @@ public class Resources { /// /// Looks up a localized string similar to Website. /// - public static string AboutForm_AboutForm_Website { + internal static string AboutForm_AboutForm_Website { get { return ResourceManager.GetString("AboutForm_AboutForm_Website", resourceCulture); } @@ -333,7 +333,7 @@ public class Resources { /// /// Looks up a localized string similar to File path can't be empty.. /// - public static string ActionsForm_btnOK_Click_File_path_can_t_be_empty_ { + internal static string ActionsForm_btnOK_Click_File_path_can_t_be_empty_ { get { return ResourceManager.GetString("ActionsForm_btnOK_Click_File_path_can_t_be_empty_", resourceCulture); } @@ -342,7 +342,7 @@ public class Resources { /// /// Looks up a localized string similar to Name can't be empty.. /// - public static string ActionsForm_btnOK_Click_Name_can_t_be_empty_ { + internal static string ActionsForm_btnOK_Click_Name_can_t_be_empty_ { get { return ResourceManager.GetString("ActionsForm_btnOK_Click_Name_can_t_be_empty_", resourceCulture); } @@ -351,7 +351,7 @@ public class Resources { /// /// Looks up a localized string similar to Lock position. /// - public static string ActionsToolbar__LockPosition { + internal static string ActionsToolbar__LockPosition { get { return ResourceManager.GetString("ActionsToolbar__LockPosition", resourceCulture); } @@ -360,7 +360,7 @@ public class Resources { /// /// Looks up a localized string similar to Close. /// - public static string ActionsToolbar_Close { + internal static string ActionsToolbar_Close { get { return ResourceManager.GetString("ActionsToolbar_Close", resourceCulture); } @@ -369,7 +369,7 @@ public class Resources { /// /// Looks up a localized string similar to Edit.... /// - public static string ActionsToolbar_Edit { + internal static string ActionsToolbar_Edit { get { return ResourceManager.GetString("ActionsToolbar_Edit", resourceCulture); } @@ -378,7 +378,7 @@ public class Resources { /// /// Looks up a localized string similar to Open at ShareX startup. /// - public static string ActionsToolbar_OpenAtShareXStartup { + internal static string ActionsToolbar_OpenAtShareXStartup { get { return ResourceManager.GetString("ActionsToolbar_OpenAtShareXStartup", resourceCulture); } @@ -387,7 +387,7 @@ public class Resources { /// /// Looks up a localized string similar to Stay top most. /// - public static string ActionsToolbar_StayTopMost { + internal static string ActionsToolbar_StayTopMost { get { return ResourceManager.GetString("ActionsToolbar_StayTopMost", resourceCulture); } @@ -398,7 +398,7 @@ public class Resources { ///Right click to open menu ///Middle click to close. /// - public static string ActionsToolbar_Tip { + internal static string ActionsToolbar_Tip { get { return ResourceManager.GetString("ActionsToolbar_Tip", resourceCulture); } @@ -407,7 +407,7 @@ public class Resources { /// /// Looks up a localized string similar to Separator. /// - public static string ActionsToolbarEditForm_Separator { + internal static string ActionsToolbarEditForm_Separator { get { return ResourceManager.GetString("ActionsToolbarEditForm_Separator", resourceCulture); } @@ -416,7 +416,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application__arrow { + internal static System.Drawing.Bitmap application__arrow { get { object obj = ResourceManager.GetObject("application__arrow", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -426,7 +426,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_block { + internal static System.Drawing.Bitmap application_block { get { object obj = ResourceManager.GetObject("application_block", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -436,7 +436,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_blog { + internal static System.Drawing.Bitmap application_blog { get { object obj = ResourceManager.GetObject("application_blog", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -446,7 +446,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_blue { + internal static System.Drawing.Bitmap application_blue { get { object obj = ResourceManager.GetObject("application_blue", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -456,7 +456,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_browser { + internal static System.Drawing.Bitmap application_browser { get { object obj = ResourceManager.GetObject("application_browser", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -466,7 +466,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_home { + internal static System.Drawing.Bitmap application_home { get { object obj = ResourceManager.GetObject("application_home", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -476,7 +476,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_icon_large { + internal static System.Drawing.Bitmap application_icon_large { get { object obj = ResourceManager.GetObject("application_icon_large", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -486,7 +486,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_list { + internal static System.Drawing.Bitmap application_list { get { object obj = ResourceManager.GetObject("application_list", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -496,7 +496,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_monitor { + internal static System.Drawing.Bitmap application_monitor { get { object obj = ResourceManager.GetObject("application_monitor", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -506,7 +506,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_resize_full { + internal static System.Drawing.Bitmap application_resize_full { get { object obj = ResourceManager.GetObject("application-resize-full", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -516,7 +516,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_search_result { + internal static System.Drawing.Bitmap application_search_result { get { object obj = ResourceManager.GetObject("application-search-result", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -526,7 +526,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_task { + internal static System.Drawing.Bitmap application_task { get { object obj = ResourceManager.GetObject("application_task", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -536,7 +536,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_terminal { + internal static System.Drawing.Bitmap application_terminal { get { object obj = ResourceManager.GetObject("application_terminal", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -546,7 +546,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_text_image { + internal static System.Drawing.Bitmap application_text_image { get { object obj = ResourceManager.GetObject("application_text_image", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -556,7 +556,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_tile_horizontal { + internal static System.Drawing.Bitmap application_tile_horizontal { get { object obj = ResourceManager.GetObject("application-tile-horizontal", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -566,7 +566,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap application_tile_vertical { + internal static System.Drawing.Bitmap application_tile_vertical { get { object obj = ResourceManager.GetObject("application-tile-vertical", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -576,7 +576,7 @@ public class Resources { /// /// Looks up a localized string similar to Choose screenshots folder path. /// - public static string ApplicationSettingsForm_btnBrowseCustomScreenshotsPath_Click_Choose_screenshots_folder_path { + internal static string ApplicationSettingsForm_btnBrowseCustomScreenshotsPath_Click_Choose_screenshots_folder_path { get { return ResourceManager.GetString("ApplicationSettingsForm_btnBrowseCustomScreenshotsPath_Click_Choose_screenshots_f" + "older_path", resourceCulture); @@ -586,7 +586,7 @@ public class Resources { /// /// Looks up a localized string similar to Choose ShareX personal folder path. /// - public static string ApplicationSettingsForm_btnBrowsePersonalFolderPath_Click_Choose_ShareX_personal_folder_path { + internal static string ApplicationSettingsForm_btnBrowsePersonalFolderPath_Click_Choose_ShareX_personal_folder_path { get { return ResourceManager.GetString("ApplicationSettingsForm_btnBrowsePersonalFolderPath_Click_Choose_ShareX_personal_" + "folder_path", resourceCulture); @@ -596,7 +596,7 @@ public class Resources { /// /// Looks up a localized string similar to Would you like to reset ShareX settings?. /// - public static string ApplicationSettingsForm_btnResetSettings_Click_WouldYouLikeToResetShareXSettings { + internal static string ApplicationSettingsForm_btnResetSettings_Click_WouldYouLikeToResetShareXSettings { get { return ResourceManager.GetString("ApplicationSettingsForm_btnResetSettings_Click_WouldYouLikeToResetShareXSettings", resourceCulture); } @@ -607,7 +607,7 @@ public class Resources { /// ///Would you like to restart ShareX?. /// - public static string ApplicationSettingsForm_cbLanguage_SelectedIndexChanged_Language_Restart { + internal static string ApplicationSettingsForm_cbLanguage_SelectedIndexChanged_Language_Restart { get { return ResourceManager.GetString("ApplicationSettingsForm_cbLanguage_SelectedIndexChanged_Language_Restart", resourceCulture); } @@ -616,7 +616,7 @@ public class Resources { /// /// Looks up a localized string similar to Startup has been disabled by your organization. /// - public static string ApplicationSettingsForm_cbStartWithWindows_DisabledByPolicy_Text { + internal static string ApplicationSettingsForm_cbStartWithWindows_DisabledByPolicy_Text { get { return ResourceManager.GetString("ApplicationSettingsForm_cbStartWithWindows_DisabledByPolicy_Text", resourceCulture); } @@ -625,7 +625,7 @@ public class Resources { /// /// Looks up a localized string similar to Startup has been disabled in Task Manager. /// - public static string ApplicationSettingsForm_cbStartWithWindows_DisabledByUser_Text { + internal static string ApplicationSettingsForm_cbStartWithWindows_DisabledByUser_Text { get { return ResourceManager.GetString("ApplicationSettingsForm_cbStartWithWindows_DisabledByUser_Text", resourceCulture); } @@ -634,7 +634,7 @@ public class Resources { /// /// Looks up a localized string similar to Startup has been enabled by your organization. /// - public static string ApplicationSettingsForm_cbStartWithWindows_EnabledByPolicy_Text { + internal static string ApplicationSettingsForm_cbStartWithWindows_EnabledByPolicy_Text { get { return ResourceManager.GetString("ApplicationSettingsForm_cbStartWithWindows_EnabledByPolicy_Text", resourceCulture); } @@ -643,7 +643,7 @@ public class Resources { /// /// Looks up a localized string similar to Run ShareX when Windows starts. /// - public static string ApplicationSettingsForm_cbStartWithWindows_Text { + internal static string ApplicationSettingsForm_cbStartWithWindows_Text { get { return ResourceManager.GetString("ApplicationSettingsForm_cbStartWithWindows_Text", resourceCulture); } @@ -652,7 +652,7 @@ public class Resources { /// /// Looks up a localized string similar to For settings to take effect ShareX needs to be reopened from Steam.. /// - public static string ApplicationSettingsForm_cbSteamShowInApp_CheckedChanged_For_settings_to_take_effect_ShareX_needs_to_be_reopened_from_Steam_ { + internal static string ApplicationSettingsForm_cbSteamShowInApp_CheckedChanged_For_settings_to_take_effect_ShareX_needs_to_be_reopened_from_Steam_ { get { return ResourceManager.GetString("ApplicationSettingsForm_cbSteamShowInApp_CheckedChanged_For_settings_to_take_effe" + "ct_ShareX_needs_to_be_reopened_from_Steam_", resourceCulture); @@ -662,7 +662,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap arrow_090 { + internal static System.Drawing.Bitmap arrow_090 { get { object obj = ResourceManager.GetObject("arrow_090", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -672,7 +672,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap arrow_270 { + internal static System.Drawing.Bitmap arrow_270 { get { object obj = ResourceManager.GetObject("arrow_270", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -682,7 +682,7 @@ public class Resources { /// /// Looks up a localized string similar to Start. /// - public static string AutoCaptureForm_Execute_Start { + internal static string AutoCaptureForm_Execute_Start { get { return ResourceManager.GetString("AutoCaptureForm_Execute_Start", resourceCulture); } @@ -691,7 +691,7 @@ public class Resources { /// /// Looks up a localized string similar to Stop. /// - public static string AutoCaptureForm_Execute_Stop { + internal static string AutoCaptureForm_Execute_Stop { get { return ResourceManager.GetString("AutoCaptureForm_Execute_Stop", resourceCulture); } @@ -700,7 +700,7 @@ public class Resources { /// /// Looks up a localized string similar to X: {0}, Y: {1}, Width: {2}, Height: {3}. /// - public static string AutoCaptureForm_UpdateRegion_X___0___Y___1___Width___2___Height___3_ { + internal static string AutoCaptureForm_UpdateRegion_X___0___Y___1___Width___2___Height___3_ { get { return ResourceManager.GetString("AutoCaptureForm_UpdateRegion_X___0___Y___1___Width___2___Height___3_", resourceCulture); } @@ -709,7 +709,7 @@ public class Resources { /// /// Looks up a localized string similar to Timeleft: {0}s ({1}%) Total: {2}. /// - public static string AutoCaptureForm_UpdateStatus_Timeleft___0_s___1____Total___2_ { + internal static string AutoCaptureForm_UpdateStatus_Timeleft___0_s___1____Total___2_ { get { return ResourceManager.GetString("AutoCaptureForm_UpdateStatus_Timeleft___0_s___1____Total___2_", resourceCulture); } @@ -718,7 +718,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap balloon_white { + internal static System.Drawing.Bitmap balloon_white { get { object obj = ResourceManager.GetObject("balloon_white", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -728,7 +728,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap barcode_2d { + internal static System.Drawing.Bitmap barcode_2d { get { object obj = ResourceManager.GetObject("barcode_2d", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -738,7 +738,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap barcode_2d_white { + internal static System.Drawing.Bitmap barcode_2d_white { get { object obj = ResourceManager.GetObject("barcode_2d_white", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -748,7 +748,7 @@ public class Resources { /// /// Looks up a localized string similar to Custom. /// - public static string BeforeUploadControl_AddDestination_Custom { + internal static string BeforeUploadControl_AddDestination_Custom { get { return ResourceManager.GetString("BeforeUploadControl_AddDestination_Custom", resourceCulture); } @@ -757,7 +757,7 @@ public class Resources { /// /// Looks up a localized string similar to {0} is about to be uploaded to {1}. You may choose a different destination.. /// - public static string BeforeUploadForm_BeforeUploadForm__0__is_about_to_be_uploaded_to__1___You_may_choose_a_different_destination_ { + internal static string BeforeUploadForm_BeforeUploadForm__0__is_about_to_be_uploaded_to__1___You_may_choose_a_different_destination_ { get { return ResourceManager.GetString("BeforeUploadForm_BeforeUploadForm__0__is_about_to_be_uploaded_to__1___You_may_cho" + "ose_a_different_destination_", resourceCulture); @@ -767,7 +767,7 @@ public class Resources { /// /// Looks up a localized string similar to Please choose a destination.. /// - public static string BeforeUploadForm_BeforeUploadForm_Please_choose_a_destination_ { + internal static string BeforeUploadForm_BeforeUploadForm_Please_choose_a_destination_ { get { return ResourceManager.GetString("BeforeUploadForm_BeforeUploadForm_Please_choose_a_destination_", resourceCulture); } @@ -776,7 +776,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap bin { + internal static System.Drawing.Bitmap bin { get { object obj = ResourceManager.GetObject("bin", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -786,7 +786,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap Bing { + internal static System.Drawing.Bitmap Bing { get { object obj = ResourceManager.GetObject("Bing", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -796,7 +796,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap br { + internal static System.Drawing.Bitmap br { get { object obj = ResourceManager.GetObject("br", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -806,7 +806,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap camcorder__arrow { + internal static System.Drawing.Bitmap camcorder__arrow { get { object obj = ResourceManager.GetObject("camcorder__arrow", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -816,7 +816,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap camcorder__exclamation { + internal static System.Drawing.Bitmap camcorder__exclamation { get { object obj = ResourceManager.GetObject("camcorder__exclamation", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -826,7 +826,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap camcorder__minus { + internal static System.Drawing.Bitmap camcorder__minus { get { object obj = ResourceManager.GetObject("camcorder__minus", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -836,7 +836,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap camcorder_image { + internal static System.Drawing.Bitmap camcorder_image { get { object obj = ResourceManager.GetObject("camcorder_image", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -846,7 +846,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap camcorder_pencil { + internal static System.Drawing.Bitmap camcorder_pencil { get { object obj = ResourceManager.GetObject("camcorder_pencil", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -856,7 +856,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap camera { + internal static System.Drawing.Bitmap camera { get { object obj = ResourceManager.GetObject("camera", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -866,7 +866,7 @@ public class Resources { /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// - public static System.IO.UnmanagedMemoryStream CaptureSound { + internal static System.IO.UnmanagedMemoryStream CaptureSound { get { return ResourceManager.GetStream("CaptureSound", resourceCulture); } @@ -875,7 +875,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap categories { + internal static System.Drawing.Bitmap categories { get { object obj = ResourceManager.GetObject("categories", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -885,7 +885,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap checkbox_check { + internal static System.Drawing.Bitmap checkbox_check { get { object obj = ResourceManager.GetObject("checkbox_check", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -895,7 +895,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap checkbox_uncheck { + internal static System.Drawing.Bitmap checkbox_uncheck { get { object obj = ResourceManager.GetObject("checkbox_uncheck", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -905,7 +905,7 @@ public class Resources { /// /// Looks up a localized string similar to Chrome support enabled.. /// - public static string ChromeForm_btnRegister_Click_Chrome_support_enabled_ { + internal static string ChromeForm_btnRegister_Click_Chrome_support_enabled_ { get { return ResourceManager.GetString("ChromeForm_btnRegister_Click_Chrome_support_enabled_", resourceCulture); } @@ -914,7 +914,7 @@ public class Resources { /// /// Looks up a localized string similar to Chrome support disabled.. /// - public static string ChromeForm_btnUnregister_Click_Chrome_support_disabled_ { + internal static string ChromeForm_btnUnregister_Click_Chrome_support_disabled_ { get { return ResourceManager.GetString("ChromeForm_btnUnregister_Click_Chrome_support_disabled_", resourceCulture); } @@ -923,7 +923,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clipboard { + internal static System.Drawing.Bitmap clipboard { get { object obj = ResourceManager.GetObject("clipboard", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -933,7 +933,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clipboard_block { + internal static System.Drawing.Bitmap clipboard_block { get { object obj = ResourceManager.GetObject("clipboard_block", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -943,7 +943,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clipboard_list { + internal static System.Drawing.Bitmap clipboard_list { get { object obj = ResourceManager.GetObject("clipboard_list", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -953,7 +953,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clipboard_paste_document_text { + internal static System.Drawing.Bitmap clipboard_paste_document_text { get { object obj = ResourceManager.GetObject("clipboard_paste_document_text", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -963,7 +963,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clipboard_paste_image { + internal static System.Drawing.Bitmap clipboard_paste_image { get { object obj = ResourceManager.GetObject("clipboard_paste_image", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -973,7 +973,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clipboard_task { + internal static System.Drawing.Bitmap clipboard_task { get { object obj = ResourceManager.GetObject("clipboard_task", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -983,7 +983,7 @@ public class Resources { /// /// Looks up a localized string similar to Clipboard content: File (Count: {0}). /// - public static string ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__File__Count___0__ { + internal static string ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__File__Count___0__ { get { return ResourceManager.GetString("ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__File__Count" + "___0__", resourceCulture); @@ -993,7 +993,7 @@ public class Resources { /// /// Looks up a localized string similar to Clipboard content: Image (Size: {0}x{1}). /// - public static string ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Image__Size___0_x_1__ { + internal static string ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Image__Size___0_x_1__ { get { return ResourceManager.GetString("ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Image__Size" + "___0_x_1__", resourceCulture); @@ -1003,7 +1003,7 @@ public class Resources { /// /// Looks up a localized string similar to Clipboard content: Text (Length: {0}). /// - public static string ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Text__Length___0__ { + internal static string ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Text__Length___0__ { get { return ResourceManager.GetString("ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Text__Lengt" + "h___0__", resourceCulture); @@ -1013,7 +1013,7 @@ public class Resources { /// /// Looks up a localized string similar to Clipboard is empty or contains unknown data.. /// - public static string ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_is_empty_or_contains_unknown_data_ { + internal static string ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_is_empty_or_contains_unknown_data_ { get { return ResourceManager.GetString("ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_is_empty_or_contains" + "_unknown_data_", resourceCulture); @@ -1023,7 +1023,7 @@ public class Resources { /// /// Looks up a localized string similar to Clipboard does not contain an image.. /// - public static string ClipboardDoesNotContainAnImage { + internal static string ClipboardDoesNotContainAnImage { get { return ResourceManager.GetString("ClipboardDoesNotContainAnImage", resourceCulture); } @@ -1032,7 +1032,7 @@ public class Resources { /// /// Looks up a localized string similar to Supported variables: {0} and other variables such as {1} etc.. /// - public static string ClipboardFormatForm_ClipboardFormatForm_Supported_variables___0__and_other_variables_such_as__1__etc_ { + internal static string ClipboardFormatForm_ClipboardFormatForm_Supported_variables___0__and_other_variables_such_as__1__etc_ { get { return ResourceManager.GetString("ClipboardFormatForm_ClipboardFormatForm_Supported_variables___0__and_other_variab" + "les_such_as__1__etc_", resourceCulture); @@ -1042,7 +1042,7 @@ public class Resources { /// /// Looks up a localized string similar to Clipboard upload. /// - public static string ClipboardUpload { + internal static string ClipboardUpload { get { return ResourceManager.GetString("ClipboardUpload", resourceCulture); } @@ -1051,7 +1051,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clock { + internal static System.Drawing.Bitmap clock { get { object obj = ResourceManager.GetObject("clock", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1061,7 +1061,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clock__arrow { + internal static System.Drawing.Bitmap clock__arrow { get { object obj = ResourceManager.GetObject("clock__arrow", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1071,7 +1071,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap clock_select { + internal static System.Drawing.Bitmap clock_select { get { object obj = ResourceManager.GetObject("clock_select", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1081,7 +1081,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - public static byte[] closedhand { + internal static byte[] closedhand { get { object obj = ResourceManager.GetObject("closedhand", resourceCulture); return ((byte[])(obj)); @@ -1091,7 +1091,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap cn { + internal static System.Drawing.Bitmap cn { get { object obj = ResourceManager.GetObject("cn", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1101,7 +1101,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap color { + internal static System.Drawing.Bitmap color { get { object obj = ResourceManager.GetObject("color", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1111,7 +1111,7 @@ public class Resources { /// /// Looks up a localized string similar to Confirmation. /// - public static string Confirmation { + internal static string Confirmation { get { return ResourceManager.GetString("Confirmation", resourceCulture); } @@ -1120,7 +1120,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap control { + internal static System.Drawing.Bitmap control { get { object obj = ResourceManager.GetObject("control", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1130,7 +1130,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap cross { + internal static System.Drawing.Bitmap cross { get { object obj = ResourceManager.GetObject("cross", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1140,7 +1140,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap cross_button { + internal static System.Drawing.Bitmap cross_button { get { object obj = ResourceManager.GetObject("cross_button", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1150,7 +1150,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap crown { + internal static System.Drawing.Bitmap crown { get { object obj = ResourceManager.GetObject("crown", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1160,7 +1160,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap cursor { + internal static System.Drawing.Bitmap cursor { get { object obj = ResourceManager.GetObject("cursor", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1170,7 +1170,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap de { + internal static System.Drawing.Bitmap de { get { object obj = ResourceManager.GetObject("de", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1180,7 +1180,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap Discord_black { + internal static System.Drawing.Bitmap Discord_black { get { object obj = ResourceManager.GetObject("Discord_black", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1190,7 +1190,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap Discord_white { + internal static System.Drawing.Bitmap Discord_white { get { object obj = ResourceManager.GetObject("Discord_white", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1200,7 +1200,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap disk { + internal static System.Drawing.Bitmap disk { get { object obj = ResourceManager.GetObject("disk", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1210,7 +1210,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap disk_black { + internal static System.Drawing.Bitmap disk_black { get { object obj = ResourceManager.GetObject("disk_black", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1220,7 +1220,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap disk_rename { + internal static System.Drawing.Bitmap disk_rename { get { object obj = ResourceManager.GetObject("disk_rename", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1230,7 +1230,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap disk_small { + internal static System.Drawing.Bitmap disk_small { get { object obj = ResourceManager.GetObject("disk_small", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1240,7 +1240,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap document_break { + internal static System.Drawing.Bitmap document_break { get { object obj = ResourceManager.GetObject("document_break", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1250,7 +1250,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap document_copy { + internal static System.Drawing.Bitmap document_copy { get { object obj = ResourceManager.GetObject("document_copy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1260,7 +1260,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap drive { + internal static System.Drawing.Bitmap drive { get { object obj = ResourceManager.GetObject("drive", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1270,7 +1270,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap drive_download { + internal static System.Drawing.Bitmap drive_download { get { object obj = ResourceManager.GetObject("drive_download", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1280,7 +1280,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap drive_globe { + internal static System.Drawing.Bitmap drive_globe { get { object obj = ResourceManager.GetObject("drive_globe", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1290,7 +1290,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap drive_upload { + internal static System.Drawing.Bitmap drive_upload { get { object obj = ResourceManager.GetObject("drive_upload", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1301,7 +1301,7 @@ public class Resources { /// Looks up a localized string similar to Drop ///here. /// - public static string DropForm_DrawDropImage_Drop_here { + internal static string DropForm_DrawDropImage_Drop_here { get { return ResourceManager.GetString("DropForm_DrawDropImage_Drop_here", resourceCulture); } @@ -1310,7 +1310,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap edit_drop_cap { + internal static System.Drawing.Bitmap edit_drop_cap { get { object obj = ResourceManager.GetObject("edit_drop_cap", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1320,7 +1320,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap edit_drop_cap_white { + internal static System.Drawing.Bitmap edit_drop_cap_white { get { object obj = ResourceManager.GetObject("edit_drop_cap_white", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1330,7 +1330,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap edit_scale { + internal static System.Drawing.Bitmap edit_scale { get { object obj = ResourceManager.GetObject("edit_scale", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1340,7 +1340,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap edit_scale_white { + internal static System.Drawing.Bitmap edit_scale_white { get { object obj = ResourceManager.GetObject("edit_scale_white", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1350,7 +1350,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap eraser { + internal static System.Drawing.Bitmap eraser { get { object obj = ResourceManager.GetObject("eraser", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1360,7 +1360,7 @@ public class Resources { /// /// Looks up a localized string similar to Error. /// - public static string Error { + internal static string Error { get { return ResourceManager.GetString("Error", resourceCulture); } @@ -1369,7 +1369,7 @@ public class Resources { /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// - public static System.IO.UnmanagedMemoryStream ErrorSound { + internal static System.IO.UnmanagedMemoryStream ErrorSound { get { return ResourceManager.GetStream("ErrorSound", resourceCulture); } @@ -1378,7 +1378,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap es { + internal static System.Drawing.Bitmap es { get { object obj = ResourceManager.GetObject("es", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1388,7 +1388,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap exclamation { + internal static System.Drawing.Bitmap exclamation { get { object obj = ResourceManager.GetObject("exclamation", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1398,7 +1398,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap Exclamation_16 { + internal static System.Drawing.Bitmap Exclamation_16 { get { object obj = ResourceManager.GetObject("Exclamation_16", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1408,7 +1408,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap exclamation_button { + internal static System.Drawing.Bitmap exclamation_button { get { object obj = ResourceManager.GetObject("exclamation_button", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1418,7 +1418,7 @@ public class Resources { /// /// Looks up a localized string similar to Failed to save settings. /// - public static string FailedToSaveSettings { + internal static string FailedToSaveSettings { get { return ResourceManager.GetString("FailedToSaveSettings", resourceCulture); } @@ -1427,7 +1427,7 @@ public class Resources { /// /// Looks up a localized string similar to FFmpeg error. /// - public static string FFmpeg_FFmpeg_error { + internal static string FFmpeg_FFmpeg_error { get { return ResourceManager.GetString("FFmpeg_FFmpeg_error", resourceCulture); } @@ -1436,7 +1436,7 @@ public class Resources { /// /// Looks up a localized string similar to FFmpeg video and audio source can't both be "None".. /// - public static string FFmpeg_FFmpeg_video_and_audio_source_both_can_t_be__None__ { + internal static string FFmpeg_FFmpeg_video_and_audio_source_both_can_t_be__None__ { get { return ResourceManager.GetString("FFmpeg_FFmpeg_video_and_audio_source_both_can_t_be__None__", resourceCulture); } @@ -1445,7 +1445,7 @@ public class Resources { /// /// Looks up a localized string similar to FFmpeg does not exist at the following path:. /// - public static string FFmpegDoesNotExistAtTheFollowingPath { + internal static string FFmpegDoesNotExistAtTheFollowingPath { get { return ResourceManager.GetString("FFmpegDoesNotExistAtTheFollowingPath", resourceCulture); } @@ -1454,7 +1454,7 @@ public class Resources { /// /// Looks up a localized string similar to FFmpeg is missing. /// - public static string FFmpegIsMissing { + internal static string FFmpegIsMissing { get { return ResourceManager.GetString("FFmpegIsMissing", resourceCulture); } @@ -1463,7 +1463,7 @@ public class Resources { /// /// Looks up a localized string similar to FFmpeg that comes with ShareX only supports 64-bit operating systems.. /// - public static string FFmpegOnlySupports64BitOperatingSystems { + internal static string FFmpegOnlySupports64BitOperatingSystems { get { return ResourceManager.GetString("FFmpegOnlySupports64BitOperatingSystems", resourceCulture); } @@ -1472,7 +1472,7 @@ public class Resources { /// /// Looks up a localized string similar to Use new name: . /// - public static string FileExistForm_txtNewName_TextChanged_Use_new_name__ { + internal static string FileExistForm_txtNewName_TextChanged_Use_new_name__ { get { return ResourceManager.GetString("FileExistForm_txtNewName_TextChanged_Use_new_name__", resourceCulture); } @@ -1481,7 +1481,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap film { + internal static System.Drawing.Bitmap film { get { object obj = ResourceManager.GetObject("film", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1491,7 +1491,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap film__arrow { + internal static System.Drawing.Bitmap film__arrow { get { object obj = ResourceManager.GetObject("film__arrow", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1501,7 +1501,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap folder { + internal static System.Drawing.Bitmap folder { get { object obj = ResourceManager.GetObject("folder", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1511,7 +1511,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap folder_open_document { + internal static System.Drawing.Bitmap folder_open_document { get { object obj = ResourceManager.GetObject("folder_open_document", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1521,7 +1521,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap folder_open_image { + internal static System.Drawing.Bitmap folder_open_image { get { object obj = ResourceManager.GetObject("folder_open_image", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1531,7 +1531,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap folder_stand { + internal static System.Drawing.Bitmap folder_stand { get { object obj = ResourceManager.GetObject("folder_stand", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1541,7 +1541,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap folder_tree { + internal static System.Drawing.Bitmap folder_tree { get { object obj = ResourceManager.GetObject("folder_tree", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1551,7 +1551,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap fr { + internal static System.Drawing.Bitmap fr { get { object obj = ResourceManager.GetObject("fr", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1561,7 +1561,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap gear { + internal static System.Drawing.Bitmap gear { get { object obj = ResourceManager.GetObject("gear", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1571,7 +1571,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap globe { + internal static System.Drawing.Bitmap globe { get { object obj = ResourceManager.GetObject("globe", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1581,7 +1581,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap globe__arrow { + internal static System.Drawing.Bitmap globe__arrow { get { object obj = ResourceManager.GetObject("globe__arrow", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1591,7 +1591,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap globe_pencil { + internal static System.Drawing.Bitmap globe_pencil { get { object obj = ResourceManager.GetObject("globe_pencil", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1601,7 +1601,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap globe_share { + internal static System.Drawing.Bitmap globe_share { get { object obj = ResourceManager.GetObject("globe_share", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1611,9 +1611,9 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap Google { + internal static System.Drawing.Bitmap Google_Lens { get { - object obj = ResourceManager.GetObject("Google", resourceCulture); + object obj = ResourceManager.GetObject("Google-Lens", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } @@ -1621,7 +1621,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap heart { + internal static System.Drawing.Bitmap heart { get { object obj = ResourceManager.GetObject("heart", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1631,7 +1631,7 @@ public class Resources { /// /// Looks up a localized string similar to hotkey. /// - public static string HotkeyManager_ShowFailedHotkeys_hotkey { + internal static string HotkeyManager_ShowFailedHotkeys_hotkey { get { return ResourceManager.GetString("HotkeyManager_ShowFailedHotkeys_hotkey", resourceCulture); } @@ -1640,7 +1640,7 @@ public class Resources { /// /// Looks up a localized string similar to Hotkey registration failed. /// - public static string HotkeyManager_ShowFailedHotkeys_Hotkey_registration_failed { + internal static string HotkeyManager_ShowFailedHotkeys_Hotkey_registration_failed { get { return ResourceManager.GetString("HotkeyManager_ShowFailedHotkeys_Hotkey_registration_failed", resourceCulture); } @@ -1649,7 +1649,7 @@ public class Resources { /// /// Looks up a localized string similar to hotkeys. /// - public static string HotkeyManager_ShowFailedHotkeys_hotkeys { + internal static string HotkeyManager_ShowFailedHotkeys_hotkeys { get { return ResourceManager.GetString("HotkeyManager_ShowFailedHotkeys_hotkeys", resourceCulture); } @@ -1662,7 +1662,7 @@ public class Resources { /// ///Please select a different hotkey or quit the conflicting application and reopen ShareX.. /// - public static string HotkeyManager_ShowFailedHotkeys_Unable_to_register_hotkey { + internal static string HotkeyManager_ShowFailedHotkeys_Unable_to_register_hotkey { get { return ResourceManager.GetString("HotkeyManager_ShowFailedHotkeys_Unable_to_register_hotkey", resourceCulture); } @@ -1671,7 +1671,7 @@ public class Resources { /// /// Looks up a localized string similar to Select a hotkey.... /// - public static string HotkeySelectionControl_StartEditing_Select_a_hotkey___ { + internal static string HotkeySelectionControl_StartEditing_Select_a_hotkey___ { get { return ResourceManager.GetString("HotkeySelectionControl_StartEditing_Select_a_hotkey___", resourceCulture); } @@ -1680,7 +1680,7 @@ public class Resources { /// /// Looks up a localized string similar to Reset all hotkeys to defaults?. /// - public static string HotkeySettingsForm_Reset_all_hotkeys_to_defaults_Confirmation { + internal static string HotkeySettingsForm_Reset_all_hotkeys_to_defaults_Confirmation { get { return ResourceManager.GetString("HotkeySettingsForm_Reset_all_hotkeys_to_defaults_Confirmation", resourceCulture); } @@ -1689,7 +1689,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap hu { + internal static System.Drawing.Bitmap hu { get { object obj = ResourceManager.GetObject("hu", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1699,7 +1699,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap id { + internal static System.Drawing.Bitmap id { get { object obj = ResourceManager.GetObject("id", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1709,7 +1709,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap il { + internal static System.Drawing.Bitmap il { get { object obj = ResourceManager.GetObject("il", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1719,7 +1719,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap image { + internal static System.Drawing.Bitmap image { get { object obj = ResourceManager.GetObject("image", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1729,7 +1729,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap image_export { + internal static System.Drawing.Bitmap image_export { get { object obj = ResourceManager.GetObject("image_export", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1739,7 +1739,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap image_pencil { + internal static System.Drawing.Bitmap image_pencil { get { object obj = ResourceManager.GetObject("image_pencil", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1749,7 +1749,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap image_resize_actual { + internal static System.Drawing.Bitmap image_resize_actual { get { object obj = ResourceManager.GetObject("image_resize_actual", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1759,7 +1759,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap image_saturation { + internal static System.Drawing.Bitmap image_saturation { get { object obj = ResourceManager.GetObject("image_saturation", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1769,7 +1769,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap image_split { + internal static System.Drawing.Bitmap image_split { get { object obj = ResourceManager.GetObject("image_split", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1779,7 +1779,7 @@ public class Resources { /// /// Looks up a localized string similar to Could not write image to path:. /// - public static string ImageData_Write_Error_Message { + internal static string ImageData_Write_Error_Message { get { return ResourceManager.GetString("ImageData_Write_Error_Message", resourceCulture); } @@ -1788,7 +1788,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap images_flickr { + internal static System.Drawing.Bitmap images_flickr { get { object obj = ResourceManager.GetObject("images-flickr", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1798,7 +1798,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap images_stack { + internal static System.Drawing.Bitmap images_stack { get { object obj = ResourceManager.GetObject("images_stack", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1808,7 +1808,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap inbox { + internal static System.Drawing.Bitmap inbox { get { object obj = ResourceManager.GetObject("inbox", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1818,7 +1818,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap information { + internal static System.Drawing.Bitmap information { get { object obj = ResourceManager.GetObject("information", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1828,7 +1828,7 @@ public class Resources { /// /// Looks up a localized string similar to Class name. /// - public static string InspectWindow_ClassName { + internal static string InspectWindow_ClassName { get { return ResourceManager.GetString("InspectWindow_ClassName", resourceCulture); } @@ -1837,7 +1837,7 @@ public class Resources { /// /// Looks up a localized string similar to Client rectangle. /// - public static string InspectWindow_ClientRectangle { + internal static string InspectWindow_ClientRectangle { get { return ResourceManager.GetString("InspectWindow_ClientRectangle", resourceCulture); } @@ -1846,7 +1846,7 @@ public class Resources { /// /// Looks up a localized string similar to Extended window styles. /// - public static string InspectWindow_ExtendedWindowStyles { + internal static string InspectWindow_ExtendedWindowStyles { get { return ResourceManager.GetString("InspectWindow_ExtendedWindowStyles", resourceCulture); } @@ -1855,7 +1855,7 @@ public class Resources { /// /// Looks up a localized string similar to Process file name. /// - public static string InspectWindow_ProcessFileName { + internal static string InspectWindow_ProcessFileName { get { return ResourceManager.GetString("InspectWindow_ProcessFileName", resourceCulture); } @@ -1864,7 +1864,7 @@ public class Resources { /// /// Looks up a localized string similar to Process identifier. /// - public static string InspectWindow_ProcessIdentifier { + internal static string InspectWindow_ProcessIdentifier { get { return ResourceManager.GetString("InspectWindow_ProcessIdentifier", resourceCulture); } @@ -1873,7 +1873,7 @@ public class Resources { /// /// Looks up a localized string similar to Process name. /// - public static string InspectWindow_ProcessName { + internal static string InspectWindow_ProcessName { get { return ResourceManager.GetString("InspectWindow_ProcessName", resourceCulture); } @@ -1882,7 +1882,7 @@ public class Resources { /// /// Looks up a localized string similar to Window handle. /// - public static string InspectWindow_WindowHandle { + internal static string InspectWindow_WindowHandle { get { return ResourceManager.GetString("InspectWindow_WindowHandle", resourceCulture); } @@ -1891,7 +1891,7 @@ public class Resources { /// /// Looks up a localized string similar to Window rectangle. /// - public static string InspectWindow_WindowRectangle { + internal static string InspectWindow_WindowRectangle { get { return ResourceManager.GetString("InspectWindow_WindowRectangle", resourceCulture); } @@ -1900,7 +1900,7 @@ public class Resources { /// /// Looks up a localized string similar to Window styles. /// - public static string InspectWindow_WindowStyles { + internal static string InspectWindow_WindowStyles { get { return ResourceManager.GetString("InspectWindow_WindowStyles", resourceCulture); } @@ -1909,7 +1909,7 @@ public class Resources { /// /// Looks up a localized string similar to Window title. /// - public static string InspectWindow_WindowTitle { + internal static string InspectWindow_WindowTitle { get { return ResourceManager.GetString("InspectWindow_WindowTitle", resourceCulture); } @@ -1918,7 +1918,7 @@ public class Resources { /// /// Looks up a localized string similar to Edit with ShareX. /// - public static string IntegrationHelpers_EditWithShareX { + internal static string IntegrationHelpers_EditWithShareX { get { return ResourceManager.GetString("IntegrationHelpers_EditWithShareX", resourceCulture); } @@ -1927,7 +1927,7 @@ public class Resources { /// /// Looks up a localized string similar to Upload with ShareX. /// - public static string IntegrationHelpers_UploadWithShareX { + internal static string IntegrationHelpers_UploadWithShareX { get { return ResourceManager.GetString("IntegrationHelpers_UploadWithShareX", resourceCulture); } @@ -1936,7 +1936,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ir { + internal static System.Drawing.Bitmap ir { get { object obj = ResourceManager.GetObject("ir", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1946,7 +1946,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap it { + internal static System.Drawing.Bitmap it { get { object obj = ResourceManager.GetObject("it", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1956,7 +1956,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap jp { + internal static System.Drawing.Bitmap jp { get { object obj = ResourceManager.GetObject("jp", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1966,7 +1966,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap keyboard { + internal static System.Drawing.Bitmap keyboard { get { object obj = ResourceManager.GetObject("keyboard", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1976,7 +1976,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap keyboard__minus { + internal static System.Drawing.Bitmap keyboard__minus { get { object obj = ResourceManager.GetObject("keyboard__minus", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1986,7 +1986,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap keyboard__plus { + internal static System.Drawing.Bitmap keyboard__plus { get { object obj = ResourceManager.GetObject("keyboard__plus", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -1996,7 +1996,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap kr { + internal static System.Drawing.Bitmap kr { get { object obj = ResourceManager.GetObject("kr", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2006,7 +2006,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap layer__arrow { + internal static System.Drawing.Bitmap layer__arrow { get { object obj = ResourceManager.GetObject("layer__arrow", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2016,7 +2016,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap layer_fullscreen { + internal static System.Drawing.Bitmap layer_fullscreen { get { object obj = ResourceManager.GetObject("layer_fullscreen", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2026,7 +2026,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap layer_shape { + internal static System.Drawing.Bitmap layer_shape { get { object obj = ResourceManager.GetObject("layer_shape", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2036,7 +2036,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap layer_transparent { + internal static System.Drawing.Bitmap layer_transparent { get { object obj = ResourceManager.GetObject("layer_transparent", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2046,7 +2046,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap layers { + internal static System.Drawing.Bitmap layers { get { object obj = ResourceManager.GetObject("layers", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2056,7 +2056,7 @@ public class Resources { /// /// Looks up a localized string similar to Do you really want to delete this file?. /// - public static string MainForm_tsmiDeleteSelectedFile_Click_Do_you_really_want_to_delete_this_file_ { + internal static string MainForm_tsmiDeleteSelectedFile_Click_Do_you_really_want_to_delete_this_file_ { get { return ResourceManager.GetString("MainForm_tsmiDeleteSelectedFile_Click_Do_you_really_want_to_delete_this_file_", resourceCulture); } @@ -2065,7 +2065,7 @@ public class Resources { /// /// Looks up a localized string similar to File delete confirmation. /// - public static string MainForm_tsmiDeleteSelectedFile_Click_File_delete_confirmation { + internal static string MainForm_tsmiDeleteSelectedFile_Click_File_delete_confirmation { get { return ResourceManager.GetString("MainForm_tsmiDeleteSelectedFile_Click_File_delete_confirmation", resourceCulture); } @@ -2074,7 +2074,7 @@ public class Resources { /// /// Looks up a localized string similar to Text upload test. /// - public static string MainForm_tsmiTestTextUpload_Click_Text_upload_test { + internal static string MainForm_tsmiTestTextUpload_Click_Text_upload_test { get { return ResourceManager.GetString("MainForm_tsmiTestTextUpload_Click_Text_upload_test", resourceCulture); } @@ -2083,7 +2083,7 @@ public class Resources { /// /// Looks up a localized string similar to Disable hotkeys. /// - public static string MainForm_UpdateToggleHotkeyButton_Disable_hotkeys { + internal static string MainForm_UpdateToggleHotkeyButton_Disable_hotkeys { get { return ResourceManager.GetString("MainForm_UpdateToggleHotkeyButton_Disable_hotkeys", resourceCulture); } @@ -2092,7 +2092,7 @@ public class Resources { /// /// Looks up a localized string similar to Enable hotkeys. /// - public static string MainForm_UpdateToggleHotkeyButton_Enable_hotkeys { + internal static string MainForm_UpdateToggleHotkeyButton_Enable_hotkeys { get { return ResourceManager.GetString("MainForm_UpdateToggleHotkeyButton_Enable_hotkeys", resourceCulture); } @@ -2101,7 +2101,7 @@ public class Resources { /// /// Looks up a localized string similar to You can add workflows from hotkey settings.... /// - public static string MainForm_UpdateWorkflowsMenu_You_can_add_workflows_from_hotkey_settings___ { + internal static string MainForm_UpdateWorkflowsMenu_You_can_add_workflows_from_hotkey_settings___ { get { return ResourceManager.GetString("MainForm_UpdateWorkflowsMenu_You_can_add_workflows_from_hotkey_settings___", resourceCulture); } @@ -2110,7 +2110,7 @@ public class Resources { /// /// Looks up a localized string similar to The debug log can contain sensitive information. Are you sure you want to proceed?. /// - public static string MainForm_UploadDebugLogWarning { + internal static string MainForm_UploadDebugLogWarning { get { return ResourceManager.GetString("MainForm_UploadDebugLogWarning", resourceCulture); } @@ -2119,7 +2119,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap megaphone { + internal static System.Drawing.Bitmap megaphone { get { object obj = ResourceManager.GetObject("megaphone", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2129,7 +2129,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap monitor { + internal static System.Drawing.Bitmap monitor { get { object obj = ResourceManager.GetObject("monitor", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2139,7 +2139,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap mx { + internal static System.Drawing.Bitmap mx { get { object obj = ResourceManager.GetObject("mx", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2149,7 +2149,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap navigation_000_button { + internal static System.Drawing.Bitmap navigation_000_button { get { object obj = ResourceManager.GetObject("navigation_000_button", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2159,7 +2159,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap navigation_090_button { + internal static System.Drawing.Bitmap navigation_090_button { get { object obj = ResourceManager.GetObject("navigation_090_button", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2169,7 +2169,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap network_cloud { + internal static System.Drawing.Bitmap network_cloud { get { object obj = ResourceManager.GetObject("network_cloud", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2179,7 +2179,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap network_ip { + internal static System.Drawing.Bitmap network_ip { get { object obj = ResourceManager.GetObject("network_ip", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2189,7 +2189,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap nl { + internal static System.Drawing.Bitmap nl { get { object obj = ResourceManager.GetObject("nl", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2199,7 +2199,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap notebook { + internal static System.Drawing.Bitmap notebook { get { object obj = ResourceManager.GetObject("notebook", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2209,7 +2209,7 @@ public class Resources { /// /// Looks up a localized string similar to The OCR output has been copied to your clipboard.. /// - public static string OCRForm_AutoComplete { + internal static string OCRForm_AutoComplete { get { return ResourceManager.GetString("OCRForm_AutoComplete", resourceCulture); } @@ -2218,7 +2218,7 @@ public class Resources { /// /// Looks up a localized string similar to Error occurred during OCR processing, or no text was returned.. /// - public static string OCRForm_AutoCompleteFail { + internal static string OCRForm_AutoCompleteFail { get { return ResourceManager.GetString("OCRForm_AutoCompleteFail", resourceCulture); } @@ -2227,7 +2227,7 @@ public class Resources { /// /// Looks up a localized string similar to OCR is processing.. /// - public static string OCRForm_AutoProcessing { + internal static string OCRForm_AutoProcessing { get { return ResourceManager.GetString("OCRForm_AutoProcessing", resourceCulture); } @@ -2236,7 +2236,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Byte[]. /// - public static byte[] openhand { + internal static byte[] openhand { get { object obj = ResourceManager.GetObject("openhand", resourceCulture); return ((byte[])(obj)); @@ -2246,7 +2246,7 @@ public class Resources { /// /// Looks up a localized string similar to Optical character recognition feature is only available with Windows version {0} or newer.. /// - public static string OpticalCharacterRecognitionFeatureIsOnlyAvailableWithWindowsVersion0OrNewer { + internal static string OpticalCharacterRecognitionFeatureIsOnlyAvailableWithWindowsVersion0OrNewer { get { return ResourceManager.GetString("OpticalCharacterRecognitionFeatureIsOnlyAvailableWithWindowsVersion0OrNewer", resourceCulture); } @@ -2255,7 +2255,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap pencil { + internal static System.Drawing.Bitmap pencil { get { object obj = ResourceManager.GetObject("pencil", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2265,7 +2265,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap picture_sunset { + internal static System.Drawing.Bitmap picture_sunset { get { object obj = ResourceManager.GetObject("picture-sunset", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2275,7 +2275,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap pin { + internal static System.Drawing.Bitmap pin { get { object obj = ResourceManager.GetObject("pin", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2285,7 +2285,7 @@ public class Resources { /// /// Looks up a localized string similar to Pin to screen. /// - public static string PinToScreen { + internal static string PinToScreen { get { return ResourceManager.GetString("PinToScreen", resourceCulture); } @@ -2294,7 +2294,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap pipette { + internal static System.Drawing.Bitmap pipette { get { object obj = ResourceManager.GetObject("pipette", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2304,7 +2304,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap pl { + internal static System.Drawing.Bitmap pl { get { object obj = ResourceManager.GetObject("pl", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2314,7 +2314,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap printer { + internal static System.Drawing.Bitmap printer { get { object obj = ResourceManager.GetObject("printer", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2324,7 +2324,7 @@ public class Resources { /// /// Looks up a localized string similar to Unable to create folder:. /// - public static string Program_Run_Unable_to_create_folder_ { + internal static string Program_Run_Unable_to_create_folder_ { get { return ResourceManager.GetString("Program_Run_Unable_to_create_folder_", resourceCulture); } @@ -2334,7 +2334,7 @@ public class Resources { /// Looks up a localized string similar to Can't access to "{0}" file. ///Please run ShareX as administrator to change personal folder path.. /// - public static string Program_WritePersonalPathConfig_Cant_access_to_file { + internal static string Program_WritePersonalPathConfig_Cant_access_to_file { get { return ResourceManager.GetString("Program_WritePersonalPathConfig_Cant_access_to_file", resourceCulture); } @@ -2343,7 +2343,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap pt { + internal static System.Drawing.Bitmap pt { get { object obj = ResourceManager.GetObject("pt", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2353,7 +2353,7 @@ public class Resources { /// /// Looks up a localized string similar to Input text to encode. /// - public static string QRCodeForm_InputTextToEncode { + internal static string QRCodeForm_InputTextToEncode { get { return ResourceManager.GetString("QRCodeForm_InputTextToEncode", resourceCulture); } @@ -2362,7 +2362,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap question { + internal static System.Drawing.Bitmap question { get { object obj = ResourceManager.GetObject("question", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2372,7 +2372,7 @@ public class Resources { /// /// Looks up a localized string similar to Cancel. /// - public static string QuickTaskMenu_ShowMenu_Cancel { + internal static string QuickTaskMenu_ShowMenu_Cancel { get { return ResourceManager.GetString("QuickTaskMenu_ShowMenu_Cancel", resourceCulture); } @@ -2381,7 +2381,7 @@ public class Resources { /// /// Looks up a localized string similar to Continue. /// - public static string QuickTaskMenu_ShowMenu_Continue { + internal static string QuickTaskMenu_ShowMenu_Continue { get { return ResourceManager.GetString("QuickTaskMenu_ShowMenu_Continue", resourceCulture); } @@ -2390,7 +2390,7 @@ public class Resources { /// /// Looks up a localized string similar to Edit this menu.... /// - public static string QuickTaskMenu_ShowMenu_Edit_this_menu___ { + internal static string QuickTaskMenu_ShowMenu_Edit_this_menu___ { get { return ResourceManager.GetString("QuickTaskMenu_ShowMenu_Edit_this_menu___", resourceCulture); } @@ -2399,7 +2399,7 @@ public class Resources { /// /// Looks up a localized string similar to Reset all quick tasks to defaults?. /// - public static string QuickTaskMenuEditorForm_Reset_all_quick_tasks_to_defaults_Confirmation { + internal static string QuickTaskMenuEditorForm_Reset_all_quick_tasks_to_defaults_Confirmation { get { return ResourceManager.GetString("QuickTaskMenuEditorForm_Reset_all_quick_tasks_to_defaults_Confirmation", resourceCulture); } @@ -2408,7 +2408,7 @@ public class Resources { /// /// Looks up a localized string similar to Left click to copy URL to clipboard. Right click to open URL.. /// - public static string RecentManager_UpdateRecentMenu_Left_click_to_copy_URL_to_clipboard__Right_click_to_open_URL_ { + internal static string RecentManager_UpdateRecentMenu_Left_click_to_copy_URL_to_clipboard__Right_click_to_open_URL_ { get { return ResourceManager.GetString("RecentManager_UpdateRecentMenu_Left_click_to_copy_URL_to_clipboard__Right_click_t" + "o_open_URL_", resourceCulture); @@ -2418,7 +2418,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap Rectangle { + internal static System.Drawing.Bitmap Rectangle { get { object obj = ResourceManager.GetObject("Rectangle", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2428,7 +2428,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ro { + internal static System.Drawing.Bitmap ro { get { object obj = ResourceManager.GetObject("ro", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2438,7 +2438,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ru { + internal static System.Drawing.Bitmap ru { get { object obj = ResourceManager.GetObject("ru", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2448,7 +2448,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ruler_triangle { + internal static System.Drawing.Bitmap ruler_triangle { get { object obj = ResourceManager.GetObject("ruler_triangle", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2458,7 +2458,7 @@ public class Resources { /// /// Looks up a localized string similar to Screen color picker. /// - public static string ScreenColorPicker { + internal static string ScreenColorPicker { get { return ResourceManager.GetString("ScreenColorPicker", resourceCulture); } @@ -2467,7 +2467,7 @@ public class Resources { /// /// Looks up a localized string similar to Screenshot delay: {0}s. /// - public static string ScreenshotDelay0S { + internal static string ScreenshotDelay0S { get { return ResourceManager.GetString("ScreenshotDelay0S", resourceCulture); } @@ -2476,7 +2476,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap script__minus { + internal static System.Drawing.Bitmap script__minus { get { object obj = ResourceManager.GetObject("script__minus", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2488,7 +2488,7 @@ public class Resources { /// ///Do you want to abort the active screen recording?. /// - public static string ShareXCannotBeClosedWhileScreenRecordingIsActive { + internal static string ShareXCannotBeClosedWhileScreenRecordingIsActive { get { return ResourceManager.GetString("ShareXCannotBeClosedWhileScreenRecordingIsActive", resourceCulture); } @@ -2497,7 +2497,7 @@ public class Resources { /// /// Looks up a localized string similar to ShareX - Confirmation. /// - public static string ShareXConfirmation { + internal static string ShareXConfirmation { get { return ResourceManager.GetString("ShareXConfirmation", resourceCulture); } @@ -2506,7 +2506,7 @@ public class Resources { /// /// Looks up a localized string similar to ShareX is minimized to the system tray.. /// - public static string ShareXIsMinimizedToTheSystemTray { + internal static string ShareXIsMinimizedToTheSystemTray { get { return ResourceManager.GetString("ShareXIsMinimizedToTheSystemTray", resourceCulture); } @@ -2515,7 +2515,7 @@ public class Resources { /// /// Looks up a localized string similar to ShareX is up to date!. /// - public static string ShareXIsUpToDate { + internal static string ShareXIsUpToDate { get { return ResourceManager.GetString("ShareXIsUpToDate", resourceCulture); } @@ -2526,7 +2526,7 @@ public class Resources { /// ///Would you like to restart ShareX?. /// - public static string ShareXNeedsToBeRestartedForThePersonalFolderChangesToApply { + internal static string ShareXNeedsToBeRestartedForThePersonalFolderChangesToApply { get { return ResourceManager.GetString("ShareXNeedsToBeRestartedForThePersonalFolderChangesToApply", resourceCulture); } @@ -2535,7 +2535,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap status { + internal static System.Drawing.Bitmap status { get { object obj = ResourceManager.GetObject("status", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2545,7 +2545,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap status_away { + internal static System.Drawing.Bitmap status_away { get { object obj = ResourceManager.GetObject("status_away", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2555,7 +2555,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap status_busy { + internal static System.Drawing.Bitmap status_busy { get { object obj = ResourceManager.GetObject("status_busy", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2565,7 +2565,7 @@ public class Resources { /// /// Looks up a localized string similar to Switch to list view. /// - public static string SwitchToListView { + internal static string SwitchToListView { get { return ResourceManager.GetString("SwitchToListView", resourceCulture); } @@ -2574,7 +2574,7 @@ public class Resources { /// /// Looks up a localized string similar to Switch to thumbnail view. /// - public static string SwitchToThumbnailView { + internal static string SwitchToThumbnailView { get { return ResourceManager.GetString("SwitchToThumbnailView", resourceCulture); } @@ -2583,7 +2583,7 @@ public class Resources { /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// - public static System.IO.UnmanagedMemoryStream TaskCompletedSound { + internal static System.IO.UnmanagedMemoryStream TaskCompletedSound { get { return ResourceManager.GetStream("TaskCompletedSound", resourceCulture); } @@ -2592,7 +2592,7 @@ public class Resources { /// /// Looks up a localized string similar to Copied to clipboard: {0}. /// - public static string TaskHelpers_OpenQuickScreenColorPicker_Copied_to_clipboard___0_ { + internal static string TaskHelpers_OpenQuickScreenColorPicker_Copied_to_clipboard___0_ { get { return ResourceManager.GetString("TaskHelpers_OpenQuickScreenColorPicker_Copied_to_clipboard___0_", resourceCulture); } @@ -2601,7 +2601,7 @@ public class Resources { /// /// Looks up a localized string similar to Hotkeys disabled.. /// - public static string TaskHelpers_ToggleHotkeys_Hotkeys_disabled_ { + internal static string TaskHelpers_ToggleHotkeys_Hotkeys_disabled_ { get { return ResourceManager.GetString("TaskHelpers_ToggleHotkeys_Hotkeys_disabled_", resourceCulture); } @@ -2610,7 +2610,7 @@ public class Resources { /// /// Looks up a localized string similar to Hotkeys enabled.. /// - public static string TaskHelpers_ToggleHotkeys_Hotkeys_enabled_ { + internal static string TaskHelpers_ToggleHotkeys_Hotkeys_enabled_ { get { return ResourceManager.GetString("TaskHelpers_ToggleHotkeys_Hotkeys_enabled_", resourceCulture); } @@ -2619,7 +2619,7 @@ public class Resources { /// /// Looks up a localized string similar to Tweet successfully sent.. /// - public static string TaskHelpers_TweetMessage_Tweet_successfully_sent_ { + internal static string TaskHelpers_TweetMessage_Tweet_successfully_sent_ { get { return ResourceManager.GetString("TaskHelpers_TweetMessage_Tweet_successfully_sent_", resourceCulture); } @@ -2628,7 +2628,7 @@ public class Resources { /// /// Looks up a localized string similar to Unable to find a valid Twitter account.. /// - public static string TaskHelpers_TweetMessage_Unable_to_find_valid_Twitter_account_ { + internal static string TaskHelpers_TweetMessage_Unable_to_find_valid_Twitter_account_ { get { return ResourceManager.GetString("TaskHelpers_TweetMessage_Unable_to_find_valid_Twitter_account_", resourceCulture); } @@ -2637,7 +2637,7 @@ public class Resources { /// /// Looks up a localized string similar to History. /// - public static string TaskManager_CreateListViewItem_History { + internal static string TaskManager_CreateListViewItem_History { get { return ResourceManager.GetString("TaskManager_CreateListViewItem_History", resourceCulture); } @@ -2646,7 +2646,7 @@ public class Resources { /// /// Looks up a localized string similar to In queue. /// - public static string TaskManager_CreateListViewItem_In_queue { + internal static string TaskManager_CreateListViewItem_In_queue { get { return ResourceManager.GetString("TaskManager_CreateListViewItem_In_queue", resourceCulture); } @@ -2655,7 +2655,7 @@ public class Resources { /// /// Looks up a localized string similar to Error. /// - public static string TaskManager_task_UploadCompleted_Error { + internal static string TaskManager_task_UploadCompleted_Error { get { return ResourceManager.GetString("TaskManager_task_UploadCompleted_Error", resourceCulture); } @@ -2664,7 +2664,7 @@ public class Resources { /// /// Looks up a localized string similar to Task completed. /// - public static string TaskManager_task_UploadCompleted_ShareX___Task_completed { + internal static string TaskManager_task_UploadCompleted_ShareX___Task_completed { get { return ResourceManager.GetString("TaskManager_task_UploadCompleted_ShareX___Task_completed", resourceCulture); } @@ -2673,7 +2673,7 @@ public class Resources { /// /// Looks up a localized string similar to Preview:. /// - public static string TaskSettingsForm_txtNameFormatPatternActiveWindow_TextChanged_Preview_ { + internal static string TaskSettingsForm_txtNameFormatPatternActiveWindow_TextChanged_Preview_ { get { return ResourceManager.GetString("TaskSettingsForm_txtNameFormatPatternActiveWindow_TextChanged_Preview_", resourceCulture); } @@ -2682,7 +2682,7 @@ public class Resources { /// /// Looks up a localized string similar to After capture: {0}. /// - public static string TaskSettingsForm_UpdateUploaderMenuNames_After_capture___0_ { + internal static string TaskSettingsForm_UpdateUploaderMenuNames_After_capture___0_ { get { return ResourceManager.GetString("TaskSettingsForm_UpdateUploaderMenuNames_After_capture___0_", resourceCulture); } @@ -2691,7 +2691,7 @@ public class Resources { /// /// Looks up a localized string similar to After upload: {0}. /// - public static string TaskSettingsForm_UpdateUploaderMenuNames_After_upload___0_ { + internal static string TaskSettingsForm_UpdateUploaderMenuNames_After_upload___0_ { get { return ResourceManager.GetString("TaskSettingsForm_UpdateUploaderMenuNames_After_upload___0_", resourceCulture); } @@ -2700,7 +2700,7 @@ public class Resources { /// /// Looks up a localized string similar to File uploader: {0}. /// - public static string TaskSettingsForm_UpdateUploaderMenuNames_File_uploader___0_ { + internal static string TaskSettingsForm_UpdateUploaderMenuNames_File_uploader___0_ { get { return ResourceManager.GetString("TaskSettingsForm_UpdateUploaderMenuNames_File_uploader___0_", resourceCulture); } @@ -2709,7 +2709,7 @@ public class Resources { /// /// Looks up a localized string similar to Image uploader: {0}. /// - public static string TaskSettingsForm_UpdateUploaderMenuNames_Image_uploader___0_ { + internal static string TaskSettingsForm_UpdateUploaderMenuNames_Image_uploader___0_ { get { return ResourceManager.GetString("TaskSettingsForm_UpdateUploaderMenuNames_Image_uploader___0_", resourceCulture); } @@ -2718,7 +2718,7 @@ public class Resources { /// /// Looks up a localized string similar to Text uploader: {0}. /// - public static string TaskSettingsForm_UpdateUploaderMenuNames_Text_uploader___0_ { + internal static string TaskSettingsForm_UpdateUploaderMenuNames_Text_uploader___0_ { get { return ResourceManager.GetString("TaskSettingsForm_UpdateUploaderMenuNames_Text_uploader___0_", resourceCulture); } @@ -2727,7 +2727,7 @@ public class Resources { /// /// Looks up a localized string similar to URL sharing service: {0}. /// - public static string TaskSettingsForm_UpdateUploaderMenuNames_URL_sharing_service___0_ { + internal static string TaskSettingsForm_UpdateUploaderMenuNames_URL_sharing_service___0_ { get { return ResourceManager.GetString("TaskSettingsForm_UpdateUploaderMenuNames_URL_sharing_service___0_", resourceCulture); } @@ -2736,7 +2736,7 @@ public class Resources { /// /// Looks up a localized string similar to URL shortener: {0}. /// - public static string TaskSettingsForm_UpdateUploaderMenuNames_URL_shortener___0_ { + internal static string TaskSettingsForm_UpdateUploaderMenuNames_URL_shortener___0_ { get { return ResourceManager.GetString("TaskSettingsForm_UpdateUploaderMenuNames_URL_shortener___0_", resourceCulture); } @@ -2745,7 +2745,7 @@ public class Resources { /// /// Looks up a localized string similar to Task settings. /// - public static string TaskSettingsForm_UpdateWindowTitle_Task_settings { + internal static string TaskSettingsForm_UpdateWindowTitle_Task_settings { get { return ResourceManager.GetString("TaskSettingsForm_UpdateWindowTitle_Task_settings", resourceCulture); } @@ -2754,7 +2754,7 @@ public class Resources { /// /// Looks up a localized string similar to Task settings for {0}. /// - public static string TaskSettingsForm_UpdateWindowTitle_Task_settings_for__0_ { + internal static string TaskSettingsForm_UpdateWindowTitle_Task_settings_for__0_ { get { return ResourceManager.GetString("TaskSettingsForm_UpdateWindowTitle_Task_settings_for__0_", resourceCulture); } @@ -2763,7 +2763,7 @@ public class Resources { /// /// Looks up a localized string similar to This feature will not work when "DisableUpload" option is enabled!. /// - public static string ThisFeatureWillNotWorkWhenDisableUploadOptionIsEnabled { + internal static string ThisFeatureWillNotWorkWhenDisableUploadOptionIsEnabled { get { return ResourceManager.GetString("ThisFeatureWillNotWorkWhenDisableUploadOptionIsEnabled", resourceCulture); } @@ -2772,7 +2772,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap tick_button { + internal static System.Drawing.Bitmap tick_button { get { object obj = ResourceManager.GetObject("tick_button", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2782,7 +2782,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap toolbox { + internal static System.Drawing.Bitmap toolbox { get { object obj = ResourceManager.GetObject("toolbox", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2792,7 +2792,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap tr { + internal static System.Drawing.Bitmap tr { get { object obj = ResourceManager.GetObject("tr", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2802,7 +2802,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap traffic_cone { + internal static System.Drawing.Bitmap traffic_cone { get { object obj = ResourceManager.GetObject("traffic_cone", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2812,7 +2812,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap tw { + internal static System.Drawing.Bitmap tw { get { object obj = ResourceManager.GetObject("tw", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2822,7 +2822,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ua { + internal static System.Drawing.Bitmap ua { get { object obj = ResourceManager.GetObject("ua", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2832,7 +2832,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap uac { + internal static System.Drawing.Bitmap uac { get { object obj = ResourceManager.GetObject("uac", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2842,7 +2842,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ui_menu_blue { + internal static System.Drawing.Bitmap ui_menu_blue { get { object obj = ResourceManager.GetObject("ui_menu_blue", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2852,7 +2852,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ui_scroll_pane_image { + internal static System.Drawing.Bitmap ui_scroll_pane_image { get { object obj = ResourceManager.GetObject("ui_scroll_pane_image", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2862,7 +2862,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ui_splitter { + internal static System.Drawing.Bitmap ui_splitter { get { object obj = ResourceManager.GetObject("ui_splitter", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2872,7 +2872,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap ui_toolbar__arrow { + internal static System.Drawing.Bitmap ui_toolbar__arrow { get { object obj = ResourceManager.GetObject("ui_toolbar__arrow", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2882,7 +2882,7 @@ public class Resources { /// /// Looks up a localized string similar to Unable to find a window with specified window title.. /// - public static string UnableToFindAWindowWithSpecifiedWindowTitle { + internal static string UnableToFindAWindowWithSpecifiedWindowTitle { get { return ResourceManager.GetString("UnableToFindAWindowWithSpecifiedWindowTitle", resourceCulture); } @@ -2891,7 +2891,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap upload_cloud { + internal static System.Drawing.Bitmap upload_cloud { get { object obj = ResourceManager.GetObject("upload_cloud", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -2901,7 +2901,7 @@ public class Resources { /// /// Looks up a localized string similar to Upload errors. /// - public static string UploadInfoManager_ShowErrors_Upload_errors { + internal static string UploadInfoManager_ShowErrors_Upload_errors { get { return ResourceManager.GetString("UploadInfoManager_ShowErrors_Upload_errors", resourceCulture); } @@ -2911,7 +2911,7 @@ public class Resources { /// Looks up a localized string similar to Download failed: ///{0}. /// - public static string UploadManager_DownloadAndUploadFile_Download_failed { + internal static string UploadManager_DownloadAndUploadFile_Download_failed { get { return ResourceManager.GetString("UploadManager_DownloadAndUploadFile_Download_failed", resourceCulture); } @@ -2920,7 +2920,7 @@ public class Resources { /// /// Looks up a localized string similar to Are you sure you want to upload {0} files?. /// - public static string UploadManager_IsUploadConfirmed_Are_you_sure_you_want_to_upload__0__files_ { + internal static string UploadManager_IsUploadConfirmed_Are_you_sure_you_want_to_upload__0__files_ { get { return ResourceManager.GetString("UploadManager_IsUploadConfirmed_Are_you_sure_you_want_to_upload__0__files_", resourceCulture); } @@ -2929,7 +2929,7 @@ public class Resources { /// /// Looks up a localized string similar to Don't show this message again.. /// - public static string UploadManager_IsUploadConfirmed_Don_t_show_this_message_again_ { + internal static string UploadManager_IsUploadConfirmed_Don_t_show_this_message_again_ { get { return ResourceManager.GetString("UploadManager_IsUploadConfirmed_Don_t_show_this_message_again_", resourceCulture); } @@ -2938,7 +2938,7 @@ public class Resources { /// /// Looks up a localized string similar to Upload files. /// - public static string UploadManager_IsUploadConfirmed_Upload_files { + internal static string UploadManager_IsUploadConfirmed_Upload_files { get { return ResourceManager.GetString("UploadManager_IsUploadConfirmed_Upload_files", resourceCulture); } @@ -2947,7 +2947,7 @@ public class Resources { /// /// Looks up a localized string similar to Shorten. /// - public static string UploadManager_ShowShortenURLDialog_Shorten { + internal static string UploadManager_ShowShortenURLDialog_Shorten { get { return ResourceManager.GetString("UploadManager_ShowShortenURLDialog_Shorten", resourceCulture); } @@ -2956,7 +2956,7 @@ public class Resources { /// /// Looks up a localized string similar to Shorten URL. /// - public static string UploadManager_ShowShortenURLDialog_ShortenURL { + internal static string UploadManager_ShowShortenURLDialog_ShortenURL { get { return ResourceManager.GetString("UploadManager_ShowShortenURLDialog_ShortenURL", resourceCulture); } @@ -2965,7 +2965,7 @@ public class Resources { /// /// Looks up a localized string similar to File upload. /// - public static string UploadManager_UploadFile_File_upload { + internal static string UploadManager_UploadFile_File_upload { get { return ResourceManager.GetString("UploadManager_UploadFile_File_upload", resourceCulture); } @@ -2974,7 +2974,7 @@ public class Resources { /// /// Looks up a localized string similar to Folder upload. /// - public static string UploadManager_UploadFolder_Folder_upload { + internal static string UploadManager_UploadFolder_Folder_upload { get { return ResourceManager.GetString("UploadManager_UploadFolder_Folder_upload", resourceCulture); } @@ -2983,7 +2983,7 @@ public class Resources { /// /// Looks up a localized string similar to URL to download and upload. /// - public static string UploadManager_UploadURL_URL_to_download_from_and_upload { + internal static string UploadManager_UploadURL_URL_to_download_from_and_upload { get { return ResourceManager.GetString("UploadManager_UploadURL_URL_to_download_from_and_upload", resourceCulture); } @@ -2992,7 +2992,7 @@ public class Resources { /// /// Looks up a localized string similar to Share URL ({0}). /// - public static string UploadTask_CreateShareURLTask_Share_URL___0__ { + internal static string UploadTask_CreateShareURLTask_Share_URL___0__ { get { return ResourceManager.GetString("UploadTask_CreateShareURLTask_Share_URL___0__", resourceCulture); } @@ -3001,7 +3001,7 @@ public class Resources { /// /// Looks up a localized string similar to Shorten URL ({0}). /// - public static string UploadTask_CreateURLShortenerTask_Shorten_URL___0__ { + internal static string UploadTask_CreateURLShortenerTask_Shorten_URL___0__ { get { return ResourceManager.GetString("UploadTask_CreateURLShortenerTask_Shorten_URL___0__", resourceCulture); } @@ -3010,7 +3010,7 @@ public class Resources { /// /// Looks up a localized string similar to Choose a folder to save. /// - public static string UploadTask_DoAfterCaptureJobs_Choose_a_folder_to_save { + internal static string UploadTask_DoAfterCaptureJobs_Choose_a_folder_to_save { get { return ResourceManager.GetString("UploadTask_DoAfterCaptureJobs_Choose_a_folder_to_save", resourceCulture); } @@ -3019,7 +3019,7 @@ public class Resources { /// /// Looks up a localized string similar to First time upload warning. /// - public static string UploadTask_DoUploadJob_First_time_upload_warning { + internal static string UploadTask_DoUploadJob_First_time_upload_warning { get { return ResourceManager.GetString("UploadTask_DoUploadJob_First_time_upload_warning", resourceCulture); } @@ -3029,7 +3029,7 @@ public class Resources { /// Looks up a localized string similar to Are you sure you want to upload this screenshot? ///Press 'No' to cancel the current upload and disable screenshot auto uploading.. /// - public static string UploadTask_DoUploadJob_First_time_upload_warning_text { + internal static string UploadTask_DoUploadJob_First_time_upload_warning_text { get { return ResourceManager.GetString("UploadTask_DoUploadJob_First_time_upload_warning_text", resourceCulture); } @@ -3038,7 +3038,7 @@ public class Resources { /// /// Looks up a localized string similar to Uploading. /// - public static string UploadTask_DoUploadJob_Uploading { + internal static string UploadTask_DoUploadJob_Uploading { get { return ResourceManager.GetString("UploadTask_DoUploadJob_Uploading", resourceCulture); } @@ -3048,7 +3048,7 @@ public class Resources { /// Looks up a localized string similar to You are attempting to upload a large file. ///Are you sure you want to continue?. /// - public static string UploadTask_DoUploadJob_You_are_attempting_to_upload_a_large_file { + internal static string UploadTask_DoUploadJob_You_are_attempting_to_upload_a_large_file { get { return ResourceManager.GetString("UploadTask_DoUploadJob_You_are_attempting_to_upload_a_large_file", resourceCulture); } @@ -3057,7 +3057,7 @@ public class Resources { /// /// Looks up a localized string similar to Downloading. /// - public static string UploadTask_DownloadAndUpload_Downloading { + internal static string UploadTask_DownloadAndUpload_Downloading { get { return ResourceManager.GetString("UploadTask_DownloadAndUpload_Downloading", resourceCulture); } @@ -3066,7 +3066,7 @@ public class Resources { /// /// Looks up a localized string similar to Done. /// - public static string UploadTask_OnUploadCompleted_Done { + internal static string UploadTask_OnUploadCompleted_Done { get { return ResourceManager.GetString("UploadTask_OnUploadCompleted_Done", resourceCulture); } @@ -3075,7 +3075,7 @@ public class Resources { /// /// Looks up a localized string similar to Stopped. /// - public static string UploadTask_OnUploadCompleted_Stopped { + internal static string UploadTask_OnUploadCompleted_Stopped { get { return ResourceManager.GetString("UploadTask_OnUploadCompleted_Stopped", resourceCulture); } @@ -3084,7 +3084,7 @@ public class Resources { /// /// Looks up a localized string similar to Preparing. /// - public static string UploadTask_Prepare_Preparing { + internal static string UploadTask_Prepare_Preparing { get { return ResourceManager.GetString("UploadTask_Prepare_Preparing", resourceCulture); } @@ -3093,7 +3093,7 @@ public class Resources { /// /// Looks up a localized string similar to Starting. /// - public static string UploadTask_Prepare_Starting { + internal static string UploadTask_Prepare_Starting { get { return ResourceManager.GetString("UploadTask_Prepare_Starting", resourceCulture); } @@ -3102,7 +3102,7 @@ public class Resources { /// /// Looks up a localized string similar to Stopping. /// - public static string UploadTask_Stop_Stopping { + internal static string UploadTask_Stop_Stopping { get { return ResourceManager.GetString("UploadTask_Stop_Stopping", resourceCulture); } @@ -3111,7 +3111,7 @@ public class Resources { /// /// Looks up a localized string similar to URL is empty.. /// - public static string UploadTask_ThreadDoWork_URL_is_empty_ { + internal static string UploadTask_ThreadDoWork_URL_is_empty_ { get { return ResourceManager.GetString("UploadTask_ThreadDoWork_URL_is_empty_", resourceCulture); } @@ -3120,7 +3120,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap us { + internal static System.Drawing.Bitmap us { get { object obj = ResourceManager.GetObject("us", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3130,7 +3130,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap vn { + internal static System.Drawing.Bitmap vn { get { object obj = ResourceManager.GetObject("vn", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3140,7 +3140,7 @@ public class Resources { /// /// Looks up a localized string similar to {0} configuration is invalid or missing. Please check "Destination settings" window to configure it.. /// - public static string WorkerTask_GetInvalidConfigResult__0__configuration_is_invalid_or_missing__Please_check__Destination_settings__window_to_configure_it_ { + internal static string WorkerTask_GetInvalidConfigResult__0__configuration_is_invalid_or_missing__Please_check__Destination_settings__window_to_configure_it_ { get { return ResourceManager.GetString("WorkerTask_GetInvalidConfigResult__0__configuration_is_invalid_or_missing__Please" + "_check__Destination_settings__window_to_configure_it_", resourceCulture); @@ -3152,7 +3152,7 @@ public class Resources { /// ///You can later disable it from "After capture tasks" menu.. /// - public static string WouldYouLikeToEnableImageEffects { + internal static string WouldYouLikeToEnableImageEffects { get { return ResourceManager.GetString("WouldYouLikeToEnableImageEffects", resourceCulture); } @@ -3161,7 +3161,7 @@ public class Resources { /// /// Looks up a localized string similar to Would you like to reset themes?. /// - public static string WouldYouLikeToResetThemes { + internal static string WouldYouLikeToResetThemes { get { return ResourceManager.GetString("WouldYouLikeToResetThemes", resourceCulture); } @@ -3170,7 +3170,7 @@ public class Resources { /// /// Looks up a localized string similar to Would you like to retry clipboard upload?. /// - public static string WouldYouLikeToRetryClipboardUpload { + internal static string WouldYouLikeToRetryClipboardUpload { get { return ResourceManager.GetString("WouldYouLikeToRetryClipboardUpload", resourceCulture); } @@ -3179,7 +3179,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap wrench_screwdriver { + internal static System.Drawing.Bitmap wrench_screwdriver { get { object obj = ResourceManager.GetObject("wrench_screwdriver", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3189,7 +3189,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap X_black { + internal static System.Drawing.Bitmap X_black { get { object obj = ResourceManager.GetObject("X_black", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3199,7 +3199,7 @@ public class Resources { /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// - public static System.Drawing.Bitmap X_white { + internal static System.Drawing.Bitmap X_white { get { object obj = ResourceManager.GetObject("X_white", resourceCulture); return ((System.Drawing.Bitmap)(obj)); @@ -3209,7 +3209,7 @@ public class Resources { /// /// Looks up a localized string similar to Your anti-virus software or the controlled folder access feature in Windows could be blocking ShareX.. /// - public static string YourAntiVirusSoftwareOrTheControlledFolderAccessFeatureInWindowsCouldBeBlockingShareX { + internal static string YourAntiVirusSoftwareOrTheControlledFolderAccessFeatureInWindowsCouldBeBlockingShareX { get { return ResourceManager.GetString("YourAntiVirusSoftwareOrTheControlledFolderAccessFeatureInWindowsCouldBeBlockingSh" + "areX", resourceCulture); @@ -3219,7 +3219,7 @@ public class Resources { /// /// Looks up a localized string similar to Your system admin disabled the upload feature.. /// - public static string YourSystemAdminDisabledTheUploadFeature { + internal static string YourSystemAdminDisabledTheUploadFeature { get { return ResourceManager.GetString("YourSystemAdminDisabledTheUploadFeature", resourceCulture); } diff --git a/ShareX/Properties/Resources.resx b/ShareX/Properties/Resources.resx index 99bab1e38..7fe63d0f8 100644 --- a/ShareX/Properties/Resources.resx +++ b/ShareX/Properties/Resources.resx @@ -184,8 +184,8 @@ Cancel - - ..\Resources\clock-select.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + First time upload warning Switch to thumbnail view @@ -193,11 +193,8 @@ Stopping - - First time upload warning - - - ..\Resources\application-terminal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Romanian ..\Resources\globe.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -226,6 +223,9 @@ ..\Resources\control.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ShareX is up to date! + Changelog @@ -240,8 +240,8 @@ Would you like to restart ShareX? - - Traditional Chinese + + ..\Resources\Discord-white.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a The debug log can contain sensitive information. Are you sure you want to proceed? @@ -276,15 +276,18 @@ Would you like to restart ShareX? Task settings - - ..\Resources\camcorder-image.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Class name + + URL shortener: {0} + History + + ..\Resources\X-white.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + Select a hotkey... @@ -294,8 +297,8 @@ Would you like to restart ShareX? Disable hotkeys - - ..\Resources\cn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Reset all quick tasks to defaults? ..\Resources\br.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -318,6 +321,9 @@ Would you like to restart ShareX? ..\Resources\es.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\application-terminal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\balloon-white.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -327,6 +333,9 @@ Would you like to restart ShareX? ..\Resources\status-away.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Use new name: + ..\Resources\clipboard-block.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -358,6 +367,9 @@ Press 'No' to cancel the current upload and disable screenshot auto uploading. Custom + + Hebrew + Please choose a destination. @@ -403,9 +415,6 @@ Press 'No' to cancel the current upload and disable screenshot auto uploading. ..\Resources\ui-menu-blue.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\drive-download.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\clock--arrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -454,8 +463,8 @@ Are you sure you want to continue? ..\Resources\images-flickr.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Would you like to reset ShareX settings? + + Choose a folder to save Polish @@ -472,11 +481,14 @@ Are you sure you want to continue? ..\Resources\notebook.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Discord-black.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\application-monitor.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Use new name: + + ..\Resources\camera.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\wrench-screwdriver.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -493,6 +505,12 @@ Are you sure you want to continue? Are you sure you want to upload {0} files? + + ..\Resources\picture-sunset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\drive-download.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + Translators @@ -502,11 +520,8 @@ Are you sure you want to continue? ..\Resources\ro.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Choose ShareX personal folder path - - - Romanian + + ..\Resources\clock-select.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a {0} configuration is invalid or missing. Please check "Destination settings" window to configure it. @@ -517,8 +532,8 @@ Are you sure you want to continue? Separator - - Hebrew + + Would you like to reset themes? This feature will not work when "DisableUpload" option is enabled! @@ -538,8 +553,8 @@ Are you sure you want to continue? ..\Resources\application-tile-vertical.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\ui-scroll-pane-image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\status-busy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\ru.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -579,9 +594,6 @@ You can later disable it from "After capture tasks" menu. Edit with ShareX - - Choose screenshots folder path - Links @@ -600,8 +612,8 @@ You can later disable it from "After capture tasks" menu. ..\Resources\disk-rename.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\cross.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Window styles ..\Resources\image-export.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -615,12 +627,12 @@ You can later disable it from "After capture tasks" menu. ..\Resources\keyboard--plus.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Reset all quick tasks to defaults? - After capture: {0} + + Starting + Left click to copy URL to clipboard. Right click to open URL. @@ -639,8 +651,8 @@ You can later disable it from "After capture tasks" menu. ..\Resources\ir.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\closedhand.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\cn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Task completed @@ -672,8 +684,8 @@ You can later disable it from "After capture tasks" menu. ..\Resources\film.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Hotkeys enabled. + + Choose screenshots folder path ..\Resources\Exclamation-16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -746,24 +758,21 @@ Would you like to restart ShareX? FFmpeg error - - Would you like to reset themes? - ..\Resources\folder-stand.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Error - - ..\Resources\application-search-result.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - URL shortener: {0} + + Choose ShareX personal folder path ..\Resources\pt.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\closedhand.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Spanish @@ -782,8 +791,8 @@ Would you like to restart ShareX? ..\Resources\pencil.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\megaphone.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\application-search-result.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Shorten @@ -800,12 +809,12 @@ Would you like to restart ShareX? File delete confirmation + + ..\Resources\openhand.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ..\Resources\traffic-cone.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Window styles - You can add workflows from hotkey settings... @@ -818,14 +827,14 @@ Would you like to restart ShareX? Downloading - - ..\Resources\network-cloud.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - French - - Choose a folder to save + + ..\Resources\X-black.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\camcorder-image.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Optical character recognition feature is only available with Windows version {0} or newer. @@ -863,8 +872,8 @@ Would you like to restart ShareX? ..\Resources\edit-drop-cap.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - The OCR output has been copied to your clipboard. + + Would you like to retry clipboard upload? Russian @@ -875,6 +884,11 @@ Would you like to restart ShareX? ..\Resources\layer-shape.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ShareX cannot be closed while screen recording is active. + +Do you want to abort the active screen recording? + Upload with ShareX @@ -918,6 +932,9 @@ Please run ShareX as administrator to change personal folder path. ..\Resources\nl.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\megaphone.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + Turkish @@ -927,6 +944,9 @@ Please run ShareX as administrator to change personal folder path. ..\Resources\images-stack.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + Would you like to reset ShareX settings? + Failed to save settings @@ -936,18 +956,21 @@ Please run ShareX as administrator to change personal folder path. Error occurred during OCR processing, or no text was returned. + + Hotkeys enabled. + ..\Resources\color.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\camera.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Client rectangle Team + + Clipboard upload + ..\Resources\image-saturation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -966,8 +989,8 @@ Please run ShareX as administrator to change personal folder path. Enable hotkeys - - Hotkey registration failed + + ..\Resources\application-tile-horizontal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Edit... @@ -984,9 +1007,6 @@ Please run ShareX as administrator to change personal folder path. ..\Resources\upload-cloud.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\status-busy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\layer--arrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -999,9 +1019,6 @@ Please run ShareX as administrator to change personal folder path. ..\Resources\camcorder--arrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\Google.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - Image uploader: {0} @@ -1014,8 +1031,8 @@ Please run ShareX as administrator to change personal folder path. ..\Resources\information.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - Starting + + Traditional Chinese ..\Resources\document-copy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -1037,18 +1054,27 @@ Middle click to close ..\Resources\disk-small.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\network-cloud.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\id.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\drive-upload.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\openhand.cur;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\cross.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + Hotkey registration failed ..\Resources\application-icon-large.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\ui-scroll-pane-image.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\CaptureSound.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -1058,8 +1084,8 @@ Middle click to close Clipboard is empty or contains unknown data. - - ..\Resources\application-tile-horizontal.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + The OCR output has been copied to your clipboard. Screenshot delay: {0}s @@ -1101,33 +1127,7 @@ Middle click to close ..\Resources\TaskCompletedSound.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\Resources\picture-sunset.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ShareX cannot be closed while screen recording is active. - -Do you want to abort the active screen recording? - - - ShareX is up to date! - - - Clipboard upload - - - Would you like to retry clipboard upload? - - - ..\Resources\Discord-black.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\Discord-white.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\X-black.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - - ..\Resources\X-white.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Google-Lens.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a \ No newline at end of file diff --git a/ShareX/Resources/Google-Lens.png b/ShareX/Resources/Google-Lens.png new file mode 100644 index 0000000000000000000000000000000000000000..8851eed301c1f217401691abf087d0e550cc22dd GIT binary patch literal 616 zcmV-u0+;=XP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D0sTotK~y+TwNlSZ zR8bT@=lw_+#~+&vqlLH-AzTPeSYXJ!QK)SO;>w^!EuvjuvoUCNQ-uG*42cZPriF;i zj3#8rnASpYBWbO2ki%!N+&bx%b?2&b^oZ6w?|%_Y512cxQgAQC&XksOElRahdG$R#H)=*2qJI&fwRtUMZrc?awQZ%SNns+b;J zdcQu=J+cdTfjo208ZM*8Zyg}{DI@`20l$MupC)l~~C<>JWFKWh1qLIN(D=TNN$335c8(^f}yFOhGFv{OfHkR`Yzh)RaUGV zGVa6BcjAvw1mBQSUn(vZY<>Y*0hdiOrgg9a8r0+Nn!$Rf;1s0+=5CaF@f>1^w5+Zwq@maPq_UE)DF)Co_jkAO0o@DS{m0#Le! z_7xue<5=p0_=1L4$UE2DvB`g4`L0JeK!4l+0HR+~F{5Cdw}H+80000K76K literal 0 HcmV?d00001 diff --git a/ShareX/Resources/Google.png b/ShareX/Resources/Google.png deleted file mode 100644 index 11a9253ad846aa3cc1748b2aaa8d4d01d4fa85a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 631 zcmV--0*L*IP)Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi!vFvd!vV){sAK>D02y>eSaefwW^{L9 za%BK;VQFr3E^cLXAT%y8E-^Ag1Z(U700HMoL_t(IPn}asOB+!b&BjHn|HTp7f{&Fg zsJN+gkx0p^(7JG=1sC0kR0Qot+8C8U!CKlxDEPo4BI>RSCDMv93qb^5(U674%p{ZJ z`Mw#WF)0)e9OmA8zH{z#Joiy36zXi-4v`7ca+%=x7y!d9D+k4D7EZE|&B~xA7$?21 z%>gwruWONMA`|_JR967W)<&`csW-2XiA<>`VC`B-h|H|Q$q`boeK>vgq$1OO-5MZ} zm8hAGI+E$xqB+^tgp2TJSbt)${>HR@9_T>+VBfVn+u_HM*+Vjri+#e`3qzMI#xmG> zw{Z)4gA$OCPX6~(ShHSSMf+9!AJ7|@082W#l}E@eSD}zxQ1J%MA1=!H{>PPS^qLO} zcsE@dP~5`FQVr&|KB`y=13$AGFg%~tKD}|d1$klE-Nq#gAUA2v_7wcsvx4{fvz zIV)I?I|s^upgbZ&uEfk+@GbV>@%NW#i252#(UuQ>Q1SW&xAD99R><