From 817adc0b62943658047f4cbb5b0f46284e42a282 Mon Sep 17 00:00:00 2001
From: Lior Banai <36262995+LiorBanai@users.noreply.github.com>
Date: Sat, 14 Nov 2020 11:48:24 +0200
Subject: [PATCH] update what is new 4.3.1
---
Analogy/Forms/WhatsNewForm.Designer.cs | 10 +
Analogy/Forms/WhatsNewForm.cs | 15 +-
Analogy/WhatIsNew/WhatIsNew4_3_1.Designer.cs | 248 +++++++++++++++++++
Analogy/WhatIsNew/WhatIsNew4_3_1.cs | 18 ++
Analogy/WhatIsNew/WhatIsNew4_3_1.resx | 120 +++++++++
5 files changed, 410 insertions(+), 1 deletion(-)
create mode 100644 Analogy/WhatIsNew/WhatIsNew4_3_1.Designer.cs
create mode 100644 Analogy/WhatIsNew/WhatIsNew4_3_1.cs
create mode 100644 Analogy/WhatIsNew/WhatIsNew4_3_1.resx
diff --git a/Analogy/Forms/WhatsNewForm.Designer.cs b/Analogy/Forms/WhatsNewForm.Designer.cs
index a26ed823..fcae7ed0 100644
--- a/Analogy/Forms/WhatsNewForm.Designer.cs
+++ b/Analogy/Forms/WhatsNewForm.Designer.cs
@@ -35,6 +35,7 @@ private void InitializeComponent()
this.e429 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.e428 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
+ this.e431 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
this.SuspendLayout();
@@ -52,6 +53,7 @@ private void InitializeComponent()
this.accordionControl1.AllowItemSelection = true;
this.accordionControl1.Dock = System.Windows.Forms.DockStyle.Left;
this.accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
+ this.e431,
this.e430,
this.e4210,
this.e429,
@@ -100,6 +102,13 @@ private void InitializeComponent()
this.fluentDesignFormControl1.TabIndex = 2;
this.fluentDesignFormControl1.TabStop = false;
//
+ // e431
+ //
+ this.e431.Name = "e431";
+ this.e431.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
+ this.e431.Text = "V4.3.1";
+ this.e431.Click += new System.EventHandler(this.e431_Click);
+ //
// WhatsNewForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
@@ -129,5 +138,6 @@ private void InitializeComponent()
private DevExpress.XtraBars.Navigation.AccordionControlElement e429;
private DevExpress.XtraBars.Navigation.AccordionControlElement e4210;
private DevExpress.XtraBars.Navigation.AccordionControlElement e430;
+ private DevExpress.XtraBars.Navigation.AccordionControlElement e431;
}
}
\ No newline at end of file
diff --git a/Analogy/Forms/WhatsNewForm.cs b/Analogy/Forms/WhatsNewForm.cs
index 26d9b6a7..2402d08d 100644
--- a/Analogy/Forms/WhatsNewForm.cs
+++ b/Analogy/Forms/WhatsNewForm.cs
@@ -20,7 +20,7 @@ private void WhatsNewForm_Load(object sender, EventArgs e)
}
Icon = UserSettingsManager.UserSettings.GetIcon();
- WhatIsNew4_3_0 uc = new WhatIsNew4_3_0 { Name = "V4.3.0"};
+ WhatIsNew4_3_1 uc = new WhatIsNew4_3_1 { Name = "V4.3.1"};
fluentDesignFormContainer1.Controls.Add(uc);
uc.Dock = DockStyle.Fill;
uc.BringToFront();
@@ -96,5 +96,18 @@ private void e430_Click(object sender, EventArgs e)
}
SetActive("V4.3.0");
}
+
+ private void e431_Click(object sender, EventArgs e)
+ {
+ if (!fluentDesignFormContainer1.Controls.ContainsKey("V4.3.1"))
+ {
+ WhatIsNew4_3_1 uc = new WhatIsNew4_3_1();
+ uc.Name = "V4.3.1";
+ fluentDesignFormContainer1.Controls.Add(uc);
+ uc.Dock = DockStyle.Fill;
+ uc.BringToFront();
+ }
+ SetActive("V4.3.1");
+ }
}
}
diff --git a/Analogy/WhatIsNew/WhatIsNew4_3_1.Designer.cs b/Analogy/WhatIsNew/WhatIsNew4_3_1.Designer.cs
new file mode 100644
index 00000000..6c0a6aab
--- /dev/null
+++ b/Analogy/WhatIsNew/WhatIsNew4_3_1.Designer.cs
@@ -0,0 +1,248 @@
+namespace Analogy.WhatIsNew
+{
+ partial class WhatIsNew4_3_1
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Component Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.xtcV4_3_1 = new DevExpress.XtraTab.XtraTabControl();
+ this.xtPageHighlight = new DevExpress.XtraTab.XtraTabPage();
+ this.highlight659 = new DevExpress.XtraEditors.HyperlinkLabelControl();
+ this.highlight621 = new DevExpress.XtraEditors.HyperlinkLabelControl();
+ this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
+ this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
+ this.xtPageIssues = new DevExpress.XtraTab.XtraTabPage();
+ this.gcImprovements = new DevExpress.XtraEditors.GroupControl();
+ this.Issue659 = new DevExpress.XtraEditors.HyperlinkLabelControl();
+ this.Issue621 = new DevExpress.XtraEditors.HyperlinkLabelControl();
+ this.gcBugs = new DevExpress.XtraEditors.GroupControl();
+ this.Issue660 = new DevExpress.XtraEditors.HyperlinkLabelControl();
+ this.Issue654 = new DevExpress.XtraEditors.HyperlinkLabelControl();
+ ((System.ComponentModel.ISupportInitialize)(this.xtcV4_3_1)).BeginInit();
+ this.xtcV4_3_1.SuspendLayout();
+ this.xtPageHighlight.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
+ this.groupControl1.SuspendLayout();
+ this.xtPageIssues.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.gcImprovements)).BeginInit();
+ this.gcImprovements.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.gcBugs)).BeginInit();
+ this.gcBugs.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // xtcV4_3_1
+ //
+ this.xtcV4_3_1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.xtcV4_3_1.Location = new System.Drawing.Point(0, 0);
+ this.xtcV4_3_1.Name = "xtcV4_3_1";
+ this.xtcV4_3_1.SelectedTabPage = this.xtPageHighlight;
+ this.xtcV4_3_1.Size = new System.Drawing.Size(789, 462);
+ this.xtcV4_3_1.TabIndex = 2;
+ this.xtcV4_3_1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+ this.xtPageHighlight,
+ this.xtPageIssues});
+ //
+ // xtPageHighlight
+ //
+ this.xtPageHighlight.AutoScroll = true;
+ this.xtPageHighlight.Controls.Add(this.highlight659);
+ this.xtPageHighlight.Controls.Add(this.highlight621);
+ this.xtPageHighlight.Controls.Add(this.groupControl1);
+ this.xtPageHighlight.Name = "xtPageHighlight";
+ this.xtPageHighlight.Size = new System.Drawing.Size(782, 428);
+ this.xtPageHighlight.Text = "V4.3.1 Highlights / Changes";
+ //
+ // highlight659
+ //
+ this.highlight659.Dock = System.Windows.Forms.DockStyle.Top;
+ this.highlight659.Location = new System.Drawing.Point(0, 115);
+ this.highlight659.Name = "highlight659";
+ this.highlight659.Padding = new System.Windows.Forms.Padding(5);
+ this.highlight659.Size = new System.Drawing.Size(306, 26);
+ this.highlight659.TabIndex = 8;
+ this.highlight659.Text = "Category " +
+ "column is hidden by default. undo it. #659";
+ this.highlight659.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue);
+ //
+ // highlight621
+ //
+ this.highlight621.Dock = System.Windows.Forms.DockStyle.Top;
+ this.highlight621.Location = new System.Drawing.Point(0, 89);
+ this.highlight621.Name = "highlight621";
+ this.highlight621.Padding = new System.Windows.Forms.Padding(5);
+ this.highlight621.Size = new System.Drawing.Size(223, 26);
+ this.highlight621.TabIndex = 7;
+ this.highlight621.Text = "Upgrade t" +
+ "o DevExpress 19.1.12 #621";
+ this.highlight621.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue);
+ //
+ // groupControl1
+ //
+ this.groupControl1.Controls.Add(this.labelControl1);
+ this.groupControl1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.groupControl1.Location = new System.Drawing.Point(0, 0);
+ this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
+ this.groupControl1.Name = "groupControl1";
+ this.groupControl1.Size = new System.Drawing.Size(782, 89);
+ this.groupControl1.TabIndex = 10;
+ this.groupControl1.Text = "Notice";
+ //
+ // labelControl1
+ //
+ this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelControl1.Appearance.Options.UseFont = true;
+ this.labelControl1.Appearance.Options.UseTextOptions = true;
+ this.labelControl1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
+ this.labelControl1.AutoEllipsis = true;
+ this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
+ this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.labelControl1.Location = new System.Drawing.Point(2, 25);
+ this.labelControl1.Name = "labelControl1";
+ this.labelControl1.Size = new System.Drawing.Size(778, 22);
+ this.labelControl1.TabIndex = 9;
+ this.labelControl1.Text = "This version adds support for .net framework 4.8 target compilation";
+ //
+ // xtPageIssues
+ //
+ this.xtPageIssues.Controls.Add(this.gcImprovements);
+ this.xtPageIssues.Controls.Add(this.gcBugs);
+ this.xtPageIssues.Name = "xtPageIssues";
+ this.xtPageIssues.Padding = new System.Windows.Forms.Padding(10);
+ this.xtPageIssues.Size = new System.Drawing.Size(782, 428);
+ this.xtPageIssues.Text = "Github Issues";
+ //
+ // gcImprovements
+ //
+ this.gcImprovements.Controls.Add(this.Issue659);
+ this.gcImprovements.Controls.Add(this.Issue621);
+ this.gcImprovements.Dock = System.Windows.Forms.DockStyle.Top;
+ this.gcImprovements.Location = new System.Drawing.Point(10, 98);
+ this.gcImprovements.Name = "gcImprovements";
+ this.gcImprovements.Size = new System.Drawing.Size(762, 92);
+ this.gcImprovements.TabIndex = 7;
+ this.gcImprovements.Text = "Improvements / Changes";
+ //
+ // Issue659
+ //
+ this.Issue659.Dock = System.Windows.Forms.DockStyle.Top;
+ this.Issue659.Location = new System.Drawing.Point(2, 51);
+ this.Issue659.Name = "Issue659";
+ this.Issue659.Padding = new System.Windows.Forms.Padding(5);
+ this.Issue659.Size = new System.Drawing.Size(306, 26);
+ this.Issue659.TabIndex = 14;
+ this.Issue659.Text = "Category " +
+ "column is hidden by default. undo it. #659";
+ this.Issue659.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue);
+ //
+ // Issue621
+ //
+ this.Issue621.Dock = System.Windows.Forms.DockStyle.Top;
+ this.Issue621.Location = new System.Drawing.Point(2, 25);
+ this.Issue621.Name = "Issue621";
+ this.Issue621.Padding = new System.Windows.Forms.Padding(5);
+ this.Issue621.Size = new System.Drawing.Size(223, 26);
+ this.Issue621.TabIndex = 13;
+ this.Issue621.Text = "Upgrade t" +
+ "o DevExpress 19.1.12 #621";
+ this.Issue621.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue);
+ //
+ // gcBugs
+ //
+ this.gcBugs.Controls.Add(this.Issue660);
+ this.gcBugs.Controls.Add(this.Issue654);
+ this.gcBugs.Dock = System.Windows.Forms.DockStyle.Top;
+ this.gcBugs.Location = new System.Drawing.Point(10, 10);
+ this.gcBugs.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
+ this.gcBugs.Name = "gcBugs";
+ this.gcBugs.Size = new System.Drawing.Size(762, 88);
+ this.gcBugs.TabIndex = 6;
+ this.gcBugs.Text = "Bug Fixes";
+ //
+ // Issue660
+ //
+ this.Issue660.Dock = System.Windows.Forms.DockStyle.Top;
+ this.Issue660.Location = new System.Drawing.Point(2, 51);
+ this.Issue660.Name = "Issue660";
+ this.Issue660.Padding = new System.Windows.Forms.Padding(5);
+ this.Issue660.Size = new System.Drawing.Size(371, 26);
+ this.Issue660.TabIndex = 5;
+ this.Issue660.Text = "[UI] Disa" +
+ "ble right click on images in the First Run window #660";
+ this.Issue660.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue);
+ //
+ // Issue654
+ //
+ this.Issue654.Dock = System.Windows.Forms.DockStyle.Top;
+ this.Issue654.Location = new System.Drawing.Point(2, 25);
+ this.Issue654.Name = "Issue654";
+ this.Issue654.Padding = new System.Windows.Forms.Padding(5);
+ this.Issue654.Size = new System.Drawing.Size(285, 26);
+ this.Issue654.TabIndex = 4;
+ this.Issue654.Text = "[UI] null" +
+ " values are not displayed correctly #654";
+ this.Issue654.HyperlinkClick += new DevExpress.Utils.HyperlinkClickEventHandler(this.OpenGithubIssue);
+ //
+ // WhatIsNew4_3_1
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.Controls.Add(this.xtcV4_3_1);
+ this.Name = "WhatIsNew4_3_1";
+ this.Size = new System.Drawing.Size(789, 462);
+ ((System.ComponentModel.ISupportInitialize)(this.xtcV4_3_1)).EndInit();
+ this.xtcV4_3_1.ResumeLayout(false);
+ this.xtPageHighlight.ResumeLayout(false);
+ this.xtPageHighlight.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
+ this.groupControl1.ResumeLayout(false);
+ this.xtPageIssues.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.gcImprovements)).EndInit();
+ this.gcImprovements.ResumeLayout(false);
+ this.gcImprovements.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.gcBugs)).EndInit();
+ this.gcBugs.ResumeLayout(false);
+ this.gcBugs.PerformLayout();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private DevExpress.XtraTab.XtraTabControl xtcV4_3_1;
+ private DevExpress.XtraTab.XtraTabPage xtPageHighlight;
+ private DevExpress.XtraTab.XtraTabPage xtPageIssues;
+ private DevExpress.XtraEditors.HyperlinkLabelControl Issue654;
+ private DevExpress.XtraEditors.HyperlinkLabelControl Issue660;
+ private DevExpress.XtraEditors.GroupControl gcBugs;
+ private DevExpress.XtraEditors.GroupControl gcImprovements;
+ private DevExpress.XtraEditors.HyperlinkLabelControl highlight659;
+ private DevExpress.XtraEditors.HyperlinkLabelControl highlight621;
+ private DevExpress.XtraEditors.LabelControl labelControl1;
+ private DevExpress.XtraEditors.GroupControl groupControl1;
+ private DevExpress.XtraEditors.HyperlinkLabelControl Issue659;
+ private DevExpress.XtraEditors.HyperlinkLabelControl Issue621;
+ }
+}
diff --git a/Analogy/WhatIsNew/WhatIsNew4_3_1.cs b/Analogy/WhatIsNew/WhatIsNew4_3_1.cs
new file mode 100644
index 00000000..bc7f5b41
--- /dev/null
+++ b/Analogy/WhatIsNew/WhatIsNew4_3_1.cs
@@ -0,0 +1,18 @@
+using DevExpress.XtraEditors;
+
+namespace Analogy.WhatIsNew
+{
+ public partial class WhatIsNew4_3_1 : DevExpress.XtraEditors.XtraUserControl
+ {
+ public WhatIsNew4_3_1()
+ {
+ InitializeComponent();
+ }
+ private void OpenGithubIssue(object sender, DevExpress.Utils.HyperlinkClickEventArgs e)
+ {
+ ((HyperlinkLabelControl)sender).LinkVisited = true;
+ Utils.OpenLink(e.Link);
+ }
+
+ }
+}
diff --git a/Analogy/WhatIsNew/WhatIsNew4_3_1.resx b/Analogy/WhatIsNew/WhatIsNew4_3_1.resx
new file mode 100644
index 00000000..1af7de15
--- /dev/null
+++ b/Analogy/WhatIsNew/WhatIsNew4_3_1.resx
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file