This commit is contained in:
Manuel Kamper 2019-04-05 10:59:34 +02:00
parent b775d4e193
commit bda8a696f9
1 changed files with 10 additions and 12 deletions

View File

@ -472,9 +472,8 @@
this.KeyPreview = true;
this.MinimumSize = new System.Drawing.Size(983, 605);
this.Name = "Main";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Image Sorter v1.29 | © 2015-2019 by manuelkamper.com";
this.Text = "Image Sorter v1.30 | © 2015-2019 by manuelkamper.com";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.Load += new System.EventHandler(this.Main_Load);
this.Shown += new System.EventHandler(this.Main_Shown);
@ -536,4 +535,3 @@
private System.Windows.Forms.Label label3;
}
}