diff --git a/ShareX/Forms/TaskSettingsForm.Designer.cs b/ShareX/Forms/TaskSettingsForm.Designer.cs index 96a4c149d..c70fe0b66 100644 --- a/ShareX/Forms/TaskSettingsForm.Designer.cs +++ b/ShareX/Forms/TaskSettingsForm.Designer.cs @@ -98,6 +98,7 @@ private void InitializeComponent() this.tcCapture = new System.Windows.Forms.TabControl(); this.tpCaptureGeneral = new System.Windows.Forms.TabPage(); this.pCapture = new System.Windows.Forms.Panel(); + this.lblScreenshotDelay = new System.Windows.Forms.Label(); this.btnCaptureCustomRegionSelectRectangle = new System.Windows.Forms.Button(); this.lblCaptureCustomRegion = new System.Windows.Forms.Label(); this.lblCaptureCustomRegionWidth = new System.Windows.Forms.Label(); @@ -185,8 +186,10 @@ private void InitializeComponent() this.tpUploadMain = new System.Windows.Forms.TabPage(); this.chkOverrideUploadSettings = new System.Windows.Forms.CheckBox(); this.tpFileNaming = new System.Windows.Forms.TabPage(); - this.cbFileUploadReplaceProblematicCharacters = new System.Windows.Forms.CheckBox(); + this.btnAutoIncrementNumber = new System.Windows.Forms.Button(); this.lblAutoIncrementNumber = new System.Windows.Forms.Label(); + this.nudAutoIncrementNumber = new System.Windows.Forms.NumericUpDown(); + this.cbFileUploadReplaceProblematicCharacters = new System.Windows.Forms.CheckBox(); this.cbRegionCaptureUseWindowPattern = new System.Windows.Forms.CheckBox(); this.cbNameFormatCustomTimeZone = new System.Windows.Forms.CheckBox(); this.lblNameFormatPatternPreview = new System.Windows.Forms.Label(); @@ -194,13 +197,12 @@ private void InitializeComponent() this.lblNameFormatPatternPreviewActiveWindow = new System.Windows.Forms.Label(); this.cbNameFormatTimeZone = new System.Windows.Forms.ComboBox(); this.txtNameFormatPatternActiveWindow = new System.Windows.Forms.TextBox(); - this.btnResetAutoIncrementNumber = new System.Windows.Forms.Button(); this.cbFileUploadUseNamePattern = new System.Windows.Forms.CheckBox(); this.lblNameFormatPattern = new System.Windows.Forms.Label(); this.txtNameFormatPattern = new System.Windows.Forms.TextBox(); this.tpUploadClipboard = new System.Windows.Forms.TabPage(); this.cbClipboardUploadShareURL = new System.Windows.Forms.CheckBox(); - this.chkClipboardUploadURLContents = new System.Windows.Forms.CheckBox(); + this.cbClipboardUploadURLContents = new System.Windows.Forms.CheckBox(); this.cbClipboardUploadAutoIndexFolder = new System.Windows.Forms.CheckBox(); this.cbClipboardUploadShortenURL = new System.Windows.Forms.CheckBox(); this.tpUploaderFilters = new System.Windows.Forms.TabPage(); @@ -245,7 +247,6 @@ private void InitializeComponent() this.pgTaskSettings = new System.Windows.Forms.PropertyGrid(); this.chkOverrideAdvancedSettings = new System.Windows.Forms.CheckBox(); this.tttvMain = new ShareX.HelpersLib.TabToTreeView(); - this.lblScreenshotDelay = new System.Windows.Forms.Label(); this.tcTaskSettings.SuspendLayout(); this.tpTask.SuspendLayout(); this.cmsDestinations.SuspendLayout(); @@ -290,6 +291,7 @@ private void InitializeComponent() this.tcUpload.SuspendLayout(); this.tpUploadMain.SuspendLayout(); this.tpFileNaming.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.nudAutoIncrementNumber)).BeginInit(); this.tpUploadClipboard.SuspendLayout(); this.tpUploaderFilters.SuspendLayout(); this.tpActions.SuspendLayout(); @@ -850,6 +852,11 @@ private void InitializeComponent() resources.ApplyResources(this.pCapture, "pCapture"); this.pCapture.Name = "pCapture"; // + // lblScreenshotDelay + // + resources.ApplyResources(this.lblScreenshotDelay, "lblScreenshotDelay"); + this.lblScreenshotDelay.Name = "lblScreenshotDelay"; + // // btnCaptureCustomRegionSelectRectangle // resources.ApplyResources(this.btnCaptureCustomRegionSelectRectangle, "btnCaptureCustomRegionSelectRectangle"); @@ -1648,8 +1655,10 @@ private void InitializeComponent() // tpFileNaming // this.tpFileNaming.BackColor = System.Drawing.SystemColors.Window; - this.tpFileNaming.Controls.Add(this.cbFileUploadReplaceProblematicCharacters); + this.tpFileNaming.Controls.Add(this.btnAutoIncrementNumber); this.tpFileNaming.Controls.Add(this.lblAutoIncrementNumber); + this.tpFileNaming.Controls.Add(this.nudAutoIncrementNumber); + this.tpFileNaming.Controls.Add(this.cbFileUploadReplaceProblematicCharacters); this.tpFileNaming.Controls.Add(this.cbRegionCaptureUseWindowPattern); this.tpFileNaming.Controls.Add(this.cbNameFormatCustomTimeZone); this.tpFileNaming.Controls.Add(this.lblNameFormatPatternPreview); @@ -1657,13 +1666,34 @@ private void InitializeComponent() this.tpFileNaming.Controls.Add(this.lblNameFormatPatternPreviewActiveWindow); this.tpFileNaming.Controls.Add(this.cbNameFormatTimeZone); this.tpFileNaming.Controls.Add(this.txtNameFormatPatternActiveWindow); - this.tpFileNaming.Controls.Add(this.btnResetAutoIncrementNumber); this.tpFileNaming.Controls.Add(this.cbFileUploadUseNamePattern); this.tpFileNaming.Controls.Add(this.lblNameFormatPattern); this.tpFileNaming.Controls.Add(this.txtNameFormatPattern); resources.ApplyResources(this.tpFileNaming, "tpFileNaming"); this.tpFileNaming.Name = "tpFileNaming"; // + // btnAutoIncrementNumber + // + resources.ApplyResources(this.btnAutoIncrementNumber, "btnAutoIncrementNumber"); + this.btnAutoIncrementNumber.Name = "btnAutoIncrementNumber"; + this.btnAutoIncrementNumber.UseVisualStyleBackColor = true; + this.btnAutoIncrementNumber.Click += new System.EventHandler(this.btnAutoIncrementNumber_Click); + // + // lblAutoIncrementNumber + // + resources.ApplyResources(this.lblAutoIncrementNumber, "lblAutoIncrementNumber"); + this.lblAutoIncrementNumber.Name = "lblAutoIncrementNumber"; + // + // nudAutoIncrementNumber + // + resources.ApplyResources(this.nudAutoIncrementNumber, "nudAutoIncrementNumber"); + this.nudAutoIncrementNumber.Maximum = new decimal(new int[] { + 100000000, + 0, + 0, + 0}); + this.nudAutoIncrementNumber.Name = "nudAutoIncrementNumber"; + // // cbFileUploadReplaceProblematicCharacters // resources.ApplyResources(this.cbFileUploadReplaceProblematicCharacters, "cbFileUploadReplaceProblematicCharacters"); @@ -1671,11 +1701,6 @@ private void InitializeComponent() this.cbFileUploadReplaceProblematicCharacters.UseVisualStyleBackColor = true; this.cbFileUploadReplaceProblematicCharacters.CheckedChanged += new System.EventHandler(this.cbFileUploadReplaceProblematicCharacters_CheckedChanged); // - // lblAutoIncrementNumber - // - resources.ApplyResources(this.lblAutoIncrementNumber, "lblAutoIncrementNumber"); - this.lblAutoIncrementNumber.Name = "lblAutoIncrementNumber"; - // // cbRegionCaptureUseWindowPattern // resources.ApplyResources(this.cbRegionCaptureUseWindowPattern, "cbRegionCaptureUseWindowPattern"); @@ -1719,13 +1744,6 @@ private void InitializeComponent() this.txtNameFormatPatternActiveWindow.Name = "txtNameFormatPatternActiveWindow"; this.txtNameFormatPatternActiveWindow.TextChanged += new System.EventHandler(this.txtNameFormatPatternActiveWindow_TextChanged); // - // btnResetAutoIncrementNumber - // - resources.ApplyResources(this.btnResetAutoIncrementNumber, "btnResetAutoIncrementNumber"); - this.btnResetAutoIncrementNumber.Name = "btnResetAutoIncrementNumber"; - this.btnResetAutoIncrementNumber.UseVisualStyleBackColor = true; - this.btnResetAutoIncrementNumber.Click += new System.EventHandler(this.btnResetAutoIncrementNumber_Click); - // // cbFileUploadUseNamePattern // resources.ApplyResources(this.cbFileUploadUseNamePattern, "cbFileUploadUseNamePattern"); @@ -1748,7 +1766,7 @@ private void InitializeComponent() // this.tpUploadClipboard.BackColor = System.Drawing.SystemColors.Window; this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadShareURL); - this.tpUploadClipboard.Controls.Add(this.chkClipboardUploadURLContents); + this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadURLContents); this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadAutoIndexFolder); this.tpUploadClipboard.Controls.Add(this.cbClipboardUploadShortenURL); resources.ApplyResources(this.tpUploadClipboard, "tpUploadClipboard"); @@ -1761,12 +1779,12 @@ private void InitializeComponent() this.cbClipboardUploadShareURL.UseVisualStyleBackColor = true; this.cbClipboardUploadShareURL.CheckedChanged += new System.EventHandler(this.cbClipboardUploadShareURL_CheckedChanged); // - // chkClipboardUploadURLContents + // cbClipboardUploadURLContents // - resources.ApplyResources(this.chkClipboardUploadURLContents, "chkClipboardUploadURLContents"); - this.chkClipboardUploadURLContents.Name = "chkClipboardUploadURLContents"; - this.chkClipboardUploadURLContents.UseVisualStyleBackColor = true; - this.chkClipboardUploadURLContents.CheckedChanged += new System.EventHandler(this.chkClipboardUploadContents_CheckedChanged); + resources.ApplyResources(this.cbClipboardUploadURLContents, "cbClipboardUploadURLContents"); + this.cbClipboardUploadURLContents.Name = "cbClipboardUploadURLContents"; + this.cbClipboardUploadURLContents.UseVisualStyleBackColor = true; + this.cbClipboardUploadURLContents.CheckedChanged += new System.EventHandler(this.cbClipboardUploadContents_CheckedChanged); // // cbClipboardUploadAutoIndexFolder // @@ -2092,11 +2110,6 @@ private void InitializeComponent() this.tttvMain.TreeViewSize = 190; this.tttvMain.TabChanged += new ShareX.HelpersLib.TabToTreeView.TabChangedEventHandler(this.tttvMain_TabChanged); // - // lblScreenshotDelay - // - resources.ApplyResources(this.lblScreenshotDelay, "lblScreenshotDelay"); - this.lblScreenshotDelay.Name = "lblScreenshotDelay"; - // // TaskSettingsForm // resources.ApplyResources(this, "$this"); @@ -2167,6 +2180,7 @@ private void InitializeComponent() this.tpUploadMain.PerformLayout(); this.tpFileNaming.ResumeLayout(false); this.tpFileNaming.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.nudAutoIncrementNumber)).EndInit(); this.tpUploadClipboard.ResumeLayout(false); this.tpUploadClipboard.PerformLayout(); this.tpUploaderFilters.ResumeLayout(false); @@ -2242,7 +2256,6 @@ private void InitializeComponent() private System.Windows.Forms.CheckBox cbFileUploadUseNamePattern; private System.Windows.Forms.Label lblNameFormatPattern; private System.Windows.Forms.TextBox txtNameFormatPatternActiveWindow; - private System.Windows.Forms.Button btnResetAutoIncrementNumber; private System.Windows.Forms.Label lblNameFormatPatternActiveWindow; private System.Windows.Forms.TextBox txtNameFormatPattern; private System.Windows.Forms.Label lblNameFormatPatternPreview; @@ -2301,7 +2314,7 @@ private void InitializeComponent() private System.Windows.Forms.Label lblThumbnailNamePreview; private System.Windows.Forms.CheckBox cbThumbnailIfSmaller; private System.Windows.Forms.CheckBox cbClipboardUploadAutoIndexFolder; - private System.Windows.Forms.CheckBox chkClipboardUploadURLContents; + private System.Windows.Forms.CheckBox cbClipboardUploadURLContents; private System.Windows.Forms.NumericUpDown nudScreenRecordFPS; private System.Windows.Forms.Label lblScreenRecordFPS; private System.Windows.Forms.Label lblScreenRecorderFixedDuration; @@ -2332,7 +2345,6 @@ private void InitializeComponent() private System.Windows.Forms.CheckBox chkOverrideToolsSettings; private System.Windows.Forms.CheckBox cbRegionCaptureUseWindowPattern; private System.Windows.Forms.TabPage tpFileNaming; - private System.Windows.Forms.Label lblAutoIncrementNumber; private System.Windows.Forms.Label lblCaptureCustomRegion; private System.Windows.Forms.Button btnCaptureCustomRegionSelectRectangle; private System.Windows.Forms.CheckBox cbRegionCaptureMultiRegionMode; @@ -2404,5 +2416,8 @@ private void InitializeComponent() private System.Windows.Forms.CheckBox cbCaptureOCRProcessOnLoad; private System.Windows.Forms.CheckBox cbCaptureOCRAutoCopy; private System.Windows.Forms.Label lblScreenshotDelay; + private System.Windows.Forms.Label lblAutoIncrementNumber; + private System.Windows.Forms.NumericUpDown nudAutoIncrementNumber; + private System.Windows.Forms.Button btnAutoIncrementNumber; } } \ No newline at end of file diff --git a/ShareX/Forms/TaskSettingsForm.cs b/ShareX/Forms/TaskSettingsForm.cs index 239dc1be7..95a1c0de8 100644 --- a/ShareX/Forms/TaskSettingsForm.cs +++ b/ShareX/Forms/TaskSettingsForm.cs @@ -325,6 +325,7 @@ public TaskSettingsForm(TaskSettings hotkeySetting, bool isDefault = false) cbRegionCaptureUseWindowPattern.Checked = TaskSettings.UploadSettings.RegionCaptureUseWindowPattern; cbFileUploadUseNamePattern.Checked = TaskSettings.UploadSettings.FileUploadUseNamePattern; cbFileUploadReplaceProblematicCharacters.Checked = TaskSettings.UploadSettings.FileUploadReplaceProblematicCharacters; + nudAutoIncrementNumber.Value = Program.Settings.NameParserAutoIncrementNumber; UpdateNameFormatPreviews(); cbNameFormatCustomTimeZone.Checked = cbNameFormatTimeZone.Enabled = TaskSettings.UploadSettings.UseCustomTimeZone; cbNameFormatTimeZone.Items.AddRange(TimeZoneInfo.GetSystemTimeZones().ToArray()); @@ -341,7 +342,7 @@ public TaskSettingsForm(TaskSettings hotkeySetting, bool isDefault = false) #region Clipboard upload - chkClipboardUploadURLContents.Checked = TaskSettings.UploadSettings.ClipboardUploadURLContents; + cbClipboardUploadURLContents.Checked = TaskSettings.UploadSettings.ClipboardUploadURLContents; cbClipboardUploadShortenURL.Checked = TaskSettings.UploadSettings.ClipboardUploadShortenURL; cbClipboardUploadShareURL.Checked = TaskSettings.UploadSettings.ClipboardUploadShareURL; cbClipboardUploadAutoIndexFolder.Checked = TaskSettings.UploadSettings.ClipboardUploadAutoIndexFolder; @@ -1159,8 +1160,6 @@ private void UpdateNameFormatPreviews() lblNameFormatPatternPreviewActiveWindow.Text = Resources.TaskSettingsForm_txtNameFormatPatternActiveWindow_TextChanged_Preview_ + " " + nameParser.Parse(TaskSettings.UploadSettings.NameFormatPatternActiveWindow); - - lblAutoIncrementNumber.Text = Program.Settings.NameParserAutoIncrementNumber.ToString(); } private void chkUseDefaultUploadSettings_CheckedChanged(object sender, EventArgs e) @@ -1169,6 +1168,39 @@ private void chkUseDefaultUploadSettings_CheckedChanged(object sender, EventArgs UpdateDefaultSettingVisibility(); } + private void txtNameFormatPattern_TextChanged(object sender, EventArgs e) + { + TaskSettings.UploadSettings.NameFormatPattern = txtNameFormatPattern.Text; + UpdateNameFormatPreviews(); + } + + private void txtNameFormatPatternActiveWindow_TextChanged(object sender, EventArgs e) + { + TaskSettings.UploadSettings.NameFormatPatternActiveWindow = txtNameFormatPatternActiveWindow.Text; + UpdateNameFormatPreviews(); + } + + private void cbRegionCaptureUseWindowPattern_CheckedChanged(object sender, EventArgs e) + { + TaskSettings.UploadSettings.RegionCaptureUseWindowPattern = cbRegionCaptureUseWindowPattern.Checked; + } + + private void cbFileUploadUseNamePattern_CheckedChanged(object sender, EventArgs e) + { + TaskSettings.UploadSettings.FileUploadUseNamePattern = cbFileUploadUseNamePattern.Checked; + } + + private void cbFileUploadReplaceProblematicCharacters_CheckedChanged(object sender, EventArgs e) + { + TaskSettings.UploadSettings.FileUploadReplaceProblematicCharacters = cbFileUploadReplaceProblematicCharacters.Checked; + } + + private void btnAutoIncrementNumber_Click(object sender, EventArgs e) + { + Program.Settings.NameParserAutoIncrementNumber = (int)nudAutoIncrementNumber.Value; + UpdateNameFormatPreviews(); + } + private void cbNameFormatCustomTimeZone_CheckedChanged(object sender, EventArgs e) { TaskSettings.UploadSettings.UseCustomTimeZone = cbNameFormatCustomTimeZone.Checked; @@ -1188,42 +1220,9 @@ private void cbNameFormatTimeZone_SelectedIndexChanged(object sender, EventArgs UpdateNameFormatPreviews(); } - private void txtNameFormatPattern_TextChanged(object sender, EventArgs e) + private void cbClipboardUploadContents_CheckedChanged(object sender, EventArgs e) { - TaskSettings.UploadSettings.NameFormatPattern = txtNameFormatPattern.Text; - UpdateNameFormatPreviews(); - } - - private void txtNameFormatPatternActiveWindow_TextChanged(object sender, EventArgs e) - { - TaskSettings.UploadSettings.NameFormatPatternActiveWindow = txtNameFormatPatternActiveWindow.Text; - UpdateNameFormatPreviews(); - } - - private void cbFileUploadReplaceProblematicCharacters_CheckedChanged(object sender, EventArgs e) - { - TaskSettings.UploadSettings.FileUploadReplaceProblematicCharacters = cbFileUploadReplaceProblematicCharacters.Checked; - } - - private void btnResetAutoIncrementNumber_Click(object sender, EventArgs e) - { - Program.Settings.NameParserAutoIncrementNumber = 0; - UpdateNameFormatPreviews(); - } - - private void cbFileUploadUseNamePattern_CheckedChanged(object sender, EventArgs e) - { - TaskSettings.UploadSettings.FileUploadUseNamePattern = cbFileUploadUseNamePattern.Checked; - } - - private void cbRegionCaptureUseWindowPattern_CheckedChanged(object sender, EventArgs e) - { - TaskSettings.UploadSettings.RegionCaptureUseWindowPattern = cbRegionCaptureUseWindowPattern.Checked; - } - - private void chkClipboardUploadContents_CheckedChanged(object sender, EventArgs e) - { - TaskSettings.UploadSettings.ClipboardUploadURLContents = chkClipboardUploadURLContents.Checked; + TaskSettings.UploadSettings.ClipboardUploadURLContents = cbClipboardUploadURLContents.Checked; } private void cbClipboardUploadAutoDetectURL_CheckedChanged(object sender, EventArgs e) diff --git a/ShareX/Forms/TaskSettingsForm.resx b/ShareX/Forms/TaskSettingsForm.resx index e347ad48f..62121b722 100644 --- a/ShareX/Forms/TaskSettingsForm.resx +++ b/ShareX/Forms/TaskSettingsForm.resx @@ -297,6 +297,15 @@ System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 8, 328 + + + 504, 21 + + + 12 + cbOverrideCustomUploader @@ -309,6 +318,24 @@ 0 + + True + + + NoControl + + + 8, 304 + + + 182, 17 + + + 11 + + + Override default custom uploader + chkOverrideCustomUploader @@ -321,6 +348,24 @@ 1 + + True + + + NoControl + + + 8, 248 + + + 166, 17 + + + 9 + + + Override default FTP account + chkOverrideFTP @@ -333,6 +378,15 @@ 2 + + 8, 272 + + + 504, 21 + + + 10 + cboFTPaccounts @@ -345,6 +399,24 @@ 3 + + NoControl + + + 8, 104 + + + 504, 23 + + + 4 + + + After capture... + + + MiddleLeft + btnAfterCapture @@ -357,6 +429,24 @@ 5 + + NoControl + + + 8, 160 + + + 504, 23 + + + 6 + + + After upload... + + + MiddleLeft + btnAfterUpload @@ -369,6 +459,66 @@ 6 + + NoControl + + + 8, 216 + + + 396, 17 + + + 181, 22 + + + Image uploaders + + + 181, 22 + + + Text uploaders + + + 181, 22 + + + File uploaders + + + 181, 22 + + + URL shorteners + + + 181, 22 + + + URL sharing services + + + 182, 114 + + + cmsDestinations + + + System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 504, 23 + + + 8 + + + Destinations... + + + MiddleLeft + btnDestinations @@ -381,6 +531,24 @@ 7 + + NoControl + + + 8, 8 + + + 504, 23 + + + 0 + + + Task... + + + MiddleLeft + btnTask @@ -420,6 +588,129 @@ 0 + + True + + + NoControl + + + 5, 56 + + + 117, 13 + + + 3 + + + After task is completed: + + + lblAfterTaskNotification + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pGeneral + + + 0 + + + 8, 72 + + + 224, 21 + + + 4 + + + cboPopUpNotification + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pGeneral + + + 1 + + + True + + + NoControl + + + 8, 32 + + + 187, 17 + + + 1 + + + Play sound after task is completed + + + cbPlaySoundAfterUpload + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pGeneral + + + 2 + + + True + + + NoControl + + + 8, 8 + + + 180, 17 + + + 0 + + + Play sound after capture is made + + + cbPlaySoundAfterCapture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pGeneral + + + 3 + + + Fill + + + 0, 25 + + + 571, 454 + + + 1 + pGeneral @@ -432,6 +723,30 @@ 0 + + True + + + Top + + + NoControl + + + 0, 0 + + + 8, 8, 8, 0 + + + 571, 25 + + + 0 + + + Override general settings + chkOverrideGeneralSettings @@ -468,6 +783,855 @@ 1 + + 8, 72 + + + 160, 21 + + + 16 + + + cbImagePNGBitDepth + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 0 + + + True + + + 5, 56 + + + 77, 13 + + + 15 + + + PNG bit depth: + + + lblImagePNGBitDepth + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 1 + + + True + + + 8, 200 + + + 360, 17 + + + 14 + + + If image size bigger than specified size then use JPEG as image format: + + + cbImageAutoUseJPEG + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 2 + + + True + + + NoControl + + + 5, 8 + + + 71, 13 + + + 0 + + + Image format: + + + lblImageFormat + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 3 + + + 8, 272 + + + 253, 21 + + + 13 + + + cbImageFileExist + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 4 + + + True + + + NoControl + + + 5, 256 + + + 56, 13 + + + 12 + + + If file exist: + + + lblImageFileExist + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 5 + + + 8, 224 + + + 72, 20 + + + 8 + + + Center + + + nudImageAutoUseJPEGSize + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 6 + + + True + + + NoControl + + + 85, 228 + + + 20, 13 + + + 9 + + + kB + + + lblImageSizeLimitHint + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 7 + + + 8, 120 + + + 48, 20 + + + 4 + + + Center + + + nudImageJPEGQuality + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 8 + + + 8, 24 + + + 64, 21 + + + 1 + + + cbImageFormat + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 9 + + + True + + + NoControl + + + 61, 124 + + + 40, 13 + + + 5 + + + 0 - 100 + + + lblImageJPEGQualityHint + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 10 + + + True + + + NoControl + + + 5, 152 + + + 60, 13 + + + 3 + + + GIF quality: + + + lblImageGIFQuality + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 11 + + + True + + + NoControl + + + 5, 104 + + + 70, 13 + + + 2 + + + JPEG quality: + + + lblImageJPEGQuality + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 12 + + + 8, 168 + + + 360, 21 + + + 6 + + + cbImageGIFQuality + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + pImage + + + 13 + + + Fill + + + 0, 25 + + + 557, 422 + + + 1 + + + pImage + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpQuality + + + 0 + + + True + + + Top + + + NoControl + + + 0, 0 + + + 8, 8, 8, 0 + + + 557, 25 + + + 0 + + + Override image settings + + + chkOverrideImageSettings + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpQuality + + + 1 + + + 4, 22 + + + 557, 447 + + + 0 + + + tpQuality + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcImage + + + 0 + + + True + + + NoControl + + + 8, 8 + + + 415, 13 + + + 0 + + + You can enable/disable Image effects from "After capture tasks -> Add image effects". + + + lblImageEffectsNote + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpEffects + + + 0 + + + True + + + NoControl + + + 11, 64 + + + 221, 17 + + + 2 + + + Show image effects window after capture + + + chkShowImageEffectsWindowAfterCapture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpEffects + + + 1 + + + True + + + NoControl + + + 11, 88 + + + 193, 17 + + + 3 + + + Only apply effects to region capture + + + cbImageEffectOnlyRegionCapture + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpEffects + + + 2 + + + NoControl + + + 11, 32 + + + 208, 23 + + + 1 + + + Image effects configuration... + + + btnImageEffects + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpEffects + + + 3 + + + 4, 22 + + + 3, 3, 3, 3 + + + 557, 447 + + + 2 + + + Effects + + + tpEffects + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcImage + + + 1 + + + True + + + NoControl + + + 11, 152 + + + 322, 17 + + + 7 + + + Create thumbnail only if image size is bigger than thumbnail size + + + cbThumbnailIfSmaller + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpThumbnail + + + 0 + + + True + + + NoControl + + + 147, 124 + + + 45, 13 + + + 6 + + + Preview + + + lblThumbnailNamePreview + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpThumbnail + + + 1 + + + True + + + NoControl + + + 8, 104 + + + 88, 13 + + + 4 + + + Thumbnail name: + + + lblThumbnailName + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpThumbnail + + + 2 + + + 11, 120 + + + 128, 20 + + + 5 + + + txtThumbnailName + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpThumbnail + + + 3 + + + True + + + NoControl + + + 8, 56 + + + 41, 13 + + + 2 + + + Height: + + + lblThumbnailHeight + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpThumbnail + + + 4 + + + True + + + NoControl + + + 8, 8 + + + 38, 13 + + + 0 + + + Width: + + + lblThumbnailWidth + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpThumbnail + + + 5 + + + 11, 72 + + + 64, 20 + + + 3 + + + Center + + + nudThumbnailHeight + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpThumbnail + + + 6 + + + 11, 24 + + + 64, 20 + + + 1 + + + Center + + + nudThumbnailWidth + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpThumbnail + + + 7 + + + 4, 22 + + + 3, 3, 3, 3 + + + 557, 447 + + + 3 + + + Thumbnail + + + tpThumbnail + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcImage + + + 2 + + + Fill + + + 3, 3 + + + 565, 473 + + + 0 + tcImage @@ -1128,2742 +2292,6 @@ 0 - - cbRegionCaptureShowFPS - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 0 - - - flpRegionCaptureFixedSize - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 1 - - - cbRegionCaptureIsFixedSize - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 2 - - - cbRegionCaptureShowCrosshair - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 3 - - - lblRegionCaptureMagnifierPixelSize - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 4 - - - lblRegionCaptureMagnifierPixelCount - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 5 - - - cbRegionCaptureUseSquareMagnifier - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 6 - - - cbRegionCaptureShowMagnifier - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 7 - - - cbRegionCaptureShowInfo - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 8 - - - btnRegionCaptureSnapSizesRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 9 - - - btnRegionCaptureSnapSizesAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 10 - - - cbRegionCaptureSnapSizes - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 11 - - - lblRegionCaptureSnapSizes - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 12 - - - cbRegionCaptureUseCustomInfoText - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 13 - - - cbRegionCaptureDetectControls - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 14 - - - cbRegionCaptureDetectWindows - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 15 - - - cbRegionCaptureMouse5ClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 16 - - - lblRegionCaptureMouse5ClickAction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 17 - - - cbRegionCaptureMouse4ClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 18 - - - lblRegionCaptureMouse4ClickAction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 19 - - - cbRegionCaptureMouseMiddleClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 20 - - - lblRegionCaptureMouseMiddleClickAction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 21 - - - cbRegionCaptureMouseRightClickAction - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 22 - - - lblRegionCaptureMouseRightClickAction - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 23 - - - cbRegionCaptureMultiRegionMode - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 24 - - - pRegionCaptureSnapSizes - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 25 - - - cbRegionCaptureUseDimming - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 26 - - - txtRegionCaptureCustomInfoText - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 27 - - - nudRegionCaptureMagnifierPixelCount - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 28 - - - nudRegionCaptureMagnifierPixelSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 29 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 1 - - - Region capture - - - tpRegionCapture - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 1 - - - cbScreenRecordTwoPassEncoding - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 0 - - - cbScreenRecordConfirmAbort - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 1 - - - cbScreenRecorderShowCursor - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 2 - - - btnScreenRecorderFFmpegOptions - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 3 - - - lblScreenRecorderStartDelay - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 4 - - - chkScreenRecordAutoStart - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 5 - - - lblScreenRecorderFixedDuration - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 6 - - - nudScreenRecordFPS - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 7 - - - lblScreenRecordFPS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 8 - - - nudScreenRecorderDuration - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 9 - - - nudScreenRecorderStartDelay - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 10 - - - cbScreenRecorderFixedDuration - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 11 - - - nudGIFFPS - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 12 - - - lblGIFFPS - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpScreenRecorder - - - 13 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 2 - - - Screen recorder - - - tpScreenRecorder - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 2 - - - cbCaptureOCRAutoCopy - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 0 - - - cbCaptureOCRProcessOnLoad - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 1 - - - cbCaptureOCRSilent - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 2 - - - lblOCRDefaultLanguage - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 3 - - - cbCaptureOCRDefaultLanguage - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpOCR - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 3 - - - OCR - - - tpOCR - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcCapture - - - 3 - - - Fill - - - 3, 3 - - - 565, 473 - - - 0 - - - tcCapture - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpCapture - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 2 - - - Capture - - - tpCapture - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 3 - - - tcUpload - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUpload - - - 0 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 4 - - - Upload - - - tpUpload - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 4 - - - pActions - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpActions - - - 0 - - - chkOverrideActions - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpActions - - - 1 - - - 4, 22 - - - 571, 479 - - - 3 - - - Actions - - - tpActions - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 5 - - - btnWatchFolderEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 0 - - - cbWatchFolderEnabled - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 1 - - - lvWatchFolderList - - - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 2 - - - btnWatchFolderRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 3 - - - btnWatchFolderAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpWatchFolders - - - 4 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 5 - - - Watch folders - - - tpWatchFolders - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 6 - - - pTools - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTools - - - 0 - - - chkOverrideToolsSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTools - - - 1 - - - 4, 22 - - - 571, 479 - - - 8 - - - Tools - - - tpTools - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 7 - - - pgTaskSettings - - - System.Windows.Forms.PropertyGrid, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpAdvanced - - - 0 - - - chkOverrideAdvancedSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpAdvanced - - - 1 - - - 4, 22 - - - 3, 3, 3, 3 - - - 571, 479 - - - 6 - - - Advanced - - - tpAdvanced - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcTaskSettings - - - 8 - - - Right - - - 202, 3 - - - 579, 505 - - - 1 - - - False - - - tcTaskSettings - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 4 - - - 8, 328 - - - 504, 21 - - - 12 - - - cbOverrideCustomUploader - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 0 - - - True - - - NoControl - - - 8, 304 - - - 182, 17 - - - 11 - - - Override default custom uploader - - - chkOverrideCustomUploader - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 1 - - - True - - - NoControl - - - 8, 248 - - - 166, 17 - - - 9 - - - Override default FTP account - - - chkOverrideFTP - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 2 - - - 8, 272 - - - 504, 21 - - - 10 - - - cboFTPaccounts - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTask - - - 3 - - - NoControl - - - 8, 104 - - - 504, 23 - - - 4 - - - After capture... - - - MiddleLeft - - - btnAfterCapture - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 5 - - - NoControl - - - 8, 160 - - - 504, 23 - - - 6 - - - After upload... - - - MiddleLeft - - - btnAfterUpload - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 6 - - - NoControl - - - 8, 216 - - - 396, 17 - - - 182, 114 - - - cmsDestinations - - - System.Windows.Forms.ContextMenuStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 504, 23 - - - 8 - - - Destinations... - - - MiddleLeft - - - btnDestinations - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 7 - - - 181, 22 - - - Image uploaders - - - 181, 22 - - - Text uploaders - - - 181, 22 - - - File uploaders - - - 181, 22 - - - URL shorteners - - - 181, 22 - - - URL sharing services - - - NoControl - - - 8, 8 - - - 504, 23 - - - 0 - - - Task... - - - MiddleLeft - - - btnTask - - - ShareX.HelpersLib.MenuButton, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - tpTask - - - 9 - - - lblAfterTaskNotification - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 0 - - - cboPopUpNotification - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 1 - - - cbPlaySoundAfterUpload - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 2 - - - cbPlaySoundAfterCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 3 - - - Fill - - - 0, 25 - - - 571, 454 - - - 1 - - - pGeneral - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpGeneral - - - 0 - - - True - - - NoControl - - - 5, 56 - - - 117, 13 - - - 3 - - - After task is completed: - - - lblAfterTaskNotification - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 0 - - - 8, 72 - - - 224, 21 - - - 4 - - - cboPopUpNotification - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 1 - - - True - - - NoControl - - - 8, 32 - - - 187, 17 - - - 1 - - - Play sound after task is completed - - - cbPlaySoundAfterUpload - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 2 - - - True - - - NoControl - - - 8, 8 - - - 180, 17 - - - 0 - - - Play sound after capture is made - - - cbPlaySoundAfterCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pGeneral - - - 3 - - - True - - - Top - - - NoControl - - - 0, 0 - - - 8, 8, 8, 0 - - - 571, 25 - - - 0 - - - Override general settings - - - chkOverrideGeneralSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpGeneral - - - 1 - - - tpQuality - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 0 - - - tpEffects - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 1 - - - tpThumbnail - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 2 - - - Fill - - - 3, 3 - - - 565, 473 - - - 0 - - - tcImage - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpImage - - - 0 - - - pImage - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpQuality - - - 0 - - - chkOverrideImageSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpQuality - - - 1 - - - 4, 22 - - - 557, 447 - - - 0 - - - tpQuality - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 0 - - - cbImagePNGBitDepth - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 0 - - - lblImagePNGBitDepth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 1 - - - cbImageAutoUseJPEG - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 2 - - - lblImageFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 3 - - - cbImageFileExist - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 4 - - - lblImageFileExist - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 5 - - - nudImageAutoUseJPEGSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 6 - - - lblImageSizeLimitHint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 7 - - - nudImageJPEGQuality - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 8 - - - cbImageFormat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 9 - - - lblImageJPEGQualityHint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 10 - - - lblImageGIFQuality - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 11 - - - lblImageJPEGQuality - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 12 - - - cbImageGIFQuality - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 13 - - - Fill - - - 0, 25 - - - 557, 422 - - - 1 - - - pImage - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpQuality - - - 0 - - - 8, 72 - - - 160, 21 - - - 16 - - - cbImagePNGBitDepth - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 0 - - - True - - - 5, 56 - - - 77, 13 - - - 15 - - - PNG bit depth: - - - lblImagePNGBitDepth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 1 - - - True - - - 8, 200 - - - 360, 17 - - - 14 - - - If image size bigger than specified size then use JPEG as image format: - - - cbImageAutoUseJPEG - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 2 - - - True - - - NoControl - - - 5, 8 - - - 71, 13 - - - 0 - - - Image format: - - - lblImageFormat - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 3 - - - 8, 272 - - - 253, 21 - - - 13 - - - cbImageFileExist - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 4 - - - True - - - NoControl - - - 5, 256 - - - 56, 13 - - - 12 - - - If file exist: - - - lblImageFileExist - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 5 - - - 8, 224 - - - 72, 20 - - - 8 - - - Center - - - nudImageAutoUseJPEGSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 6 - - - True - - - NoControl - - - 85, 228 - - - 20, 13 - - - 9 - - - kB - - - lblImageSizeLimitHint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 7 - - - 8, 120 - - - 48, 20 - - - 4 - - - Center - - - nudImageJPEGQuality - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 8 - - - 8, 24 - - - 64, 21 - - - 1 - - - cbImageFormat - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 9 - - - True - - - NoControl - - - 61, 124 - - - 40, 13 - - - 5 - - - 0 - 100 - - - lblImageJPEGQualityHint - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 10 - - - True - - - NoControl - - - 5, 152 - - - 60, 13 - - - 3 - - - GIF quality: - - - lblImageGIFQuality - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 11 - - - True - - - NoControl - - - 5, 104 - - - 70, 13 - - - 2 - - - JPEG quality: - - - lblImageJPEGQuality - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 12 - - - 8, 168 - - - 360, 21 - - - 6 - - - cbImageGIFQuality - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pImage - - - 13 - - - True - - - Top - - - NoControl - - - 0, 0 - - - 8, 8, 8, 0 - - - 557, 25 - - - 0 - - - Override image settings - - - chkOverrideImageSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpQuality - - - 1 - - - lblImageEffectsNote - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 0 - - - chkShowImageEffectsWindowAfterCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 1 - - - cbImageEffectOnlyRegionCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 2 - - - btnImageEffects - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 3 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 2 - - - Effects - - - tpEffects - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 1 - - - True - - - NoControl - - - 8, 8 - - - 415, 13 - - - 0 - - - You can enable/disable Image effects from "After capture tasks -> Add image effects". - - - lblImageEffectsNote - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 0 - - - True - - - NoControl - - - 11, 64 - - - 221, 17 - - - 2 - - - Show image effects window after capture - - - chkShowImageEffectsWindowAfterCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 1 - - - True - - - NoControl - - - 11, 88 - - - 193, 17 - - - 3 - - - Only apply effects to region capture - - - cbImageEffectOnlyRegionCapture - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 2 - - - NoControl - - - 11, 32 - - - 208, 23 - - - 1 - - - Image effects configuration... - - - btnImageEffects - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpEffects - - - 3 - - - cbThumbnailIfSmaller - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 0 - - - lblThumbnailNamePreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 1 - - - lblThumbnailName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 2 - - - txtThumbnailName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 3 - - - lblThumbnailHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 4 - - - lblThumbnailWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 5 - - - nudThumbnailHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 6 - - - nudThumbnailWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 7 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 3 - - - Thumbnail - - - tpThumbnail - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcImage - - - 2 - - - True - - - NoControl - - - 11, 152 - - - 322, 17 - - - 7 - - - Create thumbnail only if image size is bigger than thumbnail size - - - cbThumbnailIfSmaller - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 0 - - - True - - - NoControl - - - 147, 124 - - - 45, 13 - - - 6 - - - Preview - - - lblThumbnailNamePreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 1 - - - True - - - NoControl - - - 8, 104 - - - 88, 13 - - - 4 - - - Thumbnail name: - - - lblThumbnailName - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 2 - - - 11, 120 - - - 128, 20 - - - 5 - - - txtThumbnailName - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 3 - - - True - - - NoControl - - - 8, 56 - - - 41, 13 - - - 2 - - - Height: - - - lblThumbnailHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 4 - - - True - - - NoControl - - - 8, 8 - - - 38, 13 - - - 0 - - - Width: - - - lblThumbnailWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 5 - - - 11, 72 - - - 64, 20 - - - 3 - - - Center - - - nudThumbnailHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 6 - - - 11, 24 - - - 64, 20 - - - 1 - - - Center - - - nudThumbnailWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpThumbnail - - - 7 - True @@ -3897,78 +2325,6 @@ GrowAndShrink - - lblRegionCaptureFixedSizeWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 0 - - - nudRegionCaptureFixedSizeWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 1 - - - lblRegionCaptureFixedSizeHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 2 - - - nudRegionCaptureFixedSizeHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flpRegionCaptureFixedSize - - - 3 - - - 312, 387 - - - 222, 26 - - - 29 - - - False - - - flpRegionCaptureFixedSize - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 1 - Left @@ -4083,6 +2439,30 @@ 3 + + 312, 387 + + + 222, 26 + + + 29 + + + False + + + flpRegionCaptureFixedSize + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRegionCapture + + + 1 + True @@ -4680,102 +3060,6 @@ 24 - - btnRegionCaptureSnapSizesDialogCancel - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 0 - - - btnRegionCaptureSnapSizesDialogAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 1 - - - nudRegionCaptureSnapSizesHeight - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 2 - - - RegionCaptureSnapSizesHeight - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 3 - - - nudRegionCaptureSnapSizesWidth - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 4 - - - lblRegionCaptureSnapSizesWidth - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pRegionCaptureSnapSizes - - - 5 - - - 304, 208 - - - 232, 112 - - - 18 - - - False - - - pRegionCaptureSnapSizes - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpRegionCapture - - - 25 - 120, 80 @@ -4929,6 +3213,30 @@ 5 + + 304, 208 + + + 232, 112 + + + 18 + + + False + + + pRegionCaptureSnapSizes + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpRegionCapture + + + 25 + True @@ -5025,6 +3333,33 @@ 29 + + 4, 22 + + + 3, 3, 3, 3 + + + 557, 447 + + + 1 + + + Region capture + + + tpRegionCapture + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCapture + + + 1 + True @@ -5415,6 +3750,33 @@ 13 + + 4, 22 + + + 3, 3, 3, 3 + + + 557, 447 + + + 2 + + + Screen recorder + + + tpScreenRecorder + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcCapture + + + 2 + True @@ -5553,111 +3915,84 @@ 4 - - tpUploadMain - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 0 - - - tpFileNaming - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 1 - - - tpUploadClipboard - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 2 - - - tpUploaderFilters - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 3 - - - Fill - - - 3, 3 - - - 565, 473 - - - 0 - - - tcUpload - - - System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUpload - - - 0 - - - chkOverrideUploadSettings - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadMain - - - 0 - - + 4, 22 - + + 3, 3, 3, 3 + + 557, 447 - - 0 + + 3 - - tpUploadMain + + OCR - + + tpOCR + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - tcUpload + + tcCapture - + + 3 + + + Fill + + + 3, 3 + + + 565, 473 + + 0 + + tcCapture + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpCapture + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 571, 479 + + + 2 + + + Capture + + + tpCapture + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcTaskSettings + + + 3 + True @@ -5694,18 +4029,66 @@ 0 - - cbFileUploadReplaceProblematicCharacters + + 4, 22 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 557, 447 - + + 0 + + + tpUploadMain + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcUpload + + + 0 + + + 104, 224 + + + 96, 23 + + + 15 + + + Change + + + btnAutoIncrementNumber + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tpFileNaming - + 0 + + True + + + 5, 208 + + + 119, 13 + + + 14 + + + Auto increment number: + lblAutoIncrementNumber @@ -5718,165 +4101,30 @@ 1 - - cbRegionCaptureUseWindowPattern + + 8, 225 - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 88, 20 - + + 13 + + + Center + + + nudAutoIncrementNumber + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tpFileNaming - + 2 - - cbNameFormatCustomTimeZone - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 3 - - - lblNameFormatPatternPreview - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 4 - - - lblNameFormatPatternActiveWindow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 5 - - - lblNameFormatPatternPreviewActiveWindow - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 6 - - - cbNameFormatTimeZone - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 7 - - - txtNameFormatPatternActiveWindow - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 8 - - - btnResetAutoIncrementNumber - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 9 - - - cbFileUploadUseNamePattern - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 10 - - - lblNameFormatPattern - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 11 - - - txtNameFormatPattern - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 12 - - - 4, 22 - - - 3, 3, 3, 3 - - - 557, 447 - - - 2 - - - File naming - - - tpFileNaming - - - System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tcUpload - - - 1 - True @@ -5902,34 +4150,7 @@ tpFileNaming - 0 - - - True - - - 304, 211 - - - 13, 13 - - - 11 - - - 0 - - - lblAutoIncrementNumber - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 1 + 3 True @@ -5956,7 +4177,7 @@ tpFileNaming - 2 + 4 True @@ -5965,7 +4186,7 @@ NoControl - 8, 238 + 8, 256 133, 17 @@ -5986,7 +4207,7 @@ tpFileNaming - 3 + 5 True @@ -6016,7 +4237,7 @@ tpFileNaming - 4 + 6 True @@ -6046,7 +4267,7 @@ tpFileNaming - 5 + 7 True @@ -6076,10 +4297,10 @@ tpFileNaming - 6 + 8 - 8, 262 + 8, 280 288, 21 @@ -6097,7 +4318,7 @@ tpFileNaming - 7 + 9 8, 88 @@ -6118,34 +4339,7 @@ tpFileNaming - 8 - - - NoControl - - - 8, 206 - - - 288, 23 - - - 8 - - - Reset auto increment number - - - btnResetAutoIncrementNumber - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpFileNaming - - - 9 + 10 True @@ -6175,7 +4369,7 @@ tpFileNaming - 10 + 11 True @@ -6205,7 +4399,7 @@ tpFileNaming - 11 + 12 8, 24 @@ -6226,82 +4420,34 @@ tpFileNaming - 12 + 13 - - cbClipboardUploadShareURL - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 0 - - - chkClipboardUploadURLContents - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 1 - - - cbClipboardUploadAutoIndexFolder - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 2 - - - cbClipboardUploadShortenURL - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploadClipboard - - - 3 - - + 4, 22 - + 3, 3, 3, 3 - + 557, 447 - - 1 + + 2 - - Clipboard upload + + File naming - - tpUploadClipboard + + tpFileNaming - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tcUpload - - 2 + + 1 True @@ -6333,34 +4479,34 @@ 0 - + True - + NoControl - + 8, 8 - + 308, 17 - + 0 - + If clipboard contains a file URL then download it and upload - - chkClipboardUploadURLContents + + cbClipboardUploadURLContents - + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tpUploadClipboard - + 1 @@ -6423,144 +4569,48 @@ 3 - - lvUploaderFiltersList - - - ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - tpUploaderFilters - - - 0 - - - btnUploaderFiltersRemove - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 1 - - - btnUploaderFiltersUpdate - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 2 - - - btnUploaderFiltersAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 3 - - - lblUploaderFiltersDestination - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 4 - - - cbUploaderFiltersDestination - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 5 - - - lblUploaderFiltersExtensionsExample - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 6 - - - lblUploaderFiltersExtensions - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 7 - - - txtUploaderFiltersExtensions - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpUploaderFilters - - - 8 - - + 4, 22 - + 3, 3, 3, 3 - + 557, 447 - - 3 + + 1 - - Uploader filters + + Clipboard upload - - tpUploaderFilters + + tpUploadClipboard - + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + tcUpload - - 3 + + 2 Top, Bottom, Left, Right + + Uploader + + + 128 + + + Extension + + + 98 + 8, 136 @@ -6582,18 +4632,6 @@ 0 - - Uploader - - - 128 - - - Extension - - - 98 - 280, 104 @@ -6789,93 +4827,84 @@ 8 - - btnActionsDuplicate + + 4, 22 - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - pActions + + 557, 447 - - 0 - - - btnActionsAdd - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pActions - - - 1 - - - lvActions - - - ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - pActions - - - 2 - - - btnActionsEdit - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - pActions - - + 3 - - btnActionsRemove + + Uploader filters - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tpUploaderFilters - - pActions + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4 + + tcUpload - + + 3 + + Fill - - 0, 25 + + 3, 3 - - 0, 0, 0, 0 + + 565, 473 - - 571, 454 - - - 1 - - - pActions - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpActions - - + 0 + + tcUpload + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpUpload + + + 0 + + + 4, 22 + + + 3, 3, 3, 3 + + + 571, 479 + + + 4 + + + Upload + + + tpUpload + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcTaskSettings + + + 4 + False @@ -6936,27 +4965,6 @@ Top, Bottom, Left, Right - - 8, 40 - - - 558, 407 - - - 4 - - - lvActions - - - ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null - - - pActions - - - 2 - Name @@ -6981,6 +4989,27 @@ 75 + + 8, 40 + + + 558, 407 + + + 4 + + + lvActions + + + ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=12.4.0.0, Culture=neutral, PublicKeyToken=null + + + pActions + + + 2 + False @@ -7041,6 +5070,33 @@ 4 + + Fill + + + 0, 25 + + + 0, 0, 0, 0 + + + 571, 454 + + + 1 + + + pActions + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpActions + + + 0 + True @@ -7077,6 +5133,30 @@ 1 + + 4, 22 + + + 571, 479 + + + 3 + + + Actions + + + tpActions + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcTaskSettings + + + 5 + 104, 32 @@ -7134,6 +5214,24 @@ Top, Bottom, Left, Right + + Folder path + + + 323 + + + Filter + + + 43 + + + Include subdirectories + + + 124 + 8, 64 @@ -7155,24 +5253,6 @@ 2 - - Folder path - - - 323 - - - Filter - - - 43 - - - Include subdirectories - - - 124 - NoControl @@ -7227,53 +5307,32 @@ 4 - - txtToolsScreenColorPickerFormat + + 4, 22 - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 3, 3, 3, 3 - - pTools + + 571, 479 - - 0 + + 5 - - lblToolsScreenColorPickerFormat + + Watch folders - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + tpWatchFolders - - pTools + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 1 + + tcTaskSettings - - Fill - - - 0, 25 - - - 571, 454 - - - 1 - - - pTools - - - System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tpTools - - - 0 + + 6 8, 24 @@ -7323,6 +5382,30 @@ 1 + + Fill + + + 0, 25 + + + 571, 454 + + + 1 + + + pTools + + + System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tpTools + + + 0 + True @@ -7359,6 +5442,30 @@ 1 + + 4, 22 + + + 571, 479 + + + 8 + + + Tools + + + tpTools + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcTaskSettings + + + 7 + Fill @@ -7419,6 +5526,60 @@ 1 + + 4, 22 + + + 3, 3, 3, 3 + + + 571, 479 + + + 6 + + + Advanced + + + tpAdvanced + + + System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tcTaskSettings + + + 8 + + + Right + + + 202, 3 + + + 579, 505 + + + 1 + + + False + + + tcTaskSettings + + + System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 4 + Fill