diff --git a/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.Designer.cs b/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.Designer.cs
index f1235b19..6638f454 100644
--- a/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.Designer.cs
@@ -38,6 +38,7 @@ namespace VEPROMS
this.btnClean = new System.Windows.Forms.Button();
this.lblCountNumber = new System.Windows.Forms.Label();
this.lblCount = new System.Windows.Forms.Label();
+ this.btnClose = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.itemAnnotationsBindingSource)).BeginInit();
this.SuspendLayout();
//
@@ -72,11 +73,11 @@ namespace VEPROMS
// lblCountNumber
//
this.lblCountNumber.AutoSize = true;
- this.lblCountNumber.Location = new System.Drawing.Point(412, 114);
+ this.lblCountNumber.Location = new System.Drawing.Point(392, 100);
this.lblCountNumber.Name = "lblCountNumber";
- this.lblCountNumber.Size = new System.Drawing.Size(35, 13);
+ this.lblCountNumber.Size = new System.Drawing.Size(69, 13);
this.lblCountNumber.TabIndex = 3;
- this.lblCountNumber.Text = "Count";
+ this.lblCountNumber.Text = "Delete Count";
//
// lblCount
//
@@ -87,11 +88,22 @@ namespace VEPROMS
this.lblCount.TabIndex = 4;
this.lblCount.Text = "Number of Annotations that will be deleted";
//
+ // btnClose
+ //
+ this.btnClose.Location = new System.Drawing.Point(397, 457);
+ this.btnClose.Name = "btnClose";
+ this.btnClose.Size = new System.Drawing.Size(75, 23);
+ this.btnClose.TabIndex = 5;
+ this.btnClose.Text = "Close";
+ this.btnClose.UseVisualStyleBackColor = true;
+ this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
+ //
// frmAnnotationsCleanup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(549, 535);
+ this.Controls.Add(this.btnClose);
this.Controls.Add(this.lblCount);
this.Controls.Add(this.lblCountNumber);
this.Controls.Add(this.btnClean);
@@ -113,5 +125,6 @@ namespace VEPROMS
private System.Windows.Forms.Button btnClean;
private System.Windows.Forms.Label lblCountNumber;
private System.Windows.Forms.Label lblCount;
+ private System.Windows.Forms.Button btnClose;
}
}
\ No newline at end of file
diff --git a/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.cs b/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.cs
index ac21d9d7..c1279285 100644
--- a/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.cs
+++ b/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.cs
@@ -135,6 +135,7 @@ namespace VEPROMS
private void lbAnnotationTypes_SelectedIndexChanged(object sender, EventArgs e)
{
+ lblCountNumber.Text = "";
int deletecountProc = 0;
int deletecountDocv = 0;
if (pil2.Count > 0)
@@ -152,6 +153,11 @@ namespace VEPROMS
}
+ private void btnClose_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+
//private void cbAnnotationTypes_(object sender, EventArgs e)
//{
diff --git a/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.resx b/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.resx
index b2c3ac2a..e0ab540c 100644
--- a/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.resx
+++ b/PROMS/VEPROMS User Interface/frmAnnotationsCleanup.resx
@@ -120,7 +120,4 @@
17, 17
-
- 17, 17
-
\ No newline at end of file
diff --git a/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs b/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs
index a9e4d50d..f4902314 100644
--- a/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs
@@ -52,17 +52,13 @@
this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.sideNav1 = new DevComponents.DotNetBar.Controls.SideNav();
- this.sideNavPanel3 = new DevComponents.DotNetBar.Controls.SideNavPanel();
- this.swCheckROLinks = new DevComponents.DotNetBar.Controls.SwitchButton();
- this.labelX12 = new DevComponents.DotNetBar.LabelX();
- this.warningBox5 = new DevComponents.DotNetBar.Controls.WarningBox();
- this.line3 = new DevComponents.DotNetBar.Controls.Line();
- this.swUpdateROVals = new DevComponents.DotNetBar.Controls.SwitchButton();
- this.swRefreshTrans = new DevComponents.DotNetBar.Controls.SwitchButton();
- this.labelX11 = new DevComponents.DotNetBar.LabelX();
- this.labelX6 = new DevComponents.DotNetBar.LabelX();
- this.warningBox1 = new DevComponents.DotNetBar.Controls.WarningBox();
- this.btnFixLinks = new DevComponents.DotNetBar.ButtonX();
+ this.sideNavPanel4 = new DevComponents.DotNetBar.Controls.SideNavPanel();
+ this.swDeleteFolder = new DevComponents.DotNetBar.Controls.SwitchButton();
+ this.labelX13 = new DevComponents.DotNetBar.LabelX();
+ this.swDeleteAnnotations = new DevComponents.DotNetBar.Controls.SwitchButton();
+ this.labelX14 = new DevComponents.DotNetBar.LabelX();
+ this.myTVdel = new System.Windows.Forms.TreeView();
+ this.btnDeleteItems = new DevComponents.DotNetBar.ButtonX();
this.sideNavPanel1 = new DevComponents.DotNetBar.Controls.SideNavPanel();
this.warningBox3 = new DevComponents.DotNetBar.Controls.WarningBox();
this.labelX7 = new DevComponents.DotNetBar.LabelX();
@@ -74,13 +70,6 @@
this.swCkOrphanDataRecs = new DevComponents.DotNetBar.Controls.SwitchButton();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.btnRunCheck = new DevComponents.DotNetBar.ButtonX();
- this.sideNavPanel4 = new DevComponents.DotNetBar.Controls.SideNavPanel();
- this.swDeleteFolder = new DevComponents.DotNetBar.Controls.SwitchButton();
- this.labelX13 = new DevComponents.DotNetBar.LabelX();
- this.swDeleteAnnotations = new DevComponents.DotNetBar.Controls.SwitchButton();
- this.labelX14 = new DevComponents.DotNetBar.LabelX();
- this.myTVdel = new System.Windows.Forms.TreeView();
- this.btnDeleteItems = new DevComponents.DotNetBar.ButtonX();
this.sideNavPanel2 = new DevComponents.DotNetBar.Controls.SideNavPanel();
this.swRefreshTblsForSrch = new DevComponents.DotNetBar.Controls.SwitchButton();
this.lblRefreshTblForSrch = new DevComponents.DotNetBar.LabelX();
@@ -97,6 +86,17 @@
this.labelX8 = new DevComponents.DotNetBar.LabelX();
this.line2 = new DevComponents.DotNetBar.Controls.Line();
this.btnRunRepair = new DevComponents.DotNetBar.ButtonX();
+ this.sideNavPanel3 = new DevComponents.DotNetBar.Controls.SideNavPanel();
+ this.swCheckROLinks = new DevComponents.DotNetBar.Controls.SwitchButton();
+ this.labelX12 = new DevComponents.DotNetBar.LabelX();
+ this.warningBox5 = new DevComponents.DotNetBar.Controls.WarningBox();
+ this.line3 = new DevComponents.DotNetBar.Controls.Line();
+ this.swUpdateROVals = new DevComponents.DotNetBar.Controls.SwitchButton();
+ this.swRefreshTrans = new DevComponents.DotNetBar.Controls.SwitchButton();
+ this.labelX11 = new DevComponents.DotNetBar.LabelX();
+ this.labelX6 = new DevComponents.DotNetBar.LabelX();
+ this.warningBox1 = new DevComponents.DotNetBar.Controls.WarningBox();
+ this.btnFixLinks = new DevComponents.DotNetBar.ButtonX();
this.sideNavItem1 = new DevComponents.DotNetBar.Controls.SideNavItem();
this.separator1 = new DevComponents.DotNetBar.Separator();
this.sideNavItmCheck = new DevComponents.DotNetBar.Controls.SideNavItem();
@@ -104,7 +104,7 @@
this.sideNavItmLinks = new DevComponents.DotNetBar.Controls.SideNavItem();
this.sideNavItmUsers = new DevComponents.DotNetBar.Controls.SideNavItem();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
- this.sideNavItemDelete = new DevComponents.DotNetBar.Controls.SideNavItem();
+ this.sideNavItmDelete = new DevComponents.DotNetBar.Controls.SideNavItem();
this.sideNavItmExit = new DevComponents.DotNetBar.Controls.SideNavItem();
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
this.progressSteps1 = new DevComponents.DotNetBar.ProgressSteps();
@@ -125,10 +125,10 @@
this.pnlLater.SuspendLayout();
this.panelEx1.SuspendLayout();
this.sideNav1.SuspendLayout();
- this.sideNavPanel3.SuspendLayout();
- this.sideNavPanel1.SuspendLayout();
this.sideNavPanel4.SuspendLayout();
+ this.sideNavPanel1.SuspendLayout();
this.sideNavPanel2.SuspendLayout();
+ this.sideNavPanel3.SuspendLayout();
this.panelEx4.SuspendLayout();
this.SuspendLayout();
//
@@ -464,10 +464,10 @@
// sideNav1
//
this.sideNav1.BackColor = System.Drawing.SystemColors.Control;
- this.sideNav1.Controls.Add(this.sideNavPanel3);
- this.sideNav1.Controls.Add(this.sideNavPanel1);
this.sideNav1.Controls.Add(this.sideNavPanel4);
+ this.sideNav1.Controls.Add(this.sideNavPanel1);
this.sideNav1.Controls.Add(this.sideNavPanel2);
+ this.sideNav1.Controls.Add(this.sideNavPanel3);
this.sideNav1.Dock = System.Windows.Forms.DockStyle.Fill;
this.sideNav1.EnableClose = false;
this.sideNav1.EnableMaximize = false;
@@ -478,7 +478,7 @@
this.sideNavItmRepair,
this.sideNavItmLinks,
this.sideNavItmUsers,
- this.sideNavItemDelete,
+ this.sideNavItmDelete,
this.sideNavItmExit});
this.sideNav1.Location = new System.Drawing.Point(0, 0);
this.sideNav1.Name = "sideNav1";
@@ -487,168 +487,110 @@
this.sideNav1.TabIndex = 3;
this.sideNav1.Text = "sideNav1";
//
- // sideNavPanel3
+ // sideNavPanel4
//
- this.sideNavPanel3.Controls.Add(this.swCheckROLinks);
- this.sideNavPanel3.Controls.Add(this.labelX12);
- this.sideNavPanel3.Controls.Add(this.warningBox5);
- this.sideNavPanel3.Controls.Add(this.line3);
- this.sideNavPanel3.Controls.Add(this.swUpdateROVals);
- this.sideNavPanel3.Controls.Add(this.swRefreshTrans);
- this.sideNavPanel3.Controls.Add(this.labelX11);
- this.sideNavPanel3.Controls.Add(this.labelX6);
- this.sideNavPanel3.Controls.Add(this.warningBox1);
- this.sideNavPanel3.Controls.Add(this.myTV);
- this.sideNavPanel3.Controls.Add(this.btnFixLinks);
- this.sideNavPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.sideNavPanel3.Location = new System.Drawing.Point(89, 31);
- this.sideNavPanel3.Name = "sideNavPanel3";
- this.sideNavPanel3.Size = new System.Drawing.Size(291, 494);
- this.sideNavPanel3.TabIndex = 10;
+ this.sideNavPanel4.Controls.Add(this.swDeleteFolder);
+ this.sideNavPanel4.Controls.Add(this.labelX13);
+ this.sideNavPanel4.Controls.Add(this.swDeleteAnnotations);
+ this.sideNavPanel4.Controls.Add(this.labelX14);
+ this.sideNavPanel4.Controls.Add(this.myTVdel);
+ this.sideNavPanel4.Controls.Add(this.btnDeleteItems);
+ this.sideNavPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.sideNavPanel4.Location = new System.Drawing.Point(89, 31);
+ this.sideNavPanel4.Name = "sideNavPanel4";
+ this.sideNavPanel4.Size = new System.Drawing.Size(291, 494);
+ this.sideNavPanel4.TabIndex = 27;
//
- // swCheckROLinks
+ // swDeleteFolder
//
//
//
//
- this.swCheckROLinks.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.swCheckROLinks.Location = new System.Drawing.Point(10, 66);
- this.swCheckROLinks.Name = "swCheckROLinks";
- this.swCheckROLinks.Size = new System.Drawing.Size(91, 22);
- this.swCheckROLinks.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.superTooltip1.SetSuperTooltip(this.swCheckROLinks, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("swCheckROLinks.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
- this.swCheckROLinks.SwitchClickTogglesValue = true;
- this.swCheckROLinks.TabIndex = 33;
- this.swCheckROLinks.ValueChanged += new System.EventHandler(this.swCheckROLinks_ValueChanged);
+ this.swDeleteFolder.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.swDeleteFolder.Location = new System.Drawing.Point(10, 43);
+ this.swDeleteFolder.Name = "swDeleteFolder";
+ this.swDeleteFolder.Size = new System.Drawing.Size(69, 22);
+ this.swDeleteFolder.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.superTooltip1.SetSuperTooltip(this.swDeleteFolder, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("swDeleteFolder.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
+ this.swDeleteFolder.SwitchClickTogglesValue = true;
+ this.swDeleteFolder.TabIndex = 39;
+ this.swDeleteFolder.Visible = false;
+ this.swDeleteFolder.ValueChanged += new System.EventHandler(this.swDeleteFolder_ValueChanged);
//
- // labelX12
+ // labelX13
//
- this.labelX12.BackColor = System.Drawing.Color.Transparent;
+ this.labelX13.BackColor = System.Drawing.Color.Transparent;
//
//
//
- this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.labelX12.Location = new System.Drawing.Point(107, 66);
- this.labelX12.Name = "labelX12";
- this.labelX12.Size = new System.Drawing.Size(186, 22);
- this.superTooltip1.SetSuperTooltip(this.labelX12, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("labelX12.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(350, 175)));
- this.labelX12.TabIndex = 32;
- this.labelX12.Text = "Check RO Links";
+ this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.labelX13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelX13.Location = new System.Drawing.Point(85, 42);
+ this.labelX13.Name = "labelX13";
+ this.labelX13.Size = new System.Drawing.Size(168, 22);
+ this.superTooltip1.SetSuperTooltip(this.labelX13, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("labelX13.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(350, 175)));
+ this.labelX13.TabIndex = 38;
+ this.labelX13.Text = "Delete Folders";
+ this.labelX13.Visible = false;
//
- // warningBox5
- //
- this.warningBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(219)))), ((int)(((byte)(249)))));
- this.warningBox5.CloseButtonVisible = false;
- this.warningBox5.Image = ((System.Drawing.Image)(resources.GetObject("warningBox5.Image")));
- this.warningBox5.Location = new System.Drawing.Point(17, 145);
- this.warningBox5.Margin = new System.Windows.Forms.Padding(4);
- this.warningBox5.Name = "warningBox5";
- this.warningBox5.OptionsButtonVisible = false;
- this.warningBox5.Size = new System.Drawing.Size(262, 32);
- this.warningBox5.TabIndex = 31;
- this.warningBox5.Text = "NOTE These tools can take a long time to run";
- //
- // line3
- //
- this.line3.BackColor = System.Drawing.Color.Transparent;
- this.line3.Location = new System.Drawing.Point(6, 127);
- this.line3.Name = "line3";
- this.line3.Size = new System.Drawing.Size(285, 12);
- this.line3.TabIndex = 30;
- this.line3.Text = "line3";
- //
- // swUpdateROVals
+ // swDeleteAnnotations
//
//
//
//
- this.swUpdateROVals.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.swUpdateROVals.Location = new System.Drawing.Point(10, 10);
- this.swUpdateROVals.Name = "swUpdateROVals";
- this.swUpdateROVals.Size = new System.Drawing.Size(91, 22);
- this.swUpdateROVals.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.superTooltip1.SetSuperTooltip(this.swUpdateROVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update RO Values", "", resources.GetString("swUpdateROVals.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
- this.swUpdateROVals.SwitchClickTogglesValue = true;
- this.swUpdateROVals.TabIndex = 29;
- this.swUpdateROVals.Value = true;
- this.swUpdateROVals.ValueObject = "Y";
- this.swUpdateROVals.ValueChanged += new System.EventHandler(this.swUpdateROVals_ValueChanged);
+ this.swDeleteAnnotations.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.swDeleteAnnotations.Location = new System.Drawing.Point(10, 15);
+ this.swDeleteAnnotations.Name = "swDeleteAnnotations";
+ this.swDeleteAnnotations.Size = new System.Drawing.Size(69, 22);
+ this.swDeleteAnnotations.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.superTooltip1.SetSuperTooltip(this.swDeleteAnnotations, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("swDeleteAnnotations.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(265, 175)));
+ this.swDeleteAnnotations.SwitchClickTogglesValue = true;
+ this.swDeleteAnnotations.TabIndex = 37;
+ this.swDeleteAnnotations.Value = true;
+ this.swDeleteAnnotations.ValueObject = "Y";
+ this.swDeleteAnnotations.ValueChanged += new System.EventHandler(this.swDeleteAnnotations_ValueChanged);
//
- // swRefreshTrans
+ // labelX14
+ //
+ this.labelX14.BackColor = System.Drawing.Color.Transparent;
//
//
//
+ this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.labelX14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelX14.Location = new System.Drawing.Point(85, 14);
+ this.labelX14.Name = "labelX14";
+ this.labelX14.Size = new System.Drawing.Size(186, 22);
+ this.superTooltip1.SetSuperTooltip(this.labelX14, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("labelX14.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(256, 175)));
+ this.labelX14.TabIndex = 36;
+ this.labelX14.Text = "Delete Annotations";
//
- this.swRefreshTrans.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.swRefreshTrans.Location = new System.Drawing.Point(10, 38);
- this.swRefreshTrans.Name = "swRefreshTrans";
- this.swRefreshTrans.Size = new System.Drawing.Size(91, 22);
- this.swRefreshTrans.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.superTooltip1.SetSuperTooltip(this.swRefreshTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("swRefreshTrans.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(265, 175)));
- this.swRefreshTrans.SwitchClickTogglesValue = true;
- this.swRefreshTrans.TabIndex = 29;
- this.swRefreshTrans.ValueChanged += new System.EventHandler(this.swRefreshTrans_ValueChanged);
+ // myTVdel
//
- // labelX11
+ this.myTVdel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
+ | System.Windows.Forms.AnchorStyles.Right)));
+ this.myTVdel.CheckBoxes = true;
+ this.myTVdel.Location = new System.Drawing.Point(14, 145);
+ this.myTVdel.Name = "myTVdel";
+ this.myTVdel.Size = new System.Drawing.Size(267, 331);
+ this.myTVdel.TabIndex = 34;
//
- this.labelX11.BackColor = System.Drawing.Color.Transparent;
+ // btnDeleteItems
//
- //
- //
- this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.labelX11.Location = new System.Drawing.Point(107, 10);
- this.labelX11.Name = "labelX11";
- this.labelX11.Size = new System.Drawing.Size(186, 22);
- this.superTooltip1.SetSuperTooltip(this.labelX11, new DevComponents.DotNetBar.SuperTooltipInfo("Update RO Values", "", resources.GetString("labelX11.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
- this.labelX11.TabIndex = 28;
- this.labelX11.Text = "Update RO Values";
- //
- // labelX6
- //
- this.labelX6.BackColor = System.Drawing.Color.Transparent;
- //
- //
- //
- this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.labelX6.Location = new System.Drawing.Point(107, 38);
- this.labelX6.Name = "labelX6";
- this.labelX6.Size = new System.Drawing.Size(186, 22);
- this.superTooltip1.SetSuperTooltip(this.labelX6, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("labelX6.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(256, 175)));
- this.labelX6.TabIndex = 28;
- this.labelX6.Text = "Refresh Transitions";
- //
- // warningBox1
- //
- this.warningBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(219)))), ((int)(((byte)(249)))));
- this.warningBox1.CloseButtonVisible = false;
- this.warningBox1.Image = ((System.Drawing.Image)(resources.GetObject("warningBox1.Image")));
- this.warningBox1.Location = new System.Drawing.Point(17, 181);
- this.warningBox1.Margin = new System.Windows.Forms.Padding(4);
- this.warningBox1.Name = "warningBox1";
- this.warningBox1.OptionsButtonVisible = false;
- this.warningBox1.Size = new System.Drawing.Size(262, 43);
- this.warningBox1.TabIndex = 7;
- this.warningBox1.Text = " Be sure there is a current backup of the \r\n database prior to running these func" +
- "tions";
- //
- // btnFixLinks
- //
- this.btnFixLinks.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnFixLinks.Checked = true;
- this.btnFixLinks.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnFixLinks.Location = new System.Drawing.Point(10, 98);
- this.btnFixLinks.Name = "btnFixLinks";
- this.btnFixLinks.Size = new System.Drawing.Size(280, 23);
- this.btnFixLinks.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.superTooltip1.SetSuperTooltip(this.btnFixLinks, new DevComponents.DotNetBar.SuperTooltipInfo("Process Links", "", "This will run the selected RO Links or Transitions Links tool.\r\n\r\nClick on the on" +
+ this.btnDeleteItems.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnDeleteItems.Checked = true;
+ this.btnDeleteItems.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnDeleteItems.Location = new System.Drawing.Point(3, 98);
+ this.btnDeleteItems.Name = "btnDeleteItems";
+ this.btnDeleteItems.Size = new System.Drawing.Size(280, 23);
+ this.btnDeleteItems.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.superTooltip1.SetSuperTooltip(this.btnDeleteItems, new DevComponents.DotNetBar.SuperTooltipInfo("Process Links", "", "This will run the selected RO Links or Transitions Links tool.\r\n\r\nClick on the on" +
"/off switches to turn on/off each tool.\r\n\r\nNote that only one of these tools can" +
" be run at a time.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 130)));
- this.btnFixLinks.TabIndex = 6;
- this.btnFixLinks.Text = "Process Links";
- this.btnFixLinks.Click += new System.EventHandler(this.btnFixLinks_Click);
+ this.btnDeleteItems.TabIndex = 35;
+ this.btnDeleteItems.Text = "Process Deletions";
+ this.btnDeleteItems.Click += new System.EventHandler(this.btnDeleteItems_Click);
//
// sideNavPanel1
//
@@ -663,9 +605,9 @@
this.sideNavPanel1.Controls.Add(this.labelX1);
this.sideNavPanel1.Controls.Add(this.btnRunCheck);
this.sideNavPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.sideNavPanel1.Location = new System.Drawing.Point(102, 39);
+ this.sideNavPanel1.Location = new System.Drawing.Point(89, 31);
this.sideNavPanel1.Name = "sideNavPanel1";
- this.sideNavPanel1.Size = new System.Drawing.Size(278, 486);
+ this.sideNavPanel1.Size = new System.Drawing.Size(291, 494);
this.sideNavPanel1.TabIndex = 2;
this.sideNavPanel1.Visible = false;
//
@@ -817,110 +759,6 @@
this.btnRunCheck.Text = "Run Check";
this.btnRunCheck.Click += new System.EventHandler(this.btnRunCheck_Click);
//
- // sideNavPanel4
- //
- this.sideNavPanel4.Controls.Add(this.swDeleteFolder);
- this.sideNavPanel4.Controls.Add(this.labelX13);
- this.sideNavPanel4.Controls.Add(this.swDeleteAnnotations);
- this.sideNavPanel4.Controls.Add(this.labelX14);
- this.sideNavPanel4.Controls.Add(this.myTVdel);
- this.sideNavPanel4.Controls.Add(this.btnDeleteItems);
- this.sideNavPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.sideNavPanel4.Location = new System.Drawing.Point(102, 39);
- this.sideNavPanel4.Name = "sideNavPanel4";
- this.sideNavPanel4.Size = new System.Drawing.Size(278, 486);
- this.sideNavPanel4.TabIndex = 27;
- this.sideNavPanel4.Visible = false;
- //
- // swDeleteFolder
- //
- //
- //
- //
- this.swDeleteFolder.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.swDeleteFolder.Location = new System.Drawing.Point(10, 43);
- this.swDeleteFolder.Name = "swDeleteFolder";
- this.swDeleteFolder.Size = new System.Drawing.Size(69, 22);
- this.swDeleteFolder.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.superTooltip1.SetSuperTooltip(this.swDeleteFolder, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("swDeleteFolder.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
- this.swDeleteFolder.SwitchClickTogglesValue = true;
- this.swDeleteFolder.TabIndex = 39;
- this.swDeleteFolder.ValueChanged += new System.EventHandler(this.swDeleteFolder_ValueChanged);
- //
- // labelX13
- //
- this.labelX13.BackColor = System.Drawing.Color.Transparent;
- //
- //
- //
- this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.labelX13.Location = new System.Drawing.Point(85, 42);
- this.labelX13.Name = "labelX13";
- this.labelX13.Size = new System.Drawing.Size(168, 22);
- this.superTooltip1.SetSuperTooltip(this.labelX13, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("labelX13.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(350, 175)));
- this.labelX13.TabIndex = 38;
- this.labelX13.Text = "Delete Folders";
- //
- // swDeleteAnnotations
- //
- //
- //
- //
- this.swDeleteAnnotations.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.swDeleteAnnotations.Location = new System.Drawing.Point(10, 15);
- this.swDeleteAnnotations.Name = "swDeleteAnnotations";
- this.swDeleteAnnotations.Size = new System.Drawing.Size(69, 22);
- this.swDeleteAnnotations.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.superTooltip1.SetSuperTooltip(this.swDeleteAnnotations, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("swDeleteAnnotations.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(265, 175)));
- this.swDeleteAnnotations.SwitchClickTogglesValue = true;
- this.swDeleteAnnotations.TabIndex = 37;
- this.swDeleteAnnotations.Value = true;
- this.swDeleteAnnotations.ValueObject = "Y";
- this.swDeleteAnnotations.ValueChanged += new System.EventHandler(this.swDeleteAnnotations_ValueChanged);
- //
- // labelX14
- //
- this.labelX14.BackColor = System.Drawing.Color.Transparent;
- //
- //
- //
- this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.labelX14.Location = new System.Drawing.Point(85, 14);
- this.labelX14.Name = "labelX14";
- this.labelX14.Size = new System.Drawing.Size(186, 22);
- this.superTooltip1.SetSuperTooltip(this.labelX14, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("labelX14.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(256, 175)));
- this.labelX14.TabIndex = 36;
- this.labelX14.Text = "Delete Annotations";
- //
- // myTVdel
- //
- this.myTVdel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.myTVdel.CheckBoxes = true;
- this.myTVdel.Location = new System.Drawing.Point(14, 145);
- this.myTVdel.Name = "myTVdel";
- this.myTVdel.Size = new System.Drawing.Size(254, 323);
- this.myTVdel.TabIndex = 34;
- //
- // btnDeleteItems
- //
- this.btnDeleteItems.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnDeleteItems.Checked = true;
- this.btnDeleteItems.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnDeleteItems.Location = new System.Drawing.Point(3, 98);
- this.btnDeleteItems.Name = "btnDeleteItems";
- this.btnDeleteItems.Size = new System.Drawing.Size(280, 23);
- this.btnDeleteItems.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.superTooltip1.SetSuperTooltip(this.btnDeleteItems, new DevComponents.DotNetBar.SuperTooltipInfo("Process Links", "", "This will run the selected RO Links or Transitions Links tool.\r\n\r\nClick on the on" +
- "/off switches to turn on/off each tool.\r\n\r\nNote that only one of these tools can" +
- " be run at a time.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 130)));
- this.btnDeleteItems.TabIndex = 35;
- this.btnDeleteItems.Text = "Process Deletions";
- this.btnDeleteItems.Click += new System.EventHandler(this.btnDeleteItems_Click);
- //
// sideNavPanel2
//
this.sideNavPanel2.Controls.Add(this.swRefreshTblsForSrch);
@@ -939,9 +777,9 @@
this.sideNavPanel2.Controls.Add(this.line2);
this.sideNavPanel2.Controls.Add(this.btnRunRepair);
this.sideNavPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.sideNavPanel2.Location = new System.Drawing.Point(102, 39);
+ this.sideNavPanel2.Location = new System.Drawing.Point(89, 31);
this.sideNavPanel2.Name = "sideNavPanel2";
- this.sideNavPanel2.Size = new System.Drawing.Size(278, 486);
+ this.sideNavPanel2.Size = new System.Drawing.Size(291, 494);
this.sideNavPanel2.TabIndex = 6;
this.sideNavPanel2.Visible = false;
//
@@ -1171,6 +1009,170 @@
this.btnRunRepair.Text = "Run Repair";
this.btnRunRepair.Click += new System.EventHandler(this.btnRunRepair_Click);
//
+ // sideNavPanel3
+ //
+ this.sideNavPanel3.Controls.Add(this.swCheckROLinks);
+ this.sideNavPanel3.Controls.Add(this.labelX12);
+ this.sideNavPanel3.Controls.Add(this.warningBox5);
+ this.sideNavPanel3.Controls.Add(this.line3);
+ this.sideNavPanel3.Controls.Add(this.swUpdateROVals);
+ this.sideNavPanel3.Controls.Add(this.swRefreshTrans);
+ this.sideNavPanel3.Controls.Add(this.labelX11);
+ this.sideNavPanel3.Controls.Add(this.labelX6);
+ this.sideNavPanel3.Controls.Add(this.warningBox1);
+ this.sideNavPanel3.Controls.Add(this.myTV);
+ this.sideNavPanel3.Controls.Add(this.btnFixLinks);
+ this.sideNavPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.sideNavPanel3.Location = new System.Drawing.Point(89, 31);
+ this.sideNavPanel3.Name = "sideNavPanel3";
+ this.sideNavPanel3.Size = new System.Drawing.Size(291, 494);
+ this.sideNavPanel3.TabIndex = 10;
+ this.sideNavPanel3.Visible = false;
+ //
+ // swCheckROLinks
+ //
+ //
+ //
+ //
+ this.swCheckROLinks.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.swCheckROLinks.Location = new System.Drawing.Point(10, 66);
+ this.swCheckROLinks.Name = "swCheckROLinks";
+ this.swCheckROLinks.Size = new System.Drawing.Size(91, 22);
+ this.swCheckROLinks.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.superTooltip1.SetSuperTooltip(this.swCheckROLinks, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("swCheckROLinks.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
+ this.swCheckROLinks.SwitchClickTogglesValue = true;
+ this.swCheckROLinks.TabIndex = 33;
+ this.swCheckROLinks.ValueChanged += new System.EventHandler(this.swCheckROLinks_ValueChanged);
+ //
+ // labelX12
+ //
+ this.labelX12.BackColor = System.Drawing.Color.Transparent;
+ //
+ //
+ //
+ this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.labelX12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelX12.Location = new System.Drawing.Point(107, 66);
+ this.labelX12.Name = "labelX12";
+ this.labelX12.Size = new System.Drawing.Size(186, 22);
+ this.superTooltip1.SetSuperTooltip(this.labelX12, new DevComponents.DotNetBar.SuperTooltipInfo("Check RO Links", "", resources.GetString("labelX12.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(350, 175)));
+ this.labelX12.TabIndex = 32;
+ this.labelX12.Text = "Check RO Links";
+ //
+ // warningBox5
+ //
+ this.warningBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(219)))), ((int)(((byte)(249)))));
+ this.warningBox5.CloseButtonVisible = false;
+ this.warningBox5.Image = ((System.Drawing.Image)(resources.GetObject("warningBox5.Image")));
+ this.warningBox5.Location = new System.Drawing.Point(17, 145);
+ this.warningBox5.Margin = new System.Windows.Forms.Padding(4);
+ this.warningBox5.Name = "warningBox5";
+ this.warningBox5.OptionsButtonVisible = false;
+ this.warningBox5.Size = new System.Drawing.Size(262, 32);
+ this.warningBox5.TabIndex = 31;
+ this.warningBox5.Text = "NOTE These tools can take a long time to run";
+ //
+ // line3
+ //
+ this.line3.BackColor = System.Drawing.Color.Transparent;
+ this.line3.Location = new System.Drawing.Point(6, 127);
+ this.line3.Name = "line3";
+ this.line3.Size = new System.Drawing.Size(285, 12);
+ this.line3.TabIndex = 30;
+ this.line3.Text = "line3";
+ //
+ // swUpdateROVals
+ //
+ //
+ //
+ //
+ this.swUpdateROVals.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.swUpdateROVals.Location = new System.Drawing.Point(10, 10);
+ this.swUpdateROVals.Name = "swUpdateROVals";
+ this.swUpdateROVals.Size = new System.Drawing.Size(91, 22);
+ this.swUpdateROVals.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.superTooltip1.SetSuperTooltip(this.swUpdateROVals, new DevComponents.DotNetBar.SuperTooltipInfo("Update RO Values", "", resources.GetString("swUpdateROVals.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
+ this.swUpdateROVals.SwitchClickTogglesValue = true;
+ this.swUpdateROVals.TabIndex = 29;
+ this.swUpdateROVals.Value = true;
+ this.swUpdateROVals.ValueObject = "Y";
+ this.swUpdateROVals.ValueChanged += new System.EventHandler(this.swUpdateROVals_ValueChanged);
+ //
+ // swRefreshTrans
+ //
+ //
+ //
+ //
+ this.swRefreshTrans.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.swRefreshTrans.Location = new System.Drawing.Point(10, 38);
+ this.swRefreshTrans.Name = "swRefreshTrans";
+ this.swRefreshTrans.Size = new System.Drawing.Size(91, 22);
+ this.swRefreshTrans.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.superTooltip1.SetSuperTooltip(this.swRefreshTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("swRefreshTrans.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(265, 175)));
+ this.swRefreshTrans.SwitchClickTogglesValue = true;
+ this.swRefreshTrans.TabIndex = 29;
+ this.swRefreshTrans.ValueChanged += new System.EventHandler(this.swRefreshTrans_ValueChanged);
+ //
+ // labelX11
+ //
+ this.labelX11.BackColor = System.Drawing.Color.Transparent;
+ //
+ //
+ //
+ this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.labelX11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelX11.Location = new System.Drawing.Point(107, 10);
+ this.labelX11.Name = "labelX11";
+ this.labelX11.Size = new System.Drawing.Size(186, 22);
+ this.superTooltip1.SetSuperTooltip(this.labelX11, new DevComponents.DotNetBar.SuperTooltipInfo("Update RO Values", "", resources.GetString("labelX11.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 150)));
+ this.labelX11.TabIndex = 28;
+ this.labelX11.Text = "Update RO Values";
+ //
+ // labelX6
+ //
+ this.labelX6.BackColor = System.Drawing.Color.Transparent;
+ //
+ //
+ //
+ this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
+ this.labelX6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.labelX6.Location = new System.Drawing.Point(107, 38);
+ this.labelX6.Name = "labelX6";
+ this.labelX6.Size = new System.Drawing.Size(186, 22);
+ this.superTooltip1.SetSuperTooltip(this.labelX6, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("labelX6.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(256, 175)));
+ this.labelX6.TabIndex = 28;
+ this.labelX6.Text = "Refresh Transitions";
+ //
+ // warningBox1
+ //
+ this.warningBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(219)))), ((int)(((byte)(249)))));
+ this.warningBox1.CloseButtonVisible = false;
+ this.warningBox1.Image = ((System.Drawing.Image)(resources.GetObject("warningBox1.Image")));
+ this.warningBox1.Location = new System.Drawing.Point(17, 181);
+ this.warningBox1.Margin = new System.Windows.Forms.Padding(4);
+ this.warningBox1.Name = "warningBox1";
+ this.warningBox1.OptionsButtonVisible = false;
+ this.warningBox1.Size = new System.Drawing.Size(262, 43);
+ this.warningBox1.TabIndex = 7;
+ this.warningBox1.Text = " Be sure there is a current backup of the \r\n database prior to running these func" +
+ "tions";
+ //
+ // btnFixLinks
+ //
+ this.btnFixLinks.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
+ this.btnFixLinks.Checked = true;
+ this.btnFixLinks.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
+ this.btnFixLinks.Location = new System.Drawing.Point(10, 98);
+ this.btnFixLinks.Name = "btnFixLinks";
+ this.btnFixLinks.Size = new System.Drawing.Size(280, 23);
+ this.btnFixLinks.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
+ this.superTooltip1.SetSuperTooltip(this.btnFixLinks, new DevComponents.DotNetBar.SuperTooltipInfo("Process Links", "", "This will run the selected RO Links or Transitions Links tool.\r\n\r\nClick on the on" +
+ "/off switches to turn on/off each tool.\r\n\r\nNote that only one of these tools can" +
+ " be run at a time.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 130)));
+ this.btnFixLinks.TabIndex = 6;
+ this.btnFixLinks.Text = "Process Links";
+ this.btnFixLinks.Click += new System.EventHandler(this.btnFixLinks_Click);
+ //
// sideNavItem1
//
this.sideNavItem1.IsSystemMenu = true;
@@ -1206,7 +1208,6 @@
//
// sideNavItmLinks
//
- this.sideNavItmLinks.Checked = true;
this.sideNavItmLinks.Name = "sideNavItmLinks";
this.sideNavItmLinks.Panel = this.sideNavPanel3;
this.sideNavItmLinks.Symbol = "";
@@ -1227,13 +1228,14 @@
this.buttonItem1.Name = "buttonItem1";
this.buttonItem1.Text = "buttonItem1";
//
- // sideNavItemDelete
+ // sideNavItmDelete
//
- this.sideNavItemDelete.Name = "sideNavItemDelete";
- this.sideNavItemDelete.Panel = this.sideNavPanel4;
- this.sideNavItemDelete.Symbol = "";
- this.sideNavItemDelete.Text = "Delete";
- this.sideNavItemDelete.Click += new System.EventHandler(this.sideNavItemDelete_Click_1);
+ this.sideNavItmDelete.Checked = true;
+ this.sideNavItmDelete.Name = "sideNavItmDelete";
+ this.sideNavItmDelete.Panel = this.sideNavPanel4;
+ this.sideNavItmDelete.Symbol = "";
+ this.sideNavItmDelete.Text = "Delete";
+ this.sideNavItmDelete.Click += new System.EventHandler(this.sideNavItmDelete_Click);
//
// sideNavItmExit
//
@@ -1361,10 +1363,10 @@
this.panelEx1.ResumeLayout(false);
this.sideNav1.ResumeLayout(false);
this.sideNav1.PerformLayout();
- this.sideNavPanel3.ResumeLayout(false);
- this.sideNavPanel1.ResumeLayout(false);
this.sideNavPanel4.ResumeLayout(false);
+ this.sideNavPanel1.ResumeLayout(false);
this.sideNavPanel2.ResumeLayout(false);
+ this.sideNavPanel3.ResumeLayout(false);
this.panelEx4.ResumeLayout(false);
this.ResumeLayout(false);
@@ -1456,6 +1458,6 @@
private DevComponents.DotNetBar.LabelX labelX14;
private System.Windows.Forms.TreeView myTVdel;
private DevComponents.DotNetBar.ButtonX btnDeleteItems;
- private DevComponents.DotNetBar.Controls.SideNavItem sideNavItemDelete;
+ private DevComponents.DotNetBar.Controls.SideNavItem sideNavItmDelete;
}
}
diff --git a/PROMS/VEPROMS User Interface/frmBatchRefresh.cs b/PROMS/VEPROMS User Interface/frmBatchRefresh.cs
index 3ab6c1de..248ee3c6 100644
--- a/PROMS/VEPROMS User Interface/frmBatchRefresh.cs
+++ b/PROMS/VEPROMS User Interface/frmBatchRefresh.cs
@@ -28,6 +28,16 @@ namespace VEPROMS
{
InitializeComponent();
_MySessionInfo = sessionInfo;
+
+ if (sideNavItmDelete.Checked)
+ {
+ AdminToolType = (E_AdminToolType)4;
+ if (swDeleteFolder.Value)
+ ResetDelTV(true);
+ else
+ ResetDelTV(false);
+ }
+
setupProgessSteps1(); // C2017-030 - new Admin Tools user interface
UserInfo ui = UserInfo.GetByUserID(MySessionInfo.UserID);
IsAdministratorUser = ui.IsAdministrator();
@@ -1366,20 +1376,24 @@ namespace VEPROMS
}
// new Admin Tools user interface for deletes
- private void sideNavItemDelete_Click(object sender, EventArgs e)
+ private void sideNavItmDelete_Click(object sender, EventArgs e)
{
+ AdminToolType = E_AdminToolType.Delete;
+ lblAdmToolProgressType.Text = "";
+ setupProgessSteps1();
- }
-
- // new Admin Tools user interface for deletes
- private void sideNavItemDelete_Click_1(object sender, EventArgs e)
- {
if (swDeleteFolder.Value)
ResetDelTV(true);
else
ResetDelTV(false);
}
+ // new Admin Tools user interface for deletes
+ //private void sideNavItmDelete_Click_1(object sender, EventArgs e)
+ //{
+
+ //}
+
#region On/Off Swiches
// C2017-030 new Admin Tools user interface
@@ -1388,7 +1402,8 @@ namespace VEPROMS
Check = 0,
Repair = 1,
Links = 2,
- Users = 3
+ Users = 3,
+ Delete = 4
};
private E_AdminToolType AdminToolType = 0;
@@ -1439,6 +1454,11 @@ namespace VEPROMS
splitContainer3.Panel2Collapsed = true;
progressSteps1.Visible = false;
break;
+
+ case E_AdminToolType.Delete:
+ splitContainer3.Panel2Collapsed = true;
+ progressSteps1.Visible = false;
+ break;
}
}
@@ -1673,24 +1693,26 @@ namespace VEPROMS
// pil.Add(myProcedures[tn]);
////Load Selected Folders
- //Dictionary folderData = new Dictionary();
+ Dictionary folderData = new Dictionary();
+
+ //List Flist = new List();
+ //foreach (TreeNode tn in myDocVersions.Keys)
+ // if (tn.Checked)
+ // Flist.Add();
//List dvil = new List();
+ //foreach (TreeNode tn in myDocVersions.Keys)
+ // if (tn.Checked)
+ // dvil.Add(myDocVersions[tn]);
+
//foreach (TreeNode tn in myTVdel.Nodes)
+ //{
// if (tn.Checked)
// {
- // tn.Tag = dvi;
- // myDocVersions.Add(tn, dvi);
+ // var itemInfo = myProcedures[tn];
+ // folderData.Add(itemInfo.ItemID, itemInfo.DisplayText);
// }
-
- ////foreach (TreeNode tn in myTVdel.Nodes)
- ////{
- //// if (tn.Checked)
- //// {
- //// var itemInfo = myProcedures[tn];
- //// folderData.Add(itemInfo.ItemID, itemInfo.DisplayText);
- //// }
- ////}
+ //}
//ProcessDelete(dvil);
}
diff --git a/PROMS/VEPROMS User Interface/frmBatchRefresh.resx b/PROMS/VEPROMS User Interface/frmBatchRefresh.resx
index b545ad29..a2674e82 100644
--- a/PROMS/VEPROMS User Interface/frmBatchRefresh.resx
+++ b/PROMS/VEPROMS User Interface/frmBatchRefresh.resx
@@ -120,7 +120,7 @@
17, 17
-
+
This allows the user to check referenced objects links in procedure step data for multiple working drafts in a batch mode.
Bad referenced bject links will be identified with an Bad RO Link annotation. Use the PROMS Search tool to list all of the steps that have this annotation.
@@ -131,7 +131,7 @@ It is recommended that this be done during off hours.
-
+
This allows the user to check referenced objects links in procedure step data for multiple working drafts in a batch mode.
Bad referenced bject links will be identified with an Bad RO Link annotation. Use the PROMS Search tool to list all of the steps that have this annotation.
@@ -140,72 +140,22 @@ Be sure a current backup of the database exists prior performing this function.
It is recommended that this be done during off hours.
+
+
+ This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
+
+Be sure a current backup of the database exists prior to running this function.
+
+If more than one procedure is selected, it is recommended that this be performed during off hours.
+
+
+ This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
+
+Be sure a current backup of the database exists prior to running this function.
+
+If more than one procedure is selected, it is recommended that this be performed during off hours.
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAplJREFUOE+N
- k11IU2Ecxv9zouK8CULrzo8SU3QKaSYmOJ2uFL8SK4igEIok6qKUwggySTShC41CRiiGdWNfYBcVWiGl
- FqN0lh+UTaekzuWcuu2c9316nSdKLPEHz817/s/zPv9zOPQ/nlVQEGulF3ILPe+8SIHK8eYR5lusLwHy
- Oy08RqpXjjfHVCMlsydbGbekg4/r4HmwRbLWUZzyeGNqD5NK1O5lw8L8NQHckgh5SAdXA3UqIxuzZKSj
- 8ssI8Il9wMQeYDoVfD4HrsdhsNdRgTL2b4yl5Ce1qL+xcQOWxpKxMzwAMVEayIv7IU8XwVnv8+XuEfJV
- xtfjMlKZ/CYG3JYJ96wOPj6EoCBfMCkfnJdguSMG89eoVBlfS+tJCpCafa1stgBYzAZbzoFGo0ZIiD84
- KwJ350P+UQxHtfr7vUPkp9j+4GqiM1K3FtyVB8h5wlSI4GB/RIQHgjtzwWaywMb1WHwYg7lKOq3YVrlz
- jPw8RrWFOUoAJhpwcaNciNDQQMRGB4FNpIMNp4B93A2pXw/7ZbWlufCvFguNdNzzOta7J5S6fP4AdkVq
- kKQVAQNJYO8TwHq0kD8kwdkWhZkLdMJrrsonlfu2yszmSsA9Bat1p0XdsTTcvxmJtpowyL1ar/m3PKYM
- 2MpVgzcySUWTdWRwd+wAXzoo3r5B7CnqDqVg+lW89yuoVARrR/SaANm0F46mUFjOUjYtN9BTaVQYJzPA
- RlPB+hNF3XjvP3C9bDuqTm2D9DZuTcCKXN1psJ2ndhGgnpJGciENGyB9zoJk1kMezFonySw0oIf0KVOs
- oIO7L3MlYITstVTsrKNHCzXU5aimnvmrZPp5hfrtlWS2X6LBuQoatJWTWQz3C5mEeoS6hNqt5yj7FysJ
- zJwL4b/EAAAAAElFTkSuQmCC
-
-
-
- This allows the user to update referenced objects values for multiple working drafts in a batch mode.
-
-Be sure a current backup of the database exists prior performing this function.
-
-It is recommended that this be done during off hours.
-
-
-
- This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
-
-Be sure a current backup of the database exists prior to running this function.
-
-If more than one procedure is selected, it is recommended that this be performed during off hours.
-
-
- This allows the user to update referenced objects values for multiple working drafts in a batch mode.
-
-Be sure a current backup of the database exists prior performing this function.
-
-It is recommended that this be done during off hours.
-
-
-
- This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
-
-Be sure a current backup of the database exists prior to running this function.
-
-If more than one procedure is selected, it is recommended that this be performed during off hours.
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAplJREFUOE+N
- k11IU2Ecxv9zouK8CULrzo8SU3QKaSYmOJ2uFL8SK4igEIok6qKUwggySTShC41CRiiGdWNfYBcVWiGl
- FqN0lh+UTaekzuWcuu2c9316nSdKLPEHz817/s/zPv9zOPQ/nlVQEGulF3ILPe+8SIHK8eYR5lusLwHy
- Oy08RqpXjjfHVCMlsydbGbekg4/r4HmwRbLWUZzyeGNqD5NK1O5lw8L8NQHckgh5SAdXA3UqIxuzZKSj
- 8ssI8Il9wMQeYDoVfD4HrsdhsNdRgTL2b4yl5Ce1qL+xcQOWxpKxMzwAMVEayIv7IU8XwVnv8+XuEfJV
- xtfjMlKZ/CYG3JYJ96wOPj6EoCBfMCkfnJdguSMG89eoVBlfS+tJCpCafa1stgBYzAZbzoFGo0ZIiD84
- KwJ350P+UQxHtfr7vUPkp9j+4GqiM1K3FtyVB8h5wlSI4GB/RIQHgjtzwWaywMb1WHwYg7lKOq3YVrlz
- jPw8RrWFOUoAJhpwcaNciNDQQMRGB4FNpIMNp4B93A2pXw/7ZbWlufCvFguNdNzzOta7J5S6fP4AdkVq
- kKQVAQNJYO8TwHq0kD8kwdkWhZkLdMJrrsonlfu2yszmSsA9Bat1p0XdsTTcvxmJtpowyL1ar/m3PKYM
- 2MpVgzcySUWTdWRwd+wAXzoo3r5B7CnqDqVg+lW89yuoVARrR/SaANm0F46mUFjOUjYtN9BTaVQYJzPA
- RlPB+hNF3XjvP3C9bDuqTm2D9DZuTcCKXN1psJ2ndhGgnpJGciENGyB9zoJk1kMezFonySw0oIf0KVOs
- oIO7L3MlYITstVTsrKNHCzXU5aimnvmrZPp5hfrtlWS2X6LBuQoatJWTWQz3C5mEeoS6hNqt5yj7FysJ
- zJwL4b/EAAAAAElFTkSuQmCC
-
-
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAplJREFUOE+N
@@ -270,41 +220,6 @@ Should an item become orphaned (disconnected) from the rest of the data, it will
This tool may take an extended period of time to execute.
-
-
- This allows the user to check referenced objects links in procedure step data for multiple working drafts in a batch mode.
-
-Bad referenced bject links will be identified with an Bad RO Link annotation. Use the PROMS Search tool to list all of the steps that have this annotation.
-
-Be sure a current backup of the database exists prior performing this function.
-
-It is recommended that this be done during off hours.
-
-
-
-
- This allows the user to check referenced objects links in procedure step data for multiple working drafts in a batch mode.
-
-Bad referenced bject links will be identified with an Bad RO Link annotation. Use the PROMS Search tool to list all of the steps that have this annotation.
-
-Be sure a current backup of the database exists prior performing this function.
-
-It is recommended that this be done during off hours.
-
-
-
- This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
-
-Be sure a current backup of the database exists prior to running this function.
-
-If more than one procedure is selected, it is recommended that this be performed during off hours.
-
-
- This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
-
-Be sure a current backup of the database exists prior to running this function.
-
-If more than one procedure is selected, it is recommended that this be performed during off hours.
When Word attachments are modified and saved, PROMS will create a PDF of the attachment contents and save it in the database. When this is done, all the of the RO references are resolved as well as pagination of the attachment. This speeds up the overall printing of the procedure in that PROMS simply inserts the attachment contents.
@@ -400,9 +315,94 @@ Should an item become orphaned (disconnected) from the rest of the data, it will
Everything in PROMS is inter-related. A working draft knows what is its first procedure and a procedure knows what is its first step. Likewise, a procedure knows what procedure is before it and after it.
Should an item become orphaned (disconnected) from the rest of the data, it will no longer be accessible. This tool removes any orphaned items from the database.
+
+
+
+ This allows the user to check referenced objects links in procedure step data for multiple working drafts in a batch mode.
+
+Bad referenced bject links will be identified with an Bad RO Link annotation. Use the PROMS Search tool to list all of the steps that have this annotation.
+
+Be sure a current backup of the database exists prior performing this function.
+
+It is recommended that this be done during off hours.
+
+
+
+
+ This allows the user to check referenced objects links in procedure step data for multiple working drafts in a batch mode.
+
+Bad referenced bject links will be identified with an Bad RO Link annotation. Use the PROMS Search tool to list all of the steps that have this annotation.
+
+Be sure a current backup of the database exists prior performing this function.
+
+It is recommended that this be done during off hours.
+
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAplJREFUOE+N
+ k11IU2Ecxv9zouK8CULrzo8SU3QKaSYmOJ2uFL8SK4igEIok6qKUwggySTShC41CRiiGdWNfYBcVWiGl
+ FqN0lh+UTaekzuWcuu2c9316nSdKLPEHz817/s/zPv9zOPQ/nlVQEGulF3ILPe+8SIHK8eYR5lusLwHy
+ Oy08RqpXjjfHVCMlsydbGbekg4/r4HmwRbLWUZzyeGNqD5NK1O5lw8L8NQHckgh5SAdXA3UqIxuzZKSj
+ 8ssI8Il9wMQeYDoVfD4HrsdhsNdRgTL2b4yl5Ce1qL+xcQOWxpKxMzwAMVEayIv7IU8XwVnv8+XuEfJV
+ xtfjMlKZ/CYG3JYJ96wOPj6EoCBfMCkfnJdguSMG89eoVBlfS+tJCpCafa1stgBYzAZbzoFGo0ZIiD84
+ KwJ350P+UQxHtfr7vUPkp9j+4GqiM1K3FtyVB8h5wlSI4GB/RIQHgjtzwWaywMb1WHwYg7lKOq3YVrlz
+ jPw8RrWFOUoAJhpwcaNciNDQQMRGB4FNpIMNp4B93A2pXw/7ZbWlufCvFguNdNzzOta7J5S6fP4AdkVq
+ kKQVAQNJYO8TwHq0kD8kwdkWhZkLdMJrrsonlfu2yszmSsA9Bat1p0XdsTTcvxmJtpowyL1ar/m3PKYM
+ 2MpVgzcySUWTdWRwd+wAXzoo3r5B7CnqDqVg+lW89yuoVARrR/SaANm0F46mUFjOUjYtN9BTaVQYJzPA
+ RlPB+hNF3XjvP3C9bDuqTm2D9DZuTcCKXN1psJ2ndhGgnpJGciENGyB9zoJk1kMezFonySw0oIf0KVOs
+ oIO7L3MlYITstVTsrKNHCzXU5aimnvmrZPp5hfrtlWS2X6LBuQoatJWTWQz3C5mEeoS6hNqt5yj7FysJ
+ zJwL4b/EAAAAAElFTkSuQmCC
+
+
+
+ This allows the user to update referenced objects values for multiple working drafts in a batch mode.
+
+Be sure a current backup of the database exists prior performing this function.
+
+It is recommended that this be done during off hours.
+
+
+
+ This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
+
+Be sure a current backup of the database exists prior to running this function.
+
+If more than one procedure is selected, it is recommended that this be performed during off hours.
+
+
+ This allows the user to update referenced objects values for multiple working drafts in a batch mode.
+
+Be sure a current backup of the database exists prior performing this function.
+
+It is recommended that this be done during off hours.
+
+
+
+ This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set.
+
+Be sure a current backup of the database exists prior to running this function.
+
+If more than one procedure is selected, it is recommended that this be performed during off hours.
+
+
+
+ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAplJREFUOE+N
+ k11IU2Ecxv9zouK8CULrzo8SU3QKaSYmOJ2uFL8SK4igEIok6qKUwggySTShC41CRiiGdWNfYBcVWiGl
+ FqN0lh+UTaekzuWcuu2c9316nSdKLPEHz817/s/zPv9zOPQ/nlVQEGulF3ILPe+8SIHK8eYR5lusLwHy
+ Oy08RqpXjjfHVCMlsydbGbekg4/r4HmwRbLWUZzyeGNqD5NK1O5lw8L8NQHckgh5SAdXA3UqIxuzZKSj
+ 8ssI8Il9wMQeYDoVfD4HrsdhsNdRgTL2b4yl5Ce1qL+xcQOWxpKxMzwAMVEayIv7IU8XwVnv8+XuEfJV
+ xtfjMlKZ/CYG3JYJ96wOPj6EoCBfMCkfnJdguSMG89eoVBlfS+tJCpCafa1stgBYzAZbzoFGo0ZIiD84
+ KwJ350P+UQxHtfr7vUPkp9j+4GqiM1K3FtyVB8h5wlSI4GB/RIQHgjtzwWaywMb1WHwYg7lKOq3YVrlz
+ jPw8RrWFOUoAJhpwcaNciNDQQMRGB4FNpIMNp4B93A2pXw/7ZbWlufCvFguNdNzzOta7J5S6fP4AdkVq
+ kKQVAQNJYO8TwHq0kD8kwdkWhZkLdMJrrsonlfu2yszmSsA9Bat1p0XdsTTcvxmJtpowyL1ar/m3PKYM
+ 2MpVgzcySUWTdWRwd+wAXzoo3r5B7CnqDqVg+lW89yuoVARrR/SaANm0F46mUFjOUjYtN9BTaVQYJzPA
+ RlPB+hNF3XjvP3C9bDuqTm2D9DZuTcCKXN1psJ2ndhGgnpJGciENGyB9zoJk1kMezFonySw0oIf0KVOs
+ oIO7L3MlYITstVTsrKNHCzXU5aimnvmrZPp5hfrtlWS2X6LBuQoatJWTWQz3C5mEeoS6hNqt5yj7FysJ
+ zJwL4b/EAAAAAElFTkSuQmCC
- 25
+ 46
\ No newline at end of file
diff --git a/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs b/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
index 009956d3..283570bb 100644
--- a/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
+++ b/PROMS/VEPROMS User Interface/frmVEPROMS.Designer.cs
@@ -214,7 +214,7 @@ namespace VEPROMS
this.btnSendErrorLog,
this.btnShowErrFld,
this.btnShowPrtFld,
- this.btnHelpAbout}); ;
+ this.btnHelpAbout});
this.btnHelp.Text = "Help";
//
// btnHelpManual