diff --git a/Numeric List Generator/AboutBoxForm.Designer.cs b/Numeric List Generator/AboutBoxForm.Designer.cs
index 9a69b37c..c8bb571b 100644
--- a/Numeric List Generator/AboutBoxForm.Designer.cs
+++ b/Numeric List Generator/AboutBoxForm.Designer.cs
@@ -27,146 +27,146 @@ protected override void Dispose(bool disposing)
///
private void InitializeComponent()
{
- this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBoxForm));
- this.toolStripContainer = new System.Windows.Forms.ToolStripContainer();
- this.statusStrip = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
- this.logoPictureBox = new System.Windows.Forms.PictureBox();
this.labelProductName = new System.Windows.Forms.Label();
this.labelVersion = new System.Windows.Forms.Label();
this.labelCopyright = new System.Windows.Forms.Label();
this.labelCompanyName = new System.Windows.Forms.Label();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.okButton = new System.Windows.Forms.Button();
- this.toolTip = new System.Windows.Forms.ToolTip(this.components);
- this.toolStripContainer.BottomToolStripPanel.SuspendLayout();
- this.toolStripContainer.ContentPanel.SuspendLayout();
- this.toolStripContainer.SuspendLayout();
- this.statusStrip.SuspendLayout();
+ this.logoPictureBox = new System.Windows.Forms.PictureBox();
this.tableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
this.SuspendLayout();
//
- // toolStripContainer
- //
- this.toolStripContainer.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- //
- // toolStripContainer.BottomToolStripPanel
- //
- this.toolStripContainer.BottomToolStripPanel.Controls.Add(this.statusStrip);
- //
- // toolStripContainer.ContentPanel
- //
- resources.ApplyResources(this.toolStripContainer.ContentPanel, "toolStripContainer.ContentPanel");
- this.toolStripContainer.ContentPanel.Controls.Add(this.tableLayoutPanel);
- resources.ApplyResources(this.toolStripContainer, "toolStripContainer");
- this.toolStripContainer.Name = "toolStripContainer";
- //
- // statusStrip
- //
- this.statusStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
- resources.ApplyResources(this.statusStrip, "statusStrip");
- this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel});
- this.statusStrip.Name = "statusStrip";
- this.statusStrip.ShowItemToolTips = true;
- this.statusStrip.SizingGrip = false;
- //
- // toolStripStatusLabel
- //
- this.toolStripStatusLabel.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
- this.toolStripStatusLabel.Name = "toolStripStatusLabel";
- resources.ApplyResources(this.toolStripStatusLabel, "toolStripStatusLabel");
- //
// tableLayoutPanel
//
- this.tableLayoutPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- resources.ApplyResources(this.tableLayoutPanel, "tableLayoutPanel");
- this.tableLayoutPanel.Controls.Add(this.logoPictureBox);
- this.tableLayoutPanel.Controls.Add(this.labelProductName);
- this.tableLayoutPanel.Controls.Add(this.labelVersion);
- this.tableLayoutPanel.Controls.Add(this.labelCopyright);
- this.tableLayoutPanel.Controls.Add(this.labelCompanyName);
- this.tableLayoutPanel.Controls.Add(this.textBoxDescription);
- this.tableLayoutPanel.Controls.Add(this.okButton);
+ this.tableLayoutPanel.ColumnCount = 2;
+ this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.50365F));
+ this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 86.49635F));
+ this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
+ this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
+ this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
+ this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
+ this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
+ this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
+ this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
+ this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
this.tableLayoutPanel.Name = "tableLayoutPanel";
- //
- // logoPictureBox
- //
- this.logoPictureBox.AccessibleRole = System.Windows.Forms.AccessibleRole.Graphic;
- resources.ApplyResources(this.logoPictureBox, "logoPictureBox");
- this.logoPictureBox.Image = global::NumericListGenerator.Properties.Resources.text_list_numbers;
- this.logoPictureBox.Name = "logoPictureBox";
- this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
- this.logoPictureBox.TabStop = false;
+ this.tableLayoutPanel.RowCount = 6;
+ this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
+ this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
+ this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
+ this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
+ this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 45.50265F));
+ this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.40212F));
+ this.tableLayoutPanel.Size = new System.Drawing.Size(274, 189);
+ this.tableLayoutPanel.TabIndex = 0;
//
// labelProductName
//
- this.labelProductName.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
- this.labelProductName.BackColor = System.Drawing.Color.Transparent;
- resources.ApplyResources(this.labelProductName, "labelProductName");
+ this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.labelProductName.Location = new System.Drawing.Point(43, 0);
+ this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
+ this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
this.labelProductName.Name = "labelProductName";
+ this.labelProductName.Size = new System.Drawing.Size(228, 17);
+ this.labelProductName.TabIndex = 0;
+ this.labelProductName.Text = "Produktname";
+ this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelVersion
//
- this.labelVersion.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
- this.labelVersion.BackColor = System.Drawing.Color.Transparent;
- resources.ApplyResources(this.labelVersion, "labelVersion");
+ this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.labelVersion.Location = new System.Drawing.Point(43, 18);
+ this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
+ this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
this.labelVersion.Name = "labelVersion";
+ this.labelVersion.Size = new System.Drawing.Size(228, 17);
+ this.labelVersion.TabIndex = 1;
+ this.labelVersion.Text = "Version";
+ this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelCopyright
//
- this.labelCopyright.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
- this.labelCopyright.BackColor = System.Drawing.Color.Transparent;
- resources.ApplyResources(this.labelCopyright, "labelCopyright");
+ this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.labelCopyright.Location = new System.Drawing.Point(43, 36);
+ this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
+ this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
this.labelCopyright.Name = "labelCopyright";
+ this.labelCopyright.Size = new System.Drawing.Size(228, 17);
+ this.labelCopyright.TabIndex = 2;
+ this.labelCopyright.Text = "Copyright";
+ this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelCompanyName
//
- this.labelCompanyName.AccessibleRole = System.Windows.Forms.AccessibleRole.StaticText;
- this.labelCompanyName.BackColor = System.Drawing.Color.Transparent;
- resources.ApplyResources(this.labelCompanyName, "labelCompanyName");
+ this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.labelCompanyName.Location = new System.Drawing.Point(43, 54);
+ this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
+ this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
this.labelCompanyName.Name = "labelCompanyName";
+ this.labelCompanyName.Size = new System.Drawing.Size(228, 17);
+ this.labelCompanyName.TabIndex = 3;
+ this.labelCompanyName.Text = "Firmenname";
+ this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// textBoxDescription
//
- this.textBoxDescription.AccessibleRole = System.Windows.Forms.AccessibleRole.Text;
- resources.ApplyResources(this.textBoxDescription, "textBoxDescription");
+ this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.textBoxDescription.Location = new System.Drawing.Point(43, 75);
+ this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
+ this.textBoxDescription.Multiline = true;
this.textBoxDescription.Name = "textBoxDescription";
this.textBoxDescription.ReadOnly = true;
+ this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
+ this.textBoxDescription.Size = new System.Drawing.Size(228, 78);
+ this.textBoxDescription.TabIndex = 4;
this.textBoxDescription.TabStop = false;
+ this.textBoxDescription.Text = "Beschreibung";
//
// okButton
//
- this.okButton.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- resources.ApplyResources(this.okButton, "okButton");
+ this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.okButton.Image = global::NumericListGenerator.Properties.Resources.tick;
+ this.okButton.Location = new System.Drawing.Point(214, 163);
this.okButton.Name = "okButton";
+ this.okButton.Size = new System.Drawing.Size(57, 23);
+ this.okButton.TabIndex = 5;
+ this.okButton.Text = "&OK";
+ this.okButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
+ //
+ // logoPictureBox
+ //
+ this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.logoPictureBox.Image = global::NumericListGenerator.Properties.Resources.text_list_numbers;
+ this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
+ this.logoPictureBox.Name = "logoPictureBox";
+ this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
+ this.logoPictureBox.Size = new System.Drawing.Size(31, 183);
+ this.logoPictureBox.TabIndex = 12;
+ this.logoPictureBox.TabStop = false;
//
// AboutBoxForm
//
this.AcceptButton = this.okButton;
- this.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
- resources.ApplyResources(this, "$this");
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.toolStripContainer);
+ this.ClientSize = new System.Drawing.Size(292, 207);
+ this.Controls.Add(this.tableLayoutPanel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutBoxForm";
+ this.Padding = new System.Windows.Forms.Padding(9);
this.ShowIcon = false;
this.ShowInTaskbar = false;
- this.Load += new System.EventHandler(this.AboutBoxForm_Load);
- this.toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
- this.toolStripContainer.BottomToolStripPanel.PerformLayout();
- this.toolStripContainer.ContentPanel.ResumeLayout(false);
- this.toolStripContainer.ResumeLayout(false);
- this.toolStripContainer.PerformLayout();
- this.statusStrip.ResumeLayout(false);
- this.statusStrip.PerformLayout();
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
+ this.Text = "AboutBoxForm";
this.tableLayoutPanel.ResumeLayout(false);
this.tableLayoutPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
@@ -184,9 +184,5 @@ private void InitializeComponent()
private System.Windows.Forms.Label labelCompanyName;
private System.Windows.Forms.TextBox textBoxDescription;
private System.Windows.Forms.Button okButton;
- private System.Windows.Forms.ToolTip toolTip;
- private System.Windows.Forms.StatusStrip statusStrip;
- private System.Windows.Forms.ToolStripContainer toolStripContainer;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
- }
+ }
}
diff --git a/Numeric List Generator/AboutBoxForm.cs b/Numeric List Generator/AboutBoxForm.cs
index 5181f77a..8d225fd0 100644
--- a/Numeric List Generator/AboutBoxForm.cs
+++ b/Numeric List Generator/AboutBoxForm.cs
@@ -1,50 +1,99 @@
-using MijoSoftware.AssemblyInformation;
-
-using System;
+using System.Reflection;
using System.Windows.Forms;
namespace NumericListGenerator
{
- ///
- /// AboutBoxForm
- ///
- internal partial class AboutBoxForm : Form
- {
- ///
- /// Constructor
- ///
- public AboutBoxForm() => InitializeComponent();
-
- ///
- /// Set the information text in the status bar
- ///
- /// object sender
- /// event arguments
- /// The parameters and are not needed, but must be indicated.
- private void SetStatusbar_Enter(object sender, EventArgs e) => toolStripStatusLabel.Text = ((Control)sender).AccessibleDescription;
-
- ///
- /// Clear the information text in the status bar
- ///
- /// object sender
- /// event arguments
- /// The parameters and are not needed, but must be indicated.
- private void ClearStatusbar_Leave(object sender, EventArgs e) => toolStripStatusLabel.Text = string.Empty;
-
- ///
- /// Load the form
- ///
- /// object sender
- /// event arguments
- /// The parameters and are not needed, but must be indicated.
- private void AboutBoxForm_Load(object sender, EventArgs e)
- {
- Text = $"Info über {AssemblyInfo.AssemblyTitle}";
- labelProductName.Text = AssemblyInfo.AssemblyProduct;
- labelVersion.Text = $"Version {AssemblyInfo.AssemblyVersion}";
- labelCopyright.Text = AssemblyInfo.AssemblyCopyright;
- labelCompanyName.Text = AssemblyInfo.AssemblyCompany;
- textBoxDescription.Text = AssemblyInfo.AssemblyDescription;
- }
+ partial class AboutBoxForm : Form
+ {
+ public AboutBoxForm()
+ {
+ InitializeComponent();
+ Text = $"Info über {AssemblyTitle}";
+ labelProductName.Text = AssemblyProduct;
+ labelVersion.Text = $"Version {AssemblyVersion}";
+ labelCopyright.Text = AssemblyCopyright;
+ labelCompanyName.Text = AssemblyCompany;
+ textBoxDescription.Text = AssemblyDescription;
+ }
+
+ #region Assemblyattributaccessoren
+
+ public static string AssemblyTitle
+ {
+ get
+ {
+ object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(attributeType: typeof(AssemblyTitleAttribute), inherit: false);
+ if (attributes.Length > 0)
+ {
+ AssemblyTitleAttribute titleAttribute = (AssemblyTitleAttribute)attributes[0];
+ if (!string.IsNullOrEmpty(value: titleAttribute.Title))
+ {
+ return titleAttribute.Title;
+ }
+ }
+ return System.IO.Path.GetFileNameWithoutExtension(path: Assembly.GetExecutingAssembly().CodeBase);
+ }
+ }
+
+ public static string AssemblyVersion
+ {
+ get
+ {
+ return Assembly.GetExecutingAssembly().GetName().Version.ToString();
+ }
+ }
+
+ public static string AssemblyDescription
+ {
+ get
+ {
+ object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(attributeType: typeof(AssemblyDescriptionAttribute), inherit: false);
+ if (attributes.Length == 0)
+ {
+ return "";
+ }
+ return ((AssemblyDescriptionAttribute)attributes[0]).Description;
+ }
+ }
+
+ public static string AssemblyProduct
+ {
+ get
+ {
+ object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(attributeType: typeof(AssemblyProductAttribute), inherit: false);
+ if (attributes.Length == 0)
+ {
+ return "";
+ }
+ return ((AssemblyProductAttribute)attributes[0]).Product;
+ }
+ }
+
+ public static string AssemblyCopyright
+ {
+ get
+ {
+ object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(attributeType: typeof(AssemblyCopyrightAttribute), inherit: false);
+ if (attributes.Length == 0)
+ {
+ return "";
+ }
+ return ((AssemblyCopyrightAttribute)attributes[0]).Copyright;
+ }
+ }
+
+ public static string AssemblyCompany
+ {
+ get
+ {
+ object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(attributeType: typeof(AssemblyCompanyAttribute), inherit: false);
+ if (attributes.Length == 0)
+ {
+ return "";
+ }
+ return ((AssemblyCompanyAttribute)attributes[0]).Company;
+ }
+ }
+ #endregion
}
}
diff --git a/Numeric List Generator/AboutBoxForm.resx b/Numeric List Generator/AboutBoxForm.resx
index fa29848f..2ca30b8f 100644
--- a/Numeric List Generator/AboutBoxForm.resx
+++ b/Numeric List Generator/AboutBoxForm.resx
@@ -117,423 +117,7 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 101, 12
-
-
-
- None
-
-
- 112, 17
-
-
- toolStripStatusLabel
-
-
- 0, 0
-
-
- 292, 22
-
-
-
- 1
-
-
- statusStrip
-
-
- statusStrip
-
-
- System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripContainer.BottomToolStripPanel
-
-
- 0
-
-
- toolStripContainer.BottomToolStripPanel
-
-
- System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripContainer
-
-
- 4
-
-
- True
-
-
- 2
-
-
- Fill
-
-
- 3, 3
-
-
- 33, 205
-
-
- 12
-
-
- logoPictureBox
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel
-
-
- 0
-
-
- Fill
-
-
- 45, 0
-
-
- 6, 0, 3, 0
-
-
- 0, 17
-
-
- 244, 17
-
-
- 0
-
-
- Produktname
-
-
- MiddleLeft
-
-
- labelProductName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel
-
-
- 1
-
-
- Fill
-
-
- 45, 20
-
-
- 6, 0, 3, 0
-
-
- 0, 17
-
-
- 244, 17
-
-
- 1
-
-
- Version
-
-
- MiddleLeft
-
-
- labelVersion
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel
-
-
- 2
-
-
- Fill
-
-
- 45, 40
-
-
- 6, 0, 3, 0
-
-
- 0, 17
-
-
- 244, 17
-
-
- 2
-
-
- Copyright
-
-
- MiddleLeft
-
-
- labelCopyright
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel
-
-
- 3
-
-
- Fill
-
-
- 45, 60
-
-
- 6, 0, 3, 0
-
-
- 0, 17
-
-
- 244, 17
-
-
- 3
-
-
- Firmenname
-
-
- MiddleLeft
-
-
- labelCompanyName
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel
-
-
- 4
-
-
- Fill
-
-
- 45, 83
-
-
- 6, 3, 3, 3
-
-
- True
-
-
- Both
-
-
- 244, 88
-
-
- 4
-
-
- Beschreibung
-
-
- textBoxDescription
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel
-
-
- 5
-
-
- Bottom, Right
-
-
- MiddleRight
-
-
- 232, 185
-
-
- 57, 23
-
-
- 5
-
-
- &OK
-
-
- ImageBeforeText
-
-
- okButton
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- tableLayoutPanel
-
-
- 6
-
-
- Fill
-
-
- 0, 0
-
-
- 6
-
-
- 292, 211
-
-
- 0
-
-
- tableLayoutPanel
-
-
- System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripContainer.ContentPanel
-
-
- 0
-
-
- <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="logoPictureBox" Row="-1" RowSpan="6" Column="-1" ColumnSpan="1" /><Control Name="labelProductName" Row="-1" RowSpan="1" Column="-1" ColumnSpan="1" /><Control Name="labelVersion" Row="-1" RowSpan="1" Column="-1" ColumnSpan="1" /><Control Name="labelCopyright" Row="-1" RowSpan="1" Column="-1" ColumnSpan="1" /><Control Name="labelCompanyName" Row="-1" RowSpan="1" Column="-1" ColumnSpan="1" /><Control Name="textBoxDescription" Row="-1" RowSpan="1" Column="-1" ColumnSpan="1" /><Control Name="okButton" Row="-1" RowSpan="1" Column="-1" ColumnSpan="1" /></Controls><Columns Styles="Percent,13,50365,Percent,86,49635" /><Rows Styles="Percent,10,Percent,10,Percent,10,Percent,10,Percent,45,50265,Percent,16,40212" /></TableLayoutSettings>
-
-
- 292, 211
-
-
- toolStripContainer.ContentPanel
-
-
- System.Windows.Forms.ToolStripContentPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripContainer
-
-
- 0
-
-
- Fill
-
-
- toolStripContainer.LeftToolStripPanel
-
-
- System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripContainer
-
-
- 1
-
-
- 0, 0
-
-
- toolStripContainer.RightToolStripPanel
-
-
- System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripContainer
-
-
- 2
-
-
- 292, 258
-
-
- 2
-
-
- toolStripContainer
-
-
- toolStripContainer.TopToolStripPanel
-
-
- System.Windows.Forms.ToolStripPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolStripContainer
-
-
- 3
-
-
- toolStripContainer
-
-
- System.Windows.Forms.ToolStripContainer, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 0
-
-
- 11, 12
-
-
- True
-
-
- 48
-
-
- 6, 13
-
-
- 292, 258
-
AAABAAIAEBAAAAEAIABoBAAAJgAAACAgAAABACAAqBAAAI4EAAAoAAAAEAAAACAAAAABACAAAAAAAAAA
@@ -629,28 +213,4 @@
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
-
- CenterParent
-
-
- About
-
-
- toolStripStatusLabel
-
-
- System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- toolTip
-
-
- System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- AboutBoxForm
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
\ No newline at end of file
diff --git a/Numeric List Generator/GlobalSuppressions.cs b/Numeric List Generator/GlobalSuppressions.cs
new file mode 100644
index 00000000..fed7aff5
Binary files /dev/null and b/Numeric List Generator/GlobalSuppressions.cs differ
diff --git a/Numeric List Generator/Numeric List Generator.csproj b/Numeric List Generator/Numeric List Generator.csproj
index 81cc3f47..b00f6194 100644
--- a/Numeric List Generator/Numeric List Generator.csproj
+++ b/Numeric List Generator/Numeric List Generator.csproj
@@ -1,10 +1,6 @@
-
-
-
-
-
-
+
+
Debug
AnyCPU
@@ -15,7 +11,7 @@
Properties
NumericListGenerator
Numeric List Generator
- v4.0
+ v4.5
512
Numeric List Generator.ico
@@ -52,8 +48,6 @@
4
bin\Debug\Numeric List Generator.xml
true
- true
- MinimumRecommendedRules.ruleset
false
@@ -66,9 +60,9 @@
bin\Release\Numeric List Generator.xml
AnyCPU
true
- true
- MinimumRecommendedRules.ruleset
false
+ true
+ AllRules.ruleset
true
@@ -80,7 +74,6 @@
MinimumRecommendedRules.ruleset
bin\x64\Debug\Numeric List Generator.xml
true
- true
false
@@ -90,11 +83,11 @@
pdbonly
x64
prompt
- MinimumRecommendedRules.ruleset
+ AllRules.ruleset
bin\x64\Release\Numeric List Generator.xml
true
- true
false
+ true
NumericListGenerator.Program
@@ -114,12 +107,7 @@
AboutBoxForm.cs
-
-
- True
- True
- L10N.resx
-
+
Form
@@ -132,27 +120,6 @@
AboutBoxForm.cs
Designer
-
-
-
- PublicResXFileCodeGenerator
- L10N.Designer.cs
-
-
- NumericListGeneratorForm.cs
-
-
- NumericListGeneratorForm.cs
-
-
- NumericListGeneratorForm.cs
-
-
- NumericListGeneratorForm.cs
-
-
- NumericListGeneratorForm.cs
-
NumericListGeneratorForm.cs
Designer
@@ -181,6 +148,7 @@
+
@@ -218,27 +186,18 @@
-
-
-
-
-
-
-
-
-
+
+
Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".
-
-
-
-
-
+
+
+