private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmMeasureCopyCriteria));
     this.components      = new System.ComponentModel.Container();
     this.ToolTip1        = new System.Windows.Forms.ToolTip(components);
     this.ShapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.cmdCopySetp     = new System.Windows.Forms.Button();
     this.cboStep         = new System.Windows.Forms.ComboBox();
     this.cboMeasures     = new System.Windows.Forms.ComboBox();
     this._rboCopyTo_0    = new System.Windows.Forms.RadioButton();
     this._rboCopyTo_1    = new System.Windows.Forms.RadioButton();
     this.cboJoinOperator = new System.Windows.Forms.ComboBox();
     this.cmdCancel       = new System.Windows.Forms.Button();
     this.cmdCopy         = new System.Windows.Forms.Button();
     this.cboSet          = new System.Windows.Forms.ComboBox();
     this.cboColumns      = new System.Windows.Forms.ComboBox();
     this.Label3          = new System.Windows.Forms.Label();
     this.lblJoinOperator = new System.Windows.Forms.Label();
     this.Label12         = new System.Windows.Forms.Label();
     this.Shape1          = new Microsoft.VisualBasic.PowerPacks.RectangleShape();
     this.Label1          = new System.Windows.Forms.Label();
     this.Label2          = new System.Windows.Forms.Label();
     this.lblCopyFrom     = new System.Windows.Forms.Label();
     this.rboCopyTo       = new Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(components);
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.rboCopyTo).BeginInit();
     this.Text                          = "Copy Measure Criteria";
     this.ClientSize                    = new System.Drawing.Size(764, 225);
     this.Location                      = new System.Drawing.Point(5, 29);
     this.StartPosition                 = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.Font                          = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                 = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                     = System.Drawing.SystemColors.Control;
     this.FormBorderStyle               = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                    = true;
     this.Enabled                       = true;
     this.KeyPreview                    = false;
     this.MaximizeBox                   = true;
     this.MinimizeBox                   = true;
     this.Cursor                        = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                   = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                 = true;
     this.HelpButton                    = false;
     this.WindowState                   = System.Windows.Forms.FormWindowState.Normal;
     this.Name                          = "frmMeasureCopyCriteria";
     this.cmdCopySetp.TextAlign         = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdCopySetp.Text              = "Copy Entire Step";
     this.cmdCopySetp.Size              = new System.Drawing.Size(128, 28);
     this.cmdCopySetp.Location          = new System.Drawing.Point(347, 190);
     this.cmdCopySetp.TabIndex          = 15;
     this.cmdCopySetp.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdCopySetp.BackColor         = System.Drawing.SystemColors.Control;
     this.cmdCopySetp.CausesValidation  = true;
     this.cmdCopySetp.Enabled           = true;
     this.cmdCopySetp.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.cmdCopySetp.Cursor            = System.Windows.Forms.Cursors.Default;
     this.cmdCopySetp.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.cmdCopySetp.TabStop           = true;
     this.cmdCopySetp.Name              = "cmdCopySetp";
     this.cboStep.Enabled               = false;
     this.cboStep.Size                  = new System.Drawing.Size(92, 27);
     this.cboStep.Location              = new System.Drawing.Point(210, 142);
     this.cboStep.TabIndex              = 4;
     this.cboStep.Font                  = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboStep.BackColor             = System.Drawing.SystemColors.Window;
     this.cboStep.CausesValidation      = true;
     this.cboStep.ForeColor             = System.Drawing.SystemColors.WindowText;
     this.cboStep.IntegralHeight        = true;
     this.cboStep.Cursor                = System.Windows.Forms.Cursors.Default;
     this.cboStep.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.cboStep.Sorted                = false;
     this.cboStep.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboStep.TabStop               = true;
     this.cboStep.Visible               = true;
     this.cboStep.Name                  = "cboStep";
     this.cboMeasures.Enabled           = false;
     this.cboMeasures.Size              = new System.Drawing.Size(532, 27);
     this.cboMeasures.Location          = new System.Drawing.Point(210, 100);
     this.cboMeasures.TabIndex          = 3;
     this.cboMeasures.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboMeasures.BackColor         = System.Drawing.SystemColors.Window;
     this.cboMeasures.CausesValidation  = true;
     this.cboMeasures.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.cboMeasures.IntegralHeight    = true;
     this.cboMeasures.Cursor            = System.Windows.Forms.Cursors.Default;
     this.cboMeasures.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.cboMeasures.Sorted            = false;
     this.cboMeasures.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboMeasures.TabStop           = true;
     this.cboMeasures.Visible           = true;
     this.cboMeasures.Name              = "cboMeasures";
     this._rboCopyTo_0.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this._rboCopyTo_0.Text             = "Submission";
     this._rboCopyTo_0.ForeColor        = System.Drawing.Color.Blue;
     this._rboCopyTo_0.Size             = new System.Drawing.Size(112, 32);
     this._rboCopyTo_0.Location         = new System.Drawing.Point(90, 60);
     this._rboCopyTo_0.TabIndex         = 13;
     this._rboCopyTo_0.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this._rboCopyTo_0.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this._rboCopyTo_0.BackColor        = System.Drawing.SystemColors.Control;
     this._rboCopyTo_0.CausesValidation = true;
     this._rboCopyTo_0.Enabled          = true;
     this._rboCopyTo_0.Cursor           = System.Windows.Forms.Cursors.Default;
     this._rboCopyTo_0.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this._rboCopyTo_0.Appearance       = System.Windows.Forms.Appearance.Normal;
     this._rboCopyTo_0.TabStop          = true;
     this._rboCopyTo_0.Checked          = false;
     this._rboCopyTo_0.Visible          = true;
     this._rboCopyTo_0.Name             = "_rboCopyTo_0";
     this._rboCopyTo_1.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this._rboCopyTo_1.Text             = "Measure Verify";
     this._rboCopyTo_1.ForeColor        = System.Drawing.Color.Blue;
     this._rboCopyTo_1.Size             = new System.Drawing.Size(122, 32);
     this._rboCopyTo_1.Location         = new System.Drawing.Point(90, 100);
     this._rboCopyTo_1.TabIndex         = 2;
     this._rboCopyTo_1.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this._rboCopyTo_1.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this._rboCopyTo_1.BackColor        = System.Drawing.SystemColors.Control;
     this._rboCopyTo_1.CausesValidation = true;
     this._rboCopyTo_1.Enabled          = true;
     this._rboCopyTo_1.Cursor           = System.Windows.Forms.Cursors.Default;
     this._rboCopyTo_1.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this._rboCopyTo_1.Appearance       = System.Windows.Forms.Appearance.Normal;
     this._rboCopyTo_1.TabStop          = true;
     this._rboCopyTo_1.Checked          = false;
     this._rboCopyTo_1.Visible          = true;
     this._rboCopyTo_1.Name             = "_rboCopyTo_1";
     this.cboJoinOperator.Size          = new System.Drawing.Size(67, 27);
     this.cboJoinOperator.Location      = new System.Drawing.Point(630, 140);
     this.cboJoinOperator.Items.AddRange(new object[] {
         "AND",
         "OR"
     });
     this.cboJoinOperator.TabIndex         = 6;
     this.cboJoinOperator.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboJoinOperator.BackColor        = System.Drawing.SystemColors.Window;
     this.cboJoinOperator.CausesValidation = true;
     this.cboJoinOperator.Enabled          = true;
     this.cboJoinOperator.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboJoinOperator.IntegralHeight   = true;
     this.cboJoinOperator.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboJoinOperator.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboJoinOperator.Sorted           = false;
     this.cboJoinOperator.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboJoinOperator.TabStop          = true;
     this.cboJoinOperator.Visible          = true;
     this.cboJoinOperator.Name             = "cboJoinOperator";
     this.cmdCancel.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdCancel.Text             = "Cancel";
     this.cmdCancel.Size             = new System.Drawing.Size(80, 28);
     this.cmdCancel.Location         = new System.Drawing.Point(479, 190);
     this.cmdCancel.TabIndex         = 8;
     this.cmdCancel.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdCancel.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdCancel.CausesValidation = true;
     this.cmdCancel.Enabled          = true;
     this.cmdCancel.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdCancel.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.TabStop          = true;
     this.cmdCancel.Name             = "cmdCancel";
     this.cmdCopy.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdCopy.Text             = "Copy";
     this.cmdCopy.Size             = new System.Drawing.Size(80, 28);
     this.cmdCopy.Location         = new System.Drawing.Point(260, 190);
     this.cmdCopy.TabIndex         = 7;
     this.cmdCopy.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdCopy.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdCopy.CausesValidation = true;
     this.cmdCopy.Enabled          = true;
     this.cmdCopy.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdCopy.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdCopy.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdCopy.TabStop          = true;
     this.cmdCopy.Name             = "cmdCopy";
     this.cboSet.Size                 = new System.Drawing.Size(67, 27);
     this.cboSet.Location             = new System.Drawing.Point(410, 142);
     this.cboSet.TabIndex             = 5;
     this.cboSet.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboSet.BackColor            = System.Drawing.SystemColors.Window;
     this.cboSet.CausesValidation     = true;
     this.cboSet.Enabled              = true;
     this.cboSet.ForeColor            = System.Drawing.SystemColors.WindowText;
     this.cboSet.IntegralHeight       = true;
     this.cboSet.Cursor               = System.Windows.Forms.Cursors.Default;
     this.cboSet.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.cboSet.Sorted               = false;
     this.cboSet.DropDownStyle        = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboSet.TabStop              = true;
     this.cboSet.Visible              = true;
     this.cboSet.Name                 = "cboSet";
     this.cboColumns.Enabled          = false;
     this.cboColumns.Size             = new System.Drawing.Size(534, 27);
     this.cboColumns.Location         = new System.Drawing.Point(210, 60);
     this.cboColumns.TabIndex         = 1;
     this.cboColumns.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboColumns.BackColor        = System.Drawing.SystemColors.Window;
     this.cboColumns.CausesValidation = true;
     this.cboColumns.ForeColor        = System.Drawing.SystemColors.WindowText;
     this.cboColumns.IntegralHeight   = true;
     this.cboColumns.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cboColumns.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cboColumns.Sorted           = false;
     this.cboColumns.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboColumns.TabStop          = true;
     this.cboColumns.Visible          = true;
     this.cboColumns.Name             = "cboColumns";
     this.Label3.TextAlign            = System.Drawing.ContentAlignment.TopRight;
     this.Label3.Text                 = "Step #:";
     this.Label3.ForeColor            = System.Drawing.Color.Blue;
     this.Label3.Size                 = new System.Drawing.Size(47, 18);
     this.Label3.Location             = new System.Drawing.Point(150, 150);
     this.Label3.TabIndex             = 14;
     this.Label3.Font                 = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label3.BackColor            = System.Drawing.SystemColors.Control;
     this.Label3.Enabled              = true;
     this.Label3.Cursor               = System.Windows.Forms.Cursors.Default;
     this.Label3.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.Label3.UseMnemonic          = true;
     this.Label3.Visible              = true;
     this.Label3.AutoSize             = false;
     this.Label3.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.Label3.Name                 = "Label3";
     this.lblJoinOperator.TextAlign   = System.Drawing.ContentAlignment.TopRight;
     this.lblJoinOperator.Text        = "Join type in this Set:";
     this.lblJoinOperator.ForeColor   = System.Drawing.Color.Blue;
     this.lblJoinOperator.Size        = new System.Drawing.Size(157, 18);
     this.lblJoinOperator.Location    = new System.Drawing.Point(470, 150);
     this.lblJoinOperator.TabIndex    = 12;
     this.lblJoinOperator.Font        = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblJoinOperator.BackColor   = System.Drawing.SystemColors.Control;
     this.lblJoinOperator.Enabled     = true;
     this.lblJoinOperator.Cursor      = System.Windows.Forms.Cursors.Default;
     this.lblJoinOperator.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblJoinOperator.UseMnemonic = true;
     this.lblJoinOperator.Visible     = true;
     this.lblJoinOperator.AutoSize    = false;
     this.lblJoinOperator.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lblJoinOperator.Name        = "lblJoinOperator";
     this.Label12.TextAlign           = System.Drawing.ContentAlignment.TopRight;
     this.Label12.Text                = "Set #:";
     this.Label12.ForeColor           = System.Drawing.Color.Blue;
     this.Label12.Size                = new System.Drawing.Size(47, 18);
     this.Label12.Location            = new System.Drawing.Point(350, 150);
     this.Label12.TabIndex            = 11;
     this.Label12.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label12.BackColor           = System.Drawing.SystemColors.Control;
     this.Label12.Enabled             = true;
     this.Label12.Cursor              = System.Windows.Forms.Cursors.Default;
     this.Label12.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.Label12.UseMnemonic         = true;
     this.Label12.Visible             = true;
     this.Label12.AutoSize            = false;
     this.Label12.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.Label12.Name                = "Label12";
     this.Shape1.Size                 = new System.Drawing.Size(689, 127);
     this.Shape1.Location             = new System.Drawing.Point(60, 50);
     this.Shape1.BackColor            = System.Drawing.SystemColors.Window;
     this.Shape1.BackStyle            = Microsoft.VisualBasic.PowerPacks.BackStyle.Transparent;
     this.Shape1.BorderColor          = System.Drawing.SystemColors.WindowText;
     this.Shape1.BorderStyle          = System.Drawing.Drawing2D.DashStyle.Solid;
     this.Shape1.BorderWidth          = 1;
     this.Shape1.FillColor            = System.Drawing.Color.Black;
     this.Shape1.FillStyle            = Microsoft.VisualBasic.PowerPacks.FillStyle.Transparent;
     this.Shape1.Visible              = true;
     this.Shape1.Name                 = "Shape1";
     this.Label1.Text                 = "To:";
     this.Label1.Font                 = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label1.ForeColor            = System.Drawing.Color.Red;
     this.Label1.Size                 = new System.Drawing.Size(37, 24);
     this.Label1.Location             = new System.Drawing.Point(9, 64);
     this.Label1.TabIndex             = 10;
     this.Label1.TextAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.Label1.BackColor            = System.Drawing.SystemColors.Control;
     this.Label1.Enabled              = true;
     this.Label1.Cursor               = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic          = true;
     this.Label1.Visible              = true;
     this.Label1.AutoSize             = false;
     this.Label1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name                 = "Label1";
     this.Label2.Text                 = "Copy:";
     this.Label2.Font                 = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label2.ForeColor            = System.Drawing.Color.Red;
     this.Label2.Size                 = new System.Drawing.Size(53, 24);
     this.Label2.Location             = new System.Drawing.Point(4, 5);
     this.Label2.TabIndex             = 9;
     this.Label2.TextAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.Label2.BackColor            = System.Drawing.SystemColors.Control;
     this.Label2.Enabled              = true;
     this.Label2.Cursor               = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft          = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic          = true;
     this.Label2.Visible              = true;
     this.Label2.AutoSize             = false;
     this.Label2.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name                 = "Label2";
     this.lblCopyFrom.BackColor       = System.Drawing.Color.Transparent;
     this.lblCopyFrom.Text            = "This criteria";
     this.lblCopyFrom.ForeColor       = System.Drawing.Color.Blue;
     this.lblCopyFrom.Size            = new System.Drawing.Size(687, 30);
     this.lblCopyFrom.Location        = new System.Drawing.Point(59, 7);
     this.lblCopyFrom.TabIndex        = 0;
     this.lblCopyFrom.Font            = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblCopyFrom.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
     this.lblCopyFrom.Enabled         = true;
     this.lblCopyFrom.Cursor          = System.Windows.Forms.Cursors.Default;
     this.lblCopyFrom.RightToLeft     = System.Windows.Forms.RightToLeft.No;
     this.lblCopyFrom.UseMnemonic     = true;
     this.lblCopyFrom.Visible         = true;
     this.lblCopyFrom.AutoSize        = false;
     this.lblCopyFrom.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblCopyFrom.Name            = "lblCopyFrom";
     this.Controls.Add(cmdCopySetp);
     this.Controls.Add(cboStep);
     this.Controls.Add(cboMeasures);
     this.Controls.Add(_rboCopyTo_0);
     this.Controls.Add(_rboCopyTo_1);
     this.Controls.Add(cboJoinOperator);
     this.Controls.Add(cmdCancel);
     this.Controls.Add(cmdCopy);
     this.Controls.Add(cboSet);
     this.Controls.Add(cboColumns);
     this.Controls.Add(Label3);
     this.Controls.Add(lblJoinOperator);
     this.Controls.Add(Label12);
     this.ShapeContainer1.Shapes.Add(Shape1);
     this.Controls.Add(Label1);
     this.Controls.Add(Label2);
     this.Controls.Add(lblCopyFrom);
     this.Controls.Add(ShapeContainer1);
     this.rboCopyTo.SetIndex(_rboCopyTo_0, Convert.ToInt16(0));
     this.rboCopyTo.SetIndex(_rboCopyTo_1, Convert.ToInt16(1));
     ((System.ComponentModel.ISupportInitialize) this.rboCopyTo).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OldfrmValidationCopyCriteria));
     this.components      = new System.ComponentModel.Container();
     this.ToolTip1        = new System.Windows.Forms.ToolTip(components);
     this.ShapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.cmdCopySetp     = new System.Windows.Forms.Button();
     this.cboWarning      = new System.Windows.Forms.ComboBox();
     this._rboError_0     = new System.Windows.Forms.RadioButton();
     this.rboWarning      = new System.Windows.Forms.RadioButton();
     this.cmdCancel       = new System.Windows.Forms.Button();
     this.cboError        = new System.Windows.Forms.ComboBox();
     this.Shape1          = new Microsoft.VisualBasic.PowerPacks.RectangleShape();
     this.Label1          = new System.Windows.Forms.Label();
     this.Label2          = new System.Windows.Forms.Label();
     this.lblCopyFrom     = new System.Windows.Forms.Label();
     this.rboError        = new Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray(components);
     this.SuspendLayout();
     this.ToolTip1.Active = true;
     ((System.ComponentModel.ISupportInitialize) this.rboError).BeginInit();
     this.Text                         = "Copy Measure Criteria";
     this.ClientSize                   = new System.Drawing.Size(764, 225);
     this.Location                     = new System.Drawing.Point(5, 29);
     this.StartPosition                = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation;
     this.Font                         = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.AutoScaleMode                = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                    = System.Drawing.SystemColors.Control;
     this.FormBorderStyle              = System.Windows.Forms.FormBorderStyle.Sizable;
     this.ControlBox                   = true;
     this.Enabled                      = true;
     this.KeyPreview                   = false;
     this.MaximizeBox                  = true;
     this.MinimizeBox                  = true;
     this.Cursor                       = System.Windows.Forms.Cursors.Default;
     this.RightToLeft                  = System.Windows.Forms.RightToLeft.No;
     this.ShowInTaskbar                = true;
     this.HelpButton                   = false;
     this.WindowState                  = System.Windows.Forms.FormWindowState.Normal;
     this.Name                         = "frmValidationCopyCriteria";
     this.cmdCopySetp.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdCopySetp.Text             = "Copy Entire Message";
     this.cmdCopySetp.Size             = new System.Drawing.Size(138, 28);
     this.cmdCopySetp.Location         = new System.Drawing.Point(280, 180);
     this.cmdCopySetp.TabIndex         = 8;
     this.cmdCopySetp.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdCopySetp.BackColor        = System.Drawing.SystemColors.Control;
     this.cmdCopySetp.CausesValidation = true;
     this.cmdCopySetp.Enabled          = true;
     this.cmdCopySetp.ForeColor        = System.Drawing.SystemColors.ControlText;
     this.cmdCopySetp.Cursor           = System.Windows.Forms.Cursors.Default;
     this.cmdCopySetp.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.cmdCopySetp.TabStop          = true;
     this.cmdCopySetp.Name             = "cmdCopySetp";
     this.cboWarning.Size              = new System.Drawing.Size(532, 27);
     this.cboWarning.Location          = new System.Drawing.Point(210, 100);
     this.cboWarning.TabIndex          = 3;
     this.cboWarning.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboWarning.BackColor         = System.Drawing.SystemColors.Window;
     this.cboWarning.CausesValidation  = true;
     this.cboWarning.Enabled           = true;
     this.cboWarning.ForeColor         = System.Drawing.SystemColors.WindowText;
     this.cboWarning.IntegralHeight    = true;
     this.cboWarning.Cursor            = System.Windows.Forms.Cursors.Default;
     this.cboWarning.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.cboWarning.Sorted            = false;
     this.cboWarning.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboWarning.TabStop           = true;
     this.cboWarning.Visible           = true;
     this.cboWarning.Name              = "cboWarning";
     this._rboError_0.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this._rboError_0.Text             = "Error";
     this._rboError_0.ForeColor        = System.Drawing.Color.Blue;
     this._rboError_0.Size             = new System.Drawing.Size(112, 32);
     this._rboError_0.Location         = new System.Drawing.Point(90, 60);
     this._rboError_0.TabIndex         = 7;
     this._rboError_0.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this._rboError_0.CheckAlign       = System.Drawing.ContentAlignment.MiddleLeft;
     this._rboError_0.BackColor        = System.Drawing.SystemColors.Control;
     this._rboError_0.CausesValidation = true;
     this._rboError_0.Enabled          = true;
     this._rboError_0.Cursor           = System.Windows.Forms.Cursors.Default;
     this._rboError_0.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this._rboError_0.Appearance       = System.Windows.Forms.Appearance.Normal;
     this._rboError_0.TabStop          = true;
     this._rboError_0.Checked          = false;
     this._rboError_0.Visible          = true;
     this._rboError_0.Name             = "_rboError_0";
     this.rboWarning.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.rboWarning.Text              = "Warning";
     this.rboWarning.ForeColor         = System.Drawing.Color.Blue;
     this.rboWarning.Size              = new System.Drawing.Size(122, 32);
     this.rboWarning.Location          = new System.Drawing.Point(90, 100);
     this.rboWarning.TabIndex          = 2;
     this.rboWarning.Font              = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.rboWarning.CheckAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.rboWarning.BackColor         = System.Drawing.SystemColors.Control;
     this.rboWarning.CausesValidation  = true;
     this.rboWarning.Enabled           = true;
     this.rboWarning.Cursor            = System.Windows.Forms.Cursors.Default;
     this.rboWarning.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.rboWarning.Appearance        = System.Windows.Forms.Appearance.Normal;
     this.rboWarning.TabStop           = true;
     this.rboWarning.Checked           = false;
     this.rboWarning.Visible           = true;
     this.rboWarning.Name              = "rboWarning";
     this.cmdCancel.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.cmdCancel.Text               = "Cancel";
     this.cmdCancel.Size               = new System.Drawing.Size(80, 28);
     this.cmdCancel.Location           = new System.Drawing.Point(470, 180);
     this.cmdCancel.TabIndex           = 4;
     this.cmdCancel.Font               = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cmdCancel.BackColor          = System.Drawing.SystemColors.Control;
     this.cmdCancel.CausesValidation   = true;
     this.cmdCancel.Enabled            = true;
     this.cmdCancel.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.cmdCancel.Cursor             = System.Windows.Forms.Cursors.Default;
     this.cmdCancel.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.cmdCancel.TabStop            = true;
     this.cmdCancel.Name               = "cmdCancel";
     this.cboError.Size                = new System.Drawing.Size(534, 27);
     this.cboError.Location            = new System.Drawing.Point(210, 60);
     this.cboError.TabIndex            = 1;
     this.cboError.Font                = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.cboError.BackColor           = System.Drawing.SystemColors.Window;
     this.cboError.CausesValidation    = true;
     this.cboError.Enabled             = true;
     this.cboError.ForeColor           = System.Drawing.SystemColors.WindowText;
     this.cboError.IntegralHeight      = true;
     this.cboError.Cursor              = System.Windows.Forms.Cursors.Default;
     this.cboError.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.cboError.Sorted              = false;
     this.cboError.DropDownStyle       = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.cboError.TabStop             = true;
     this.cboError.Visible             = true;
     this.cboError.Name                = "cboError";
     this.Shape1.Size                  = new System.Drawing.Size(689, 97);
     this.Shape1.Location              = new System.Drawing.Point(60, 50);
     this.Shape1.BackColor             = System.Drawing.SystemColors.Window;
     this.Shape1.BackStyle             = Microsoft.VisualBasic.PowerPacks.BackStyle.Transparent;
     this.Shape1.BorderColor           = System.Drawing.SystemColors.WindowText;
     this.Shape1.BorderStyle           = System.Drawing.Drawing2D.DashStyle.Solid;
     this.Shape1.BorderWidth           = 1;
     this.Shape1.FillColor             = System.Drawing.Color.Black;
     this.Shape1.FillStyle             = Microsoft.VisualBasic.PowerPacks.FillStyle.Transparent;
     this.Shape1.Visible               = true;
     this.Shape1.Name                  = "Shape1";
     this.Label1.Text                  = "To:";
     this.Label1.Font                  = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label1.ForeColor             = System.Drawing.Color.Red;
     this.Label1.Size                  = new System.Drawing.Size(37, 24);
     this.Label1.Location              = new System.Drawing.Point(9, 64);
     this.Label1.TabIndex              = 6;
     this.Label1.TextAlign             = System.Drawing.ContentAlignment.TopLeft;
     this.Label1.BackColor             = System.Drawing.SystemColors.Control;
     this.Label1.Enabled               = true;
     this.Label1.Cursor                = System.Windows.Forms.Cursors.Default;
     this.Label1.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.Label1.UseMnemonic           = true;
     this.Label1.Visible               = true;
     this.Label1.AutoSize              = false;
     this.Label1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.Label1.Name                  = "Label1";
     this.Label2.Text                  = "Copy:";
     this.Label2.Font                  = new System.Drawing.Font("Arial", 8.25f, System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.Label2.ForeColor             = System.Drawing.Color.Red;
     this.Label2.Size                  = new System.Drawing.Size(53, 24);
     this.Label2.Location              = new System.Drawing.Point(4, 5);
     this.Label2.TabIndex              = 5;
     this.Label2.TextAlign             = System.Drawing.ContentAlignment.TopLeft;
     this.Label2.BackColor             = System.Drawing.SystemColors.Control;
     this.Label2.Enabled               = true;
     this.Label2.Cursor                = System.Windows.Forms.Cursors.Default;
     this.Label2.RightToLeft           = System.Windows.Forms.RightToLeft.No;
     this.Label2.UseMnemonic           = true;
     this.Label2.Visible               = true;
     this.Label2.AutoSize              = false;
     this.Label2.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     this.Label2.Name                  = "Label2";
     this.lblCopyFrom.BackColor        = System.Drawing.Color.Transparent;
     this.lblCopyFrom.Text             = "This criteria";
     this.lblCopyFrom.ForeColor        = System.Drawing.Color.Blue;
     this.lblCopyFrom.Size             = new System.Drawing.Size(687, 30);
     this.lblCopyFrom.Location         = new System.Drawing.Point(59, 7);
     this.lblCopyFrom.TabIndex         = 0;
     this.lblCopyFrom.Font             = new System.Drawing.Font("Arial", 8f, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, Convert.ToByte(0));
     this.lblCopyFrom.TextAlign        = System.Drawing.ContentAlignment.TopLeft;
     this.lblCopyFrom.Enabled          = true;
     this.lblCopyFrom.Cursor           = System.Windows.Forms.Cursors.Default;
     this.lblCopyFrom.RightToLeft      = System.Windows.Forms.RightToLeft.No;
     this.lblCopyFrom.UseMnemonic      = true;
     this.lblCopyFrom.Visible          = true;
     this.lblCopyFrom.AutoSize         = false;
     this.lblCopyFrom.BorderStyle      = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblCopyFrom.Name             = "lblCopyFrom";
     this.Controls.Add(cmdCopySetp);
     this.Controls.Add(cboWarning);
     this.Controls.Add(_rboError_0);
     this.Controls.Add(rboWarning);
     this.Controls.Add(cmdCancel);
     this.Controls.Add(cboError);
     this.ShapeContainer1.Shapes.Add(Shape1);
     this.Controls.Add(Label1);
     this.Controls.Add(Label2);
     this.Controls.Add(lblCopyFrom);
     this.Controls.Add(ShapeContainer1);
     this.rboError.SetIndex(_rboError_0, Convert.ToInt16(0));
     ((System.ComponentModel.ISupportInitialize) this.rboError).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }