diff --git a/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs b/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs index 327d0298..4769c76d 100644 --- a/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs @@ -134,9 +134,9 @@ // // myTV // - this.myTV.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.myTV.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.myTV.CheckBoxes = true; this.myTV.Location = new System.Drawing.Point(0, 230); this.myTV.Name = "myTV"; @@ -367,8 +367,8 @@ // // dtpTime // - this.dtpTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.dtpTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.dtpTime.CustomFormat = "HH:mm"; this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpTime.Location = new System.Drawing.Point(129, 9); @@ -464,22 +464,22 @@ // sideNav1 // this.sideNav1.BackColor = System.Drawing.SystemColors.Control; - 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; this.sideNav1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { - this.sideNavItem1, - this.separator1, - this.sideNavItmCheck, - this.sideNavItmRepair, - this.sideNavItmLinks, - this.sideNavItmUsers, - this.sideNavItmDelete, - this.sideNavItmExit}); + this.sideNavItem1, + this.separator1, + this.sideNavItmCheck, + this.sideNavItmRepair, + this.sideNavItmLinks, + this.sideNavItmUsers, + this.sideNavItmDelete, + this.sideNavItmExit}); this.sideNav1.Location = new System.Drawing.Point(0, 0); this.sideNav1.Name = "sideNav1"; this.sideNav1.Padding = new System.Windows.Forms.Padding(1); @@ -500,7 +500,6 @@ this.sideNavPanel4.Name = "sideNavPanel4"; this.sideNavPanel4.Size = new System.Drawing.Size(291, 494); this.sideNavPanel4.TabIndex = 27; - this.sideNavPanel4.Visible = false; // // swDeleteFolder // @@ -515,6 +514,7 @@ 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); // // labelX13 @@ -531,6 +531,7 @@ 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; // // swDeleteAnnotations // @@ -566,15 +567,14 @@ // // 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.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.myTVdel.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.myTV_AfterCheck_DelAnn); // // btnDeleteItems // @@ -586,8 +586,8 @@ 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))); + "/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); @@ -609,6 +609,7 @@ this.sideNavPanel1.Name = "sideNavPanel1"; this.sideNavPanel1.Size = new System.Drawing.Size(291, 494); this.sideNavPanel1.TabIndex = 2; + this.sideNavPanel1.Visible = false; // // warningBox3 // @@ -753,7 +754,7 @@ this.btnRunCheck.Size = new System.Drawing.Size(286, 23); this.btnRunCheck.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.superTooltip1.SetSuperTooltip(this.btnRunCheck, new DevComponents.DotNetBar.SuperTooltipInfo("Run Check", "", "This will run the database check tools selected.\r\n\r\nClick on the on/off switches " + - "to turn on/off each tool.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 100))); + "to turn on/off each tool.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 100))); this.btnRunCheck.TabIndex = 7; this.btnRunCheck.Text = "Run Check"; this.btnRunCheck.Click += new System.EventHandler(this.btnRunCheck_Click); @@ -839,7 +840,7 @@ this.warningBox2.Size = new System.Drawing.Size(264, 43); this.warningBox2.TabIndex = 28; this.warningBox2.Text = " Be sure there is a current backup of the \r\n database prior to running these func" + - "tions"; + "tions"; // // swRmObsoleteROData // @@ -1003,7 +1004,7 @@ this.btnRunRepair.Size = new System.Drawing.Size(280, 23); this.btnRunRepair.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.superTooltip1.SetSuperTooltip(this.btnRunRepair, new DevComponents.DotNetBar.SuperTooltipInfo("Run Repair", "", "This will run the database repair tools selected.\r\n\r\nClick on the on/off switches" + - " to turn on/off each tool.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 103))); + " to turn on/off each tool.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 103))); this.btnRunRepair.TabIndex = 3; this.btnRunRepair.Text = "Run Repair"; this.btnRunRepair.Click += new System.EventHandler(this.btnRunRepair_Click); @@ -1154,7 +1155,7 @@ 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"; + "tions"; // // btnFixLinks // @@ -1166,8 +1167,8 @@ 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))); + "/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); @@ -1191,7 +1192,6 @@ // // sideNavItmCheck // - this.sideNavItmCheck.Checked = true; this.sideNavItmCheck.Name = "sideNavItmCheck"; this.sideNavItmCheck.Panel = this.sideNavPanel1; this.sideNavItmCheck.Symbol = ""; @@ -1218,7 +1218,7 @@ // this.sideNavItmUsers.Name = "sideNavItmUsers"; this.sideNavItmUsers.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { - this.buttonItem1}); + this.buttonItem1}); this.sideNavItmUsers.Symbol = ""; this.sideNavItmUsers.Text = "Users"; this.sideNavItmUsers.Click += new System.EventHandler(this.sideNavItmUsers_Click); @@ -1230,6 +1230,7 @@ // // sideNavItmDelete // + this.sideNavItmDelete.Checked = true; this.sideNavItmDelete.Name = "sideNavItmDelete"; this.sideNavItmDelete.Panel = this.sideNavPanel4; this.sideNavItmDelete.Symbol = ""; @@ -1276,12 +1277,12 @@ this.progressSteps1.ContainerControlProcessDialogKey = true; this.progressSteps1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.progressSteps1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] { - this.stepItem1, - this.stepItem2, - this.stepItem3, - this.stepItem4}); + this.stepItem1, + this.stepItem2, + this.stepItem3, + this.stepItem4}); this.progressSteps1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; - this.progressSteps1.Location = new System.Drawing.Point(123, 13); + this.progressSteps1.Location = new System.Drawing.Point(123, 18); this.progressSteps1.Name = "progressSteps1"; this.progressSteps1.Size = new System.Drawing.Size(1032, 26); this.progressSteps1.TabIndex = 18;