From 3f79827a44300b89eef048ded43f97b6e2ec9016 Mon Sep 17 00:00:00 2001 From: Lior Banai <36262995+LiorBanai@users.noreply.github.com> Date: Sat, 4 Feb 2023 12:41:34 +0200 Subject: [PATCH] add What is new V4.11.0 --- Analogy/WhatIsNew/WhatIsNew4_10_0.Designer.cs | 1 - Analogy/WhatIsNew/WhatIsNew4_11_0.Designer.cs | 27 +++++++++---------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/Analogy/WhatIsNew/WhatIsNew4_10_0.Designer.cs b/Analogy/WhatIsNew/WhatIsNew4_10_0.Designer.cs index 614b3e6c..bdc61f53 100644 --- a/Analogy/WhatIsNew/WhatIsNew4_10_0.Designer.cs +++ b/Analogy/WhatIsNew/WhatIsNew4_10_0.Designer.cs @@ -112,7 +112,6 @@ private void InitializeComponent() this.gcBugs.Size = new System.Drawing.Size(789, 75); this.gcBugs.TabIndex = 6; this.gcBugs.Text = "Bug Fixes"; - this.gcBugs.Visible = false; // // Bug1537 // diff --git a/Analogy/WhatIsNew/WhatIsNew4_11_0.Designer.cs b/Analogy/WhatIsNew/WhatIsNew4_11_0.Designer.cs index 0fbe4ae8..a4c3ed66 100644 --- a/Analogy/WhatIsNew/WhatIsNew4_11_0.Designer.cs +++ b/Analogy/WhatIsNew/WhatIsNew4_11_0.Designer.cs @@ -34,8 +34,8 @@ private void InitializeComponent() this.Issue1613 = new DevExpress.XtraEditors.HyperlinkLabelControl(); this.Issue1611 = new DevExpress.XtraEditors.HyperlinkLabelControl(); this.gcBugs = new DevExpress.XtraEditors.GroupControl(); - this.Bug499 = new DevExpress.XtraEditors.HyperlinkLabelControl(); this.Bug1612 = new DevExpress.XtraEditors.HyperlinkLabelControl(); + this.Bug499 = new DevExpress.XtraEditors.HyperlinkLabelControl(); ((System.ComponentModel.ISupportInitialize)(this.gcImprovements)).BeginInit(); this.gcImprovements.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcBugs)).BeginInit(); @@ -114,19 +114,6 @@ private void InitializeComponent() this.gcBugs.Size = new System.Drawing.Size(789, 97); this.gcBugs.TabIndex = 6; this.gcBugs.Text = "Bug Fixes"; - this.gcBugs.Visible = false; - // - // Bug499 - // - this.Bug499.Dock = System.Windows.Forms.DockStyle.Top; - this.Bug499.Location = new System.Drawing.Point(2, 28); - this.Bug499.Name = "Bug499"; - this.Bug499.Padding = new System.Windows.Forms.Padding(5); - this.Bug499.Size = new System.Drawing.Size(430, 26); - this.Bug499.TabIndex = 21; - this.Bug499.Text = "[" + - "Serilog Provider] Can\'t parse dictionary that contains an empty key #499"; - this.Bug499.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); // // Bug1612 // @@ -140,6 +127,18 @@ private void InitializeComponent() "details window doesn\'t remember its size #1612"; this.Bug1612.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); // + // Bug499 + // + this.Bug499.Dock = System.Windows.Forms.DockStyle.Top; + this.Bug499.Location = new System.Drawing.Point(2, 28); + this.Bug499.Name = "Bug499"; + this.Bug499.Padding = new System.Windows.Forms.Padding(5); + this.Bug499.Size = new System.Drawing.Size(430, 26); + this.Bug499.TabIndex = 21; + this.Bug499.Text = "[" + + "Serilog Provider] Can\'t parse dictionary that contains an empty key #499"; + this.Bug499.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue); + // // WhatIsNew4_11_0 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);