diff --git a/About.Designer.cs b/About.Designer.cs index 64c1b79..2818318 100644 --- a/About.Designer.cs +++ b/About.Designer.cs @@ -27,14 +27,14 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(About)); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.Label_Log4Net = new System.Windows.Forms.Label(); + this.Label_SmashIcons = new System.Windows.Forms.Label(); this.Label_DockPanelSuite = new System.Windows.Forms.Label(); this.Label_NewtonsoftJson = new System.Windows.Forms.Label(); this.Label_QuartzNet = new System.Windows.Forms.Label(); this.Label_GeneralCopyright = new System.Windows.Forms.Label(); - this.Label_SmashIcons = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -42,16 +42,17 @@ private void InitializeComponent() // this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; - this.richTextBox1.Location = new System.Drawing.Point(0, 124); + this.richTextBox1.Location = new System.Drawing.Point(0, 142); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; - this.richTextBox1.Size = new System.Drawing.Size(675, 171); + this.richTextBox1.Size = new System.Drawing.Size(675, 153); this.richTextBox1.TabIndex = 0; - this.richTextBox1.Text = " This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see ."; + this.richTextBox1.Text = ""; // // groupBox1 // this.groupBox1.AutoSize = true; + this.groupBox1.Controls.Add(this.Label_Log4Net); this.groupBox1.Controls.Add(this.Label_SmashIcons); this.groupBox1.Controls.Add(this.Label_DockPanelSuite); this.groupBox1.Controls.Add(this.Label_NewtonsoftJson); @@ -60,11 +61,31 @@ private void InitializeComponent() this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(675, 124); + this.groupBox1.Size = new System.Drawing.Size(675, 142); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "General"; // + // Label_Log4Net + // + this.Label_Log4Net.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.Label_Log4Net.Location = new System.Drawing.Point(6, 108); + this.Label_Log4Net.Name = "Label_Log4Net"; + this.Label_Log4Net.Size = new System.Drawing.Size(663, 18); + this.Label_Log4Net.TabIndex = 9; + this.Label_Log4Net.Text = "[log4net] (https://logging.apache.org/log4net/) (Apache License, Version 2.0)"; + // + // Label_SmashIcons + // + this.Label_SmashIcons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.Label_SmashIcons.Location = new System.Drawing.Point(6, 90); + this.Label_SmashIcons.Name = "Label_SmashIcons"; + this.Label_SmashIcons.Size = new System.Drawing.Size(663, 18); + this.Label_SmashIcons.TabIndex = 8; + this.Label_SmashIcons.Text = "[Icons] (https://www.flaticon.com/packs/essential-collection, Designed by SmashIcons) (Flaticon Basic License)"; + // // Label_DockPanelSuite // this.Label_DockPanelSuite.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) @@ -103,17 +124,7 @@ private void InitializeComponent() this.Label_GeneralCopyright.Name = "Label_GeneralCopyright"; this.Label_GeneralCopyright.Size = new System.Drawing.Size(663, 18); this.Label_GeneralCopyright.TabIndex = 4; - this.Label_GeneralCopyright.Text = "Copyright (C) 2016-2018 - Michiel Hazelhof (michiel@hazelhof.nl), Chris Kruining (chris@kruining.eu)"; - // - // Label_SmashIcons - // - this.Label_SmashIcons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.Label_SmashIcons.Location = new System.Drawing.Point(6, 90); - this.Label_SmashIcons.Name = "Label_SmashIcons"; - this.Label_SmashIcons.Size = new System.Drawing.Size(663, 18); - this.Label_SmashIcons.TabIndex = 8; - this.Label_SmashIcons.Text = "[Icons] (https://www.flaticon.com/packs/essential-collection, Designed by SmashIcons) (Flaticon Basic License)"; + this.Label_GeneralCopyright.Text = "Copyright (C) 2016-2021 - Michiel Hazelhof (michiel@hazelhof.nl)"; // // About // @@ -142,5 +153,6 @@ private void InitializeComponent() private System.Windows.Forms.Label Label_GeneralCopyright; private System.Windows.Forms.Label Label_DockPanelSuite; private System.Windows.Forms.Label Label_SmashIcons; + private System.Windows.Forms.Label Label_Log4Net; } } \ No newline at end of file diff --git a/MSM.pfx b/MSM.pfx new file mode 100644 index 0000000..7397bf0 Binary files /dev/null and b/MSM.pfx differ diff --git a/README.md b/README.md index 9d47934..6babeed 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Following components are being used by MSM: * [Quartz.net] (https://github.com/quartznet/quartznet) (Apache License, Version 2.0) as a scheduling agent for performing interval/scheduled events * [Newtonsoft.Json] (https://github.com/JamesNK/Newtonsoft.Json) (MIT License) for (de)serializing objects * [DockPanelSuite] (https://github.com/dockpanelsuite/dockpanelsuite) (MIT License) for UI elements and theming +* [Icons] (https://www.flaticon.com/packs/essential-collection, Designed by SmashIcons) (Flaticon Basic License) +* [log4net] (https://logging.apache.org/log4net/) (Apache License, Version 2.0) ## License