From 4ea4503aa7ee3089a07e491e7ae99ba66715165b Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 4 Jan 2015 21:53:55 +0200 Subject: [PATCH] Fixes to fit long length translations --- .../Colors/ColorPickerForm.Designer.cs | 8 +- ShareX.HelpersLib/Colors/ColorPickerForm.resx | 152 +- ShareX.HelpersLib/Forms/HashCheckForm.resx | 29 +- .../Forms/MonitorTestForm.Designer.cs | 36 +- ShareX.HelpersLib/Forms/MonitorTestForm.resx | 18 +- ShareX.HelpersLib/Printer/PrintForm.resx | 14 +- ShareX/Forms/ScreenColorPicker.Designer.cs | 39 +- ShareX/Forms/ScreenColorPicker.de.resx | 3 - ShareX/Forms/ScreenColorPicker.fr.resx | 9 +- ShareX/Forms/ScreenColorPicker.resx | 512 +-- ShareX/Forms/ScreenColorPicker.tr.resx | 7 +- ShareX/Forms/TaskSettingsForm.Designer.cs | 2 +- ShareX/Forms/TaskSettingsForm.fr.resx | 14 +- ShareX/Forms/TaskSettingsForm.resx | 3093 ++++++++++++----- 14 files changed, 2638 insertions(+), 1298 deletions(-) diff --git a/ShareX.HelpersLib/Colors/ColorPickerForm.Designer.cs b/ShareX.HelpersLib/Colors/ColorPickerForm.Designer.cs index 771257cef..ece08d736 100644 --- a/ShareX.HelpersLib/Colors/ColorPickerForm.Designer.cs +++ b/ShareX.HelpersLib/Colors/ColorPickerForm.Designer.cs @@ -66,8 +66,8 @@ private void InitializeComponent() this.lblKeyPerc = new System.Windows.Forms.Label(); this.nudAlpha = new System.Windows.Forms.NumericUpDown(); this.lblAlpha = new System.Windows.Forms.Label(); - this.pbColorPreview = new HelpersLib.MyPictureBox(); - this.colorPicker = new HelpersLib.ColorPicker(); + this.pbColorPreview = new ShareX.HelpersLib.MyPictureBox(); + this.colorPicker = new ShareX.HelpersLib.ColorPicker(); ((System.ComponentModel.ISupportInitialize)(this.nudKey)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudYellow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudMagenta)).BeginInit(); @@ -394,9 +394,9 @@ private void InitializeComponent() // colorPicker // resources.ApplyResources(this.colorPicker, "colorPicker"); - this.colorPicker.DrawStyle = HelpersLib.DrawStyle.Hue; + this.colorPicker.DrawStyle = ShareX.HelpersLib.DrawStyle.Hue; this.colorPicker.Name = "colorPicker"; - this.colorPicker.ColorChanged += new HelpersLib.ColorEventHandler(this.colorPicker_ColorChanged); + this.colorPicker.ColorChanged += new ShareX.HelpersLib.ColorEventHandler(this.colorPicker_ColorChanged); // // ColorPickerForm // diff --git a/ShareX.HelpersLib/Colors/ColorPickerForm.resx b/ShareX.HelpersLib/Colors/ColorPickerForm.resx index 489f415a4..f60972ac0 100644 --- a/ShareX.HelpersLib/Colors/ColorPickerForm.resx +++ b/ShareX.HelpersLib/Colors/ColorPickerForm.resx @@ -1,4 +1,3 @@ -