Removed Watermark settings because more advanced watermark options already exist in Image effects

This commit is contained in:
Jaex 2014-10-13 02:36:18 +03:00
parent 29ac49dcb2
commit c4052956ed
10 changed files with 3931 additions and 4497 deletions

View file

@ -31,7 +31,7 @@
namespace ImageEffectsLib
{
[Description("Image")]
[Description("Image watermark")]
public class DrawImage : ImageEffect
{
[DefaultValue(ContentAlignment.BottomRight)]

View file

@ -34,7 +34,7 @@
namespace ImageEffectsLib
{
[Description("Text")]
[Description("Text watermark")]
public class DrawText : ImageEffect
{
[DefaultValue(ContentAlignment.BottomRight)]

View file

@ -70,30 +70,28 @@ public enum AfterCaptureTasks
None = 0,
[Description("Add image effects")]
AddImageEffects = 1,
[Description("Add watermark")]
AddWatermark = 1 << 1,
[Description("Annotate image")]
AnnotateImage = 1 << 2,
AnnotateImage = 1 << 1,
[Description("Copy image to clipboard")]
CopyImageToClipboard = 1 << 3,
CopyImageToClipboard = 1 << 2,
[Description("Print image")]
SendImageToPrinter = 1 << 4,
SendImageToPrinter = 1 << 3,
[Description("Save image to file")]
SaveImageToFile = 1 << 5,
SaveImageToFile = 1 << 4,
[Description("Save image to file as...")]
SaveImageToFileWithDialog = 1 << 6,
SaveImageToFileWithDialog = 1 << 5,
[Description("Save thumbnail image to file")]
SaveThumbnailImageToFile = 1 << 7,
SaveThumbnailImageToFile = 1 << 6,
[Description("Copy file to clipboard")]
CopyFileToClipboard = 1 << 8,
CopyFileToClipboard = 1 << 7,
[Description("Copy file path to clipboard")]
CopyFilePathToClipboard = 1 << 9,
CopyFilePathToClipboard = 1 << 8,
[Description("Perform actions")]
PerformActions = 1 << 10,
PerformActions = 1 << 9,
[Description("Upload image to host")]
UploadImageToHost = 1 << 11,
UploadImageToHost = 1 << 10,
[Description("Delete file locally")]
DeleteFile = 1 << 12
DeleteFile = 1 << 11
}
[Flags]

View file

@ -42,12 +42,16 @@ private void InitializeComponent()
this.tpTask = new System.Windows.Forms.TabPage();
this.chkOverrideFTP = new System.Windows.Forms.CheckBox();
this.cboFTPaccounts = new System.Windows.Forms.ComboBox();
this.btnAfterCapture = new HelpersLib.MenuButton();
this.btnAfterUpload = new HelpersLib.MenuButton();
this.btnDestinations = new HelpersLib.MenuButton();
this.cmsDestinations = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsmiImageUploaders = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiTextUploaders = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFileUploaders = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiURLShorteners = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiURLSharingServices = new System.Windows.Forms.ToolStripMenuItem();
this.btnTask = new HelpersLib.MenuButton();
this.tpGeneral = new System.Windows.Forms.TabPage();
this.panelGeneral = new System.Windows.Forms.Panel();
this.chkShowBeforeUploadForm = new System.Windows.Forms.CheckBox();
@ -77,11 +81,10 @@ private void InitializeComponent()
this.nudUseImageFormat2After = new System.Windows.Forms.NumericUpDown();
this.lblUseImageFormat2After = new System.Windows.Forms.Label();
this.tpEffects = new System.Windows.Forms.TabPage();
this.gbImageEffects = new System.Windows.Forms.GroupBox();
this.lblImageEffectsNote = new System.Windows.Forms.Label();
this.chkShowImageEffectsWindowAfterCapture = new System.Windows.Forms.CheckBox();
this.cbImageEffectOnlyRegionCapture = new System.Windows.Forms.CheckBox();
this.btnImageEffects = new System.Windows.Forms.Button();
this.btnWatermarkSettings = new System.Windows.Forms.Button();
this.tpThumbnail = new System.Windows.Forms.TabPage();
this.cbThumbnailIfSmaller = new System.Windows.Forms.CheckBox();
this.lblThumbnailNamePreview = new System.Windows.Forms.Label();
@ -130,6 +133,11 @@ private void InitializeComponent()
this.pActions = new System.Windows.Forms.Panel();
this.btnActionsDuplicate = new System.Windows.Forms.Button();
this.btnActionsAdd = new System.Windows.Forms.Button();
this.lvActions = new HelpersLib.MyListView();
this.chActionsName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chActionsPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chActionsArgs = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chActionsExtensions = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btnActionsEdit = new System.Windows.Forms.Button();
this.btnActionsRemove = new System.Windows.Forms.Button();
this.chkUseDefaultActions = new System.Windows.Forms.CheckBox();
@ -164,15 +172,6 @@ private void InitializeComponent()
this.tpAdvanced = new System.Windows.Forms.TabPage();
this.pgTaskSettings = new System.Windows.Forms.PropertyGrid();
this.chkUseDefaultAdvancedSettings = new System.Windows.Forms.CheckBox();
this.btnAfterCapture = new HelpersLib.MenuButton();
this.btnAfterUpload = new HelpersLib.MenuButton();
this.btnDestinations = new HelpersLib.MenuButton();
this.btnTask = new HelpersLib.MenuButton();
this.lvActions = new HelpersLib.MyListView();
this.chActionsName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chActionsPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chActionsArgs = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.chActionsExtensions = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tcHotkeySettings.SuspendLayout();
this.tpTask.SuspendLayout();
this.cmsDestinations.SuspendLayout();
@ -184,7 +183,6 @@ private void InitializeComponent()
((System.ComponentModel.ISupportInitialize)(this.nudImageJPEGQuality)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudUseImageFormat2After)).BeginInit();
this.tpEffects.SuspendLayout();
this.gbImageEffects.SuspendLayout();
this.tpThumbnail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudThumbnailHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudThumbnailWidth)).BeginInit();
@ -213,13 +211,13 @@ private void InitializeComponent()
//
// cmsAfterCapture
//
this.cmsAfterCapture.Name = "cmsAfterCapture";
resources.ApplyResources(this.cmsAfterCapture, "cmsAfterCapture");
this.cmsAfterCapture.Name = "cmsAfterCapture";
//
// cmsAfterUpload
//
this.cmsAfterUpload.Name = "cmsAfterCapture";
resources.ApplyResources(this.cmsAfterUpload, "cmsAfterUpload");
this.cmsAfterUpload.Name = "cmsAfterCapture";
//
// cbUseDefaultAfterCaptureSettings
//
@ -255,11 +253,12 @@ private void InitializeComponent()
//
// cmsTask
//
this.cmsTask.Name = "cmsAfterCapture";
resources.ApplyResources(this.cmsTask, "cmsTask");
this.cmsTask.Name = "cmsAfterCapture";
//
// tcHotkeySettings
//
resources.ApplyResources(this.tcHotkeySettings, "tcHotkeySettings");
this.tcHotkeySettings.Controls.Add(this.tpTask);
this.tcHotkeySettings.Controls.Add(this.tpGeneral);
this.tcHotkeySettings.Controls.Add(this.tpImage);
@ -269,12 +268,12 @@ private void InitializeComponent()
this.tcHotkeySettings.Controls.Add(this.tpUpload);
this.tcHotkeySettings.Controls.Add(this.tpIndexer);
this.tcHotkeySettings.Controls.Add(this.tpAdvanced);
resources.ApplyResources(this.tcHotkeySettings, "tcHotkeySettings");
this.tcHotkeySettings.Name = "tcHotkeySettings";
this.tcHotkeySettings.SelectedIndex = 0;
//
// tpTask
//
resources.ApplyResources(this.tpTask, "tpTask");
this.tpTask.Controls.Add(this.chkOverrideFTP);
this.tpTask.Controls.Add(this.cboFTPaccounts);
this.tpTask.Controls.Add(this.tbDescription);
@ -286,7 +285,6 @@ private void InitializeComponent()
this.tpTask.Controls.Add(this.cbUseDefaultAfterUploadSettings);
this.tpTask.Controls.Add(this.cbUseDefaultDestinationSettings);
this.tpTask.Controls.Add(this.lblDescription);
resources.ApplyResources(this.tpTask, "tpTask");
this.tpTask.Name = "tpTask";
this.tpTask.UseVisualStyleBackColor = true;
//
@ -299,14 +297,39 @@ private void InitializeComponent()
//
// cboFTPaccounts
//
this.cboFTPaccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.cboFTPaccounts, "cboFTPaccounts");
this.cboFTPaccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboFTPaccounts.FormattingEnabled = true;
this.cboFTPaccounts.Name = "cboFTPaccounts";
this.cboFTPaccounts.SelectedIndexChanged += new System.EventHandler(this.cboFTPaccounts_SelectedIndexChanged);
//
// btnAfterCapture
//
resources.ApplyResources(this.btnAfterCapture, "btnAfterCapture");
this.btnAfterCapture.Menu = this.cmsAfterCapture;
this.btnAfterCapture.Name = "btnAfterCapture";
this.btnAfterCapture.UseMnemonic = false;
this.btnAfterCapture.UseVisualStyleBackColor = true;
//
// btnAfterUpload
//
resources.ApplyResources(this.btnAfterUpload, "btnAfterUpload");
this.btnAfterUpload.Menu = this.cmsAfterUpload;
this.btnAfterUpload.Name = "btnAfterUpload";
this.btnAfterUpload.UseMnemonic = false;
this.btnAfterUpload.UseVisualStyleBackColor = true;
//
// btnDestinations
//
resources.ApplyResources(this.btnDestinations, "btnDestinations");
this.btnDestinations.Menu = this.cmsDestinations;
this.btnDestinations.Name = "btnDestinations";
this.btnDestinations.UseMnemonic = false;
this.btnDestinations.UseVisualStyleBackColor = true;
//
// cmsDestinations
//
resources.ApplyResources(this.cmsDestinations, "cmsDestinations");
this.cmsDestinations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiImageUploaders,
this.tsmiTextUploaders,
@ -314,48 +337,56 @@ private void InitializeComponent()
this.tsmiURLShorteners,
this.tsmiURLSharingServices});
this.cmsDestinations.Name = "cmsDestinations";
resources.ApplyResources(this.cmsDestinations, "cmsDestinations");
//
// tsmiImageUploaders
//
resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders");
this.tsmiImageUploaders.Image = global::ShareX.Properties.Resources.image;
this.tsmiImageUploaders.Name = "tsmiImageUploaders";
resources.ApplyResources(this.tsmiImageUploaders, "tsmiImageUploaders");
//
// tsmiTextUploaders
//
resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders");
this.tsmiTextUploaders.Image = global::ShareX.Properties.Resources.notebook;
this.tsmiTextUploaders.Name = "tsmiTextUploaders";
resources.ApplyResources(this.tsmiTextUploaders, "tsmiTextUploaders");
//
// tsmiFileUploaders
//
resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders");
this.tsmiFileUploaders.Image = global::ShareX.Properties.Resources.application_block;
this.tsmiFileUploaders.Name = "tsmiFileUploaders";
resources.ApplyResources(this.tsmiFileUploaders, "tsmiFileUploaders");
//
// tsmiURLShorteners
//
resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners");
this.tsmiURLShorteners.Image = global::ShareX.Properties.Resources.edit_scale;
this.tsmiURLShorteners.Name = "tsmiURLShorteners";
resources.ApplyResources(this.tsmiURLShorteners, "tsmiURLShorteners");
//
// tsmiURLSharingServices
//
resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices");
this.tsmiURLSharingServices.Image = global::ShareX.Properties.Resources.globe_share;
this.tsmiURLSharingServices.Name = "tsmiURLSharingServices";
resources.ApplyResources(this.tsmiURLSharingServices, "tsmiURLSharingServices");
//
// btnTask
//
resources.ApplyResources(this.btnTask, "btnTask");
this.btnTask.Menu = this.cmsTask;
this.btnTask.Name = "btnTask";
this.btnTask.UseMnemonic = false;
this.btnTask.UseVisualStyleBackColor = true;
//
// tpGeneral
//
resources.ApplyResources(this.tpGeneral, "tpGeneral");
this.tpGeneral.Controls.Add(this.panelGeneral);
this.tpGeneral.Controls.Add(this.chkUseDefaultGeneralSettings);
resources.ApplyResources(this.tpGeneral, "tpGeneral");
this.tpGeneral.Name = "tpGeneral";
this.tpGeneral.UseVisualStyleBackColor = true;
//
// panelGeneral
//
resources.ApplyResources(this.panelGeneral, "panelGeneral");
this.panelGeneral.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelGeneral.Controls.Add(this.chkShowBeforeUploadForm);
this.panelGeneral.Controls.Add(this.lblAfterTaskNotification);
@ -365,7 +396,6 @@ private void InitializeComponent()
this.panelGeneral.Controls.Add(this.cbPlaySoundAfterUpload);
this.panelGeneral.Controls.Add(this.cbHistorySave);
this.panelGeneral.Controls.Add(this.cbPlaySoundAfterCapture);
resources.ApplyResources(this.panelGeneral, "panelGeneral");
this.panelGeneral.Name = "panelGeneral";
//
// chkShowBeforeUploadForm
@ -382,9 +412,9 @@ private void InitializeComponent()
//
// cboPopUpNotification
//
resources.ApplyResources(this.cboPopUpNotification, "cboPopUpNotification");
this.cboPopUpNotification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboPopUpNotification.FormattingEnabled = true;
resources.ApplyResources(this.cboPopUpNotification, "cboPopUpNotification");
this.cboPopUpNotification.Name = "cboPopUpNotification";
this.cboPopUpNotification.SelectedIndexChanged += new System.EventHandler(this.cboPopUpNotification_SelectedIndexChanged);
//
@ -434,23 +464,24 @@ private void InitializeComponent()
//
// tpImage
//
resources.ApplyResources(this.tpImage, "tpImage");
this.tpImage.Controls.Add(this.tcImage);
this.tpImage.Controls.Add(this.chkUseDefaultImageSettings);
resources.ApplyResources(this.tpImage, "tpImage");
this.tpImage.Name = "tpImage";
this.tpImage.UseVisualStyleBackColor = true;
//
// tcImage
//
resources.ApplyResources(this.tcImage, "tcImage");
this.tcImage.Controls.Add(this.tpQuality);
this.tcImage.Controls.Add(this.tpEffects);
this.tcImage.Controls.Add(this.tpThumbnail);
resources.ApplyResources(this.tcImage, "tcImage");
this.tcImage.Name = "tcImage";
this.tcImage.SelectedIndex = 0;
//
// tpQuality
//
resources.ApplyResources(this.tpQuality, "tpQuality");
this.tpQuality.Controls.Add(this.cbImageFileExist);
this.tpQuality.Controls.Add(this.lblImageFileExist);
this.tpQuality.Controls.Add(this.lblImageFormat);
@ -465,15 +496,14 @@ private void InitializeComponent()
this.tpQuality.Controls.Add(this.lblImageFormat2);
this.tpQuality.Controls.Add(this.nudUseImageFormat2After);
this.tpQuality.Controls.Add(this.lblUseImageFormat2After);
resources.ApplyResources(this.tpQuality, "tpQuality");
this.tpQuality.Name = "tpQuality";
this.tpQuality.UseVisualStyleBackColor = true;
//
// cbImageFileExist
//
resources.ApplyResources(this.cbImageFileExist, "cbImageFileExist");
this.cbImageFileExist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbImageFileExist.FormattingEnabled = true;
resources.ApplyResources(this.cbImageFileExist, "cbImageFileExist");
this.cbImageFileExist.Name = "cbImageFileExist";
this.cbImageFileExist.SelectedIndexChanged += new System.EventHandler(this.cbImageFileExist_SelectedIndexChanged);
//
@ -494,6 +524,7 @@ private void InitializeComponent()
//
// cbImageFormat
//
resources.ApplyResources(this.cbImageFormat, "cbImageFormat");
this.cbImageFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbImageFormat.FormattingEnabled = true;
this.cbImageFormat.Items.AddRange(new object[] {
@ -502,7 +533,6 @@ private void InitializeComponent()
resources.GetString("cbImageFormat.Items2"),
resources.GetString("cbImageFormat.Items3"),
resources.GetString("cbImageFormat.Items4")});
resources.ApplyResources(this.cbImageFormat, "cbImageFormat");
this.cbImageFormat.Name = "cbImageFormat";
this.cbImageFormat.SelectedIndexChanged += new System.EventHandler(this.cbImageFormat_SelectedIndexChanged);
//
@ -518,9 +548,9 @@ private void InitializeComponent()
//
// cbImageGIFQuality
//
resources.ApplyResources(this.cbImageGIFQuality, "cbImageGIFQuality");
this.cbImageGIFQuality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbImageGIFQuality.FormattingEnabled = true;
resources.ApplyResources(this.cbImageGIFQuality, "cbImageGIFQuality");
this.cbImageGIFQuality.Name = "cbImageGIFQuality";
this.cbImageGIFQuality.SelectedIndexChanged += new System.EventHandler(this.cbImageGIFQuality_SelectedIndexChanged);
//
@ -531,6 +561,7 @@ private void InitializeComponent()
//
// cbImageFormat2
//
resources.ApplyResources(this.cbImageFormat2, "cbImageFormat2");
this.cbImageFormat2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbImageFormat2.FormattingEnabled = true;
this.cbImageFormat2.Items.AddRange(new object[] {
@ -539,7 +570,6 @@ private void InitializeComponent()
resources.GetString("cbImageFormat2.Items2"),
resources.GetString("cbImageFormat2.Items3"),
resources.GetString("cbImageFormat2.Items4")});
resources.ApplyResources(this.cbImageFormat2, "cbImageFormat2");
this.cbImageFormat2.Name = "cbImageFormat2";
this.cbImageFormat2.SelectedIndexChanged += new System.EventHandler(this.cbImageFormat2_SelectedIndexChanged);
//
@ -582,20 +612,18 @@ private void InitializeComponent()
//
// tpEffects
//
this.tpEffects.Controls.Add(this.gbImageEffects);
this.tpEffects.Controls.Add(this.btnWatermarkSettings);
resources.ApplyResources(this.tpEffects, "tpEffects");
this.tpEffects.Controls.Add(this.lblImageEffectsNote);
this.tpEffects.Controls.Add(this.chkShowImageEffectsWindowAfterCapture);
this.tpEffects.Controls.Add(this.cbImageEffectOnlyRegionCapture);
this.tpEffects.Controls.Add(this.btnImageEffects);
this.tpEffects.Name = "tpEffects";
this.tpEffects.UseVisualStyleBackColor = true;
//
// gbImageEffects
// lblImageEffectsNote
//
this.gbImageEffects.Controls.Add(this.chkShowImageEffectsWindowAfterCapture);
this.gbImageEffects.Controls.Add(this.cbImageEffectOnlyRegionCapture);
this.gbImageEffects.Controls.Add(this.btnImageEffects);
resources.ApplyResources(this.gbImageEffects, "gbImageEffects");
this.gbImageEffects.Name = "gbImageEffects";
this.gbImageEffects.TabStop = false;
resources.ApplyResources(this.lblImageEffectsNote, "lblImageEffectsNote");
this.lblImageEffectsNote.Name = "lblImageEffectsNote";
//
// chkShowImageEffectsWindowAfterCapture
//
@ -618,15 +646,9 @@ private void InitializeComponent()
this.btnImageEffects.UseVisualStyleBackColor = true;
this.btnImageEffects.Click += new System.EventHandler(this.btnImageEffects_Click);
//
// btnWatermarkSettings
//
resources.ApplyResources(this.btnWatermarkSettings, "btnWatermarkSettings");
this.btnWatermarkSettings.Name = "btnWatermarkSettings";
this.btnWatermarkSettings.UseVisualStyleBackColor = true;
this.btnWatermarkSettings.Click += new System.EventHandler(this.btnWatermarkSettings_Click);
//
// tpThumbnail
//
resources.ApplyResources(this.tpThumbnail, "tpThumbnail");
this.tpThumbnail.Controls.Add(this.cbThumbnailIfSmaller);
this.tpThumbnail.Controls.Add(this.lblThumbnailNamePreview);
this.tpThumbnail.Controls.Add(this.lblThumbnailName);
@ -635,7 +657,6 @@ private void InitializeComponent()
this.tpThumbnail.Controls.Add(this.lblThumbnailWidth);
this.tpThumbnail.Controls.Add(this.nudThumbnailHeight);
this.tpThumbnail.Controls.Add(this.nudThumbnailWidth);
resources.ApplyResources(this.tpThumbnail, "tpThumbnail");
this.tpThumbnail.Name = "tpThumbnail";
this.tpThumbnail.UseVisualStyleBackColor = true;
//
@ -705,24 +726,25 @@ private void InitializeComponent()
//
// tpCapture
//
resources.ApplyResources(this.tpCapture, "tpCapture");
this.tpCapture.Controls.Add(this.tcCapture);
this.tpCapture.Controls.Add(this.chkUseDefaultCaptureSettings);
resources.ApplyResources(this.tpCapture, "tpCapture");
this.tpCapture.Name = "tpCapture";
this.tpCapture.UseVisualStyleBackColor = true;
//
// tcCapture
//
resources.ApplyResources(this.tcCapture, "tcCapture");
this.tcCapture.Controls.Add(this.tpCaptureGeneral);
this.tcCapture.Controls.Add(this.tpRegionCapture);
this.tcCapture.Controls.Add(this.tpRectangleAnnotate);
this.tcCapture.Controls.Add(this.tpScreenRecorder);
resources.ApplyResources(this.tcCapture, "tcCapture");
this.tcCapture.Name = "tcCapture";
this.tcCapture.SelectedIndex = 0;
//
// tpCaptureGeneral
//
resources.ApplyResources(this.tpCaptureGeneral, "tpCaptureGeneral");
this.tpCaptureGeneral.Controls.Add(this.cbCaptureAutoHideTaskbar);
this.tpCaptureGeneral.Controls.Add(this.lblScreenshotDelayInfo);
this.tpCaptureGeneral.Controls.Add(this.nudScreenshotDelay);
@ -732,7 +754,6 @@ private void InitializeComponent()
this.tpCaptureGeneral.Controls.Add(this.cbCaptureShadow);
this.tpCaptureGeneral.Controls.Add(this.cbShowCursor);
this.tpCaptureGeneral.Controls.Add(this.cbCaptureTransparent);
resources.ApplyResources(this.tpCaptureGeneral, "tpCaptureGeneral");
this.tpCaptureGeneral.Name = "tpCaptureGeneral";
this.tpCaptureGeneral.UseVisualStyleBackColor = true;
//
@ -750,13 +771,13 @@ private void InitializeComponent()
//
// nudScreenshotDelay
//
resources.ApplyResources(this.nudScreenshotDelay, "nudScreenshotDelay");
this.nudScreenshotDelay.DecimalPlaces = 1;
this.nudScreenshotDelay.Increment = new decimal(new int[] {
5,
0,
0,
65536});
resources.ApplyResources(this.nudScreenshotDelay, "nudScreenshotDelay");
this.nudScreenshotDelay.Maximum = new decimal(new int[] {
300,
0,
@ -818,8 +839,8 @@ private void InitializeComponent()
//
// tpRegionCapture
//
this.tpRegionCapture.Controls.Add(this.pgRegionCapture);
resources.ApplyResources(this.tpRegionCapture, "tpRegionCapture");
this.tpRegionCapture.Controls.Add(this.pgRegionCapture);
this.tpRegionCapture.Name = "tpRegionCapture";
this.tpRegionCapture.UseVisualStyleBackColor = true;
//
@ -832,8 +853,8 @@ private void InitializeComponent()
//
// tpRectangleAnnotate
//
this.tpRectangleAnnotate.Controls.Add(this.pgRectangleAnnotate);
resources.ApplyResources(this.tpRectangleAnnotate, "tpRectangleAnnotate");
this.tpRectangleAnnotate.Controls.Add(this.pgRectangleAnnotate);
this.tpRectangleAnnotate.Name = "tpRectangleAnnotate";
this.tpRectangleAnnotate.UseVisualStyleBackColor = true;
//
@ -846,6 +867,7 @@ private void InitializeComponent()
//
// tpScreenRecorder
//
resources.ApplyResources(this.tpScreenRecorder, "tpScreenRecorder");
this.tpScreenRecorder.Controls.Add(this.cbScreenRecordAutoDisableAero);
this.tpScreenRecorder.Controls.Add(this.lblScreenRecorderFixedDuration);
this.tpScreenRecorder.Controls.Add(this.nudScreenRecordFPS);
@ -862,7 +884,6 @@ private void InitializeComponent()
this.tpScreenRecorder.Controls.Add(this.cbScreenRecorderFixedDuration);
this.tpScreenRecorder.Controls.Add(this.nudGIFFPS);
this.tpScreenRecorder.Controls.Add(this.lblGIFPS);
resources.ApplyResources(this.tpScreenRecorder, "tpScreenRecorder");
this.tpScreenRecorder.Name = "tpScreenRecorder";
this.tpScreenRecorder.UseVisualStyleBackColor = true;
//
@ -927,21 +948,21 @@ private void InitializeComponent()
//
// cboEncoder
//
resources.ApplyResources(this.cboEncoder, "cboEncoder");
this.cboEncoder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboEncoder.FormattingEnabled = true;
resources.ApplyResources(this.cboEncoder, "cboEncoder");
this.cboEncoder.Name = "cboEncoder";
this.cboEncoder.SelectedIndexChanged += new System.EventHandler(this.cboEncoder_SelectedIndexChanged);
//
// nudScreenRecorderDuration
//
resources.ApplyResources(this.nudScreenRecorderDuration, "nudScreenRecorderDuration");
this.nudScreenRecorderDuration.DecimalPlaces = 1;
this.nudScreenRecorderDuration.Increment = new decimal(new int[] {
5,
0,
0,
65536});
resources.ApplyResources(this.nudScreenRecorderDuration, "nudScreenRecorderDuration");
this.nudScreenRecorderDuration.Maximum = new decimal(new int[] {
60,
0,
@ -967,13 +988,13 @@ private void InitializeComponent()
//
// nudScreenRecorderStartDelay
//
resources.ApplyResources(this.nudScreenRecorderStartDelay, "nudScreenRecorderStartDelay");
this.nudScreenRecorderStartDelay.DecimalPlaces = 1;
this.nudScreenRecorderStartDelay.Increment = new decimal(new int[] {
5,
0,
0,
65536});
resources.ApplyResources(this.nudScreenRecorderStartDelay, "nudScreenRecorderStartDelay");
this.nudScreenRecorderStartDelay.Maximum = new decimal(new int[] {
60,
0,
@ -989,9 +1010,9 @@ private void InitializeComponent()
//
// cbScreenRecorderOutput
//
resources.ApplyResources(this.cbScreenRecorderOutput, "cbScreenRecorderOutput");
this.cbScreenRecorderOutput.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbScreenRecorderOutput.FormattingEnabled = true;
resources.ApplyResources(this.cbScreenRecorderOutput, "cbScreenRecorderOutput");
this.cbScreenRecorderOutput.Name = "cbScreenRecorderOutput";
this.cbScreenRecorderOutput.SelectedIndexChanged += new System.EventHandler(this.cbScreenRecorderOutput_SelectedIndexChanged);
//
@ -1044,20 +1065,20 @@ private void InitializeComponent()
//
// tpActions
//
resources.ApplyResources(this.tpActions, "tpActions");
this.tpActions.Controls.Add(this.pActions);
this.tpActions.Controls.Add(this.chkUseDefaultActions);
resources.ApplyResources(this.tpActions, "tpActions");
this.tpActions.Name = "tpActions";
this.tpActions.UseVisualStyleBackColor = true;
//
// pActions
//
resources.ApplyResources(this.pActions, "pActions");
this.pActions.Controls.Add(this.btnActionsDuplicate);
this.pActions.Controls.Add(this.btnActionsAdd);
this.pActions.Controls.Add(this.lvActions);
this.pActions.Controls.Add(this.btnActionsEdit);
this.pActions.Controls.Add(this.btnActionsRemove);
resources.ApplyResources(this.pActions, "pActions");
this.pActions.Name = "pActions";
//
// btnActionsDuplicate
@ -1074,6 +1095,39 @@ private void InitializeComponent()
this.btnActionsAdd.UseVisualStyleBackColor = true;
this.btnActionsAdd.Click += new System.EventHandler(this.btnActionsAdd_Click);
//
// lvActions
//
resources.ApplyResources(this.lvActions, "lvActions");
this.lvActions.AutoFillColumn = true;
this.lvActions.CheckBoxes = true;
this.lvActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chActionsName,
this.chActionsPath,
this.chActionsArgs,
this.chActionsExtensions});
this.lvActions.FullRowSelect = true;
this.lvActions.MultiSelect = false;
this.lvActions.Name = "lvActions";
this.lvActions.UseCompatibleStateImageBehavior = false;
this.lvActions.View = System.Windows.Forms.View.Details;
this.lvActions.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvActions_ItemChecked);
//
// chActionsName
//
resources.ApplyResources(this.chActionsName, "chActionsName");
//
// chActionsPath
//
resources.ApplyResources(this.chActionsPath, "chActionsPath");
//
// chActionsArgs
//
resources.ApplyResources(this.chActionsArgs, "chActionsArgs");
//
// chActionsExtensions
//
resources.ApplyResources(this.chActionsExtensions, "chActionsExtensions");
//
// btnActionsEdit
//
resources.ApplyResources(this.btnActionsEdit, "btnActionsEdit");
@ -1099,11 +1153,11 @@ private void InitializeComponent()
//
// tpWatchFolders
//
resources.ApplyResources(this.tpWatchFolders, "tpWatchFolders");
this.tpWatchFolders.Controls.Add(this.cbWatchFolderEnabled);
this.tpWatchFolders.Controls.Add(this.lvWatchFolderList);
this.tpWatchFolders.Controls.Add(this.btnWatchFolderRemove);
this.tpWatchFolders.Controls.Add(this.btnWatchFolderAdd);
resources.ApplyResources(this.tpWatchFolders, "tpWatchFolders");
this.tpWatchFolders.Name = "tpWatchFolders";
this.tpWatchFolders.UseVisualStyleBackColor = true;
//
@ -1116,12 +1170,12 @@ private void InitializeComponent()
//
// lvWatchFolderList
//
resources.ApplyResources(this.lvWatchFolderList, "lvWatchFolderList");
this.lvWatchFolderList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chWatchFolderFolderPath,
this.chWatchFolderFilter,
this.chWatchFolderIncludeSubdirectories});
this.lvWatchFolderList.FullRowSelect = true;
resources.ApplyResources(this.lvWatchFolderList, "lvWatchFolderList");
this.lvWatchFolderList.Name = "lvWatchFolderList";
this.lvWatchFolderList.UseCompatibleStateImageBehavior = false;
this.lvWatchFolderList.View = System.Windows.Forms.View.Details;
@ -1155,22 +1209,23 @@ private void InitializeComponent()
//
// tpUpload
//
resources.ApplyResources(this.tpUpload, "tpUpload");
this.tpUpload.Controls.Add(this.tcUpload);
this.tpUpload.Controls.Add(this.chkUseDefaultUploadSettings);
resources.ApplyResources(this.tpUpload, "tpUpload");
this.tpUpload.Name = "tpUpload";
this.tpUpload.UseVisualStyleBackColor = true;
//
// tcUpload
//
resources.ApplyResources(this.tcUpload, "tcUpload");
this.tcUpload.Controls.Add(this.tpUploadNamePattern);
this.tcUpload.Controls.Add(this.tpUploadClipboard);
resources.ApplyResources(this.tcUpload, "tcUpload");
this.tcUpload.Name = "tcUpload";
this.tcUpload.SelectedIndex = 0;
//
// tpUploadNamePattern
//
resources.ApplyResources(this.tpUploadNamePattern, "tpUploadNamePattern");
this.tpUploadNamePattern.Controls.Add(this.cbFileUploadUseNamePattern);
this.tpUploadNamePattern.Controls.Add(this.lblNameFormatPattern);
this.tpUploadNamePattern.Controls.Add(this.txtNameFormatPatternActiveWindow);
@ -1179,7 +1234,6 @@ private void InitializeComponent()
this.tpUploadNamePattern.Controls.Add(this.txtNameFormatPattern);
this.tpUploadNamePattern.Controls.Add(this.lblNameFormatPatternPreview);
this.tpUploadNamePattern.Controls.Add(this.lblNameFormatPatternPreviewActiveWindow);
resources.ApplyResources(this.tpUploadNamePattern, "tpUploadNamePattern");
this.tpUploadNamePattern.Name = "tpUploadNamePattern";
this.tpUploadNamePattern.UseVisualStyleBackColor = true;
//
@ -1231,11 +1285,11 @@ private void InitializeComponent()
//
// tpUploadClipboard
//
resources.ApplyResources(this.tpUploadClipboard, "tpUploadClipboard");
this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadShareURL);
this.tpUploadClipboard.Controls.Add(this.chkClipboardUploadURLContents);
this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadAutoIndexFolder);
this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadShortenURL);
resources.ApplyResources(this.tpUploadClipboard, "tpUploadClipboard");
this.tpUploadClipboard.Name = "tpUploadClipboard";
this.tpUploadClipboard.UseVisualStyleBackColor = true;
//
@ -1278,9 +1332,9 @@ private void InitializeComponent()
//
// tpIndexer
//
resources.ApplyResources(this.tpIndexer, "tpIndexer");
this.tpIndexer.Controls.Add(this.pgIndexerConfig);
this.tpIndexer.Controls.Add(this.chkUseDefaultIndexerSettings);
resources.ApplyResources(this.tpIndexer, "tpIndexer");
this.tpIndexer.Name = "tpIndexer";
this.tpIndexer.UseVisualStyleBackColor = true;
//
@ -1302,9 +1356,9 @@ private void InitializeComponent()
//
// tpAdvanced
//
resources.ApplyResources(this.tpAdvanced, "tpAdvanced");
this.tpAdvanced.Controls.Add(this.pgTaskSettings);
this.tpAdvanced.Controls.Add(this.chkUseDefaultAdvancedSettings);
resources.ApplyResources(this.tpAdvanced, "tpAdvanced");
this.tpAdvanced.Name = "tpAdvanced";
this.tpAdvanced.UseVisualStyleBackColor = true;
//
@ -1324,71 +1378,6 @@ private void InitializeComponent()
this.chkUseDefaultAdvancedSettings.UseVisualStyleBackColor = true;
this.chkUseDefaultAdvancedSettings.CheckedChanged += new System.EventHandler(this.chkUseDefaultAdvancedSettings_CheckedChanged);
//
// btnAfterCapture
//
resources.ApplyResources(this.btnAfterCapture, "btnAfterCapture");
this.btnAfterCapture.Menu = this.cmsAfterCapture;
this.btnAfterCapture.Name = "btnAfterCapture";
this.btnAfterCapture.UseMnemonic = false;
this.btnAfterCapture.UseVisualStyleBackColor = true;
//
// btnAfterUpload
//
resources.ApplyResources(this.btnAfterUpload, "btnAfterUpload");
this.btnAfterUpload.Menu = this.cmsAfterUpload;
this.btnAfterUpload.Name = "btnAfterUpload";
this.btnAfterUpload.UseMnemonic = false;
this.btnAfterUpload.UseVisualStyleBackColor = true;
//
// btnDestinations
//
resources.ApplyResources(this.btnDestinations, "btnDestinations");
this.btnDestinations.Menu = this.cmsDestinations;
this.btnDestinations.Name = "btnDestinations";
this.btnDestinations.UseMnemonic = false;
this.btnDestinations.UseVisualStyleBackColor = true;
//
// btnTask
//
resources.ApplyResources(this.btnTask, "btnTask");
this.btnTask.Menu = this.cmsTask;
this.btnTask.Name = "btnTask";
this.btnTask.UseMnemonic = false;
this.btnTask.UseVisualStyleBackColor = true;
//
// lvActions
//
resources.ApplyResources(this.lvActions, "lvActions");
this.lvActions.AutoFillColumn = true;
this.lvActions.CheckBoxes = true;
this.lvActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chActionsName,
this.chActionsPath,
this.chActionsArgs,
this.chActionsExtensions});
this.lvActions.FullRowSelect = true;
this.lvActions.MultiSelect = false;
this.lvActions.Name = "lvActions";
this.lvActions.UseCompatibleStateImageBehavior = false;
this.lvActions.View = System.Windows.Forms.View.Details;
this.lvActions.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.lvActions_ItemChecked);
//
// chActionsName
//
resources.ApplyResources(this.chActionsName, "chActionsName");
//
// chActionsPath
//
resources.ApplyResources(this.chActionsPath, "chActionsPath");
//
// chActionsArgs
//
resources.ApplyResources(this.chActionsArgs, "chActionsArgs");
//
// chActionsExtensions
//
resources.ApplyResources(this.chActionsExtensions, "chActionsExtensions");
//
// TaskSettingsForm
//
resources.ApplyResources(this, "$this");
@ -1415,8 +1404,7 @@ private void InitializeComponent()
((System.ComponentModel.ISupportInitialize)(this.nudImageJPEGQuality)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudUseImageFormat2After)).EndInit();
this.tpEffects.ResumeLayout(false);
this.gbImageEffects.ResumeLayout(false);
this.gbImageEffects.PerformLayout();
this.tpEffects.PerformLayout();
this.tpThumbnail.ResumeLayout(false);
this.tpThumbnail.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudThumbnailHeight)).EndInit();
@ -1488,7 +1476,6 @@ private void InitializeComponent()
private System.Windows.Forms.NumericUpDown nudUseImageFormat2After;
private System.Windows.Forms.Label lblUseImageFormat2After;
private System.Windows.Forms.TabPage tpEffects;
private System.Windows.Forms.Button btnWatermarkSettings;
private System.Windows.Forms.TabControl tcCapture;
private System.Windows.Forms.TabPage tpCaptureGeneral;
private System.Windows.Forms.CheckBox cbCaptureAutoHideTaskbar;
@ -1562,7 +1549,6 @@ private void InitializeComponent()
private System.Windows.Forms.Label lblScreenRecorderStartDelay;
private System.Windows.Forms.Button btnImageEffects;
private System.Windows.Forms.CheckBox cbImageEffectOnlyRegionCapture;
private System.Windows.Forms.GroupBox gbImageEffects;
private System.Windows.Forms.CheckBox chkShowImageEffectsWindowAfterCapture;
private System.Windows.Forms.CheckBox chkOverrideFTP;
private System.Windows.Forms.ComboBox cboFTPaccounts;
@ -1601,6 +1587,7 @@ private void InitializeComponent()
private System.Windows.Forms.PropertyGrid pgRectangleAnnotate;
private System.Windows.Forms.ColumnHeader chActionsExtensions;
private System.Windows.Forms.Button btnActionsDuplicate;
private System.Windows.Forms.Label lblImageEffectsNote;

