/// <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.OkBTN                   = new System.Windows.Forms.Button();
     this.CancelBTN               = new System.Windows.Forms.Button();
     this.ButtonsPN               = new System.Windows.Forms.Panel();
     this.ApplyBTN                = new System.Windows.Forms.Button();
     this.PropertyFiltersCTRL     = new Client.PropertyFiltersCtrl();
     this.MaxElementsReturnedCTRL = new System.Windows.Forms.NumericUpDown();
     this.ElementNameFilterTB     = new System.Windows.Forms.TextBox();
     this.ReturnPropertiesLB      = new System.Windows.Forms.Label();
     this.ElementNameFilterLB     = new System.Windows.Forms.Label();
     this.ReturnPropertiesCB      = new System.Windows.Forms.CheckBox();
     this.VendorFilterLB          = new System.Windows.Forms.Label();
     this.VendorFilterTB          = new System.Windows.Forms.TextBox();
     this.BrowseFilterLB          = new System.Windows.Forms.Label();
     this.BrowseFilterCTRL        = new OpcClientSdk.Controls.EnumCtrl();
     this.MaxElementsReturnedLB   = new System.Windows.Forms.Label();
     this.TopPN                   = new System.Windows.Forms.Panel();
     this.ButtonsPN.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MaxElementsReturnedCTRL)).BeginInit();
     this.TopPN.SuspendLayout();
     this.SuspendLayout();
     //
     // OkBTN
     //
     this.OkBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.OkBTN.Location = new System.Drawing.Point(118, 6);
     this.OkBTN.Name     = "OkBTN";
     this.OkBTN.Size     = new System.Drawing.Size(75, 23);
     this.OkBTN.TabIndex = 1;
     this.OkBTN.Text     = "OK";
     this.OkBTN.Click   += new System.EventHandler(this.OkBTN_Click);
     //
     // 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(280, 6);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.Size         = new System.Drawing.Size(75, 23);
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Cancel";
     this.CancelBTN.Click       += new System.EventHandler(this.CancelBTN_Click);
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.ApplyBTN);
     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(4, 274);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(360, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // ApplyBTN
     //
     this.ApplyBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.ApplyBTN.Location = new System.Drawing.Point(199, 6);
     this.ApplyBTN.Name     = "ApplyBTN";
     this.ApplyBTN.Size     = new System.Drawing.Size(75, 23);
     this.ApplyBTN.TabIndex = 2;
     this.ApplyBTN.Text     = "Apply";
     this.ApplyBTN.Click   += new System.EventHandler(this.ApplyBTN_Click);
     //
     // PropertyFiltersCTRL
     //
     this.PropertyFiltersCTRL.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.PropertyFiltersCTRL.Location             = new System.Drawing.Point(4, 124);
     this.PropertyFiltersCTRL.Name                 = "PropertyFiltersCTRL";
     this.PropertyFiltersCTRL.PropertyIDs          = new TsDaPropertyID[0];
     this.PropertyFiltersCTRL.ReturnAllProperties  = true;
     this.PropertyFiltersCTRL.ReturnPropertyValues = true;
     this.PropertyFiltersCTRL.Size                 = new System.Drawing.Size(360, 150);
     this.PropertyFiltersCTRL.TabIndex             = 0;
     //
     // MaxElementsReturnedCTRL
     //
     this.MaxElementsReturnedCTRL.Location = new System.Drawing.Point(112, 24);
     this.MaxElementsReturnedCTRL.Maximum  = new System.Decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     this.MaxElementsReturnedCTRL.Name     = "MaxElementsReturnedCTRL";
     this.MaxElementsReturnedCTRL.Size     = new System.Drawing.Size(72, 20);
     this.MaxElementsReturnedCTRL.TabIndex = 3;
     //
     // ElementNameFilterTB
     //
     this.ElementNameFilterTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.ElementNameFilterTB.Location = new System.Drawing.Point(112, 48);
     this.ElementNameFilterTB.Name     = "ElementNameFilterTB";
     this.ElementNameFilterTB.Size     = new System.Drawing.Size(240, 20);
     this.ElementNameFilterTB.TabIndex = 5;
     //
     // ReturnPropertiesLB
     //
     this.ReturnPropertiesLB.Location  = new System.Drawing.Point(0, 96);
     this.ReturnPropertiesLB.Name      = "ReturnPropertiesLB";
     this.ReturnPropertiesLB.Size      = new System.Drawing.Size(112, 23);
     this.ReturnPropertiesLB.TabIndex  = 8;
     this.ReturnPropertiesLB.Text      = "Return Properties";
     this.ReturnPropertiesLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ElementNameFilterLB
     //
     this.ElementNameFilterLB.Location  = new System.Drawing.Point(0, 48);
     this.ElementNameFilterLB.Name      = "ElementNameFilterLB";
     this.ElementNameFilterLB.Size      = new System.Drawing.Size(112, 23);
     this.ElementNameFilterLB.TabIndex  = 4;
     this.ElementNameFilterLB.Text      = "Element Name Filter";
     this.ElementNameFilterLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ReturnPropertiesCB
     //
     this.ReturnPropertiesCB.Checked         = true;
     this.ReturnPropertiesCB.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.ReturnPropertiesCB.Location        = new System.Drawing.Point(112, 96);
     this.ReturnPropertiesCB.Name            = "ReturnPropertiesCB";
     this.ReturnPropertiesCB.Size            = new System.Drawing.Size(16, 24);
     this.ReturnPropertiesCB.TabIndex        = 9;
     this.ReturnPropertiesCB.CheckedChanged += new System.EventHandler(this.ReturnPropertiesCB_CheckedChanged);
     //
     // VendorFilterLB
     //
     this.VendorFilterLB.Location  = new System.Drawing.Point(0, 72);
     this.VendorFilterLB.Name      = "VendorFilterLB";
     this.VendorFilterLB.Size      = new System.Drawing.Size(112, 23);
     this.VendorFilterLB.TabIndex  = 6;
     this.VendorFilterLB.Text      = "Vendor Filter";
     this.VendorFilterLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // VendorFilterTB
     //
     this.VendorFilterTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.VendorFilterTB.Location = new System.Drawing.Point(112, 72);
     this.VendorFilterTB.Name     = "VendorFilterTB";
     this.VendorFilterTB.Size     = new System.Drawing.Size(240, 20);
     this.VendorFilterTB.TabIndex = 7;
     //
     // BrowseFilterLB
     //
     this.BrowseFilterLB.Location  = new System.Drawing.Point(0, 0);
     this.BrowseFilterLB.Name      = "BrowseFilterLB";
     this.BrowseFilterLB.Size      = new System.Drawing.Size(112, 23);
     this.BrowseFilterLB.TabIndex  = 0;
     this.BrowseFilterLB.Text      = "Browse Filter";
     this.BrowseFilterLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BrowseFilterCTRL
     //
     this.BrowseFilterCTRL.Location = new System.Drawing.Point(112, 0);
     this.BrowseFilterCTRL.Name     = "BrowseFilterCTRL";
     this.BrowseFilterCTRL.Size     = new System.Drawing.Size(152, 24);
     this.BrowseFilterCTRL.TabIndex = 1;
     this.BrowseFilterCTRL.Value    = null;
     //
     // MaxElementsReturnedLB
     //
     this.MaxElementsReturnedLB.Location  = new System.Drawing.Point(0, 24);
     this.MaxElementsReturnedLB.Name      = "MaxElementsReturnedLB";
     this.MaxElementsReturnedLB.Size      = new System.Drawing.Size(112, 23);
     this.MaxElementsReturnedLB.TabIndex  = 2;
     this.MaxElementsReturnedLB.Text      = "Maximum Returned";
     this.MaxElementsReturnedLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TopPN
     //
     this.TopPN.Controls.Add(this.ElementNameFilterTB);
     this.TopPN.Controls.Add(this.MaxElementsReturnedCTRL);
     this.TopPN.Controls.Add(this.BrowseFilterCTRL);
     this.TopPN.Controls.Add(this.BrowseFilterLB);
     this.TopPN.Controls.Add(this.ReturnPropertiesLB);
     this.TopPN.Controls.Add(this.VendorFilterLB);
     this.TopPN.Controls.Add(this.MaxElementsReturnedLB);
     this.TopPN.Controls.Add(this.ReturnPropertiesCB);
     this.TopPN.Controls.Add(this.ElementNameFilterLB);
     this.TopPN.Controls.Add(this.VendorFilterTB);
     this.TopPN.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopPN.Location = new System.Drawing.Point(4, 4);
     this.TopPN.Name     = "TopPN";
     this.TopPN.Size     = new System.Drawing.Size(360, 120);
     this.TopPN.TabIndex = 32;
     //
     // BrowseFiltersDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(368, 310);
     this.Controls.Add(this.PropertyFiltersCTRL);
     this.Controls.Add(this.ButtonsPN);
     this.Controls.Add(this.TopPN);
     this.Name          = "BrowseFiltersDlg";
     this.Padding       = new System.Windows.Forms.Padding(4, 4, 4, 0);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Browse Filters";
     this.ButtonsPN.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.MaxElementsReturnedCTRL)).EndInit();
     this.TopPN.ResumeLayout(false);
     this.TopPN.PerformLayout();
     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);
 }