Just add this 2 lines of C# code for your form (inside InitializeComponent() function):
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.ImeMode = System.Windows.Forms.ImeMode.NoControl;
Tested with Visual Studio 2017 with .NET 4.6.1