View file

@ -609,14 +609,6 @@ private void cbImageFileExist_SelectedIndexChanged(object sender, EventArgs e)
TaskSettings.ImageSettings.FileExistAction = (FileExistAction)cbImageFileExist.SelectedIndex;
}
private void btnWatermarkSettings_Click(object sender, EventArgs e)
{
using (WatermarkForm watermarkForm = new WatermarkForm(TaskSettings.ImageSettings.WatermarkConfig) { Icon = Icon })
{
watermarkForm.ShowDialog();
}
}
private void cbImageEffectOnlyRegionCapture_CheckedChanged(object sender, EventArgs e)
{
TaskSettings.ImageSettings.ImageEffectOnlyRegionCapture = cbImageEffectOnlyRegionCapture.Checked;

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -117,10 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="cbUseDefaultAfterCaptureSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cbUseDefaultAfterCaptureSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>245, 17</value>
@ -128,57 +124,36 @@
<data name="cbUseDefaultAfterCaptureSettings.Text" xml:space="preserve">
<value>Varsayılan "Yakalama sonrası" ayarlarını kullan</value>
</data>
<data name="cbUseDefaultAfterUploadSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbUseDefaultAfterUploadSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>239, 17</value>
</data>
<data name="cbUseDefaultAfterUploadSettings.Text" xml:space="preserve">
<value>Varsayılan "Yükleme sonrası" ayarlarını kullan</value>
</data>
<data name="cbUseDefaultDestinationSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbUseDefaultDestinationSettings.Size" type="System.Drawing.Size, System.Drawing">
<value>191, 17</value>
</data>
<data name="cbUseDefaultDestinationSettings.Text" xml:space="preserve">
<value>Varsayılan "Hedef" ayarlarını kullan</value>
</data>
<data name="lblDescription.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblDescription.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 13</value>
</data>
<data name="lblDescription.Text" xml:space="preserve">
<value>Açıklama:</value>
</data>
<data name="chkOverrideFTP.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkOverrideFTP.Size" type="System.Drawing.Size, System.Drawing">
<value>127, 17</value>
</data>
<data name="chkOverrideFTP.Text" xml:space="preserve">
<value>FTP hesabını değiştir:</value>
</data>
<data name="btnAfterCapture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnAfterCapture.Text" xml:space="preserve">
<value>Yakalama sonrası...</value>
</data>
<data name="btnAfterUpload.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnAfterUpload.Text" xml:space="preserve">
<value>Yükleme sonrası...</value>
</data>
<data name="btnDestinations.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="tsmiImageUploaders.Size" type="System.Drawing.Size, System.Drawing">
<value>193, 22</value>
</data>
@ -215,159 +190,96 @@
<data name="btnDestinations.Text" xml:space="preserve">
<value>Hedefler...</value>
</data>
<data name="btnTask.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnTask.Text" xml:space="preserve">
<value>Görev...</value>
</data>
<data name="tpTask.Text" xml:space="preserve">
<value>Görev</value>
</data>
<data name="chkShowBeforeUploadForm.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkShowBeforeUploadForm.Size" type="System.Drawing.Size, System.Drawing">
<value>384, 17</value>
</data>
<data name="chkShowBeforeUploadForm.Text" xml:space="preserve">
<value>Yükleme öncesi hedefi değiştirebilmek için "Yükleme öncesi" ekranını göster</value>
</data>
<data name="lblAfterTaskNotification.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblAfterTaskNotification.Size" type="System.Drawing.Size, System.Drawing">
<value>108, 13</value>
</data>
<data name="lblAfterTaskNotification.Text" xml:space="preserve">
<value>Görev bittikten sonra:</value>
</data>
<data name="chkShowAfterUploadForm.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkShowAfterUploadForm.Size" type="System.Drawing.Size, System.Drawing">
<value>299, 17</value>
</data>
<data name="chkShowAfterUploadForm.Text" xml:space="preserve">
<value>Görev tamamlandığında "Yükleme sonrası" ekranını göster</value>
</data>
<data name="cbShowAfterCaptureTasksForm.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbShowAfterCaptureTasksForm.Size" type="System.Drawing.Size, System.Drawing">
<value>364, 17</value>
</data>
<data name="cbShowAfterCaptureTasksForm.Text" xml:space="preserve">
<value>Yakalama yapıldıktan sonra "Yakalama sonrası görevler" ekranını göster</value>
</data>
<data name="cbPlaySoundAfterUpload.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbPlaySoundAfterUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>160, 17</value>
</data>
<data name="cbPlaySoundAfterUpload.Text" xml:space="preserve">
<value>Görev bittikten sonra ses çal</value>
</data>
<data name="cbHistorySave.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbHistorySave.Size" type="System.Drawing.Size, System.Drawing">
<value>168, 17</value>
</data>
<data name="cbHistorySave.Text" xml:space="preserve">
<value>Görev bilgisini geçmişe kaydet</value>
</data>
<data name="cbPlaySoundAfterCapture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbPlaySoundAfterCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>191, 17</value>
</data>
<data name="cbPlaySoundAfterCapture.Text" xml:space="preserve">
<value>Yakalama yapıldıktan sonra ses çal</value>
</data>
<data name="chkUseDefaultGeneralSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultGeneralSettings.Text" xml:space="preserve">
<value>Varsayılan genel ayarları kullan</value>
</data>
<data name="tpGeneral.Text" xml:space="preserve">
<value>Genel</value>
</data>
<data name="lblImageFileExist.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageFileExist.Size" type="System.Drawing.Size, System.Drawing">
<value>69, 13</value>
</data>
<data name="lblImageFileExist.Text" xml:space="preserve">
<value>Dosya varsa:</value>
</data>
<data name="lblImageFormat.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageFormat.Size" type="System.Drawing.Size, System.Drawing">
<value>68, 13</value>
</data>
<data name="lblImageFormat.Text" xml:space="preserve">
<value>Resim biçimi:</value>
</data>
<data name="lblUseImageFormat2AfterHint.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblUseImageFormat2AfterHint.Size" type="System.Drawing.Size, System.Drawing">
<value>126, 13</value>
</data>
<data name="lblUseImageFormat2AfterHint.Text" xml:space="preserve">
<value>kB 0 - 5000 (0 iptal eder)</value>
</data>
<data name="lblImageJPEGQualityHint.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageJPEGQuality.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageJPEGQuality.Size" type="System.Drawing.Size, System.Drawing">
<value>72, 13</value>
</data>
<data name="lblImageJPEGQuality.Text" xml:space="preserve">
<value>JPEG kalitesi:</value>
</data>
<data name="cbImageGIFQuality.Items" xml:space="preserve">
<value>Varsayılan (Hızlı)</value>
</data>
<data name="cbImageGIFQuality.Items1" xml:space="preserve">
<value>256 renk (8 bit)</value>
</data>
<data name="cbImageGIFQuality.Items2" xml:space="preserve">
<value>16 renk (4 bit)</value>
</data>
<data name="cbImageGIFQuality.Items3" xml:space="preserve">
<value>Gri ton</value>
</data>
<data name="lblImageGIFQuality.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageGIFQuality.Size" type="System.Drawing.Size, System.Drawing">
<value>62, 13</value>
</data>
<data name="lblImageGIFQuality.Text" xml:space="preserve">
<value>GIF kalitesi:</value>
</data>
<data name="lblImageFormat2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblImageFormat2.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 13</value>
</data>
<data name="lblImageFormat2.Text" xml:space="preserve">
<value>Resim biçim 2:</value>
</data>
<data name="lblUseImageFormat2After.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblUseImageFormat2After.Size" type="System.Drawing.Size, System.Drawing">
<value>188, 13</value>
</data>
@ -377,81 +289,48 @@
<data name="tpQuality.Text" xml:space="preserve">
<value>Genel</value>
</data>
<data name="chkShowImageEffectsWindowAfterCapture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkShowImageEffectsWindowAfterCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>248, 17</value>
</data>
<data name="chkShowImageEffectsWindowAfterCapture.Text" xml:space="preserve">
<value>Yakalama sonrası resim efektleri ekranını göster</value>
</data>
<data name="cbImageEffectOnlyRegionCapture.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbImageEffectOnlyRegionCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>232, 17</value>
</data>
<data name="cbImageEffectOnlyRegionCapture.Text" xml:space="preserve">
<value>Efektleri sadece yakalama bölgesine uygula</value>
</data>
<data name="btnImageEffects.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnImageEffects.Text" xml:space="preserve">
<value>Resim efektleri ayarları...</value>
</data>
<data name="gbImageEffects.Text" xml:space="preserve">
<value>Resim efektleri</value>
</data>
<data name="btnWatermarkSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnWatermarkSettings.Text" xml:space="preserve">
<value>Damga ayarları...</value>
</data>
<data name="tpEffects.Text" xml:space="preserve">
<value>Efekt</value>
</data>
<data name="cbThumbnailIfSmaller.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbThumbnailIfSmaller.Size" type="System.Drawing.Size, System.Drawing">
<value>382, 17</value>
</data>
<data name="cbThumbnailIfSmaller.Text" xml:space="preserve">
<value>Küçük resimi sadece resim boyutu küçük resim boyutundan büyükse oluştur</value>
</data>
<data name="lblThumbnailNamePreview.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblThumbnailNamePreview.Size" type="System.Drawing.Size, System.Drawing">
<value>53, 13</value>
</data>
<data name="lblThumbnailNamePreview.Text" xml:space="preserve">
<value>Ön izleme</value>
</data>
<data name="lblThumbnailName.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblThumbnailName.Size" type="System.Drawing.Size, System.Drawing">
<value>85, 13</value>
</data>
<data name="lblThumbnailName.Text" xml:space="preserve">
<value>Küçük resim adı:</value>
</data>
<data name="lblThumbnailHeight.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblThumbnailHeight.Size" type="System.Drawing.Size, System.Drawing">
<value>28, 13</value>
</data>
<data name="lblThumbnailHeight.Text" xml:space="preserve">
<value>Boy:</value>
</data>
<data name="lblThumbnailWidth.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblThumbnailWidth.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 13</value>
</data>
@ -461,72 +340,48 @@
<data name="tpThumbnail.Text" xml:space="preserve">
<value>Küçük resim</value>
</data>
<data name="chkUseDefaultImageSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultImageSettings.Text" xml:space="preserve">
<value>Varsayılan resim ayarlarını kullan</value>
</data>
<data name="tpImage.Text" xml:space="preserve">
<value>Resim</value>
</data>
<data name="cbCaptureAutoHideTaskbar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbCaptureAutoHideTaskbar.Size" type="System.Drawing.Size, System.Drawing">
<value>430, 17</value>
</data>
<data name="cbCaptureAutoHideTaskbar.Text" xml:space="preserve">
<value>Pencere yakalama sırasında pencere görev çubuğu ile kesişirse görev çubuğunu gizle</value>
</data>
<data name="lblScreenshotDelayInfo.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenshotDelayInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 13</value>
</data>
<data name="lblScreenshotDelayInfo.Text" xml:space="preserve">
<value>saniye</value>
</data>
<data name="cbScreenshotDelay.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbScreenshotDelay.Size" type="System.Drawing.Size, System.Drawing">
<value>107, 17</value>
</data>
<data name="cbScreenshotDelay.Text" xml:space="preserve">
<value>Beklemesi süresi:</value>
</data>
<data name="cbCaptureClientArea.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbCaptureClientArea.Size" type="System.Drawing.Size, System.Drawing">
<value>378, 17</value>
</data>
<data name="cbCaptureClientArea.Text" xml:space="preserve">
<value>Pencere veya aktif pencere yakalama sırasında başlık çubuğunu yakalama</value>
</data>
<data name="cbCaptureShadow.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbCaptureShadow.Size" type="System.Drawing.Size, System.Drawing">
<value>311, 17</value>
</data>
<data name="cbCaptureShadow.Text" xml:space="preserve">
<value>Pencereyi gölge ile yakala (şeffaflık gerektirir) Gölge çıkıntısı:</value>
</data>
<data name="cbShowCursor.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbShowCursor.Size" type="System.Drawing.Size, System.Drawing">
<value>185, 17</value>
</data>
<data name="cbShowCursor.Text" xml:space="preserve">
<value>Ekran görüntülerinde imleci göster</value>
</data>
<data name="cbCaptureTransparent.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbCaptureTransparent.Size" type="System.Drawing.Size, System.Drawing">
<value>159, 17</value>
</data>
@ -542,105 +397,66 @@
<data name="tpRectangleAnnotate.Text" xml:space="preserve">
<value>Dikdörtgen dipnot</value>
</data>
<data name="cbScreenRecordAutoDisableAero.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbScreenRecordAutoDisableAero.Size" type="System.Drawing.Size, System.Drawing">
<value>462, 17</value>
</data>
<data name="cbScreenRecordAutoDisableAero.Text" xml:space="preserve">
<value>Kaydetme sırasında Windows Aero otomatik kapatılsın (Aero kaydetme performansını düşürür)</value>
</data>
<data name="lblScreenRecorderFixedDuration.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenRecorderFixedDuration.Size" type="System.Drawing.Size, System.Drawing">
<value>37, 13</value>
</data>
<data name="lblScreenRecorderFixedDuration.Text" xml:space="preserve">
<value>saniye</value>
</data>
<data name="lblScreenRecordFPS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenRecordFPS.Size" type="System.Drawing.Size, System.Drawing">
<value>86, 13</value>
</data>
<data name="lblScreenRecordFPS.Text" xml:space="preserve">
<value>Ekran kayıt FPS:</value>
</data>
<data name="chkRunScreencastCLI.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkRunScreencastCLI.Size" type="System.Drawing.Size, System.Drawing">
<value>112, 17</value>
</data>
<data name="chkRunScreencastCLI.Text" xml:space="preserve">
<value>Peşine CLI çalıştır:</value>
</data>
<data name="btnScreenRecorderOptions.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnScreenRecorderOptions.Text" xml:space="preserve">
<value>Ayarlar...</value>
</data>
<data name="btnEncoderConfig.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnEncoderConfig.Text" xml:space="preserve">
<value>Profiller...</value>
</data>
<data name="lblScreenRecorderStartDelay.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenRecorderStartDelay.Size" type="System.Drawing.Size, System.Drawing">
<value>106, 13</value>
</data>
<data name="lblScreenRecorderStartDelay.Text" xml:space="preserve">
<value>Başlangıç gecikmesi:</value>
</data>
<data name="lblScreenRecorderOutput.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblScreenRecorderOutput.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 13</value>
</data>
<data name="lblScreenRecorderOutput.Text" xml:space="preserve">
<value>Çıkış:</value>
</data>
<data name="cbScreenRecorderFixedDuration.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbScreenRecorderFixedDuration.Size" type="System.Drawing.Size, System.Drawing">
<value>76, 17</value>
</data>
<data name="cbScreenRecorderFixedDuration.Text" xml:space="preserve">
<value>Sabit süre:</value>
</data>
<data name="lblGIFPS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="tpScreenRecorder.Text" xml:space="preserve">
<value>Ekran kaydedici</value>
</data>
<data name="chkUseDefaultCaptureSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultCaptureSettings.Text" xml:space="preserve">
<value>Varsayılan yakalama ayarlarını kullan</value>
</data>
<data name="tpCapture.Text" xml:space="preserve">
<value>Yakalama</value>
</data>
<data name="btnActionsDuplicate.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnActionsDuplicate.Text" xml:space="preserve">
<value>Kopyala</value>
</data>
<data name="btnActionsAdd.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnActionsAdd.Text" xml:space="preserve">
<value>Ekle</value>
</data>
@ -656,30 +472,18 @@
<data name="chActionsExtensions.Text" xml:space="preserve">
<value>Uzantılar</value>
</data>
<data name="btnActionsEdit.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnActionsEdit.Text" xml:space="preserve">
<value>Düzenle</value>
</data>
<data name="btnActionsRemove.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnActionsRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="chkUseDefaultActions.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultActions.Text" xml:space="preserve">
<value>Varsayılan aksiyon ayarlarını kullan</value>
</data>
<data name="tpActions.Text" xml:space="preserve">
<value>Aksiyon</value>
</data>
<data name="cbWatchFolderEnabled.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbWatchFolderEnabled.Size" type="System.Drawing.Size, System.Drawing">
<value>287, 17</value>
</data>
@ -695,66 +499,42 @@
<data name="chWatchFolderIncludeSubdirectories.Text" xml:space="preserve">
<value>Alt dizinleri de dahil et</value>
</data>
<data name="btnWatchFolderRemove.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnWatchFolderRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="btnWatchFolderAdd.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnWatchFolderAdd.Text" xml:space="preserve">
<value>Ekle...</value>
</data>
<data name="tpWatchFolders.Text" xml:space="preserve">
<value>Takipteki dizinler</value>
</data>
<data name="cbFileUploadUseNamePattern.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbFileUploadUseNamePattern.Size" type="System.Drawing.Size, System.Drawing">
<value>335, 17</value>
</data>
<data name="cbFileUploadUseNamePattern.Text" xml:space="preserve">
<value>Dosya yükleme için de gerçek dosya ismi yerine isim deseni kullan</value>
</data>
<data name="lblNameFormatPattern.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblNameFormatPattern.Size" type="System.Drawing.Size, System.Drawing">
<value>243, 13</value>
</data>
<data name="lblNameFormatPattern.Text" xml:space="preserve">
<value>Yakalama veya panodan yükleme için isim deseni:</value>
</data>
<data name="btnResetAutoIncrementNumber.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="btnResetAutoIncrementNumber.Text" xml:space="preserve">
<value>Otomatik artan sayıyı sıfırla</value>
</data>
<data name="lblNameFormatPatternActiveWindow.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblNameFormatPatternActiveWindow.Size" type="System.Drawing.Size, System.Drawing">
<value>188, 13</value>
</data>
<data name="lblNameFormatPatternActiveWindow.Text" xml:space="preserve">
<value>Aktif pencere yakalam için isim deseni:</value>
</data>
<data name="lblNameFormatPatternPreview.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblNameFormatPatternPreview.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 13</value>
</data>
<data name="lblNameFormatPatternPreview.Text" xml:space="preserve">
<value>Ön izleme:</value>
</data>
<data name="lblNameFormatPatternPreviewActiveWindow.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblNameFormatPatternPreviewActiveWindow.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 13</value>
</data>
@ -764,36 +544,24 @@
<data name="tpUploadNamePattern.Text" xml:space="preserve">
<value>İsim deseni</value>
</data>
<data name="cbClipboardUploadShareURL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbClipboardUploadShareURL.Size" type="System.Drawing.Size, System.Drawing">
<value>269, 17</value>
</data>
<data name="cbClipboardUploadShareURL.Text" xml:space="preserve">
<value>Pano URL içeriyorsa URL paylaşım servisi ile paylaş</value>
</data>
<data name="chkClipboardUploadURLContents.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkClipboardUploadURLContents.Size" type="System.Drawing.Size, System.Drawing">
<value>271, 17</value>
</data>
<data name="chkClipboardUploadURLContents.Text" xml:space="preserve">
<value>Eğer pano dosya URL bilgisi içeriyorsa indir ve yükle</value>
</data>
<data name="cbClipboardUploadAutoIndexFolder.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbClipboardUploadAutoIndexFolder.Size" type="System.Drawing.Size, System.Drawing">
<value>291, 17</value>
</data>
<data name="cbClipboardUploadAutoIndexFolder.Text" xml:space="preserve">
<value>Pano dizin yolu içeriyorsa dizini indeksle ve indeksi yükle</value>
</data>
<data name="cbClipboardUploadShortenURL.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="cbClipboardUploadShortenURL.Size" type="System.Drawing.Size, System.Drawing">
<value>216, 17</value>
</data>
@ -803,27 +571,18 @@
<data name="tpUploadClipboard.Text" xml:space="preserve">
<value>Panodan yükleme</value>
</data>
<data name="chkUseDefaultUploadSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultUploadSettings.Text" xml:space="preserve">
<value>Varsayılan yükleme ayarlarını kullan</value>
</data>
<data name="tpUpload.Text" xml:space="preserve">
<value>Yükleme</value>
</data>
<data name="chkUseDefaultIndexerSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultIndexerSettings.Text" xml:space="preserve">
<value>Varsayılan indeksleyici görev ayarlarını kullan</value>
</data>
<data name="tpIndexer.Text" xml:space="preserve">
<value>İndeksleyici</value>
</data>
<data name="chkUseDefaultAdvancedSettings.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="chkUseDefaultAdvancedSettings.Text" xml:space="preserve">
<value>Varsayılan gelişmiş ayarları kullan</value>
</data>

View file

@ -280,8 +280,6 @@ public class TaskSettingsImage
public bool ShowImageEffectsWindowAfterCapture = false;
public bool ImageEffectOnlyRegionCapture = false;
public WatermarkConfig WatermarkConfig = new WatermarkConfig();
#endregion Image / Effects
#region Image / Thumbnail

View file

@ -449,11 +449,6 @@ private bool DoAfterCaptureJobs()
tempImage = TaskHelpers.AddImageEffects(tempImage, Info.TaskSettings);
}
if (Info.TaskSettings.AfterCaptureJob.HasFlag(AfterCaptureTasks.AddWatermark) && Info.TaskSettings.ImageSettings.WatermarkConfig != null)
{
Info.TaskSettings.ImageSettings.WatermarkConfig.Apply(tempImage);
}
if (Info.TaskSettings.AfterCaptureJob.HasFlag(AfterCaptureTasks.AnnotateImage))
{
tempImage = TaskHelpers.AnnotateImage(tempImage, Info.FileName);