Fix history form icon column text

This commit is contained in:
Jaex 2018-09-22 03:55:41 +03:00
parent 5ea1a70bb7
commit f293b6238b
5 changed files with 15 additions and 11 deletions

View file

@ -39,6 +39,7 @@ private void InitializeComponent()
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.pbThumbnail = new ShareX.HelpersLib.MyPictureBox(); this.pbThumbnail = new ShareX.HelpersLib.MyPictureBox();
this.gbFilters = new System.Windows.Forms.GroupBox(); this.gbFilters = new System.Windows.Forms.GroupBox();
this.lblFilenameFilter = new System.Windows.Forms.Label();
this.cbHostFilterSelection = new System.Windows.Forms.ComboBox(); this.cbHostFilterSelection = new System.Windows.Forms.ComboBox();
this.btnRemoveFilters = new System.Windows.Forms.Button(); this.btnRemoveFilters = new System.Windows.Forms.Button();
this.btnApplyFilters = new System.Windows.Forms.Button(); this.btnApplyFilters = new System.Windows.Forms.Button();
@ -52,7 +53,6 @@ private void InitializeComponent()
this.dtpFilterTo = new System.Windows.Forms.DateTimePicker(); this.dtpFilterTo = new System.Windows.Forms.DateTimePicker();
this.txtFilenameFilter = new System.Windows.Forms.TextBox(); this.txtFilenameFilter = new System.Windows.Forms.TextBox();
this.cbFilenameFilterMethod = new System.Windows.Forms.ComboBox(); this.cbFilenameFilterMethod = new System.Windows.Forms.ComboBox();
this.lblFilenameFilter = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit();
this.scMain.Panel1.SuspendLayout(); this.scMain.Panel1.SuspendLayout();
this.scMain.Panel2.SuspendLayout(); this.scMain.Panel2.SuspendLayout();
@ -151,6 +151,11 @@ private void InitializeComponent()
this.gbFilters.Name = "gbFilters"; this.gbFilters.Name = "gbFilters";
this.gbFilters.TabStop = false; this.gbFilters.TabStop = false;
// //
// lblFilenameFilter
//
resources.ApplyResources(this.lblFilenameFilter, "lblFilenameFilter");
this.lblFilenameFilter.Name = "lblFilenameFilter";
//
// cbHostFilterSelection // cbHostFilterSelection
// //
this.cbHostFilterSelection.FormattingEnabled = true; this.cbHostFilterSelection.FormattingEnabled = true;
@ -233,11 +238,6 @@ private void InitializeComponent()
resources.ApplyResources(this.cbFilenameFilterMethod, "cbFilenameFilterMethod"); resources.ApplyResources(this.cbFilenameFilterMethod, "cbFilenameFilterMethod");
this.cbFilenameFilterMethod.Name = "cbFilenameFilterMethod"; this.cbFilenameFilterMethod.Name = "cbFilenameFilterMethod";
// //
// lblFilenameFilter
//
resources.ApplyResources(this.lblFilenameFilter, "lblFilenameFilter");
this.lblFilenameFilter.Name = "lblFilenameFilter";
//
// HistoryForm // HistoryForm
// //
resources.ApplyResources(this, "$this"); resources.ApplyResources(this, "$this");

View file

@ -125,6 +125,10 @@
<data name="scMain.Location" type="System.Drawing.Point, System.Drawing"> <data name="scMain.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value> <value>0, 0</value>
</data> </data>
<data name="chIcon.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="chIcon.Width" type="System.Int32, mscorlib"> <data name="chIcon.Width" type="System.Int32, mscorlib">
<value>24</value> <value>24</value>

View file

@ -1559,9 +1559,9 @@ internal class Resources {
return ResourceManager.GetString("ShapeManager_CreateToolbar_ShapeOptions", resourceCulture); return ResourceManager.GetString("ShapeManager_CreateToolbar_ShapeOptions", resourceCulture);
} }
} }
/// <summary> /// <summary>
/// Looks up a localized string similar Value of first step options. /// Looks up a localized string similar to Value of first step:.
/// </summary> /// </summary>
internal static string ShapeManager_CreateToolbar_StartingStepValue { internal static string ShapeManager_CreateToolbar_StartingStepValue {
get { get {

View file

@ -166,7 +166,7 @@ Distance: {6:0.00} px / Angle: {7:0.00}°</value>
<value>Use letters</value> <value>Use letters</value>
</data> </data>
<data name="ShapeManager_CreateToolbar_StartingStepValue" xml:space="preserve"> <data name="ShapeManager_CreateToolbar_StartingStepValue" xml:space="preserve">
<value>Value of first step</value> <value>Value of first step:</value>
</data> </data>
<data name="ShapeManager_CreateToolbar_ImageSize" xml:space="preserve"> <data name="ShapeManager_CreateToolbar_ImageSize" xml:space="preserve">
<value>Image size...</value> <value>Image size...</value>

View file

@ -183,4 +183,4 @@ public override string ToString()
} }
} }
} }
} }