Fix control text

This commit is contained in:
Jaex 2022-01-01 07:40:42 +03:00
parent d5fe4a68ff
commit 5c017603f0
2 changed files with 736 additions and 3352 deletions

View file

@ -40,6 +40,7 @@ private void InitializeComponent()
this.cmsTask = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tcTaskSettings = new System.Windows.Forms.TabControl();
this.tpTask = new System.Windows.Forms.TabPage();
this.lblTask = new System.Windows.Forms.Label();
this.btnScreenshotsFolderBrowse = new System.Windows.Forms.Button();
this.txtScreenshotsFolder = new System.Windows.Forms.TextBox();
this.cbOverrideScreenshotsFolder = new System.Windows.Forms.CheckBox();
@ -293,7 +294,6 @@ private void InitializeComponent()
this.pgTaskSettings = new System.Windows.Forms.PropertyGrid();
this.cbOverrideAdvancedSettings = new System.Windows.Forms.CheckBox();
this.tttvMain = new ShareX.HelpersLib.TabToTreeView();
this.lblTask = new System.Windows.Forms.Label();
this.tcTaskSettings.SuspendLayout();
this.tpTask.SuspendLayout();
this.cmsDestinations.SuspendLayout();
@ -441,6 +441,11 @@ private void InitializeComponent()
resources.ApplyResources(this.tpTask, "tpTask");
this.tpTask.Name = "tpTask";
//
// lblTask
//
resources.ApplyResources(this.lblTask, "lblTask");
this.lblTask.Name = "lblTask";
//
// btnScreenshotsFolderBrowse
//
resources.ApplyResources(this.btnScreenshotsFolderBrowse, "btnScreenshotsFolderBrowse");
@ -2546,11 +2551,6 @@ private void InitializeComponent()
this.tttvMain.TreeViewSize = 190;
this.tttvMain.TabChanged += new ShareX.HelpersLib.TabToTreeView.TabChangedEventHandler(this.tttvMain_TabChanged);
//
// lblTask
//
resources.ApplyResources(this.lblTask, "lblTask");
this.lblTask.Name = "lblTask";
//
// TaskSettingsForm
//
resources.ApplyResources(this, "$this");

File diff suppressed because it is too large Load diff