Added new export field for issue #109

This commit is contained in:
MikeMaximus
2017-11-23 08:56:06 -06:00
parent bc1c9ecbd5
commit e106d7c09c
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -715,7 +715,7 @@ Partial Class frmGameManager
'btnCancel
'
Me.btnCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnCancel.Location = New System.Drawing.Point(697, 392)
Me.btnCancel.Location = New System.Drawing.Point(697, 394)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
Me.btnCancel.TabIndex = 14