/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ItemNameLB           = new System.Windows.Forms.Label();
     this.TimestampLB          = new System.Windows.Forms.Label();
     this.ValueLB              = new System.Windows.Forms.Label();
     this.ItemNameTB           = new System.Windows.Forms.TextBox();
     this.TimestampSpecifiedCB = new System.Windows.Forms.CheckBox();
     this.ItemPathTB           = new System.Windows.Forms.TextBox();
     this.ItemPathLB           = new System.Windows.Forms.Label();
     this.QualitySpecifiedCB   = new System.Windows.Forms.CheckBox();
     this.VendorBitsCTRL       = new System.Windows.Forms.NumericUpDown();
     this.QualityBitsLB        = new System.Windows.Forms.Label();
     this.ValueSpecifiedCB     = new System.Windows.Forms.CheckBox();
     this.QualityBitsCTRL      = new OpcClientSdk.Controls.EnumCtrl();
     this.LimitBitsCTRL        = new OpcClientSdk.Controls.EnumCtrl();
     this.LimitBitsLB          = new System.Windows.Forms.Label();
     this.VendorBitsLB         = new System.Windows.Forms.Label();
     this.ValueCTRL            = new OpcClientSdk.Controls.ValueCtrl();
     this.TimestampCTRL        = new System.Windows.Forms.DateTimePicker();
     ((System.ComponentModel.ISupportInitialize)(this.VendorBitsCTRL)).BeginInit();
     this.SuspendLayout();
     //
     // ItemNameLB
     //
     this.ItemNameLB.Name      = "ItemNameLB";
     this.ItemNameLB.TabIndex  = 0;
     this.ItemNameLB.Text      = "Item Name";
     this.ItemNameLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TimestampLB
     //
     this.TimestampLB.Location  = new System.Drawing.Point(0, 144);
     this.TimestampLB.Name      = "TimestampLB";
     this.TimestampLB.TabIndex  = 1;
     this.TimestampLB.Text      = "Timestamp";
     this.TimestampLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ValueLB
     //
     this.ValueLB.Location  = new System.Drawing.Point(0, 48);
     this.ValueLB.Name      = "ValueLB";
     this.ValueLB.TabIndex  = 3;
     this.ValueLB.Text      = "Value";
     this.ValueLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ItemNameTB
     //
     this.ItemNameTB.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                               | System.Windows.Forms.AnchorStyles.Right);
     this.ItemNameTB.Location = new System.Drawing.Point(104, 0);
     this.ItemNameTB.Name     = "ItemNameTB";
     this.ItemNameTB.ReadOnly = true;
     this.ItemNameTB.Size     = new System.Drawing.Size(248, 20);
     this.ItemNameTB.TabIndex = 8;
     this.ItemNameTB.Text     = "";
     //
     // TimestampSpecifiedCB
     //
     this.TimestampSpecifiedCB.Anchor          = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.TimestampSpecifiedCB.Checked         = true;
     this.TimestampSpecifiedCB.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.TimestampSpecifiedCB.Location        = new System.Drawing.Point(336, 143);
     this.TimestampSpecifiedCB.Name            = "TimestampSpecifiedCB";
     this.TimestampSpecifiedCB.Size            = new System.Drawing.Size(16, 24);
     this.TimestampSpecifiedCB.TabIndex        = 20;
     this.TimestampSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged);
     //
     // ItemPathTB
     //
     this.ItemPathTB.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                               | System.Windows.Forms.AnchorStyles.Right);
     this.ItemPathTB.Location = new System.Drawing.Point(104, 24);
     this.ItemPathTB.Name     = "ItemPathTB";
     this.ItemPathTB.ReadOnly = true;
     this.ItemPathTB.Size     = new System.Drawing.Size(248, 20);
     this.ItemPathTB.TabIndex = 27;
     this.ItemPathTB.Text     = "";
     //
     // ItemPathLB
     //
     this.ItemPathLB.Location  = new System.Drawing.Point(0, 24);
     this.ItemPathLB.Name      = "ItemPathLB";
     this.ItemPathLB.TabIndex  = 26;
     this.ItemPathLB.Text      = "Item Path";
     this.ItemPathLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // QualitySpecifiedCB
     //
     this.QualitySpecifiedCB.Anchor          = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.QualitySpecifiedCB.Checked         = true;
     this.QualitySpecifiedCB.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.QualitySpecifiedCB.Location        = new System.Drawing.Point(336, 71);
     this.QualitySpecifiedCB.Name            = "QualitySpecifiedCB";
     this.QualitySpecifiedCB.Size            = new System.Drawing.Size(16, 24);
     this.QualitySpecifiedCB.TabIndex        = 30;
     this.QualitySpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged);
     //
     // VendorBitsCTRL
     //
     this.VendorBitsCTRL.Location = new System.Drawing.Point(104, 121);
     this.VendorBitsCTRL.Maximum  = new System.Decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.VendorBitsCTRL.Name     = "VendorBitsCTRL";
     this.VendorBitsCTRL.Size     = new System.Drawing.Size(80, 20);
     this.VendorBitsCTRL.TabIndex = 29;
     //
     // QualityBitsLB
     //
     this.QualityBitsLB.Location  = new System.Drawing.Point(0, 72);
     this.QualityBitsLB.Name      = "QualityBitsLB";
     this.QualityBitsLB.TabIndex  = 28;
     this.QualityBitsLB.Text      = "Quality Bits";
     this.QualityBitsLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ValueSpecifiedCB
     //
     this.ValueSpecifiedCB.Anchor          = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     this.ValueSpecifiedCB.Checked         = true;
     this.ValueSpecifiedCB.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ValueSpecifiedCB.Location        = new System.Drawing.Point(336, 48);
     this.ValueSpecifiedCB.Name            = "ValueSpecifiedCB";
     this.ValueSpecifiedCB.Size            = new System.Drawing.Size(16, 24);
     this.ValueSpecifiedCB.TabIndex        = 31;
     this.ValueSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged);
     //
     // QualityBitsCTRL
     //
     this.QualityBitsCTRL.Location = new System.Drawing.Point(104, 71);
     this.QualityBitsCTRL.Name     = "QualityBitsCTRL";
     this.QualityBitsCTRL.Size     = new System.Drawing.Size(152, 24);
     this.QualityBitsCTRL.TabIndex = 32;
     //
     // LimitBitsCTRL
     //
     this.LimitBitsCTRL.Location = new System.Drawing.Point(104, 95);
     this.LimitBitsCTRL.Name     = "LimitBitsCTRL";
     this.LimitBitsCTRL.Size     = new System.Drawing.Size(80, 24);
     this.LimitBitsCTRL.TabIndex = 34;
     //
     // LimitBitsLB
     //
     this.LimitBitsLB.Location  = new System.Drawing.Point(0, 96);
     this.LimitBitsLB.Name      = "LimitBitsLB";
     this.LimitBitsLB.TabIndex  = 33;
     this.LimitBitsLB.Text      = "Limit Bits";
     this.LimitBitsLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // VendorBitsLB
     //
     this.VendorBitsLB.Location  = new System.Drawing.Point(0, 120);
     this.VendorBitsLB.Name      = "VendorBitsLB";
     this.VendorBitsLB.TabIndex  = 35;
     this.VendorBitsLB.Text      = "Vendor Bits";
     this.VendorBitsLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ValueCTRL
     //
     this.ValueCTRL.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                              | System.Windows.Forms.AnchorStyles.Right);
     this.ValueCTRL.Location = new System.Drawing.Point(104, 49);
     this.ValueCTRL.Name     = "ValueCTRL";
     this.ValueCTRL.Size     = new System.Drawing.Size(224, 20);
     this.ValueCTRL.TabIndex = 36;
     //
     // TimestampCTRL
     //
     this.TimestampCTRL.CustomFormat = "yyyy/MM/dd HH:mm:ss";
     this.TimestampCTRL.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.TimestampCTRL.Location     = new System.Drawing.Point(104, 145);
     this.TimestampCTRL.Name         = "TimestampCTRL";
     this.TimestampCTRL.ShowUpDown   = true;
     this.TimestampCTRL.Size         = new System.Drawing.Size(136, 20);
     this.TimestampCTRL.TabIndex     = 37;
     //
     // ItemValueEditCtrl
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.TimestampCTRL,
         this.ValueCTRL,
         this.VendorBitsLB,
         this.LimitBitsCTRL,
         this.LimitBitsLB,
         this.QualityBitsCTRL,
         this.ValueSpecifiedCB,
         this.QualitySpecifiedCB,
         this.VendorBitsCTRL,
         this.QualityBitsLB,
         this.ItemPathTB,
         this.ItemPathLB,
         this.TimestampSpecifiedCB,
         this.ItemNameTB,
         this.ValueLB,
         this.TimestampLB,
         this.ItemNameLB
     });
     this.Name = "ItemValueEditCtrl";
     this.Size = new System.Drawing.Size(360, 168);
     ((System.ComponentModel.ISupportInitialize)(this.VendorBitsCTRL)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ButtonsPN       = new System.Windows.Forms.Panel();
     this.CancelBTN       = new System.Windows.Forms.Button();
     this.OkBTN           = new System.Windows.Forms.Button();
     this.MainPN          = new System.Windows.Forms.Panel();
     this.DescriptionLB   = new System.Windows.Forms.Label();
     this.NameLB          = new System.Windows.Forms.Label();
     this.AttributeCB     = new System.Windows.Forms.ComboBox();
     this.TopPN           = new System.Windows.Forms.Panel();
     this.OperatorCTRL    = new OpcClientSdk.Controls.EnumCtrl();
     this.FilterValueCTRL = new OpcClientSdk.Controls.ValueCtrl();
     this.OperatorLB      = new System.Windows.Forms.Label();
     this.FilterValueLB   = new System.Windows.Forms.Label();
     this.ButtonsPN.SuspendLayout();
     this.MainPN.SuspendLayout();
     this.TopPN.SuspendLayout();
     this.SuspendLayout();
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Controls.Add(this.OkBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 138);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(304, 36);
     this.ButtonsPN.TabIndex = 1;
     //
     // CancelBTN
     //
     this.CancelBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBTN.Location     = new System.Drawing.Point(224, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Cancel";
     //
     // OkBTN
     //
     this.OkBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.OkBTN.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.OkBTN.Location     = new System.Drawing.Point(4, 8);
     this.OkBTN.Name         = "OkBTN";
     this.OkBTN.TabIndex     = 1;
     this.OkBTN.Text         = "OK";
     //
     // MainPN
     //
     this.MainPN.Controls.Add(this.DescriptionLB);
     this.MainPN.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.MainPN.DockPadding.Left  = 4;
     this.MainPN.DockPadding.Right = 4;
     this.MainPN.DockPadding.Top   = 4;
     this.MainPN.Location          = new System.Drawing.Point(0, 76);
     this.MainPN.Name              = "MainPN";
     this.MainPN.Size              = new System.Drawing.Size(304, 62);
     this.MainPN.TabIndex          = 5;
     //
     // DescriptionLB
     //
     this.DescriptionLB.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.DescriptionLB.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.DescriptionLB.Location    = new System.Drawing.Point(4, 4);
     this.DescriptionLB.Name        = "DescriptionLB";
     this.DescriptionLB.Size        = new System.Drawing.Size(296, 58);
     this.DescriptionLB.TabIndex    = 2;
     this.DescriptionLB.Text        = "Description";
     //
     // NameLB
     //
     this.NameLB.Location  = new System.Drawing.Point(4, 4);
     this.NameLB.Name      = "NameLB";
     this.NameLB.Size      = new System.Drawing.Size(68, 23);
     this.NameLB.TabIndex  = 0;
     this.NameLB.Text      = "Attribute";
     this.NameLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AttributeCB
     //
     this.AttributeCB.Location              = new System.Drawing.Point(72, 4);
     this.AttributeCB.Name                  = "AttributeCB";
     this.AttributeCB.Size                  = new System.Drawing.Size(228, 21);
     this.AttributeCB.TabIndex              = 3;
     this.AttributeCB.SelectedIndexChanged += new System.EventHandler(this.AttributeCB_SelectedIndexChanged);
     //
     // TopPN
     //
     this.TopPN.Controls.Add(this.OperatorCTRL);
     this.TopPN.Controls.Add(this.FilterValueCTRL);
     this.TopPN.Controls.Add(this.OperatorLB);
     this.TopPN.Controls.Add(this.FilterValueLB);
     this.TopPN.Controls.Add(this.AttributeCB);
     this.TopPN.Controls.Add(this.NameLB);
     this.TopPN.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopPN.Location = new System.Drawing.Point(0, 0);
     this.TopPN.Name     = "TopPN";
     this.TopPN.Size     = new System.Drawing.Size(304, 76);
     this.TopPN.TabIndex = 6;
     //
     // OperatorCTRL
     //
     this.OperatorCTRL.Location = new System.Drawing.Point(72, 28);
     this.OperatorCTRL.Name     = "OperatorCTRL";
     this.OperatorCTRL.Size     = new System.Drawing.Size(144, 24);
     this.OperatorCTRL.TabIndex = 13;
     //
     // FilterValueCTRL
     //
     this.FilterValueCTRL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.FilterValueCTRL.ItemID   = null;
     this.FilterValueCTRL.Location = new System.Drawing.Point(72, 52);
     this.FilterValueCTRL.Name     = "FilterValueCTRL";
     this.FilterValueCTRL.Size     = new System.Drawing.Size(228, 20);
     this.FilterValueCTRL.TabIndex = 12;
     //
     // OperatorLB
     //
     this.OperatorLB.Location  = new System.Drawing.Point(4, 28);
     this.OperatorLB.Name      = "OperatorLB";
     this.OperatorLB.Size      = new System.Drawing.Size(68, 23);
     this.OperatorLB.TabIndex  = 10;
     this.OperatorLB.Text      = "Operator";
     this.OperatorLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FilterValueLB
     //
     this.FilterValueLB.Location  = new System.Drawing.Point(4, 52);
     this.FilterValueLB.Name      = "FilterValueLB";
     this.FilterValueLB.Size      = new System.Drawing.Size(68, 23);
     this.FilterValueLB.TabIndex  = 11;
     this.FilterValueLB.Text      = "Filter Value";
     this.FilterValueLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // AttributeFilterEditDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.CancelBTN;
     this.ClientSize        = new System.Drawing.Size(304, 174);
     this.Controls.Add(this.MainPN);
     this.Controls.Add(this.TopPN);
     this.Controls.Add(this.ButtonsPN);
     this.Name          = "AttributeFilterEditDlg";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Set Attribute Filter";
     this.ButtonsPN.ResumeLayout(false);
     this.MainPN.ResumeLayout(false);
     this.TopPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }