Corrected errors in code that cause application to crash during initial testing.

Added code to allow for resetting security for a database.
Added class to Reset Security.
This commit is contained in:
Rich
2013-11-25 04:42:53 +00:00
parent d7da2e454d
commit 2d612fcd91
4 changed files with 121 additions and 13 deletions

View File

@@ -48,7 +48,6 @@ namespace VEPROMS
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnSave.Location = new System.Drawing.Point(452, 18);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(75, 23);
@@ -60,7 +59,6 @@ namespace VEPROMS
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(533, 18);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);