854 lines
50 KiB
C#
854 lines
50 KiB
C#
namespace VEPROMS
|
|
{
|
|
partial class frmGenTools
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGenTools));
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
|
|
this.txtResults = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.btnClear = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
|
|
this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
|
|
this.txtProcess = new System.Windows.Forms.TextBox();
|
|
this.pbProcess = new System.Windows.Forms.ProgressBar();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.pnlLater = new System.Windows.Forms.Panel();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.dtpTime = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpDate = new System.Windows.Forms.DateTimePicker();
|
|
this.chkLater = new System.Windows.Forms.CheckBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
|
|
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
|
|
this.sideNav1 = new DevComponents.DotNetBar.Controls.SideNav();
|
|
this.sideNavPanel1 = new DevComponents.DotNetBar.Controls.SideNavPanel();
|
|
this.warningBox3 = new DevComponents.DotNetBar.Controls.WarningBox();
|
|
this.labelX7 = new DevComponents.DotNetBar.LabelX();
|
|
this.line1 = new DevComponents.DotNetBar.Controls.Line();
|
|
this.swCkObsoleteROData = new DevComponents.DotNetBar.Controls.SwitchButton();
|
|
this.swHiddenDataLocs = new DevComponents.DotNetBar.Controls.SwitchButton();
|
|
this.labelX3 = new DevComponents.DotNetBar.LabelX();
|
|
this.labelX2 = new DevComponents.DotNetBar.LabelX();
|
|
this.swCkOrphanDataRecs = new DevComponents.DotNetBar.Controls.SwitchButton();
|
|
this.labelX1 = new DevComponents.DotNetBar.LabelX();
|
|
this.btnRunCheck = new DevComponents.DotNetBar.ButtonX();
|
|
this.sideNavPanel5 = new DevComponents.DotNetBar.Controls.SideNavPanel();
|
|
this.btn_ShowUsers = new DevComponents.DotNetBar.ButtonX();
|
|
this.sideNavItem1 = new DevComponents.DotNetBar.Controls.SideNavItem();
|
|
this.separator1 = new DevComponents.DotNetBar.Separator();
|
|
this.sideNavItmCheck = new DevComponents.DotNetBar.Controls.SideNavItem();
|
|
this.sideNavItmUsers = new DevComponents.DotNetBar.Controls.SideNavItem();
|
|
this.sideNavItmExit = new DevComponents.DotNetBar.Controls.SideNavItem();
|
|
this.panelEx4 = new DevComponents.DotNetBar.PanelEx();
|
|
this.progressSteps1 = new DevComponents.DotNetBar.ProgressSteps();
|
|
this.stepItem1 = new DevComponents.DotNetBar.StepItem();
|
|
this.stepItem2 = new DevComponents.DotNetBar.StepItem();
|
|
this.stepItem3 = new DevComponents.DotNetBar.StepItem();
|
|
this.stepItem4 = new DevComponents.DotNetBar.StepItem();
|
|
this.lblAdmToolProgressType = new DevComponents.DotNetBar.LabelX();
|
|
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
|
|
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
this.splitContainer3.Panel1.SuspendLayout();
|
|
this.splitContainer3.Panel2.SuspendLayout();
|
|
this.splitContainer3.SuspendLayout();
|
|
this.panelEx3.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panelEx2.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.pnlLater.SuspendLayout();
|
|
this.panelEx1.SuspendLayout();
|
|
this.sideNav1.SuspendLayout();
|
|
this.sideNavPanel1.SuspendLayout();
|
|
this.sideNavPanel5.SuspendLayout();
|
|
this.panelEx4.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer3
|
|
//
|
|
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer3.Name = "splitContainer3";
|
|
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer3.Panel1
|
|
//
|
|
this.splitContainer3.Panel1.Controls.Add(this.panelEx3);
|
|
this.splitContainer3.Panel1.Controls.Add(this.expandableSplitter2);
|
|
this.splitContainer3.Panel1.Controls.Add(this.panelEx2);
|
|
this.splitContainer3.Panel1.Controls.Add(this.expandableSplitter1);
|
|
this.splitContainer3.Panel1.Controls.Add(this.panelEx1);
|
|
//
|
|
// splitContainer3.Panel2
|
|
//
|
|
this.splitContainer3.Panel2.BackColor = System.Drawing.SystemColors.Control;
|
|
this.splitContainer3.Panel2.Controls.Add(this.panelEx4);
|
|
this.splitContainer3.Size = new System.Drawing.Size(1177, 586);
|
|
this.splitContainer3.SplitterDistance = 525;
|
|
this.splitContainer3.TabIndex = 2;
|
|
//
|
|
// panelEx3
|
|
//
|
|
this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.panelEx3.Controls.Add(this.txtResults);
|
|
this.panelEx3.Controls.Add(this.panel1);
|
|
this.panelEx3.Controls.Add(this.label3);
|
|
this.panelEx3.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelEx3.Location = new System.Drawing.Point(688, 0);
|
|
this.panelEx3.Name = "panelEx3";
|
|
this.panelEx3.Size = new System.Drawing.Size(489, 525);
|
|
this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.panelEx3.Style.GradientAngle = 90;
|
|
this.panelEx3.TabIndex = 31;
|
|
this.panelEx3.Text = "panelEx3";
|
|
//
|
|
// txtResults
|
|
//
|
|
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);
|
|
this.txtResults.Multiline = true;
|
|
this.txtResults.Name = "txtResults";
|
|
this.txtResults.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.txtResults.Size = new System.Drawing.Size(489, 473);
|
|
this.txtResults.TabIndex = 4;
|
|
this.txtResults.TextChanged += new System.EventHandler(this.txtResults_TextChanged);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.btnSave);
|
|
this.panel1.Controls.Add(this.btnClear);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 23);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(489, 29);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.btnSave.Location = new System.Drawing.Point(95, 0);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(95, 29);
|
|
this.btnSave.TabIndex = 3;
|
|
this.btnSave.Text = "Save Results";
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
//
|
|
// btnClear
|
|
//
|
|
this.btnClear.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.btnClear.Location = new System.Drawing.Point(0, 0);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(95, 29);
|
|
this.btnClear.TabIndex = 2;
|
|
this.btnClear.Text = "Clear Results";
|
|
this.btnClear.UseVisualStyleBackColor = true;
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label3.Location = new System.Drawing.Point(0, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(489, 23);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Results";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// expandableSplitter2
|
|
//
|
|
this.expandableSplitter2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter2.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.expandableSplitter2.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter2.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter2.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter2.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter2.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter2.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
|
|
this.expandableSplitter2.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
|
|
this.expandableSplitter2.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
|
|
this.expandableSplitter2.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
|
|
this.expandableSplitter2.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter2.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter2.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter2.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter2.Location = new System.Drawing.Point(682, 0);
|
|
this.expandableSplitter2.Name = "expandableSplitter2";
|
|
this.expandableSplitter2.Size = new System.Drawing.Size(6, 525);
|
|
this.expandableSplitter2.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
|
this.expandableSplitter2.TabIndex = 38;
|
|
this.expandableSplitter2.TabStop = false;
|
|
//
|
|
// panelEx2
|
|
//
|
|
this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.panelEx2.Controls.Add(this.txtProcess);
|
|
this.panelEx2.Controls.Add(this.pbProcess);
|
|
this.panelEx2.Controls.Add(this.label6);
|
|
this.panelEx2.Controls.Add(this.panel3);
|
|
this.panelEx2.Controls.Add(this.label4);
|
|
this.panelEx2.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panelEx2.Location = new System.Drawing.Point(391, 0);
|
|
this.panelEx2.Name = "panelEx2";
|
|
this.panelEx2.Size = new System.Drawing.Size(291, 525);
|
|
this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.panelEx2.Style.GradientAngle = 90;
|
|
this.panelEx2.TabIndex = 22;
|
|
this.panelEx2.Text = "panelEx2";
|
|
//
|
|
// txtProcess
|
|
//
|
|
this.txtProcess.AcceptsReturn = true;
|
|
this.txtProcess.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtProcess.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.txtProcess.Location = new System.Drawing.Point(0, 150);
|
|
this.txtProcess.Multiline = true;
|
|
this.txtProcess.Name = "txtProcess";
|
|
this.txtProcess.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|
this.txtProcess.Size = new System.Drawing.Size(291, 375);
|
|
this.txtProcess.TabIndex = 5;
|
|
this.txtProcess.TextChanged += new System.EventHandler(this.txtProcess_TextChanged);
|
|
//
|
|
// pbProcess
|
|
//
|
|
this.pbProcess.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pbProcess.Location = new System.Drawing.Point(0, 125);
|
|
this.pbProcess.Name = "pbProcess";
|
|
this.pbProcess.Size = new System.Drawing.Size(291, 25);
|
|
this.pbProcess.TabIndex = 6;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label6.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label6.Location = new System.Drawing.Point(0, 102);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(291, 23);
|
|
this.label6.TabIndex = 3;
|
|
this.label6.Text = "Process Status";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.pnlLater);
|
|
this.panel3.Controls.Add(this.chkLater);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel3.Location = new System.Drawing.Point(0, 23);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Padding = new System.Windows.Forms.Padding(6);
|
|
this.panel3.Size = new System.Drawing.Size(291, 79);
|
|
this.panel3.TabIndex = 2;
|
|
//
|
|
// pnlLater
|
|
//
|
|
this.pnlLater.Controls.Add(this.label5);
|
|
this.pnlLater.Controls.Add(this.dtpTime);
|
|
this.pnlLater.Controls.Add(this.dtpDate);
|
|
this.pnlLater.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.pnlLater.Enabled = false;
|
|
this.pnlLater.Location = new System.Drawing.Point(6, 23);
|
|
this.pnlLater.Name = "pnlLater";
|
|
this.pnlLater.Padding = new System.Windows.Forms.Padding(6);
|
|
this.pnlLater.Size = new System.Drawing.Size(279, 37);
|
|
this.pnlLater.TabIndex = 3;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(105, 15);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(18, 13);
|
|
this.label5.TabIndex = 5;
|
|
this.label5.Text = "@";
|
|
//
|
|
// 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.CustomFormat = "HH:mm";
|
|
this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dtpTime.Location = new System.Drawing.Point(129, 9);
|
|
this.dtpTime.Name = "dtpTime";
|
|
this.dtpTime.ShowUpDown = true;
|
|
this.dtpTime.Size = new System.Drawing.Size(133, 20);
|
|
this.dtpTime.TabIndex = 4;
|
|
//
|
|
// dtpDate
|
|
//
|
|
this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dtpDate.Location = new System.Drawing.Point(9, 9);
|
|
this.dtpDate.Name = "dtpDate";
|
|
this.dtpDate.Size = new System.Drawing.Size(90, 20);
|
|
this.dtpDate.TabIndex = 3;
|
|
//
|
|
// chkLater
|
|
//
|
|
this.chkLater.AutoSize = true;
|
|
this.chkLater.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.chkLater.Location = new System.Drawing.Point(6, 6);
|
|
this.chkLater.Name = "chkLater";
|
|
this.chkLater.Size = new System.Drawing.Size(279, 17);
|
|
this.chkLater.TabIndex = 4;
|
|
this.chkLater.Text = "Process Later";
|
|
this.chkLater.UseVisualStyleBackColor = true;
|
|
this.chkLater.CheckedChanged += new System.EventHandler(this.chkLater_CheckedChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.label4.Location = new System.Drawing.Point(0, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(291, 23);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "Process";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// expandableSplitter1
|
|
//
|
|
this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
|
|
this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
|
|
this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
|
|
this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
|
|
this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|
this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
|
|
this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
|
|
this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
|
|
this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
|
|
this.expandableSplitter1.Location = new System.Drawing.Point(385, 0);
|
|
this.expandableSplitter1.Name = "expandableSplitter1";
|
|
this.expandableSplitter1.Size = new System.Drawing.Size(6, 525);
|
|
this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
|
|
this.expandableSplitter1.TabIndex = 4;
|
|
this.expandableSplitter1.TabStop = false;
|
|
//
|
|
// panelEx1
|
|
//
|
|
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.panelEx1.Controls.Add(this.sideNav1);
|
|
this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelEx1.Name = "panelEx1";
|
|
this.panelEx1.Size = new System.Drawing.Size(385, 525);
|
|
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.panelEx1.Style.GradientAngle = 90;
|
|
this.panelEx1.TabIndex = 0;
|
|
this.panelEx1.Text = "panelEx1";
|
|
//
|
|
// sideNav1
|
|
//
|
|
this.sideNav1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.sideNav1.Controls.Add(this.sideNavPanel1);
|
|
this.sideNav1.Controls.Add(this.sideNavPanel5);
|
|
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.sideNavItmUsers,
|
|
this.sideNavItmExit});
|
|
this.sideNav1.Location = new System.Drawing.Point(0, 0);
|
|
this.sideNav1.Name = "sideNav1";
|
|
this.sideNav1.Padding = new System.Windows.Forms.Padding(1);
|
|
this.sideNav1.Size = new System.Drawing.Size(385, 525);
|
|
this.sideNav1.TabIndex = 3;
|
|
this.sideNav1.Text = "sideNav1";
|
|
//
|
|
// sideNavPanel1
|
|
//
|
|
this.sideNavPanel1.Controls.Add(this.warningBox3);
|
|
this.sideNavPanel1.Controls.Add(this.labelX7);
|
|
this.sideNavPanel1.Controls.Add(this.line1);
|
|
this.sideNavPanel1.Controls.Add(this.swCkObsoleteROData);
|
|
this.sideNavPanel1.Controls.Add(this.swHiddenDataLocs);
|
|
this.sideNavPanel1.Controls.Add(this.labelX3);
|
|
this.sideNavPanel1.Controls.Add(this.labelX2);
|
|
this.sideNavPanel1.Controls.Add(this.swCkOrphanDataRecs);
|
|
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(88, 31);
|
|
this.sideNavPanel1.Name = "sideNavPanel1";
|
|
this.sideNavPanel1.Size = new System.Drawing.Size(292, 493);
|
|
this.sideNavPanel1.TabIndex = 2;
|
|
//
|
|
// warningBox3
|
|
//
|
|
this.warningBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(219)))), ((int)(((byte)(249)))));
|
|
this.warningBox3.CloseButtonVisible = false;
|
|
this.warningBox3.Image = ((System.Drawing.Image)(resources.GetObject("warningBox3.Image")));
|
|
this.warningBox3.Location = new System.Drawing.Point(17, 207);
|
|
this.warningBox3.Margin = new System.Windows.Forms.Padding(4);
|
|
this.warningBox3.Name = "warningBox3";
|
|
this.warningBox3.OptionsButtonVisible = false;
|
|
this.warningBox3.Size = new System.Drawing.Size(264, 32);
|
|
this.warningBox3.TabIndex = 29;
|
|
this.warningBox3.Text = "<b>NOTE</b> These tools can take a long time to run";
|
|
//
|
|
// labelX7
|
|
//
|
|
this.labelX7.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX7.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelX7.Location = new System.Drawing.Point(5, 3);
|
|
this.labelX7.Name = "labelX7";
|
|
this.labelX7.Size = new System.Drawing.Size(251, 22);
|
|
this.labelX7.TabIndex = 19;
|
|
this.labelX7.Text = "Check for these Data Issues:";
|
|
//
|
|
// line1
|
|
//
|
|
this.line1.BackColor = System.Drawing.Color.Transparent;
|
|
this.line1.Location = new System.Drawing.Point(8, 179);
|
|
this.line1.Name = "line1";
|
|
this.line1.Size = new System.Drawing.Size(285, 12);
|
|
this.line1.TabIndex = 18;
|
|
this.line1.Text = "line1";
|
|
//
|
|
// swCkObsoleteROData
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.swCkObsoleteROData.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.swCkObsoleteROData.Location = new System.Drawing.Point(10, 99);
|
|
this.swCkObsoleteROData.Name = "swCkObsoleteROData";
|
|
this.swCkObsoleteROData.Size = new System.Drawing.Size(91, 22);
|
|
this.swCkObsoleteROData.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.superTooltip1.SetSuperTooltip(this.swCkObsoleteROData, new DevComponents.DotNetBar.SuperTooltipInfo("Obsolete RO Data", "", resources.GetString("swCkObsoleteROData.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 135)));
|
|
this.swCkObsoleteROData.SwitchClickTogglesValue = true;
|
|
this.swCkObsoleteROData.TabIndex = 14;
|
|
this.swCkObsoleteROData.Value = true;
|
|
this.swCkObsoleteROData.ValueObject = "Y";
|
|
this.swCkObsoleteROData.ValueChanged += new System.EventHandler(this.swCk_ValueChanged);
|
|
//
|
|
// swHiddenDataLocs
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.swHiddenDataLocs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.swHiddenDataLocs.Location = new System.Drawing.Point(10, 71);
|
|
this.swHiddenDataLocs.Name = "swHiddenDataLocs";
|
|
this.swHiddenDataLocs.Size = new System.Drawing.Size(91, 22);
|
|
this.swHiddenDataLocs.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.superTooltip1.SetSuperTooltip(this.swHiddenDataLocs, new DevComponents.DotNetBar.SuperTooltipInfo("Hidden Data Locations", "", resources.GetString("swHiddenDataLocs.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.swHiddenDataLocs.SwitchClickTogglesValue = true;
|
|
this.swHiddenDataLocs.TabIndex = 15;
|
|
this.swHiddenDataLocs.Value = true;
|
|
this.swHiddenDataLocs.ValueObject = "Y";
|
|
this.swHiddenDataLocs.ValueChanged += new System.EventHandler(this.swCk_ValueChanged);
|
|
//
|
|
// labelX3
|
|
//
|
|
this.labelX3.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelX3.Location = new System.Drawing.Point(107, 99);
|
|
this.labelX3.Name = "labelX3";
|
|
this.labelX3.Size = new System.Drawing.Size(154, 22);
|
|
this.superTooltip1.SetSuperTooltip(this.labelX3, new DevComponents.DotNetBar.SuperTooltipInfo("Obsolete RO Data", "", resources.GetString("labelX3.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(250, 135)));
|
|
this.labelX3.TabIndex = 11;
|
|
this.labelX3.Text = "Obsolete RO Data";
|
|
//
|
|
// labelX2
|
|
//
|
|
this.labelX2.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelX2.Location = new System.Drawing.Point(107, 71);
|
|
this.labelX2.Name = "labelX2";
|
|
this.labelX2.Size = new System.Drawing.Size(140, 22);
|
|
this.superTooltip1.SetSuperTooltip(this.labelX2, new DevComponents.DotNetBar.SuperTooltipInfo("Hidden Data Locations", "", resources.GetString("labelX2.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
|
this.labelX2.TabIndex = 12;
|
|
this.labelX2.Text = "Hidden Data Locations";
|
|
//
|
|
// swCkOrphanDataRecs
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.swCkOrphanDataRecs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.swCkOrphanDataRecs.Location = new System.Drawing.Point(10, 43);
|
|
this.swCkOrphanDataRecs.Name = "swCkOrphanDataRecs";
|
|
this.swCkOrphanDataRecs.Size = new System.Drawing.Size(91, 22);
|
|
this.swCkOrphanDataRecs.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.superTooltip1.SetSuperTooltip(this.swCkOrphanDataRecs, new DevComponents.DotNetBar.SuperTooltipInfo("Orphan Data Records", "", resources.GetString("swCkOrphanDataRecs.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(275, 193)));
|
|
this.swCkOrphanDataRecs.SwitchClickTogglesValue = true;
|
|
this.swCkOrphanDataRecs.TabIndex = 9;
|
|
this.swCkOrphanDataRecs.Value = true;
|
|
this.swCkOrphanDataRecs.ValueObject = "Y";
|
|
this.swCkOrphanDataRecs.ValueChanged += new System.EventHandler(this.swCk_ValueChanged);
|
|
//
|
|
// labelX1
|
|
//
|
|
this.labelX1.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelX1.Location = new System.Drawing.Point(107, 43);
|
|
this.labelX1.Name = "labelX1";
|
|
this.labelX1.Size = new System.Drawing.Size(172, 22);
|
|
this.superTooltip1.SetSuperTooltip(this.labelX1, new DevComponents.DotNetBar.SuperTooltipInfo("Orphan Data Records", "", resources.GetString("labelX1.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(275, 190)));
|
|
this.labelX1.TabIndex = 8;
|
|
this.labelX1.Text = "Orphan Data Records";
|
|
//
|
|
// btnRunCheck
|
|
//
|
|
this.btnRunCheck.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btnRunCheck.Checked = true;
|
|
this.btnRunCheck.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.btnRunCheck.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnRunCheck.Location = new System.Drawing.Point(5, 150);
|
|
this.btnRunCheck.Name = "btnRunCheck";
|
|
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)));
|
|
this.btnRunCheck.TabIndex = 7;
|
|
this.btnRunCheck.Text = "Run Check";
|
|
this.btnRunCheck.Click += new System.EventHandler(this.btnRunCheck_Click);
|
|
//
|
|
// sideNavPanel5
|
|
//
|
|
this.sideNavPanel5.Controls.Add(this.btn_ShowUsers);
|
|
this.sideNavPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sideNavPanel5.Location = new System.Drawing.Point(88, 31);
|
|
this.sideNavPanel5.Name = "sideNavPanel5";
|
|
this.sideNavPanel5.Size = new System.Drawing.Size(292, 493);
|
|
this.sideNavPanel5.TabIndex = 14;
|
|
this.sideNavPanel5.Visible = false;
|
|
//
|
|
// btn_ShowUsers
|
|
//
|
|
this.btn_ShowUsers.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
|
this.btn_ShowUsers.Checked = true;
|
|
this.btn_ShowUsers.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
|
this.btn_ShowUsers.Location = new System.Drawing.Point(57, 37);
|
|
this.btn_ShowUsers.Name = "btn_ShowUsers";
|
|
this.btn_ShowUsers.Size = new System.Drawing.Size(171, 23);
|
|
this.btn_ShowUsers.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.superTooltip1.SetSuperTooltip(this.btn_ShowUsers, new DevComponents.DotNetBar.SuperTooltipInfo("Show Users", "", "This will return all of the users currently with open sessions in the database an" +
|
|
"d the details of any items they have checked out.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 80)));
|
|
this.btn_ShowUsers.TabIndex = 0;
|
|
this.btn_ShowUsers.Text = "Show Users";
|
|
this.btn_ShowUsers.Click += new System.EventHandler(this.btn_ShowUsers_Click);
|
|
//
|
|
// sideNavItem1
|
|
//
|
|
this.sideNavItem1.IsSystemMenu = true;
|
|
this.sideNavItem1.Name = "sideNavItem1";
|
|
this.sideNavItem1.Symbol = "";
|
|
this.sideNavItem1.Text = "General\r\nTools";
|
|
//
|
|
// separator1
|
|
//
|
|
this.separator1.FixedSize = new System.Drawing.Size(3, 1);
|
|
this.separator1.Name = "separator1";
|
|
this.separator1.Padding.Bottom = 2;
|
|
this.separator1.Padding.Left = 6;
|
|
this.separator1.Padding.Right = 6;
|
|
this.separator1.Padding.Top = 2;
|
|
this.separator1.SeparatorOrientation = DevComponents.DotNetBar.eDesignMarkerOrientation.Vertical;
|
|
//
|
|
// sideNavItmCheck
|
|
//
|
|
this.sideNavItmCheck.Checked = true;
|
|
this.sideNavItmCheck.Name = "sideNavItmCheck";
|
|
this.sideNavItmCheck.Panel = this.sideNavPanel1;
|
|
this.sideNavItmCheck.Symbol = "";
|
|
this.sideNavItmCheck.Text = "Check";
|
|
this.sideNavItmCheck.Click += new System.EventHandler(this.sideNavItmCheck_Click);
|
|
//
|
|
// sideNavItmUsers
|
|
//
|
|
this.sideNavItmUsers.Name = "sideNavItmUsers";
|
|
this.sideNavItmUsers.Panel = this.sideNavPanel5;
|
|
this.sideNavItmUsers.Symbol = "";
|
|
this.sideNavItmUsers.Text = "Users";
|
|
this.sideNavItmUsers.Click += new System.EventHandler(this.sideNavItmUsers_Click);
|
|
//
|
|
// sideNavItmExit
|
|
//
|
|
this.sideNavItmExit.Name = "sideNavItmExit";
|
|
this.sideNavItmExit.Symbol = "";
|
|
this.sideNavItmExit.Text = "Exit";
|
|
this.sideNavItmExit.Click += new System.EventHandler(this.sideNavItmExit_Click);
|
|
//
|
|
// panelEx4
|
|
//
|
|
this.panelEx4.CanvasColor = System.Drawing.SystemColors.Control;
|
|
this.panelEx4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
|
|
this.panelEx4.Controls.Add(this.progressSteps1);
|
|
this.panelEx4.Controls.Add(this.lblAdmToolProgressType);
|
|
this.panelEx4.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.panelEx4.DisabledBackColor = System.Drawing.Color.Empty;
|
|
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelEx4.Location = new System.Drawing.Point(0, 0);
|
|
this.panelEx4.Name = "panelEx4";
|
|
this.panelEx4.Size = new System.Drawing.Size(1177, 57);
|
|
this.panelEx4.Style.Alignment = System.Drawing.StringAlignment.Center;
|
|
this.panelEx4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
|
|
this.panelEx4.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
|
|
this.panelEx4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
|
|
this.panelEx4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
|
|
this.panelEx4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
|
|
this.panelEx4.Style.GradientAngle = 90;
|
|
this.panelEx4.TabIndex = 20;
|
|
//
|
|
// progressSteps1
|
|
//
|
|
this.progressSteps1.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.progressSteps1.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
|
this.progressSteps1.BackgroundStyle.Class = "ProgressSteps";
|
|
this.progressSteps1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
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.progressSteps1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
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;
|
|
//
|
|
// stepItem1
|
|
//
|
|
this.stepItem1.Maximum = 10;
|
|
this.stepItem1.Name = "stepItem1";
|
|
this.stepItem1.SymbolSize = 13F;
|
|
this.stepItem1.Text = "Discon";
|
|
//
|
|
// stepItem2
|
|
//
|
|
this.stepItem2.Maximum = 10;
|
|
this.stepItem2.Name = "stepItem2";
|
|
this.stepItem2.SymbolSize = 13F;
|
|
this.stepItem2.Text = "Non-Edit";
|
|
//
|
|
// stepItem3
|
|
//
|
|
this.stepItem3.Maximum = 10;
|
|
this.stepItem3.Name = "stepItem3";
|
|
this.stepItem3.SymbolSize = 13F;
|
|
this.stepItem3.Text = "RO Assoc";
|
|
//
|
|
// stepItem4
|
|
//
|
|
this.stepItem4.Maximum = 10;
|
|
this.stepItem4.Name = "stepItem4";
|
|
this.stepItem4.SymbolSize = 13F;
|
|
this.stepItem4.Text = "FST+Figs";
|
|
//
|
|
// lblAdmToolProgressType
|
|
//
|
|
this.lblAdmToolProgressType.BackColor = System.Drawing.Color.Transparent;
|
|
//
|
|
//
|
|
//
|
|
this.lblAdmToolProgressType.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.lblAdmToolProgressType.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblAdmToolProgressType.Location = new System.Drawing.Point(19, 10);
|
|
this.lblAdmToolProgressType.Name = "lblAdmToolProgressType";
|
|
this.lblAdmToolProgressType.Size = new System.Drawing.Size(98, 34);
|
|
this.lblAdmToolProgressType.TabIndex = 19;
|
|
this.lblAdmToolProgressType.Text = "Checking:";
|
|
//
|
|
// buttonItem1
|
|
//
|
|
this.buttonItem1.Name = "buttonItem1";
|
|
this.buttonItem1.Text = "buttonItem1";
|
|
//
|
|
// superTooltip1
|
|
//
|
|
this.superTooltip1.DefaultTooltipSettings = new DevComponents.DotNetBar.SuperTooltipInfo("", "", "", null, null, DevComponents.DotNetBar.eTooltipColor.Gray);
|
|
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
|
//
|
|
// frmGenTools
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1177, 586);
|
|
this.Controls.Add(this.splitContainer3);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmGenTools";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "General Tools";
|
|
this.Load += new System.EventHandler(this.frmGenTools_Load);
|
|
this.splitContainer3.Panel1.ResumeLayout(false);
|
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
this.splitContainer3.ResumeLayout(false);
|
|
this.panelEx3.ResumeLayout(false);
|
|
this.panelEx3.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panelEx2.ResumeLayout(false);
|
|
this.panelEx2.PerformLayout();
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.pnlLater.ResumeLayout(false);
|
|
this.pnlLater.PerformLayout();
|
|
this.panelEx1.ResumeLayout(false);
|
|
this.sideNav1.ResumeLayout(false);
|
|
this.sideNav1.PerformLayout();
|
|
this.sideNavPanel1.ResumeLayout(false);
|
|
this.sideNavPanel5.ResumeLayout(false);
|
|
this.panelEx4.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|
private DevComponents.DotNetBar.PanelEx panelEx3;
|
|
private System.Windows.Forms.TextBox txtResults;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Button btnClear;
|
|
private System.Windows.Forms.Label label3;
|
|
private DevComponents.DotNetBar.PanelEx panelEx2;
|
|
private System.Windows.Forms.TextBox txtProcess;
|
|
private System.Windows.Forms.ProgressBar pbProcess;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel pnlLater;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.DateTimePicker dtpTime;
|
|
private System.Windows.Forms.DateTimePicker dtpDate;
|
|
private System.Windows.Forms.CheckBox chkLater;
|
|
private System.Windows.Forms.Label label4;
|
|
private DevComponents.DotNetBar.Controls.SideNav sideNav1;
|
|
private DevComponents.DotNetBar.Controls.SideNavPanel sideNavPanel1;
|
|
private DevComponents.DotNetBar.LabelX labelX7;
|
|
private DevComponents.DotNetBar.Controls.Line line1;
|
|
private DevComponents.DotNetBar.Controls.SwitchButton swCkObsoleteROData;
|
|
private DevComponents.DotNetBar.Controls.SwitchButton swHiddenDataLocs;
|
|
private DevComponents.DotNetBar.LabelX labelX3;
|
|
private DevComponents.DotNetBar.LabelX labelX2;
|
|
private DevComponents.DotNetBar.Controls.SwitchButton swCkOrphanDataRecs;
|
|
private DevComponents.DotNetBar.LabelX labelX1;
|
|
private DevComponents.DotNetBar.ButtonX btnRunCheck;
|
|
private DevComponents.DotNetBar.Controls.SideNavPanel sideNavPanel5;
|
|
private DevComponents.DotNetBar.ButtonX btn_ShowUsers;
|
|
private DevComponents.DotNetBar.Controls.SideNavItem sideNavItem1;
|
|
private DevComponents.DotNetBar.Separator separator1;
|
|
private DevComponents.DotNetBar.Controls.SideNavItem sideNavItmCheck;
|
|
private DevComponents.DotNetBar.Controls.SideNavItem sideNavItmUsers;
|
|
private DevComponents.DotNetBar.Controls.SideNavItem sideNavItmExit;
|
|
private DevComponents.DotNetBar.LabelX lblAdmToolProgressType;
|
|
private DevComponents.DotNetBar.ProgressSteps progressSteps1;
|
|
private DevComponents.DotNetBar.StepItem stepItem1;
|
|
private DevComponents.DotNetBar.StepItem stepItem2;
|
|
private DevComponents.DotNetBar.StepItem stepItem3;
|
|
private DevComponents.DotNetBar.StepItem stepItem4;
|
|
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
|
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter2;
|
|
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter1;
|
|
private DevComponents.DotNetBar.PanelEx panelEx1;
|
|
private DevComponents.DotNetBar.PanelEx panelEx4;
|
|
private DevComponents.DotNetBar.Controls.WarningBox warningBox3;
|
|
private DevComponents.DotNetBar.ButtonItem buttonItem1;
|
|
}
|
|
}
|
|
|
|
|