Fixed another form border style

This commit is contained in:
Michael J. Seiferling
2015-11-27 17:08:45 -06:00
parent 27f03cbd35
commit 1b47b6aa15
+1
View File
@@ -96,6 +96,7 @@ Partial Class frmAdvancedImport
Me.Controls.Add(Me.btnImport)
Me.Controls.Add(Me.lstGames)
Me.Controls.Add(Me.lblGames)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmAdvancedImport"