mirror of
https://github.com/mastercodeon314/KsDumper-11.git
synced 2024-11-12 01:20:51 +01:00
More small changes
This commit is contained in:
parent
e958967758
commit
42cbd987f4
@ -5,14 +5,14 @@ using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
[assembly: AssemblyVersion("1.2.0.0")]
|
||||
[assembly: AssemblyTitle("KsDumper")]
|
||||
[assembly: AssemblyVersion("1.1.0.0")]
|
||||
[assembly: AssemblyTitle("KsDumper 11")]
|
||||
[assembly: AssemblyDescription("Dump processes from kernel space !")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyCompany("Codeon Inc")]
|
||||
[assembly: AssemblyProduct("KsDumper")]
|
||||
[assembly: AssemblyCopyright("")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("7881b99d-0b5a-44e7-af34-80a0ecffd5db")]
|
||||
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.0.0")]
|
||||
|
1
KsDumper11/SplashForm.Designer.cs
generated
1
KsDumper11/SplashForm.Designer.cs
generated
@ -74,6 +74,7 @@
|
||||
this.ForeColor = System.Drawing.Color.Silver;
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Name = "SplashForm";
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Basic File Box";
|
||||
this.Load += new System.EventHandler(this.SplashForm_Load);
|
||||
|
Loading…
Reference in New Issue
Block a user