diff --git a/ShareX/Forms/MainForm.Designer.cs b/ShareX/Forms/MainForm.Designer.cs index 4f7eda1bc..6c428c063 100644 --- a/ShareX/Forms/MainForm.Designer.cs +++ b/ShareX/Forms/MainForm.Designer.cs @@ -237,12 +237,14 @@ private void InitializeComponent() // // scMain.Panel1 // + resources.ApplyResources(this.scMain.Panel1, "scMain.Panel1"); this.scMain.Panel1.Controls.Add(this.lblMainFormTip); this.scMain.Panel1.Controls.Add(this.lblSplitter); this.scMain.Panel1.Controls.Add(this.lvUploads); // // scMain.Panel2 // + resources.ApplyResources(this.scMain.Panel2, "scMain.Panel2"); this.scMain.Panel2.Controls.Add(this.pbPreview); this.scMain.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.scMain_SplitterMoved); // @@ -257,12 +259,13 @@ private void InitializeComponent() // // lblSplitter // - this.lblSplitter.BackColor = System.Drawing.Color.Black; resources.ApplyResources(this.lblSplitter, "lblSplitter"); + this.lblSplitter.BackColor = System.Drawing.Color.Black; this.lblSplitter.Name = "lblSplitter"; // // lvUploads // + resources.ApplyResources(this.lvUploads, "lvUploads"); this.lvUploads.AutoFillColumn = true; this.lvUploads.BackColor = System.Drawing.Color.White; this.lvUploads.BorderStyle = System.Windows.Forms.BorderStyle.None; @@ -274,7 +277,6 @@ private void InitializeComponent() this.chElapsed, this.chRemaining, this.chURL}); - resources.ApplyResources(this.lvUploads, "lvUploads"); this.lvUploads.FullRowSelect = true; this.lvUploads.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.lvUploads.HideSelection = false; @@ -317,8 +319,8 @@ private void InitializeComponent() // // pbPreview // - this.pbPreview.BackColor = System.Drawing.Color.White; resources.ApplyResources(this.pbPreview, "pbPreview"); + this.pbPreview.BackColor = System.Drawing.Color.White; this.pbPreview.DrawCheckeredBackground = true; this.pbPreview.EnableRightClickMenu = true; this.pbPreview.FullscreenOnClick = true; @@ -355,6 +357,7 @@ private void InitializeComponent() // // tsddbCapture // + resources.ApplyResources(this.tsddbCapture, "tsddbCapture"); this.tsddbCapture.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiFullscreen, this.tsmiWindow, @@ -374,129 +377,129 @@ private void InitializeComponent() this.tsmiScreenRecordingGIF, this.tsmiAutoCapture}); this.tsddbCapture.Image = global::ShareX.Properties.Resources.camera; - resources.ApplyResources(this.tsddbCapture, "tsddbCapture"); this.tsddbCapture.Name = "tsddbCapture"; this.tsddbCapture.DropDownOpening += new System.EventHandler(this.tsddbCapture_DropDownOpening); // // tsmiFullscreen // + resources.ApplyResources(this.tsmiFullscreen, "tsmiFullscreen"); this.tsmiFullscreen.Image = global::ShareX.Properties.Resources.layer; this.tsmiFullscreen.Name = "tsmiFullscreen"; - resources.ApplyResources(this.tsmiFullscreen, "tsmiFullscreen"); this.tsmiFullscreen.Click += new System.EventHandler(this.tsmiFullscreen_Click); // // tsmiWindow // + resources.ApplyResources(this.tsmiWindow, "tsmiWindow"); this.tsmiWindow.Image = global::ShareX.Properties.Resources.application_blue; this.tsmiWindow.Name = "tsmiWindow"; - resources.ApplyResources(this.tsmiWindow, "tsmiWindow"); // // tsmiMonitor // + resources.ApplyResources(this.tsmiMonitor, "tsmiMonitor"); this.tsmiMonitor.Image = global::ShareX.Properties.Resources.monitor; this.tsmiMonitor.Name = "tsmiMonitor"; - resources.ApplyResources(this.tsmiMonitor, "tsmiMonitor"); // // tsmiRectangle // + resources.ApplyResources(this.tsmiRectangle, "tsmiRectangle"); this.tsmiRectangle.Image = global::ShareX.Properties.Resources.layer_shape; this.tsmiRectangle.Name = "tsmiRectangle"; - resources.ApplyResources(this.tsmiRectangle, "tsmiRectangle"); this.tsmiRectangle.Click += new System.EventHandler(this.tsmiRectangle_Click); // // tsmiWindowRectangle // + resources.ApplyResources(this.tsmiWindowRectangle, "tsmiWindowRectangle"); this.tsmiWindowRectangle.Image = global::ShareX.Properties.Resources.layers_ungroup; this.tsmiWindowRectangle.Name = "tsmiWindowRectangle"; - resources.ApplyResources(this.tsmiWindowRectangle, "tsmiWindowRectangle"); this.tsmiWindowRectangle.Click += new System.EventHandler(this.tsmiWindowRectangle_Click); // // tsmiRectangleAnnotate // + resources.ApplyResources(this.tsmiRectangleAnnotate, "tsmiRectangleAnnotate"); this.tsmiRectangleAnnotate.Image = global::ShareX.Properties.Resources.layer_pencil; this.tsmiRectangleAnnotate.Name = "tsmiRectangleAnnotate"; - resources.ApplyResources(this.tsmiRectangleAnnotate, "tsmiRectangleAnnotate"); this.tsmiRectangleAnnotate.Click += new System.EventHandler(this.tsmiRectangleAnnotate_Click); // // tsmiRectangleLight // + resources.ApplyResources(this.tsmiRectangleLight, "tsmiRectangleLight"); this.tsmiRectangleLight.Image = global::ShareX.Properties.Resources.Rectangle; this.tsmiRectangleLight.Name = "tsmiRectangleLight"; - resources.ApplyResources(this.tsmiRectangleLight, "tsmiRectangleLight"); this.tsmiRectangleLight.Click += new System.EventHandler(this.tsmiRectangleLight_Click); // // tsmiRoundedRectangle // + resources.ApplyResources(this.tsmiRoundedRectangle, "tsmiRoundedRectangle"); this.tsmiRoundedRectangle.Image = global::ShareX.Properties.Resources.layer_shape_round; this.tsmiRoundedRectangle.Name = "tsmiRoundedRectangle"; - resources.ApplyResources(this.tsmiRoundedRectangle, "tsmiRoundedRectangle"); this.tsmiRoundedRectangle.Click += new System.EventHandler(this.tsmiRoundedRectangle_Click); // // tsmiEllipse // + resources.ApplyResources(this.tsmiEllipse, "tsmiEllipse"); this.tsmiEllipse.Image = global::ShareX.Properties.Resources.layer_shape_ellipse; this.tsmiEllipse.Name = "tsmiEllipse"; - resources.ApplyResources(this.tsmiEllipse, "tsmiEllipse"); this.tsmiEllipse.Click += new System.EventHandler(this.tsmiEllipse_Click); // // tsmiTriangle // + resources.ApplyResources(this.tsmiTriangle, "tsmiTriangle"); this.tsmiTriangle.Image = global::ShareX.Properties.Resources.Triangle; this.tsmiTriangle.Name = "tsmiTriangle"; - resources.ApplyResources(this.tsmiTriangle, "tsmiTriangle"); this.tsmiTriangle.Click += new System.EventHandler(this.tsmiTriangle_Click); // // tsmiDiamond // + resources.ApplyResources(this.tsmiDiamond, "tsmiDiamond"); this.tsmiDiamond.Image = global::ShareX.Properties.Resources.Diamond; this.tsmiDiamond.Name = "tsmiDiamond"; - resources.ApplyResources(this.tsmiDiamond, "tsmiDiamond"); this.tsmiDiamond.Click += new System.EventHandler(this.tsmiDiamond_Click); // // tsmiPolygon // + resources.ApplyResources(this.tsmiPolygon, "tsmiPolygon"); this.tsmiPolygon.Image = global::ShareX.Properties.Resources.layer_shape_polygon; this.tsmiPolygon.Name = "tsmiPolygon"; - resources.ApplyResources(this.tsmiPolygon, "tsmiPolygon"); this.tsmiPolygon.Click += new System.EventHandler(this.tsmiPolygon_Click); // // tsmiFreeHand // + resources.ApplyResources(this.tsmiFreeHand, "tsmiFreeHand"); this.tsmiFreeHand.Image = global::ShareX.Properties.Resources.layer_shape_curve; this.tsmiFreeHand.Name = "tsmiFreeHand"; - resources.ApplyResources(this.tsmiFreeHand, "tsmiFreeHand"); this.tsmiFreeHand.Click += new System.EventHandler(this.tsmiFreeHand_Click); // // tsmiLastRegion // + resources.ApplyResources(this.tsmiLastRegion, "tsmiLastRegion"); this.tsmiLastRegion.Image = global::ShareX.Properties.Resources.layers_arrange; this.tsmiLastRegion.Name = "tsmiLastRegion"; - resources.ApplyResources(this.tsmiLastRegion, "tsmiLastRegion"); this.tsmiLastRegion.Click += new System.EventHandler(this.tsmiLastRegion_Click); // // tsmiScreenRecordingFFmpeg // + resources.ApplyResources(this.tsmiScreenRecordingFFmpeg, "tsmiScreenRecordingFFmpeg"); this.tsmiScreenRecordingFFmpeg.Image = global::ShareX.Properties.Resources.camcorder_image; this.tsmiScreenRecordingFFmpeg.Name = "tsmiScreenRecordingFFmpeg"; - resources.ApplyResources(this.tsmiScreenRecordingFFmpeg, "tsmiScreenRecordingFFmpeg"); this.tsmiScreenRecordingFFmpeg.Click += new System.EventHandler(this.tsmiScreenRecordingFFmpeg_Click); // // tsmiScreenRecordingGIF // + resources.ApplyResources(this.tsmiScreenRecordingGIF, "tsmiScreenRecordingGIF"); this.tsmiScreenRecordingGIF.Image = global::ShareX.Properties.Resources.film; this.tsmiScreenRecordingGIF.Name = "tsmiScreenRecordingGIF"; - resources.ApplyResources(this.tsmiScreenRecordingGIF, "tsmiScreenRecordingGIF"); this.tsmiScreenRecordingGIF.Click += new System.EventHandler(this.tsmiScreenRecordingGIF_Click); // // tsmiAutoCapture // + resources.ApplyResources(this.tsmiAutoCapture, "tsmiAutoCapture"); this.tsmiAutoCapture.Image = global::ShareX.Properties.Resources.clock; this.tsmiAutoCapture.Name = "tsmiAutoCapture"; - resources.ApplyResources(this.tsmiAutoCapture, "tsmiAutoCapture"); this.tsmiAutoCapture.Click += new System.EventHandler(this.tsmiAutoCapture_Click); // // tsddbUpload // + resources.ApplyResources(this.tsddbUpload, "tsddbUpload"); this.tsddbUpload.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiUploadFile, this.tsmiUploadFolder, @@ -504,52 +507,52 @@ private void InitializeComponent() this.tsmiUploadURL, this.tsmiUploadDragDrop}); this.tsddbUpload.Image = global::ShareX.Properties.Resources.arrow_090; - resources.ApplyResources(this.tsddbUpload, "tsddbUpload"); this.tsddbUpload.Name = "tsddbUpload"; // // tsmiUploadFile // + resources.ApplyResources(this.tsmiUploadFile, "tsmiUploadFile"); this.tsmiUploadFile.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiUploadFile.Name = "tsmiUploadFile"; - resources.ApplyResources(this.tsmiUploadFile, "tsmiUploadFile"); this.tsmiUploadFile.Click += new System.EventHandler(this.tsbFileUpload_Click); // // tsmiUploadFolder // + resources.ApplyResources(this.tsmiUploadFolder, "tsmiUploadFolder"); this.tsmiUploadFolder.Image = global::ShareX.Properties.Resources.folder; this.tsmiUploadFolder.Name = "tsmiUploadFolder"; - resources.ApplyResources(this.tsmiUploadFolder, "tsmiUploadFolder"); this.tsmiUploadFolder.Click += new System.EventHandler(this.tsmiUploadFolder_Click); // // tsmiUploadClipboard // + resources.ApplyResources(this.tsmiUploadClipboard, "tsmiUploadClipboard"); this.tsmiUploadClipboard.Image = global::ShareX.Properties.Resources.clipboard; this.tsmiUploadClipboard.Name = "tsmiUploadClipboard"; - resources.ApplyResources(this.tsmiUploadClipboard, "tsmiUploadClipboard"); this.tsmiUploadClipboard.Click += new System.EventHandler(this.tsbClipboardUpload_Click); // // tsmiUploadURL // + resources.ApplyResources(this.tsmiUploadURL, "tsmiUploadURL"); this.tsmiUploadURL.Image = global::ShareX.Properties.Resources.drive; this.tsmiUploadURL.Name = "tsmiUploadURL"; - resources.ApplyResources(this.tsmiUploadURL, "tsmiUploadURL"); this.tsmiUploadURL.Click += new System.EventHandler(this.tsmiUploadURL_Click); // // tsmiUploadDragDrop // + resources.ApplyResources(this.tsmiUploadDragDrop, "tsmiUploadDragDrop"); this.tsmiUploadDragDrop.Image = global::ShareX.Properties.Resources.inbox; this.tsmiUploadDragDrop.Name = "tsmiUploadDragDrop"; - resources.ApplyResources(this.tsmiUploadDragDrop, "tsmiUploadDragDrop"); this.tsmiUploadDragDrop.Click += new System.EventHandler(this.tsbDragDropUpload_Click); // // tsddbWorkflows // - this.tsddbWorkflows.Image = global::ShareX.Properties.Resources.categories; resources.ApplyResources(this.tsddbWorkflows, "tsddbWorkflows"); + this.tsddbWorkflows.Image = global::ShareX.Properties.Resources.categories; this.tsddbWorkflows.Name = "tsddbWorkflows"; // // tsddbTools // + resources.ApplyResources(this.tsddbTools, "tsddbTools"); this.tsddbTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiScreenColorPicker, this.tsmiImageEditor, @@ -563,106 +566,106 @@ private void InitializeComponent() this.tsmiTweetMessage, this.tsmiMonitorTest}); this.tsddbTools.Image = global::ShareX.Properties.Resources.toolbox; - resources.ApplyResources(this.tsddbTools, "tsddbTools"); this.tsddbTools.Name = "tsddbTools"; // // tsmiScreenColorPicker // + resources.ApplyResources(this.tsmiScreenColorPicker, "tsmiScreenColorPicker"); this.tsmiScreenColorPicker.Image = global::ShareX.Properties.Resources.color; this.tsmiScreenColorPicker.Name = "tsmiScreenColorPicker"; - resources.ApplyResources(this.tsmiScreenColorPicker, "tsmiScreenColorPicker"); this.tsmiScreenColorPicker.Click += new System.EventHandler(this.tsmiCursorHelper_Click); // // tsmiImageEditor // + resources.ApplyResources(this.tsmiImageEditor, "tsmiImageEditor"); this.tsmiImageEditor.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiImageEditor.Name = "tsmiImageEditor"; - resources.ApplyResources(this.tsmiImageEditor, "tsmiImageEditor"); this.tsmiImageEditor.Click += new System.EventHandler(this.tsmiImageEditor_Click); // // tsmiImageEffects // + resources.ApplyResources(this.tsmiImageEffects, "tsmiImageEffects"); this.tsmiImageEffects.Image = global::ShareX.Properties.Resources.image_saturation; this.tsmiImageEffects.Name = "tsmiImageEffects"; - resources.ApplyResources(this.tsmiImageEffects, "tsmiImageEffects"); this.tsmiImageEffects.Click += new System.EventHandler(this.tsmiImageEffects_Click); // // tsmiHashCheck // + resources.ApplyResources(this.tsmiHashCheck, "tsmiHashCheck"); this.tsmiHashCheck.Image = global::ShareX.Properties.Resources.application_task; this.tsmiHashCheck.Name = "tsmiHashCheck"; - resources.ApplyResources(this.tsmiHashCheck, "tsmiHashCheck"); this.tsmiHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click); // // tsmiDNSChanger // + resources.ApplyResources(this.tsmiDNSChanger, "tsmiDNSChanger"); this.tsmiDNSChanger.Image = global::ShareX.Properties.Resources.network_ip; this.tsmiDNSChanger.Name = "tsmiDNSChanger"; - resources.ApplyResources(this.tsmiDNSChanger, "tsmiDNSChanger"); this.tsmiDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click); // // tsmiQRCode // + resources.ApplyResources(this.tsmiQRCode, "tsmiQRCode"); this.tsmiQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiQRCode.Name = "tsmiQRCode"; - resources.ApplyResources(this.tsmiQRCode, "tsmiQRCode"); this.tsmiQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click); // // tsmiIndexFolder // + resources.ApplyResources(this.tsmiIndexFolder, "tsmiIndexFolder"); this.tsmiIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree; this.tsmiIndexFolder.Name = "tsmiIndexFolder"; - resources.ApplyResources(this.tsmiIndexFolder, "tsmiIndexFolder"); this.tsmiIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click); // // tsmiRuler // + resources.ApplyResources(this.tsmiRuler, "tsmiRuler"); this.tsmiRuler.Image = global::ShareX.Properties.Resources.ruler_triangle; this.tsmiRuler.Name = "tsmiRuler"; - resources.ApplyResources(this.tsmiRuler, "tsmiRuler"); this.tsmiRuler.Click += new System.EventHandler(this.tsmiRuler_Click); // // tsmiFTPClient // + resources.ApplyResources(this.tsmiFTPClient, "tsmiFTPClient"); this.tsmiFTPClient.Image = global::ShareX.Properties.Resources.application_network; this.tsmiFTPClient.Name = "tsmiFTPClient"; - resources.ApplyResources(this.tsmiFTPClient, "tsmiFTPClient"); this.tsmiFTPClient.Click += new System.EventHandler(this.tsmiFTPClient_Click); // // tsmiTweetMessage // + resources.ApplyResources(this.tsmiTweetMessage, "tsmiTweetMessage"); this.tsmiTweetMessage.Image = global::ShareX.Properties.Resources.Twitter; this.tsmiTweetMessage.Name = "tsmiTweetMessage"; - resources.ApplyResources(this.tsmiTweetMessage, "tsmiTweetMessage"); this.tsmiTweetMessage.Click += new System.EventHandler(this.tsmiTweetMessage_Click); // // tsmiMonitorTest // + resources.ApplyResources(this.tsmiMonitorTest, "tsmiMonitorTest"); this.tsmiMonitorTest.Image = global::ShareX.Properties.Resources.monitor; this.tsmiMonitorTest.Name = "tsmiMonitorTest"; - resources.ApplyResources(this.tsmiMonitorTest, "tsmiMonitorTest"); this.tsmiMonitorTest.Click += new System.EventHandler(this.tsmiMonitorTest_Click); // // tssMain1 // + resources.ApplyResources(this.tssMain1, "tssMain1"); this.tssMain1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.tssMain1.Name = "tssMain1"; - resources.ApplyResources(this.tssMain1, "tssMain1"); // // tsddbAfterCaptureTasks // - this.tsddbAfterCaptureTasks.Image = global::ShareX.Properties.Resources.image_export; resources.ApplyResources(this.tsddbAfterCaptureTasks, "tsddbAfterCaptureTasks"); + this.tsddbAfterCaptureTasks.Image = global::ShareX.Properties.Resources.image_export; this.tsddbAfterCaptureTasks.Name = "tsddbAfterCaptureTasks"; // // tsddbAfterUploadTasks // - this.tsddbAfterUploadTasks.Image = global::ShareX.Properties.Resources.upload_cloud; resources.ApplyResources(this.tsddbAfterUploadTasks, "tsddbAfterUploadTasks"); + this.tsddbAfterUploadTasks.Image = global::ShareX.Properties.Resources.upload_cloud; this.tsddbAfterUploadTasks.Name = "tsddbAfterUploadTasks"; // // tsddbDestinations // + resources.ApplyResources(this.tsddbDestinations, "tsddbDestinations"); this.tsddbDestinations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImageUploaders, this.tsmiTextUploaders, @@ -672,102 +675,102 @@ private void InitializeComponent() this.tssDestinations1, this.tsmiDestinationSettings}); this.tsddbDestinations.Image = global::ShareX.Properties.Resources.drive_globe; - resources.ApplyResources(this.tsddbDestinations, "tsddbDestinations"); this.tsddbDestinations.Name = "tsddbDestinations"; this.tsddbDestinations.DropDownOpened += new System.EventHandler(this.tsddbDestinations_DropDownOpened); // // tsmiImageUploaders // + resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders"); this.tsmiImageUploaders.Image = global::ShareX.Properties.Resources.image; this.tsmiImageUploaders.Name = "tsmiImageUploaders"; - resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders"); // // tsmiTextUploaders // + resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders"); this.tsmiTextUploaders.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTextUploaders.Name = "tsmiTextUploaders"; - resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders"); // // tsmiFileUploaders // + resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders"); this.tsmiFileUploaders.Image = global::ShareX.Properties.Resources.application_block; this.tsmiFileUploaders.Name = "tsmiFileUploaders"; - resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders"); // // tsmiURLShorteners // + resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners"); this.tsmiURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiURLShorteners.Name = "tsmiURLShorteners"; - resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners"); // // tsmiURLSharingServices // + resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices"); this.tsmiURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiURLSharingServices.Name = "tsmiURLSharingServices"; - resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices"); // // tssDestinations1 // - this.tssDestinations1.Name = "tssDestinations1"; resources.ApplyResources(this.tssDestinations1, "tssDestinations1"); + this.tssDestinations1.Name = "tssDestinations1"; // // tsmiDestinationSettings // + resources.ApplyResources(this.tsmiDestinationSettings, "tsmiDestinationSettings"); this.tsmiDestinationSettings.Image = global::ShareX.Properties.Resources.globe_pencil; this.tsmiDestinationSettings.Name = "tsmiDestinationSettings"; - resources.ApplyResources(this.tsmiDestinationSettings, "tsmiDestinationSettings"); this.tsmiDestinationSettings.Click += new System.EventHandler(this.tsbDestinationSettings_Click); // // tsbApplicationSettings // - this.tsbApplicationSettings.Image = global::ShareX.Properties.Resources.wrench_screwdriver; resources.ApplyResources(this.tsbApplicationSettings, "tsbApplicationSettings"); + this.tsbApplicationSettings.Image = global::ShareX.Properties.Resources.wrench_screwdriver; this.tsbApplicationSettings.Name = "tsbApplicationSettings"; this.tsbApplicationSettings.Click += new System.EventHandler(this.tsbApplicationSettings_Click); // // tsbTaskSettings // - this.tsbTaskSettings.Image = global::ShareX.Properties.Resources.gear; resources.ApplyResources(this.tsbTaskSettings, "tsbTaskSettings"); + this.tsbTaskSettings.Image = global::ShareX.Properties.Resources.gear; this.tsbTaskSettings.Name = "tsbTaskSettings"; this.tsbTaskSettings.Click += new System.EventHandler(this.tsbTaskSettings_Click); // // tsbHotkeySettings // - this.tsbHotkeySettings.Image = global::ShareX.Properties.Resources.keyboard; resources.ApplyResources(this.tsbHotkeySettings, "tsbHotkeySettings"); + this.tsbHotkeySettings.Image = global::ShareX.Properties.Resources.keyboard; this.tsbHotkeySettings.Name = "tsbHotkeySettings"; this.tsbHotkeySettings.Click += new System.EventHandler(this.tsbHotkeySettings_Click); // // tssMain2 // + resources.ApplyResources(this.tssMain2, "tssMain2"); this.tssMain2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.tssMain2.Name = "tssMain2"; - resources.ApplyResources(this.tssMain2, "tssMain2"); // // tsbScreenshotsFolder // - this.tsbScreenshotsFolder.Image = global::ShareX.Properties.Resources.folder_open_image; resources.ApplyResources(this.tsbScreenshotsFolder, "tsbScreenshotsFolder"); + this.tsbScreenshotsFolder.Image = global::ShareX.Properties.Resources.folder_open_image; this.tsbScreenshotsFolder.Name = "tsbScreenshotsFolder"; this.tsbScreenshotsFolder.Click += new System.EventHandler(this.tsbScreenshotsFolder_Click); // // tsbHistory // - this.tsbHistory.Image = global::ShareX.Properties.Resources.application_blog; resources.ApplyResources(this.tsbHistory, "tsbHistory"); + this.tsbHistory.Image = global::ShareX.Properties.Resources.application_blog; this.tsbHistory.Name = "tsbHistory"; this.tsbHistory.Click += new System.EventHandler(this.tsbHistory_Click); // // tsbImageHistory // - this.tsbImageHistory.Image = global::ShareX.Properties.Resources.application_icon_large; resources.ApplyResources(this.tsbImageHistory, "tsbImageHistory"); + this.tsbImageHistory.Image = global::ShareX.Properties.Resources.application_icon_large; this.tsbImageHistory.Name = "tsbImageHistory"; this.tsbImageHistory.Click += new System.EventHandler(this.tsbImageHistory_Click); // // tsddbDebug // + resources.ApplyResources(this.tsddbDebug, "tsddbDebug"); this.tsddbDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiShowDebugLog, this.tsmiTestImageUpload, @@ -776,67 +779,67 @@ private void InitializeComponent() this.tsmiTestURLShortener, this.tsmiTestURLSharing}); this.tsddbDebug.Image = global::ShareX.Properties.Resources.traffic_cone; - resources.ApplyResources(this.tsddbDebug, "tsddbDebug"); this.tsddbDebug.Name = "tsddbDebug"; // // tsmiShowDebugLog // + resources.ApplyResources(this.tsmiShowDebugLog, "tsmiShowDebugLog"); this.tsmiShowDebugLog.Image = global::ShareX.Properties.Resources.application_monitor; this.tsmiShowDebugLog.Name = "tsmiShowDebugLog"; - resources.ApplyResources(this.tsmiShowDebugLog, "tsmiShowDebugLog"); this.tsmiShowDebugLog.Click += new System.EventHandler(this.tsmiShowDebugLog_Click); // // tsmiTestImageUpload // + resources.ApplyResources(this.tsmiTestImageUpload, "tsmiTestImageUpload"); this.tsmiTestImageUpload.Image = global::ShareX.Properties.Resources.image; this.tsmiTestImageUpload.Name = "tsmiTestImageUpload"; - resources.ApplyResources(this.tsmiTestImageUpload, "tsmiTestImageUpload"); this.tsmiTestImageUpload.Click += new System.EventHandler(this.tsmiTestImageUpload_Click); // // tsmiTestTextUpload // + resources.ApplyResources(this.tsmiTestTextUpload, "tsmiTestTextUpload"); this.tsmiTestTextUpload.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTestTextUpload.Name = "tsmiTestTextUpload"; - resources.ApplyResources(this.tsmiTestTextUpload, "tsmiTestTextUpload"); this.tsmiTestTextUpload.Click += new System.EventHandler(this.tsmiTestTextUpload_Click); // // tsmiTestFileUpload // + resources.ApplyResources(this.tsmiTestFileUpload, "tsmiTestFileUpload"); this.tsmiTestFileUpload.Image = global::ShareX.Properties.Resources.application_block; this.tsmiTestFileUpload.Name = "tsmiTestFileUpload"; - resources.ApplyResources(this.tsmiTestFileUpload, "tsmiTestFileUpload"); this.tsmiTestFileUpload.Click += new System.EventHandler(this.tsmiTestFileUpload_Click); // // tsmiTestURLShortener // + resources.ApplyResources(this.tsmiTestURLShortener, "tsmiTestURLShortener"); this.tsmiTestURLShortener.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiTestURLShortener.Name = "tsmiTestURLShortener"; - resources.ApplyResources(this.tsmiTestURLShortener, "tsmiTestURLShortener"); this.tsmiTestURLShortener.Click += new System.EventHandler(this.tsmiTestURLShortener_Click); // // tsmiTestURLSharing // + resources.ApplyResources(this.tsmiTestURLSharing, "tsmiTestURLSharing"); this.tsmiTestURLSharing.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiTestURLSharing.Name = "tsmiTestURLSharing"; - resources.ApplyResources(this.tsmiTestURLSharing, "tsmiTestURLSharing"); this.tsmiTestURLSharing.Click += new System.EventHandler(this.tsmiTestURLSharing_Click); // // tsmiDonate // - this.tsmiDonate.Image = global::ShareX.Properties.Resources.heart; resources.ApplyResources(this.tsmiDonate, "tsmiDonate"); + this.tsmiDonate.Image = global::ShareX.Properties.Resources.heart; this.tsmiDonate.Name = "tsmiDonate"; this.tsmiDonate.Click += new System.EventHandler(this.tsbDonate_Click); // // tsmiAbout // - this.tsmiAbout.Image = global::ShareX.Properties.Resources.crown; resources.ApplyResources(this.tsmiAbout, "tsmiAbout"); + this.tsmiAbout.Image = global::ShareX.Properties.Resources.crown; this.tsmiAbout.Name = "tsmiAbout"; this.tsmiAbout.Click += new System.EventHandler(this.tsbAbout_Click); // // cmsTaskInfo // + resources.ApplyResources(this.cmsTaskInfo, "cmsTaskInfo"); this.cmsTaskInfo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiShowErrors, this.tsmiStopUpload, @@ -854,24 +857,24 @@ private void InitializeComponent() this.tsmiHideMenu, this.tsmiImagePreview}); this.cmsTaskInfo.Name = "cmsHistory"; - resources.ApplyResources(this.cmsTaskInfo, "cmsTaskInfo"); // // tsmiShowErrors // + resources.ApplyResources(this.tsmiShowErrors, "tsmiShowErrors"); this.tsmiShowErrors.Image = global::ShareX.Properties.Resources.exclamation_button; this.tsmiShowErrors.Name = "tsmiShowErrors"; - resources.ApplyResources(this.tsmiShowErrors, "tsmiShowErrors"); this.tsmiShowErrors.Click += new System.EventHandler(this.tsmiShowErrors_Click); // // tsmiStopUpload // + resources.ApplyResources(this.tsmiStopUpload, "tsmiStopUpload"); this.tsmiStopUpload.Image = global::ShareX.Properties.Resources.cross_button; this.tsmiStopUpload.Name = "tsmiStopUpload"; - resources.ApplyResources(this.tsmiStopUpload, "tsmiStopUpload"); this.tsmiStopUpload.Click += new System.EventHandler(this.tsmiStopUpload_Click); // // tsmiOpen // + resources.ApplyResources(this.tsmiOpen, "tsmiOpen"); this.tsmiOpen.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiOpenURL, this.tsmiOpenShortenedURL, @@ -883,57 +886,57 @@ private void InitializeComponent() this.tsmiOpenThumbnailFile}); this.tsmiOpen.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiOpen.Name = "tsmiOpen"; - resources.ApplyResources(this.tsmiOpen, "tsmiOpen"); // // tsmiOpenURL // - this.tsmiOpenURL.Name = "tsmiOpenURL"; resources.ApplyResources(this.tsmiOpenURL, "tsmiOpenURL"); + this.tsmiOpenURL.Name = "tsmiOpenURL"; this.tsmiOpenURL.Click += new System.EventHandler(this.tsmiOpenURL_Click); // // tsmiOpenShortenedURL // - this.tsmiOpenShortenedURL.Name = "tsmiOpenShortenedURL"; resources.ApplyResources(this.tsmiOpenShortenedURL, "tsmiOpenShortenedURL"); + this.tsmiOpenShortenedURL.Name = "tsmiOpenShortenedURL"; this.tsmiOpenShortenedURL.Click += new System.EventHandler(this.tsmiOpenShortenedURL_Click); // // tsmiOpenThumbnailURL // - this.tsmiOpenThumbnailURL.Name = "tsmiOpenThumbnailURL"; resources.ApplyResources(this.tsmiOpenThumbnailURL, "tsmiOpenThumbnailURL"); + this.tsmiOpenThumbnailURL.Name = "tsmiOpenThumbnailURL"; this.tsmiOpenThumbnailURL.Click += new System.EventHandler(this.tsmiOpenThumbnailURL_Click); // // tsmiOpenDeletionURL // - this.tsmiOpenDeletionURL.Name = "tsmiOpenDeletionURL"; resources.ApplyResources(this.tsmiOpenDeletionURL, "tsmiOpenDeletionURL"); + this.tsmiOpenDeletionURL.Name = "tsmiOpenDeletionURL"; this.tsmiOpenDeletionURL.Click += new System.EventHandler(this.tsmiOpenDeletionURL_Click); // // tssOpen1 // - this.tssOpen1.Name = "tssOpen1"; resources.ApplyResources(this.tssOpen1, "tssOpen1"); + this.tssOpen1.Name = "tssOpen1"; // // tsmiOpenFile // - this.tsmiOpenFile.Name = "tsmiOpenFile"; resources.ApplyResources(this.tsmiOpenFile, "tsmiOpenFile"); + this.tsmiOpenFile.Name = "tsmiOpenFile"; this.tsmiOpenFile.Click += new System.EventHandler(this.tsmiOpenFile_Click); // // tsmiOpenFolder // - this.tsmiOpenFolder.Name = "tsmiOpenFolder"; resources.ApplyResources(this.tsmiOpenFolder, "tsmiOpenFolder"); + this.tsmiOpenFolder.Name = "tsmiOpenFolder"; this.tsmiOpenFolder.Click += new System.EventHandler(this.tsmiOpenFolder_Click); // // tsmiOpenThumbnailFile // - this.tsmiOpenThumbnailFile.Name = "tsmiOpenThumbnailFile"; resources.ApplyResources(this.tsmiOpenThumbnailFile, "tsmiOpenThumbnailFile"); + this.tsmiOpenThumbnailFile.Name = "tsmiOpenThumbnailFile"; this.tsmiOpenThumbnailFile.Click += new System.EventHandler(this.tsmiOpenThumbnailFile_Click); // // tsmiCopy // + resources.ApplyResources(this.tsmiCopy, "tsmiCopy"); this.tsmiCopy.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiCopyURL, this.tsmiCopyShortenedURL, @@ -961,253 +964,253 @@ private void InitializeComponent() this.tssCopy5}); this.tsmiCopy.Image = global::ShareX.Properties.Resources.document_copy; this.tsmiCopy.Name = "tsmiCopy"; - resources.ApplyResources(this.tsmiCopy, "tsmiCopy"); // // tsmiCopyURL // - this.tsmiCopyURL.Name = "tsmiCopyURL"; resources.ApplyResources(this.tsmiCopyURL, "tsmiCopyURL"); + this.tsmiCopyURL.Name = "tsmiCopyURL"; this.tsmiCopyURL.Click += new System.EventHandler(this.tsmiCopyURL_Click); // // tsmiCopyShortenedURL // - this.tsmiCopyShortenedURL.Name = "tsmiCopyShortenedURL"; resources.ApplyResources(this.tsmiCopyShortenedURL, "tsmiCopyShortenedURL"); + this.tsmiCopyShortenedURL.Name = "tsmiCopyShortenedURL"; this.tsmiCopyShortenedURL.Click += new System.EventHandler(this.tsmiCopyShortenedURL_Click); // // tsmiCopyThumbnailURL // - this.tsmiCopyThumbnailURL.Name = "tsmiCopyThumbnailURL"; resources.ApplyResources(this.tsmiCopyThumbnailURL, "tsmiCopyThumbnailURL"); + this.tsmiCopyThumbnailURL.Name = "tsmiCopyThumbnailURL"; this.tsmiCopyThumbnailURL.Click += new System.EventHandler(this.tsmiCopyThumbnailURL_Click); // // tsmiCopyDeletionURL // - this.tsmiCopyDeletionURL.Name = "tsmiCopyDeletionURL"; resources.ApplyResources(this.tsmiCopyDeletionURL, "tsmiCopyDeletionURL"); + this.tsmiCopyDeletionURL.Name = "tsmiCopyDeletionURL"; this.tsmiCopyDeletionURL.Click += new System.EventHandler(this.tsmiCopyDeletionURL_Click); // // tssCopy1 // - this.tssCopy1.Name = "tssCopy1"; resources.ApplyResources(this.tssCopy1, "tssCopy1"); + this.tssCopy1.Name = "tssCopy1"; // // tsmiCopyFile // - this.tsmiCopyFile.Name = "tsmiCopyFile"; resources.ApplyResources(this.tsmiCopyFile, "tsmiCopyFile"); + this.tsmiCopyFile.Name = "tsmiCopyFile"; this.tsmiCopyFile.Click += new System.EventHandler(this.tsmiCopyFile_Click); // // tsmiCopyImage // - this.tsmiCopyImage.Name = "tsmiCopyImage"; resources.ApplyResources(this.tsmiCopyImage, "tsmiCopyImage"); + this.tsmiCopyImage.Name = "tsmiCopyImage"; this.tsmiCopyImage.Click += new System.EventHandler(this.tsmiCopyImage_Click); // // tsmiCopyText // - this.tsmiCopyText.Name = "tsmiCopyText"; resources.ApplyResources(this.tsmiCopyText, "tsmiCopyText"); + this.tsmiCopyText.Name = "tsmiCopyText"; this.tsmiCopyText.Click += new System.EventHandler(this.tsmiCopyText_Click); // // tsmiCopyThumbnailFile // - this.tsmiCopyThumbnailFile.Name = "tsmiCopyThumbnailFile"; resources.ApplyResources(this.tsmiCopyThumbnailFile, "tsmiCopyThumbnailFile"); + this.tsmiCopyThumbnailFile.Name = "tsmiCopyThumbnailFile"; this.tsmiCopyThumbnailFile.Click += new System.EventHandler(this.tsmiCopyThumbnailFile_Click); // // tsmiCopyThumbnailImage // - this.tsmiCopyThumbnailImage.Name = "tsmiCopyThumbnailImage"; resources.ApplyResources(this.tsmiCopyThumbnailImage, "tsmiCopyThumbnailImage"); + this.tsmiCopyThumbnailImage.Name = "tsmiCopyThumbnailImage"; this.tsmiCopyThumbnailImage.Click += new System.EventHandler(this.tsmiCopyThumbnailImage_Click); // // tssCopy2 // - this.tssCopy2.Name = "tssCopy2"; resources.ApplyResources(this.tssCopy2, "tssCopy2"); + this.tssCopy2.Name = "tssCopy2"; // // tsmiCopyHTMLLink // - this.tsmiCopyHTMLLink.Name = "tsmiCopyHTMLLink"; resources.ApplyResources(this.tsmiCopyHTMLLink, "tsmiCopyHTMLLink"); + this.tsmiCopyHTMLLink.Name = "tsmiCopyHTMLLink"; this.tsmiCopyHTMLLink.Click += new System.EventHandler(this.tsmiCopyHTMLLink_Click); // // tsmiCopyHTMLImage // - this.tsmiCopyHTMLImage.Name = "tsmiCopyHTMLImage"; resources.ApplyResources(this.tsmiCopyHTMLImage, "tsmiCopyHTMLImage"); + this.tsmiCopyHTMLImage.Name = "tsmiCopyHTMLImage"; this.tsmiCopyHTMLImage.Click += new System.EventHandler(this.tsmiCopyHTMLImage_Click); // // tsmiCopyHTMLLinkedImage // - this.tsmiCopyHTMLLinkedImage.Name = "tsmiCopyHTMLLinkedImage"; resources.ApplyResources(this.tsmiCopyHTMLLinkedImage, "tsmiCopyHTMLLinkedImage"); + this.tsmiCopyHTMLLinkedImage.Name = "tsmiCopyHTMLLinkedImage"; this.tsmiCopyHTMLLinkedImage.Click += new System.EventHandler(this.tsmiCopyHTMLLinkedImage_Click); // // tssCopy3 // - this.tssCopy3.Name = "tssCopy3"; resources.ApplyResources(this.tssCopy3, "tssCopy3"); + this.tssCopy3.Name = "tssCopy3"; // // tsmiCopyForumLink // - this.tsmiCopyForumLink.Name = "tsmiCopyForumLink"; resources.ApplyResources(this.tsmiCopyForumLink, "tsmiCopyForumLink"); + this.tsmiCopyForumLink.Name = "tsmiCopyForumLink"; this.tsmiCopyForumLink.Click += new System.EventHandler(this.tsmiCopyForumLink_Click); // // tsmiCopyForumImage // - this.tsmiCopyForumImage.Name = "tsmiCopyForumImage"; resources.ApplyResources(this.tsmiCopyForumImage, "tsmiCopyForumImage"); + this.tsmiCopyForumImage.Name = "tsmiCopyForumImage"; this.tsmiCopyForumImage.Click += new System.EventHandler(this.tsmiCopyForumImage_Click); // // tsmiCopyForumLinkedImage // - this.tsmiCopyForumLinkedImage.Name = "tsmiCopyForumLinkedImage"; resources.ApplyResources(this.tsmiCopyForumLinkedImage, "tsmiCopyForumLinkedImage"); + this.tsmiCopyForumLinkedImage.Name = "tsmiCopyForumLinkedImage"; this.tsmiCopyForumLinkedImage.Click += new System.EventHandler(this.tsmiCopyForumLinkedImage_Click); // // tssCopy4 // - this.tssCopy4.Name = "tssCopy4"; resources.ApplyResources(this.tssCopy4, "tssCopy4"); + this.tssCopy4.Name = "tssCopy4"; // // tsmiCopyFilePath // - this.tsmiCopyFilePath.Name = "tsmiCopyFilePath"; resources.ApplyResources(this.tsmiCopyFilePath, "tsmiCopyFilePath"); + this.tsmiCopyFilePath.Name = "tsmiCopyFilePath"; this.tsmiCopyFilePath.Click += new System.EventHandler(this.tsmiCopyFilePath_Click); // // tsmiCopyFileName // - this.tsmiCopyFileName.Name = "tsmiCopyFileName"; resources.ApplyResources(this.tsmiCopyFileName, "tsmiCopyFileName"); + this.tsmiCopyFileName.Name = "tsmiCopyFileName"; this.tsmiCopyFileName.Click += new System.EventHandler(this.tsmiCopyFileName_Click); // // tsmiCopyFileNameWithExtension // - this.tsmiCopyFileNameWithExtension.Name = "tsmiCopyFileNameWithExtension"; resources.ApplyResources(this.tsmiCopyFileNameWithExtension, "tsmiCopyFileNameWithExtension"); + this.tsmiCopyFileNameWithExtension.Name = "tsmiCopyFileNameWithExtension"; this.tsmiCopyFileNameWithExtension.Click += new System.EventHandler(this.tsmiCopyFileNameWithExtension_Click); // // tsmiCopyFolder // - this.tsmiCopyFolder.Name = "tsmiCopyFolder"; resources.ApplyResources(this.tsmiCopyFolder, "tsmiCopyFolder"); + this.tsmiCopyFolder.Name = "tsmiCopyFolder"; this.tsmiCopyFolder.Click += new System.EventHandler(this.tsmiCopyFolder_Click); // // tssCopy5 // - this.tssCopy5.Name = "tssCopy5"; resources.ApplyResources(this.tssCopy5, "tssCopy5"); + this.tssCopy5.Name = "tssCopy5"; // // tsmiUploadSelectedFile // + resources.ApplyResources(this.tsmiUploadSelectedFile, "tsmiUploadSelectedFile"); this.tsmiUploadSelectedFile.Image = global::ShareX.Properties.Resources.arrow_090; this.tsmiUploadSelectedFile.Name = "tsmiUploadSelectedFile"; - resources.ApplyResources(this.tsmiUploadSelectedFile, "tsmiUploadSelectedFile"); this.tsmiUploadSelectedFile.Click += new System.EventHandler(this.tsmiUploadSelectedFile_Click); // // tsmiEditSelectedFile // + resources.ApplyResources(this.tsmiEditSelectedFile, "tsmiEditSelectedFile"); this.tsmiEditSelectedFile.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiEditSelectedFile.Name = "tsmiEditSelectedFile"; - resources.ApplyResources(this.tsmiEditSelectedFile, "tsmiEditSelectedFile"); this.tsmiEditSelectedFile.Click += new System.EventHandler(this.tsmiEditSelectedFile_Click); // // tsmiDeleteSelectedFile // + resources.ApplyResources(this.tsmiDeleteSelectedFile, "tsmiDeleteSelectedFile"); this.tsmiDeleteSelectedFile.Image = global::ShareX.Properties.Resources.bin; this.tsmiDeleteSelectedFile.Name = "tsmiDeleteSelectedFile"; - resources.ApplyResources(this.tsmiDeleteSelectedFile, "tsmiDeleteSelectedFile"); this.tsmiDeleteSelectedFile.Click += new System.EventHandler(this.tsmiDeleteSelectedFile_Click); // // tsmiShortenSelectedURL // + resources.ApplyResources(this.tsmiShortenSelectedURL, "tsmiShortenSelectedURL"); this.tsmiShortenSelectedURL.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiShortenSelectedURL.Name = "tsmiShortenSelectedURL"; - resources.ApplyResources(this.tsmiShortenSelectedURL, "tsmiShortenSelectedURL"); // // tsmiShareSelectedURL // + resources.ApplyResources(this.tsmiShareSelectedURL, "tsmiShareSelectedURL"); this.tsmiShareSelectedURL.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiShareSelectedURL.Name = "tsmiShareSelectedURL"; - resources.ApplyResources(this.tsmiShareSelectedURL, "tsmiShareSelectedURL"); // // tsmiShowQRCode // + resources.ApplyResources(this.tsmiShowQRCode, "tsmiShowQRCode"); this.tsmiShowQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiShowQRCode.Name = "tsmiShowQRCode"; - resources.ApplyResources(this.tsmiShowQRCode, "tsmiShowQRCode"); this.tsmiShowQRCode.Click += new System.EventHandler(this.tsmiShowQRCode_Click); // // tsmiShowResponse // + resources.ApplyResources(this.tsmiShowResponse, "tsmiShowResponse"); this.tsmiShowResponse.Image = global::ShareX.Properties.Resources.application_browser; this.tsmiShowResponse.Name = "tsmiShowResponse"; - resources.ApplyResources(this.tsmiShowResponse, "tsmiShowResponse"); this.tsmiShowResponse.Click += new System.EventHandler(this.tsmiShowResponse_Click); // // tsmiClearList // + resources.ApplyResources(this.tsmiClearList, "tsmiClearList"); this.tsmiClearList.Image = global::ShareX.Properties.Resources.eraser; this.tsmiClearList.Name = "tsmiClearList"; - resources.ApplyResources(this.tsmiClearList, "tsmiClearList"); this.tsmiClearList.Click += new System.EventHandler(this.tsmiClearList_Click); // // tssUploadInfo1 // - this.tssUploadInfo1.Name = "tssUploadInfo1"; resources.ApplyResources(this.tssUploadInfo1, "tssUploadInfo1"); + this.tssUploadInfo1.Name = "tssUploadInfo1"; // // tsmiHideMenu // + resources.ApplyResources(this.tsmiHideMenu, "tsmiHideMenu"); this.tsmiHideMenu.Image = global::ShareX.Properties.Resources.layout_select_sidebar; this.tsmiHideMenu.Name = "tsmiHideMenu"; - resources.ApplyResources(this.tsmiHideMenu, "tsmiHideMenu"); this.tsmiHideMenu.Click += new System.EventHandler(this.tsmiHideMenu_Click); // // tsmiImagePreview // + resources.ApplyResources(this.tsmiImagePreview, "tsmiImagePreview"); this.tsmiImagePreview.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiImagePreviewShow, this.tsmiImagePreviewHide, this.tsmiImagePreviewAutomatic}); this.tsmiImagePreview.Image = global::ShareX.Properties.Resources.layout_select_content; this.tsmiImagePreview.Name = "tsmiImagePreview"; - resources.ApplyResources(this.tsmiImagePreview, "tsmiImagePreview"); // // tsmiImagePreviewShow // + resources.ApplyResources(this.tsmiImagePreviewShow, "tsmiImagePreviewShow"); this.tsmiImagePreviewShow.Checked = true; this.tsmiImagePreviewShow.CheckState = System.Windows.Forms.CheckState.Checked; this.tsmiImagePreviewShow.Name = "tsmiImagePreviewShow"; - resources.ApplyResources(this.tsmiImagePreviewShow, "tsmiImagePreviewShow"); this.tsmiImagePreviewShow.Click += new System.EventHandler(this.tsmiImagePreviewShow_Click); // // tsmiImagePreviewHide // - this.tsmiImagePreviewHide.Name = "tsmiImagePreviewHide"; resources.ApplyResources(this.tsmiImagePreviewHide, "tsmiImagePreviewHide"); + this.tsmiImagePreviewHide.Name = "tsmiImagePreviewHide"; this.tsmiImagePreviewHide.Click += new System.EventHandler(this.tsmiImagePreviewHide_Click); // // tsmiImagePreviewAutomatic // - this.tsmiImagePreviewAutomatic.Name = "tsmiImagePreviewAutomatic"; resources.ApplyResources(this.tsmiImagePreviewAutomatic, "tsmiImagePreviewAutomatic"); + this.tsmiImagePreviewAutomatic.Name = "tsmiImagePreviewAutomatic"; this.tsmiImagePreviewAutomatic.Click += new System.EventHandler(this.tsmiImagePreviewAutomatic_Click); // // niTray // - this.niTray.ContextMenuStrip = this.cmsTray; resources.ApplyResources(this.niTray, "niTray"); + this.niTray.ContextMenuStrip = this.cmsTray; this.niTray.BalloonTipClicked += new System.EventHandler(this.niTray_BalloonTipClicked); this.niTray.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.niTray_MouseDoubleClick); this.niTray.MouseUp += new System.Windows.Forms.MouseEventHandler(this.niTray_MouseUp); // // cmsTray // + resources.ApplyResources(this.cmsTray, "cmsTray"); this.cmsTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayCapture, this.tsmiTrayUpload, @@ -1230,11 +1233,11 @@ private void InitializeComponent() this.tsmiTrayShow, this.tsmiTrayExit}); this.cmsTray.Name = "cmsTray"; - resources.ApplyResources(this.cmsTray, "cmsTray"); this.cmsTray.Opened += new System.EventHandler(this.cmsTray_Opened); // // tsmiTrayCapture // + resources.ApplyResources(this.tsmiTrayCapture, "tsmiTrayCapture"); this.tsmiTrayCapture.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayFullscreen, this.tsmiTrayWindow, @@ -1255,128 +1258,128 @@ private void InitializeComponent() this.tsmiTrayAutoCapture}); this.tsmiTrayCapture.Image = global::ShareX.Properties.Resources.camera; this.tsmiTrayCapture.Name = "tsmiTrayCapture"; - resources.ApplyResources(this.tsmiTrayCapture, "tsmiTrayCapture"); this.tsmiTrayCapture.DropDownOpening += new System.EventHandler(this.tsmiCapture_DropDownOpening); // // tsmiTrayFullscreen // + resources.ApplyResources(this.tsmiTrayFullscreen, "tsmiTrayFullscreen"); this.tsmiTrayFullscreen.Image = global::ShareX.Properties.Resources.layer; this.tsmiTrayFullscreen.Name = "tsmiTrayFullscreen"; - resources.ApplyResources(this.tsmiTrayFullscreen, "tsmiTrayFullscreen"); this.tsmiTrayFullscreen.Click += new System.EventHandler(this.tsmiTrayFullscreen_Click); // // tsmiTrayWindow // + resources.ApplyResources(this.tsmiTrayWindow, "tsmiTrayWindow"); this.tsmiTrayWindow.Image = global::ShareX.Properties.Resources.application_blue; this.tsmiTrayWindow.Name = "tsmiTrayWindow"; - resources.ApplyResources(this.tsmiTrayWindow, "tsmiTrayWindow"); // // tsmiTrayMonitor // + resources.ApplyResources(this.tsmiTrayMonitor, "tsmiTrayMonitor"); this.tsmiTrayMonitor.Image = global::ShareX.Properties.Resources.monitor; this.tsmiTrayMonitor.Name = "tsmiTrayMonitor"; - resources.ApplyResources(this.tsmiTrayMonitor, "tsmiTrayMonitor"); // // tsmiTrayRectangle // + resources.ApplyResources(this.tsmiTrayRectangle, "tsmiTrayRectangle"); this.tsmiTrayRectangle.Image = global::ShareX.Properties.Resources.layer_shape; this.tsmiTrayRectangle.Name = "tsmiTrayRectangle"; - resources.ApplyResources(this.tsmiTrayRectangle, "tsmiTrayRectangle"); this.tsmiTrayRectangle.Click += new System.EventHandler(this.tsmiTrayRectangle_Click); // // tsmiTrayWindowRectangle // + resources.ApplyResources(this.tsmiTrayWindowRectangle, "tsmiTrayWindowRectangle"); this.tsmiTrayWindowRectangle.Image = global::ShareX.Properties.Resources.layers_ungroup; this.tsmiTrayWindowRectangle.Name = "tsmiTrayWindowRectangle"; - resources.ApplyResources(this.tsmiTrayWindowRectangle, "tsmiTrayWindowRectangle"); this.tsmiTrayWindowRectangle.Click += new System.EventHandler(this.tsmiTrayWindowRectangle_Click); // // tsmiTrayRectangleAnnotate // + resources.ApplyResources(this.tsmiTrayRectangleAnnotate, "tsmiTrayRectangleAnnotate"); this.tsmiTrayRectangleAnnotate.Image = global::ShareX.Properties.Resources.layer_pencil; this.tsmiTrayRectangleAnnotate.Name = "tsmiTrayRectangleAnnotate"; - resources.ApplyResources(this.tsmiTrayRectangleAnnotate, "tsmiTrayRectangleAnnotate"); this.tsmiTrayRectangleAnnotate.Click += new System.EventHandler(this.tsmiTrayRectangleAnnotate_Click); // // tsmiTrayRectangleLight // + resources.ApplyResources(this.tsmiTrayRectangleLight, "tsmiTrayRectangleLight"); this.tsmiTrayRectangleLight.Image = global::ShareX.Properties.Resources.Rectangle; this.tsmiTrayRectangleLight.Name = "tsmiTrayRectangleLight"; - resources.ApplyResources(this.tsmiTrayRectangleLight, "tsmiTrayRectangleLight"); this.tsmiTrayRectangleLight.Click += new System.EventHandler(this.tsmiTrayRectangleLight_Click); // // tsmiTrayRoundedRectangle // + resources.ApplyResources(this.tsmiTrayRoundedRectangle, "tsmiTrayRoundedRectangle"); this.tsmiTrayRoundedRectangle.Image = global::ShareX.Properties.Resources.layer_shape_round; this.tsmiTrayRoundedRectangle.Name = "tsmiTrayRoundedRectangle"; - resources.ApplyResources(this.tsmiTrayRoundedRectangle, "tsmiTrayRoundedRectangle"); this.tsmiTrayRoundedRectangle.Click += new System.EventHandler(this.tsmiTrayRoundedRectangle_Click); // // tsmiTrayEllipse // + resources.ApplyResources(this.tsmiTrayEllipse, "tsmiTrayEllipse"); this.tsmiTrayEllipse.Image = global::ShareX.Properties.Resources.layer_shape_ellipse; this.tsmiTrayEllipse.Name = "tsmiTrayEllipse"; - resources.ApplyResources(this.tsmiTrayEllipse, "tsmiTrayEllipse"); this.tsmiTrayEllipse.Click += new System.EventHandler(this.tsmiTrayEllipse_Click); // // tsmiTrayTriangle // + resources.ApplyResources(this.tsmiTrayTriangle, "tsmiTrayTriangle"); this.tsmiTrayTriangle.Image = global::ShareX.Properties.Resources.Triangle; this.tsmiTrayTriangle.Name = "tsmiTrayTriangle"; - resources.ApplyResources(this.tsmiTrayTriangle, "tsmiTrayTriangle"); this.tsmiTrayTriangle.Click += new System.EventHandler(this.tsmiTrayTriangle_Click); // // tsmiTrayDiamond // + resources.ApplyResources(this.tsmiTrayDiamond, "tsmiTrayDiamond"); this.tsmiTrayDiamond.Image = global::ShareX.Properties.Resources.Diamond; this.tsmiTrayDiamond.Name = "tsmiTrayDiamond"; - resources.ApplyResources(this.tsmiTrayDiamond, "tsmiTrayDiamond"); this.tsmiTrayDiamond.Click += new System.EventHandler(this.tsmiTrayDiamond_Click); // // tsmiTrayPolygon // + resources.ApplyResources(this.tsmiTrayPolygon, "tsmiTrayPolygon"); this.tsmiTrayPolygon.Image = global::ShareX.Properties.Resources.layer_shape_polygon; this.tsmiTrayPolygon.Name = "tsmiTrayPolygon"; - resources.ApplyResources(this.tsmiTrayPolygon, "tsmiTrayPolygon"); this.tsmiTrayPolygon.Click += new System.EventHandler(this.tsmiTrayPolygon_Click); // // tsmiTrayFreeHand // + resources.ApplyResources(this.tsmiTrayFreeHand, "tsmiTrayFreeHand"); this.tsmiTrayFreeHand.Image = global::ShareX.Properties.Resources.layer_shape_curve; this.tsmiTrayFreeHand.Name = "tsmiTrayFreeHand"; - resources.ApplyResources(this.tsmiTrayFreeHand, "tsmiTrayFreeHand"); this.tsmiTrayFreeHand.Click += new System.EventHandler(this.tsmiTrayFreeHand_Click); // // tsmiTrayLastRegion // + resources.ApplyResources(this.tsmiTrayLastRegion, "tsmiTrayLastRegion"); this.tsmiTrayLastRegion.Image = global::ShareX.Properties.Resources.layers_arrange; this.tsmiTrayLastRegion.Name = "tsmiTrayLastRegion"; - resources.ApplyResources(this.tsmiTrayLastRegion, "tsmiTrayLastRegion"); this.tsmiTrayLastRegion.Click += new System.EventHandler(this.tsmiTrayLastRegion_Click); // // tsmiTrayScreenRecordingFFmpeg // + resources.ApplyResources(this.tsmiTrayScreenRecordingFFmpeg, "tsmiTrayScreenRecordingFFmpeg"); this.tsmiTrayScreenRecordingFFmpeg.Image = global::ShareX.Properties.Resources.camcorder_image; this.tsmiTrayScreenRecordingFFmpeg.Name = "tsmiTrayScreenRecordingFFmpeg"; - resources.ApplyResources(this.tsmiTrayScreenRecordingFFmpeg, "tsmiTrayScreenRecordingFFmpeg"); this.tsmiTrayScreenRecordingFFmpeg.Click += new System.EventHandler(this.tsmiScreenRecordingFFmpeg_Click); // // tsmiTrayScreenRecordingGIF // + resources.ApplyResources(this.tsmiTrayScreenRecordingGIF, "tsmiTrayScreenRecordingGIF"); this.tsmiTrayScreenRecordingGIF.Image = global::ShareX.Properties.Resources.film; this.tsmiTrayScreenRecordingGIF.Name = "tsmiTrayScreenRecordingGIF"; - resources.ApplyResources(this.tsmiTrayScreenRecordingGIF, "tsmiTrayScreenRecordingGIF"); this.tsmiTrayScreenRecordingGIF.Click += new System.EventHandler(this.tsmiScreenRecordingGIF_Click); // // tsmiTrayAutoCapture // + resources.ApplyResources(this.tsmiTrayAutoCapture, "tsmiTrayAutoCapture"); this.tsmiTrayAutoCapture.Image = global::ShareX.Properties.Resources.clock; this.tsmiTrayAutoCapture.Name = "tsmiTrayAutoCapture"; - resources.ApplyResources(this.tsmiTrayAutoCapture, "tsmiTrayAutoCapture"); this.tsmiTrayAutoCapture.Click += new System.EventHandler(this.tsmiAutoCapture_Click); // // tsmiTrayUpload // + resources.ApplyResources(this.tsmiTrayUpload, "tsmiTrayUpload"); this.tsmiTrayUpload.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayUploadFile, this.tsmiTrayUploadFolder, @@ -1385,51 +1388,51 @@ private void InitializeComponent() this.tsmiTrayUploadDragDrop}); this.tsmiTrayUpload.Image = global::ShareX.Properties.Resources.arrow_090; this.tsmiTrayUpload.Name = "tsmiTrayUpload"; - resources.ApplyResources(this.tsmiTrayUpload, "tsmiTrayUpload"); // // tsmiTrayUploadFile // + resources.ApplyResources(this.tsmiTrayUploadFile, "tsmiTrayUploadFile"); this.tsmiTrayUploadFile.Image = global::ShareX.Properties.Resources.folder_open_document; this.tsmiTrayUploadFile.Name = "tsmiTrayUploadFile"; - resources.ApplyResources(this.tsmiTrayUploadFile, "tsmiTrayUploadFile"); this.tsmiTrayUploadFile.Click += new System.EventHandler(this.tsbFileUpload_Click); // // tsmiTrayUploadFolder // + resources.ApplyResources(this.tsmiTrayUploadFolder, "tsmiTrayUploadFolder"); this.tsmiTrayUploadFolder.Image = global::ShareX.Properties.Resources.folder; this.tsmiTrayUploadFolder.Name = "tsmiTrayUploadFolder"; - resources.ApplyResources(this.tsmiTrayUploadFolder, "tsmiTrayUploadFolder"); this.tsmiTrayUploadFolder.Click += new System.EventHandler(this.tsmiUploadFolder_Click); // // tsmiTrayUploadClipboard // + resources.ApplyResources(this.tsmiTrayUploadClipboard, "tsmiTrayUploadClipboard"); this.tsmiTrayUploadClipboard.Image = global::ShareX.Properties.Resources.clipboard; this.tsmiTrayUploadClipboard.Name = "tsmiTrayUploadClipboard"; - resources.ApplyResources(this.tsmiTrayUploadClipboard, "tsmiTrayUploadClipboard"); this.tsmiTrayUploadClipboard.Click += new System.EventHandler(this.tsbClipboardUpload_Click); // // tsmiTrayUploadURL // + resources.ApplyResources(this.tsmiTrayUploadURL, "tsmiTrayUploadURL"); this.tsmiTrayUploadURL.Image = global::ShareX.Properties.Resources.drive; this.tsmiTrayUploadURL.Name = "tsmiTrayUploadURL"; - resources.ApplyResources(this.tsmiTrayUploadURL, "tsmiTrayUploadURL"); this.tsmiTrayUploadURL.Click += new System.EventHandler(this.tsmiUploadURL_Click); // // tsmiTrayUploadDragDrop // + resources.ApplyResources(this.tsmiTrayUploadDragDrop, "tsmiTrayUploadDragDrop"); this.tsmiTrayUploadDragDrop.Image = global::ShareX.Properties.Resources.inbox; this.tsmiTrayUploadDragDrop.Name = "tsmiTrayUploadDragDrop"; - resources.ApplyResources(this.tsmiTrayUploadDragDrop, "tsmiTrayUploadDragDrop"); this.tsmiTrayUploadDragDrop.Click += new System.EventHandler(this.tsbDragDropUpload_Click); // // tsmiTrayWorkflows // + resources.ApplyResources(this.tsmiTrayWorkflows, "tsmiTrayWorkflows"); this.tsmiTrayWorkflows.Image = global::ShareX.Properties.Resources.categories; this.tsmiTrayWorkflows.Name = "tsmiTrayWorkflows"; - resources.ApplyResources(this.tsmiTrayWorkflows, "tsmiTrayWorkflows"); // // tsmiTrayTools // + resources.ApplyResources(this.tsmiTrayTools, "tsmiTrayTools"); this.tsmiTrayTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayScreenColorPicker, this.tsmiTrayImageEditor, @@ -1444,104 +1447,104 @@ private void InitializeComponent() this.tsmiTrayMonitorTest}); this.tsmiTrayTools.Image = global::ShareX.Properties.Resources.toolbox; this.tsmiTrayTools.Name = "tsmiTrayTools"; - resources.ApplyResources(this.tsmiTrayTools, "tsmiTrayTools"); // // tsmiTrayScreenColorPicker // + resources.ApplyResources(this.tsmiTrayScreenColorPicker, "tsmiTrayScreenColorPicker"); this.tsmiTrayScreenColorPicker.Image = global::ShareX.Properties.Resources.color; this.tsmiTrayScreenColorPicker.Name = "tsmiTrayScreenColorPicker"; - resources.ApplyResources(this.tsmiTrayScreenColorPicker, "tsmiTrayScreenColorPicker"); this.tsmiTrayScreenColorPicker.Click += new System.EventHandler(this.tsmiCursorHelper_Click); // // tsmiTrayImageEditor // + resources.ApplyResources(this.tsmiTrayImageEditor, "tsmiTrayImageEditor"); this.tsmiTrayImageEditor.Image = global::ShareX.Properties.Resources.image_pencil; this.tsmiTrayImageEditor.Name = "tsmiTrayImageEditor"; - resources.ApplyResources(this.tsmiTrayImageEditor, "tsmiTrayImageEditor"); this.tsmiTrayImageEditor.Click += new System.EventHandler(this.tsmiImageEditor_Click); // // tsmiTrayImageEffects // + resources.ApplyResources(this.tsmiTrayImageEffects, "tsmiTrayImageEffects"); this.tsmiTrayImageEffects.Image = global::ShareX.Properties.Resources.image_saturation; this.tsmiTrayImageEffects.Name = "tsmiTrayImageEffects"; - resources.ApplyResources(this.tsmiTrayImageEffects, "tsmiTrayImageEffects"); this.tsmiTrayImageEffects.Click += new System.EventHandler(this.tsmiImageEffects_Click); // // tsmiTrayHashCheck // + resources.ApplyResources(this.tsmiTrayHashCheck, "tsmiTrayHashCheck"); this.tsmiTrayHashCheck.Image = global::ShareX.Properties.Resources.application_task; this.tsmiTrayHashCheck.Name = "tsmiTrayHashCheck"; - resources.ApplyResources(this.tsmiTrayHashCheck, "tsmiTrayHashCheck"); this.tsmiTrayHashCheck.Click += new System.EventHandler(this.tsmiHashCheck_Click); // // tsmiTrayDNSChanger // + resources.ApplyResources(this.tsmiTrayDNSChanger, "tsmiTrayDNSChanger"); this.tsmiTrayDNSChanger.Image = global::ShareX.Properties.Resources.network_ip; this.tsmiTrayDNSChanger.Name = "tsmiTrayDNSChanger"; - resources.ApplyResources(this.tsmiTrayDNSChanger, "tsmiTrayDNSChanger"); this.tsmiTrayDNSChanger.Click += new System.EventHandler(this.tsmiDNSChanger_Click); // // tsmiTrayQRCode // + resources.ApplyResources(this.tsmiTrayQRCode, "tsmiTrayQRCode"); this.tsmiTrayQRCode.Image = global::ShareX.Properties.Resources.barcode_2d; this.tsmiTrayQRCode.Name = "tsmiTrayQRCode"; - resources.ApplyResources(this.tsmiTrayQRCode, "tsmiTrayQRCode"); this.tsmiTrayQRCode.Click += new System.EventHandler(this.tsmiQRCode_Click); // // tsmiTrayIndexFolder // + resources.ApplyResources(this.tsmiTrayIndexFolder, "tsmiTrayIndexFolder"); this.tsmiTrayIndexFolder.Image = global::ShareX.Properties.Resources.folder_tree; this.tsmiTrayIndexFolder.Name = "tsmiTrayIndexFolder"; - resources.ApplyResources(this.tsmiTrayIndexFolder, "tsmiTrayIndexFolder"); this.tsmiTrayIndexFolder.Click += new System.EventHandler(this.tsmiIndexFolder_Click); // // tsmiTrayRuler // + resources.ApplyResources(this.tsmiTrayRuler, "tsmiTrayRuler"); this.tsmiTrayRuler.Image = global::ShareX.Properties.Resources.ruler_triangle; this.tsmiTrayRuler.Name = "tsmiTrayRuler"; - resources.ApplyResources(this.tsmiTrayRuler, "tsmiTrayRuler"); this.tsmiTrayRuler.Click += new System.EventHandler(this.tsmiRuler_Click); // // tsmiTrayFTPClient // + resources.ApplyResources(this.tsmiTrayFTPClient, "tsmiTrayFTPClient"); this.tsmiTrayFTPClient.Image = global::ShareX.Properties.Resources.application_network; this.tsmiTrayFTPClient.Name = "tsmiTrayFTPClient"; - resources.ApplyResources(this.tsmiTrayFTPClient, "tsmiTrayFTPClient"); this.tsmiTrayFTPClient.Click += new System.EventHandler(this.tsmiFTPClient_Click); // // tsmiTrayTweetMessage // + resources.ApplyResources(this.tsmiTrayTweetMessage, "tsmiTrayTweetMessage"); this.tsmiTrayTweetMessage.Image = global::ShareX.Properties.Resources.Twitter; this.tsmiTrayTweetMessage.Name = "tsmiTrayTweetMessage"; - resources.ApplyResources(this.tsmiTrayTweetMessage, "tsmiTrayTweetMessage"); this.tsmiTrayTweetMessage.Click += new System.EventHandler(this.tsmiTweetMessage_Click); // // tsmiTrayMonitorTest // + resources.ApplyResources(this.tsmiTrayMonitorTest, "tsmiTrayMonitorTest"); this.tsmiTrayMonitorTest.Image = global::ShareX.Properties.Resources.monitor; this.tsmiTrayMonitorTest.Name = "tsmiTrayMonitorTest"; - resources.ApplyResources(this.tsmiTrayMonitorTest, "tsmiTrayMonitorTest"); this.tsmiTrayMonitorTest.Click += new System.EventHandler(this.tsmiMonitorTest_Click); // // tssTray1 // - this.tssTray1.Name = "tssTray1"; resources.ApplyResources(this.tssTray1, "tssTray1"); + this.tssTray1.Name = "tssTray1"; // // tsmiTrayAfterCaptureTasks // + resources.ApplyResources(this.tsmiTrayAfterCaptureTasks, "tsmiTrayAfterCaptureTasks"); this.tsmiTrayAfterCaptureTasks.Image = global::ShareX.Properties.Resources.image_export; this.tsmiTrayAfterCaptureTasks.Name = "tsmiTrayAfterCaptureTasks"; - resources.ApplyResources(this.tsmiTrayAfterCaptureTasks, "tsmiTrayAfterCaptureTasks"); // // tsmiTrayAfterUploadTasks // + resources.ApplyResources(this.tsmiTrayAfterUploadTasks, "tsmiTrayAfterUploadTasks"); this.tsmiTrayAfterUploadTasks.Image = global::ShareX.Properties.Resources.upload_cloud; this.tsmiTrayAfterUploadTasks.Name = "tsmiTrayAfterUploadTasks"; - resources.ApplyResources(this.tsmiTrayAfterUploadTasks, "tsmiTrayAfterUploadTasks"); // // tsmiTrayDestinations // + resources.ApplyResources(this.tsmiTrayDestinations, "tsmiTrayDestinations"); this.tsmiTrayDestinations.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiTrayImageUploaders, this.tsmiTrayTextUploaders, @@ -1552,135 +1555,134 @@ private void InitializeComponent() this.tsmiTrayDestinationSettings}); this.tsmiTrayDestinations.Image = global::ShareX.Properties.Resources.drive_globe; this.tsmiTrayDestinations.Name = "tsmiTrayDestinations"; - resources.ApplyResources(this.tsmiTrayDestinations, "tsmiTrayDestinations"); this.tsmiTrayDestinations.DropDownOpened += new System.EventHandler(this.tsddbDestinations_DropDownOpened); // // tsmiTrayImageUploaders // + resources.ApplyResources(this.tsmiTrayImageUploaders, "tsmiTrayImageUploaders"); this.tsmiTrayImageUploaders.Image = global::ShareX.Properties.Resources.image; this.tsmiTrayImageUploaders.Name = "tsmiTrayImageUploaders"; - resources.ApplyResources(this.tsmiTrayImageUploaders, "tsmiTrayImageUploaders"); // // tsmiTrayTextUploaders // + resources.ApplyResources(this.tsmiTrayTextUploaders, "tsmiTrayTextUploaders"); this.tsmiTrayTextUploaders.Image = global::ShareX.Properties.Resources.notebook; this.tsmiTrayTextUploaders.Name = "tsmiTrayTextUploaders"; - resources.ApplyResources(this.tsmiTrayTextUploaders, "tsmiTrayTextUploaders"); // // tsmiTrayFileUploaders // + resources.ApplyResources(this.tsmiTrayFileUploaders, "tsmiTrayFileUploaders"); this.tsmiTrayFileUploaders.Image = global::ShareX.Properties.Resources.application_block; this.tsmiTrayFileUploaders.Name = "tsmiTrayFileUploaders"; - resources.ApplyResources(this.tsmiTrayFileUploaders, "tsmiTrayFileUploaders"); // // tsmiTrayURLShorteners // + resources.ApplyResources(this.tsmiTrayURLShorteners, "tsmiTrayURLShorteners"); this.tsmiTrayURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale; this.tsmiTrayURLShorteners.Name = "tsmiTrayURLShorteners"; - resources.ApplyResources(this.tsmiTrayURLShorteners, "tsmiTrayURLShorteners"); // // tsmiTrayURLSharingServices // + resources.ApplyResources(this.tsmiTrayURLSharingServices, "tsmiTrayURLSharingServices"); this.tsmiTrayURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share; this.tsmiTrayURLSharingServices.Name = "tsmiTrayURLSharingServices"; - resources.ApplyResources(this.tsmiTrayURLSharingServices, "tsmiTrayURLSharingServices"); // // tssTrayDestinations1 // - this.tssTrayDestinations1.Name = "tssTrayDestinations1"; resources.ApplyResources(this.tssTrayDestinations1, "tssTrayDestinations1"); + this.tssTrayDestinations1.Name = "tssTrayDestinations1"; // // tsmiTrayDestinationSettings // + resources.ApplyResources(this.tsmiTrayDestinationSettings, "tsmiTrayDestinationSettings"); this.tsmiTrayDestinationSettings.Image = global::ShareX.Properties.Resources.globe_pencil; this.tsmiTrayDestinationSettings.Name = "tsmiTrayDestinationSettings"; - resources.ApplyResources(this.tsmiTrayDestinationSettings, "tsmiTrayDestinationSettings"); this.tsmiTrayDestinationSettings.Click += new System.EventHandler(this.tsbDestinationSettings_Click); // // tsmiTrayApplicationSettings // + resources.ApplyResources(this.tsmiTrayApplicationSettings, "tsmiTrayApplicationSettings"); this.tsmiTrayApplicationSettings.Image = global::ShareX.Properties.Resources.wrench_screwdriver; this.tsmiTrayApplicationSettings.Name = "tsmiTrayApplicationSettings"; - resources.ApplyResources(this.tsmiTrayApplicationSettings, "tsmiTrayApplicationSettings"); this.tsmiTrayApplicationSettings.Click += new System.EventHandler(this.tsbApplicationSettings_Click); // // tsmiTrayTaskSettings // + resources.ApplyResources(this.tsmiTrayTaskSettings, "tsmiTrayTaskSettings"); this.tsmiTrayTaskSettings.Image = global::ShareX.Properties.Resources.gear; this.tsmiTrayTaskSettings.Name = "tsmiTrayTaskSettings"; - resources.ApplyResources(this.tsmiTrayTaskSettings, "tsmiTrayTaskSettings"); this.tsmiTrayTaskSettings.Click += new System.EventHandler(this.tsbTaskSettings_Click); // // tsmiTrayHotkeySettings // + resources.ApplyResources(this.tsmiTrayHotkeySettings, "tsmiTrayHotkeySettings"); this.tsmiTrayHotkeySettings.Image = global::ShareX.Properties.Resources.keyboard; this.tsmiTrayHotkeySettings.Name = "tsmiTrayHotkeySettings"; - resources.ApplyResources(this.tsmiTrayHotkeySettings, "tsmiTrayHotkeySettings"); this.tsmiTrayHotkeySettings.Click += new System.EventHandler(this.tsbHotkeySettings_Click); // // tssTray2 // - this.tssTray2.Name = "tssTray2"; resources.ApplyResources(this.tssTray2, "tssTray2"); + this.tssTray2.Name = "tssTray2"; // // tsmiScreenshotsFolder // + resources.ApplyResources(this.tsmiScreenshotsFolder, "tsmiScreenshotsFolder"); this.tsmiScreenshotsFolder.Image = global::ShareX.Properties.Resources.folder_open_image; this.tsmiScreenshotsFolder.Name = "tsmiScreenshotsFolder"; - resources.ApplyResources(this.tsmiScreenshotsFolder, "tsmiScreenshotsFolder"); this.tsmiScreenshotsFolder.Click += new System.EventHandler(this.tsbScreenshotsFolder_Click); // // tsmiTrayHistory // + resources.ApplyResources(this.tsmiTrayHistory, "tsmiTrayHistory"); this.tsmiTrayHistory.Image = global::ShareX.Properties.Resources.application_blog; this.tsmiTrayHistory.Name = "tsmiTrayHistory"; - resources.ApplyResources(this.tsmiTrayHistory, "tsmiTrayHistory"); this.tsmiTrayHistory.Click += new System.EventHandler(this.tsbHistory_Click); // // tsmiTrayImageHistory // + resources.ApplyResources(this.tsmiTrayImageHistory, "tsmiTrayImageHistory"); this.tsmiTrayImageHistory.Image = global::ShareX.Properties.Resources.application_icon_large; this.tsmiTrayImageHistory.Name = "tsmiTrayImageHistory"; - resources.ApplyResources(this.tsmiTrayImageHistory, "tsmiTrayImageHistory"); this.tsmiTrayImageHistory.Click += new System.EventHandler(this.tsbImageHistory_Click); // // tsmiTrayDonate // + resources.ApplyResources(this.tsmiTrayDonate, "tsmiTrayDonate"); this.tsmiTrayDonate.Image = global::ShareX.Properties.Resources.heart; this.tsmiTrayDonate.Name = "tsmiTrayDonate"; - resources.ApplyResources(this.tsmiTrayDonate, "tsmiTrayDonate"); this.tsmiTrayDonate.Click += new System.EventHandler(this.tsbDonate_Click); // // tsmiTrayAbout // + resources.ApplyResources(this.tsmiTrayAbout, "tsmiTrayAbout"); this.tsmiTrayAbout.Image = global::ShareX.Properties.Resources.crown; this.tsmiTrayAbout.Name = "tsmiTrayAbout"; - resources.ApplyResources(this.tsmiTrayAbout, "tsmiTrayAbout"); this.tsmiTrayAbout.Click += new System.EventHandler(this.tsbAbout_Click); // // tssTray3 // - this.tssTray3.Name = "tssTray3"; resources.ApplyResources(this.tssTray3, "tssTray3"); + this.tssTray3.Name = "tssTray3"; // // tsmiTrayShow // + resources.ApplyResources(this.tsmiTrayShow, "tsmiTrayShow"); this.tsmiTrayShow.Image = global::ShareX.Properties.Resources.tick_button; this.tsmiTrayShow.Name = "tsmiTrayShow"; - resources.ApplyResources(this.tsmiTrayShow, "tsmiTrayShow"); this.tsmiTrayShow.Click += new System.EventHandler(this.tsmiTrayShow_Click); // // tsmiTrayExit // + resources.ApplyResources(this.tsmiTrayExit, "tsmiTrayExit"); this.tsmiTrayExit.Image = global::ShareX.Properties.Resources.cross_button; this.tsmiTrayExit.Name = "tsmiTrayExit"; - resources.ApplyResources(this.tsmiTrayExit, "tsmiTrayExit"); this.tsmiTrayExit.Click += new System.EventHandler(this.tsmiTrayExit_Click); // // MainForm // - this.AllowDrop = true; resources.ApplyResources(this, "$this"); + this.AllowDrop = true; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.scMain); this.Controls.Add(this.tsMain); diff --git a/ShareX/Forms/MainForm.de.resx b/ShareX/Forms/MainForm.de.resx index aa6344673..049d02303 100644 --- a/ShareX/Forms/MainForm.de.resx +++ b/ShareX/Forms/MainForm.de.resx @@ -116,8 +116,9 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Abgelaufen + + + 230, 0 Dateiname @@ -125,11 +126,986 @@ Fortschritt + + Geschwindigkeit + + + Abgelaufen + Übrig - - Geschwindigkeit + + 263, 407 + + + 604, 407 + + + 238, 22 + + + Vollbild + + + 238, 22 + + + Fenster + + + 238, 22 + + + 238, 22 + + + Rechteck + + + 238, 22 + + + Rechteck (Objekte) + + + 238, 22 + + + Rechteck (Anmerkung) + + + 238, 22 + + + Rechteck (einfach) + + + 238, 22 + + + abgerundetes Rechteck + + + 238, 22 + + + 238, 22 + + + Dreieck + + + 238, 22 + + + Diamant + + + 238, 22 + + + Vieleck + + + 238, 22 + + + Freihand + + + 238, 22 + + + Letzte Region + + + 238, 22 + + + Bildschirmaufnahme (FFmpeg) + + + 238, 22 + + + Bildschirmaufnahme (GIF) + + + 238, 22 + + + Autoaufnahme: + + + 217, 20 + + + Aufnhemen + + + 241, 22 + + + Lade Datei hoch + + + 241, 22 + + + Lade Ordner hoch + + + 241, 22 + + + Aus Zwischenablage hochladen + + + 241, 22 + + + Hochladen von URL + + + 241, 22 + + + Drag & Drop hochladen + + + 217, 20 + + + Hochladen + + + 217, 20 + + + Arbeitsablauf + + + 226, 22 + + + Bildschirmfarbenauswähler... + + + 226, 22 + + + Bildbearbeiter... + + + 226, 22 + + + Bildeffekt... + + + 226, 22 + + + Dateiüberprüfung... + + + 226, 22 + + + DNS wechsler + + + 226, 22 + + + 226, 22 + + + Index Ordner... + + + 226, 22 + + + Lineal + + + 226, 22 + + + FTP Gerät: + + + 226, 22 + + + Twittere Nachricht + + + 226, 22 + + + Monitor Test... + + + 217, 20 + + + 217, 6 + + + 217, 20 + + + Nach der Aufnahme Aufgaben: + + + 217, 20 + + + Nach dem Hochladen Aufgaben + + + 165, 22 + + + Bildhochlader + + + 165, 22 + + + Texthochlader + + + 165, 22 + + + Dateihochlader + + + 165, 22 + + + URL Kürzer + + + 165, 22 + + + URL Teilerdienste + + + 162, 6 + + + 165, 22 + + + Zieleinstellungen + + + 217, 20 + + + Ziele + + + 217, 20 + + + Einstellungen: + + + 217, 20 + + + Aufgabeneinstellungen... + + + 217, 20 + + + Hotkeyeinstellungen + + + 217, 6 + + + 217, 20 + + + Screenshot Ordner... + + + 217, 20 + + + Chronik + + + 217, 20 + + + Bild Chronik... + + + 181, 22 + + + Debug Protokoll + + + 181, 22 + + + Testbild hochladen + + + 181, 22 + + + Testtext hochladen + + + 181, 22 + + + Testdatei hochladen + + + 181, 22 + + + Test URL Kürzer + + + 181, 22 + + + Test URL teilen + + + 217, 20 + + + 217, 20 + + + Spenden... + + + 217, 20 + + + Über... + + + 230, 407 + + + 178, 22 + + + Zeige Fehler + + + 178, 22 + + + Hochladen stoppen + + + 170, 22 + + + 170, 22 + + + gekürzte URL + + + 170, 22 + + + 170, 22 + + + Löschung der URL + + + 167, 6 + + + 170, 22 + + + Datei + + + 170, 22 + + + Ordner + + + 170, 22 + + + Thumbnaildatei + + + 178, 22 + + + Öffnen + + + 238, 22 + + + 238, 22 + + + gekürzte URL + + + 238, 22 + + + 238, 22 + + + Löschung der URL + + + 235, 6 + + + 238, 22 + + + Datei + + + 238, 22 + + + Bild + + + 238, 22 + + + 238, 22 + + + Thumbnaildatei + + + 238, 22 + + + Thumbnailbild + + + 235, 6 + + + 238, 22 + + + 238, 22 + + + HTML Bild + + + 238, 22 + + + HTML verlinktes Bild + + + 235, 6 + + + 238, 22 + + + Forum (BBCode) Link + + + 238, 22 + + + Forum (BBCode) Bild + + + 238, 22 + + + Forum (BBCode) verlinktes Bild + + + 235, 6 + + + 238, 22 + + + Dateipfad + + + 238, 22 + + + Dateiname + + + 238, 22 + + + Dateiname mit Erweiterung + + + 238, 22 + + + Ordner + + + 235, 6 + + + 178, 22 + + + Kopieren + + + 178, 22 + + + Hochladen + + + 178, 22 + + + Bild berarbeiten + + + 178, 22 + + + Datei lokal löschen + + + 178, 22 + + + URL kürzen + + + 178, 22 + + + URL teieln + + + 178, 22 + + + Zeige QR code... + + + 178, 22 + + + Zeige Antwort.... + + + 178, 22 + + + Liste leeren + + + 175, 6 + + + 178, 22 + + + Verstecke Menü + + + 142, 22 + + + Zeigen + + + 142, 22 + + + Verstecken + + + 142, 22 + + + Automatisch + + + 178, 22 + + + Bildvorschau + + + 179, 318 + + + 238, 22 + + + Vollbild + + + 238, 22 + + + Fenster + + + 238, 22 + + + 238, 22 + + + Rechteck + + + 238, 22 + + + Rechteck (Objekte) + + + 238, 22 + + + Rechteck (Anmerkung) + + + 238, 22 + + + Rechteck (einfach) + + + 238, 22 + + + abgerundetes Rechteck + + + 238, 22 + + + 238, 22 + + + Dreieck + + + 238, 22 + + + Diamant + + + 238, 22 + + + Vieleck + + + 238, 22 + + + Freihand + + + 238, 22 + + + Letzte Region + + + 238, 22 + + + Bildschirmaufnahme (FFmpeg) + + + 238, 22 + + + Bildschirmaufnahme (GIF) + + + 238, 22 + + + Autoaufnahme: + + + 206, 22 + + + Aufnhemen + + + 241, 22 + + + Lade Datei hoch + + + 241, 22 + + + Lade Ordner hoch + + + 241, 22 + + + Aus Zwischenablage hochladen + + + 241, 22 + + + Hochladen von URL + + + 241, 22 + + + Drag & Drop hochladen + + + 206, 22 + + + Hochladen + + + 206, 22 + + + Arbeitsablauf + + + 226, 22 + + + Bildschirmfarbenauswähler... + + + 226, 22 + + + Bildbearbeiter... + + + 226, 22 + + + Bildeffekt... + + + 226, 22 + + + Dateiüberprüfung... + + + 226, 22 + + + DNS wechsler + + + 226, 22 + + + 226, 22 + + + Index Ordner... + + + 226, 22 + + + Lineal + + + 226, 22 + + + FTP Gerät: + + + 226, 22 + + + Twittere Nachricht + + + 226, 22 + + + Monitor Test... + + + 206, 22 + + + 203, 6 + + + 206, 22 + + + Nach der Aufnahme + + + 206, 22 + + + Nach dem Hochladen + + + 165, 22 + + + Bildhochlader + + + 165, 22 + + + Texthochlader + + + 165, 22 + + + Dateihochlader + + + 165, 22 + + + URL Kürzer + + + 165, 22 + + + URL Teilerdienste + + + 162, 6 + + + 165, 22 + + + Zieleinstellungen + + + 206, 22 + + + Ziele + + + 206, 22 + + + Einstellungen: + + + 206, 22 + + + Aufgabeneinstellungen... + + + 206, 22 + + + Hotkeyeinstellungen + + + 203, 6 + + + 206, 22 + + + Screenshot Ordner... + + + 206, 22 + + + Chronik... + + + 206, 22 + + + Bild Chronik... + + + 206, 22 + + + Spenden... + + + 206, 22 + + + Über... + + + 203, 6 + + + 206, 22 + + + Zeige ShareX Fenster + + + 206, 22 + + + Beenden + + + 207, 396 Status @@ -137,484 +1113,49 @@ URL - - Einstellungen: - - - Chronik - - - Hotkeyeinstellungen - - - Bild Chronik... - - - Screenshot Ordner... - - - Aufgabeneinstellungen... - - - Nach der Aufnahme Aufgaben: - - - NAch dem Hochladen Aufgaben - - - Aufnhemen - Debug - - Ziele - Tools - - Hochladen - - - Arbeitsablauf - - - Über... - - - Autoaufnahme: - - - Liste leeren - - - Kopieren - - - Löschung der URL - - - Datei - - - Dateiname - - - Dateiname mit Erweiterung - - - Dateipfad - - - Ordner - - - Forum (BBCode) Bild - - - Forum (BBCode) Link - - - Forum (BBCode) verlinktes Bild - - - HTML Bild - HTML link - - HTML verlinktes Bild - - - Bild - - - gekürzte URL - Text - - Thumbnaildatei - - - Thumbnailbild - Thumbnail URL URL - - Datei lokal löschen - - - Zieleinstellungen - - - Diamant - - - DNS wechsler - - - Spenden... - - - Bild berarbeiten - Ellipse - - Dateihochlader - - - Freihand - - - FTP Gerät: - - - Vollbild - - - Dateiüberprüfung... - - - Verstecke Menü - - - Bildbearbeiter... - - - Bildeffekt... - - - Bildvorschau - - - Automatisch - - - Verstecken - - - Zeigen - - - Bildhochlader - - - Index Ordner... - - - Letzte Region - Monitor - - Monitor Test... - - - Öffnen - - - Löschung der URL - - - Datei - - - Ordner - - - gekürzte URL - - - Thumbnaildatei - Thumbnail URL URL - - Vieleck - QR code... - - Rechteck - - - Rechteck (Anmerkung) - - - Rechteck (einfach) - - - abgerundetes Rechteck - - - Lineal - - - Bildschirmfarbenauswähler... - - - Bildschirmaufnahme (FFmpeg) - - - Bildschirmaufnahme (GIF) - - - Screenshot Ordner... - - - URL teieln - - - URL kürzen - - - Debug Protokoll - - - Zeige Fehler - - - Zeige QR code... - - - Zeige Antwort.... - - - Hochladen stoppen - - - Testdatei hochladen - - - Testbild hochladen - - - Testtext hochladen - - - Test URL teilen - - - Test URL Kürzer - - - Texthochlader - - - Über... - - - Nach der Aufnahme - - - Nach dem Hochladen - - - Einstellungen: - - - Autoaufnahme: - - - Aufnhemen - - - Ziele - - - Zieleinstellungen - - - Diamant - - - DNS wechsler - - - Spenden... - Ellipse - - Beenden - - - Dateihochlader - - - Freihand - - - FTP Gerät: - - - Vollbild - - - Dateiüberprüfung... - - - Chronik... - - - Hotkeyeinstellungen - - - Bildbearbeiter... - - - Bildeffekt... - - - Bild Chronik... - - - Bildhochlader - - - Index Ordner... - - - Letzte Region - Monitor - - Monitor Test... - - - Vieleck - QR code... - - Rechteck - - - Rechteck (Anmerkung) - - - Rechteck (einfach) - - - abgerundetes Rechteck - - - Lineal - - - Bildschirmfarbenauswähler... - - - Bildschirmaufnahme (FFmpeg) - - - Bildschirmaufnahme (GIF) - - - Zeige ShareX Fenster - - - Aufgabeneinstellungen... - - - Texthochlader - Tools - - Dreieck - - - Twittere Nachricht - - - Hochladen - - - Aus Zwischenablage hochladen - - - Drag & Drop hochladen - - - Lade Datei hoch - - - Lade Ordner hoch - - - Hochladen von URL - - - URL Teilerdienste - - - URL Kürzer - - - Fenster - - - Rechteck (Objekte) - - - Arbeitsablauf - - - Dreieck - - - Twittere Nachricht - - - Aus Zwischenablage hochladen - - - Drag & Drop hochladen - - - Lade Datei hoch - - - Lade Ordner hoch - - - Hochladen - - - Hochladen von URL - - - URL Teilerdienste - - - URL Kürzer - - - Fenster - - - Rechteck (Objekte) - \ No newline at end of file diff --git a/ShareX/Forms/MainForm.resx b/ShareX/Forms/MainForm.resx index 1df4b027e..4483f3777 100644 --- a/ShareX/Forms/MainForm.resx +++ b/ShareX/Forms/MainForm.resx @@ -1,4 +1,4 @@ - +