Changed administrative tools drop down to DevComponents control

Added administrative tools of Identifying Disconnected Items and NonEditable Items
Removed administrative tools CSLA methods since they were moved to AdminToolsExt.
Added new module to handle administrative tools CSLA methods
Added methods for administrative tools of Identifying Disconnected Items and NonEditable Items
This commit is contained in:
Rich
2015-02-20 22:31:01 +00:00
parent 8a2224a95b
commit f8b9d03669
4 changed files with 224 additions and 54 deletions

View File

@@ -33,7 +33,7 @@ namespace VEPROMS
this.lblWarning = new System.Windows.Forms.Label();
this.lblDescription = new System.Windows.Forms.Label();
this.lblCaption = new System.Windows.Forms.Label();
this.cbxAdminTools = new System.Windows.Forms.ComboBox();
this.cbxAdminTools = new DevComponents.DotNetBar.Controls.ComboBoxEx();
this.label1 = new System.Windows.Forms.Label();
this.myTV = new System.Windows.Forms.TreeView();
this.label2 = new System.Windows.Forms.Label();
@@ -140,12 +140,15 @@ namespace VEPROMS
//
// cbxAdminTools
//
this.cbxAdminTools.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxAdminTools.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
this.cbxAdminTools.FormattingEnabled = true;
this.cbxAdminTools.Location = new System.Drawing.Point(5, 27);
this.cbxAdminTools.Name = "cbxAdminTools";
this.cbxAdminTools.Size = new System.Drawing.Size(290, 21);
this.cbxAdminTools.TabIndex = 1;
this.cbxAdminTools.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
this.cbxAdminTools.WatermarkFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cbxAdminTools.WatermarkText = "Select Adminstrative Tool";
this.cbxAdminTools.SelectedIndexChanged += new System.EventHandler(this.cbxAdminTools_SelectedIndexChanged);
//
// label1
@@ -449,7 +452,7 @@ namespace VEPROMS
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtProcess;
private System.Windows.Forms.ProgressBar pbProcess;
private System.Windows.Forms.ComboBox cbxAdminTools;
private DevComponents.DotNetBar.Controls.ComboBoxEx cbxAdminTools;
private System.Windows.Forms.Label lblCaption;
private System.Windows.Forms.Label lblDescription;
private System.Windows.Forms.Label lblWarning;