Add implementation code for Get Database Users and updated other adminstrative tools to standardize naming of functions

Standardized naming of adminsitrative tools implementing code functions
This commit is contained in:
Jim
2015-04-14 01:35:29 +00:00
parent ac85235031
commit 5282ef114d
3 changed files with 129 additions and 14 deletions

View File

@@ -345,7 +345,7 @@ namespace VEPROMS
//
// txtResults
//
this.txtResults.AcceptsReturn = true;
//this.txtResults.AcceptsReturn = true;
this.txtResults.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtResults.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtResults.Location = new System.Drawing.Point(0, 52);