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 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 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();
            base.SuspendLayout();
            this.OkBTN.Anchor           = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
            this.OkBTN.Location         = new Point(4, 8);
            this.OkBTN.Name             = "OkBTN";
            this.OkBTN.TabIndex         = 1;
            this.OkBTN.Text             = "OK";
            this.OkBTN.Click           += new System.EventHandler(this.OkBTN_Click);
            this.CancelBTN.Anchor       = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
            this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.CancelBTN.Location     = new Point(280, 8);
            this.CancelBTN.Name         = "CancelBTN";
            this.CancelBTN.TabIndex     = 0;
            this.CancelBTN.Text         = "Cancel";
            this.CancelBTN.Click       += new System.EventHandler(this.CancelBTN_Click);
            this.ButtonsPN.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.ApplyBTN,
                this.CancelBTN,
                this.OkBTN
            });
            this.ButtonsPN.Dock                           = System.Windows.Forms.DockStyle.Bottom;
            this.ButtonsPN.Location                       = new Point(4, 274);
            this.ButtonsPN.Name                           = "ButtonsPN";
            this.ButtonsPN.Size                           = new Size(360, 36);
            this.ButtonsPN.TabIndex                       = 0;
            this.ApplyBTN.Anchor                          = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom);
            this.ApplyBTN.Location                        = new Point(143, 7);
            this.ApplyBTN.Name                            = "ApplyBTN";
            this.ApplyBTN.TabIndex                        = 2;
            this.ApplyBTN.Text                            = "Apply";
            this.ApplyBTN.Click                          += new System.EventHandler(this.ApplyBTN_Click);
            this.PropertyFiltersCTRL.Dock                 = System.Windows.Forms.DockStyle.Fill;
            this.PropertyFiltersCTRL.Location             = new Point(4, 124);
            this.PropertyFiltersCTRL.Name                 = "PropertyFiltersCTRL";
            this.PropertyFiltersCTRL.PropertyIDs          = new PropertyID[0];
            this.PropertyFiltersCTRL.ReturnAllProperties  = true;
            this.PropertyFiltersCTRL.ReturnPropertyValues = true;
            this.PropertyFiltersCTRL.Size                 = new Size(360, 150);
            this.PropertyFiltersCTRL.TabIndex             = 0;
            this.MaxElementsReturnedCTRL.Location         = new Point(112, 24);
            //System.Windows.Forms.NumericUpDown arg_36B_0 = this.MaxElementsReturnedCTRL;
            int[] array = new int[4];
            array[0] = 10000;
//			arg_36B_0.Maximum = new decimal(array);
            this.MaxElementsReturnedCTRL.Maximum    = new decimal(array);
            this.MaxElementsReturnedCTRL.Name       = "MaxElementsReturnedCTRL";
            this.MaxElementsReturnedCTRL.Size       = new Size(72, 20);
            this.MaxElementsReturnedCTRL.TabIndex   = 3;
            this.ElementNameFilterTB.Anchor         = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right);
            this.ElementNameFilterTB.Location       = new Point(112, 48);
            this.ElementNameFilterTB.Name           = "ElementNameFilterTB";
            this.ElementNameFilterTB.Size           = new Size(240, 20);
            this.ElementNameFilterTB.TabIndex       = 5;
            this.ElementNameFilterTB.Text           = "";
            this.ReturnPropertiesLB.Location        = new Point(0, 96);
            this.ReturnPropertiesLB.Name            = "ReturnPropertiesLB";
            this.ReturnPropertiesLB.Size            = new Size(112, 23);
            this.ReturnPropertiesLB.TabIndex        = 8;
            this.ReturnPropertiesLB.Text            = "Return Properties";
            this.ReturnPropertiesLB.TextAlign       = ContentAlignment.MiddleLeft;
            this.ElementNameFilterLB.Location       = new Point(0, 48);
            this.ElementNameFilterLB.Name           = "ElementNameFilterLB";
            this.ElementNameFilterLB.Size           = new Size(112, 23);
            this.ElementNameFilterLB.TabIndex       = 4;
            this.ElementNameFilterLB.Text           = "Element Name Filter";
            this.ElementNameFilterLB.TextAlign      = ContentAlignment.MiddleLeft;
            this.ReturnPropertiesCB.Checked         = true;
            this.ReturnPropertiesCB.CheckState      = System.Windows.Forms.CheckState.Checked;
            this.ReturnPropertiesCB.Location        = new Point(112, 96);
            this.ReturnPropertiesCB.Name            = "ReturnPropertiesCB";
            this.ReturnPropertiesCB.Size            = new Size(16, 24);
            this.ReturnPropertiesCB.TabIndex        = 9;
            this.ReturnPropertiesCB.CheckedChanged += new System.EventHandler(this.ReturnPropertiesCB_CheckedChanged);
            this.VendorFilterLB.Location            = new Point(0, 72);
            this.VendorFilterLB.Name             = "VendorFilterLB";
            this.VendorFilterLB.Size             = new Size(112, 23);
            this.VendorFilterLB.TabIndex         = 6;
            this.VendorFilterLB.Text             = "Vendor Filter";
            this.VendorFilterLB.TextAlign        = ContentAlignment.MiddleLeft;
            this.VendorFilterTB.Anchor           = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right);
            this.VendorFilterTB.Location         = new Point(112, 72);
            this.VendorFilterTB.Name             = "VendorFilterTB";
            this.VendorFilterTB.Size             = new Size(240, 20);
            this.VendorFilterTB.TabIndex         = 7;
            this.VendorFilterTB.Text             = "";
            this.BrowseFilterLB.Name             = "BrowseFilterLB";
            this.BrowseFilterLB.Size             = new Size(112, 23);
            this.BrowseFilterLB.TabIndex         = 0;
            this.BrowseFilterLB.Text             = "Browse Filter";
            this.BrowseFilterLB.TextAlign        = ContentAlignment.MiddleLeft;
            this.BrowseFilterCTRL.Location       = new Point(112, 0);
            this.BrowseFilterCTRL.Name           = "BrowseFilterCTRL";
            this.BrowseFilterCTRL.Size           = new Size(152, 24);
            this.BrowseFilterCTRL.TabIndex       = 1;
            this.MaxElementsReturnedLB.Location  = new Point(0, 24);
            this.MaxElementsReturnedLB.Name      = "MaxElementsReturnedLB";
            this.MaxElementsReturnedLB.Size      = new Size(112, 23);
            this.MaxElementsReturnedLB.TabIndex  = 2;
            this.MaxElementsReturnedLB.Text      = "Maximum Returned";
            this.MaxElementsReturnedLB.TextAlign = ContentAlignment.MiddleLeft;
            this.TopPN.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.ElementNameFilterTB,
                this.MaxElementsReturnedCTRL,
                this.BrowseFilterCTRL,
                this.BrowseFilterLB,
                this.ReturnPropertiesLB,
                this.VendorFilterLB,
                this.MaxElementsReturnedLB,
                this.ReturnPropertiesCB,
                this.ElementNameFilterLB,
                this.VendorFilterTB
            });
            this.TopPN.Dock        = System.Windows.Forms.DockStyle.Top;
            this.TopPN.Location    = new Point(4, 4);
            this.TopPN.Name        = "TopPN";
            this.TopPN.Size        = new Size(360, 120);
            this.TopPN.TabIndex    = 32;
            this.AutoScaleBaseSize = new Size(5, 13);
            base.ClientSize        = new Size(368, 310);
            base.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.PropertyFiltersCTRL,
                this.ButtonsPN,
                this.TopPN
            });
            base.DockPadding.Left  = 4;
            base.DockPadding.Right = 4;
            base.DockPadding.Top   = 4;
            base.Name          = "BrowseFiltersDlg";
            base.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text          = "Browse Filters";
            this.ButtonsPN.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize) this.MaxElementsReturnedCTRL).EndInit();
            this.TopPN.ResumeLayout(false);
            base.ResumeLayout(false);
        }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     okBtn_                   = new System.Windows.Forms.Button();
     cancelBtn_               = new System.Windows.Forms.Button();
     buttonsPn_               = new System.Windows.Forms.Panel();
     applyBtn_                = new System.Windows.Forms.Button();
     propertyFiltersCtrl_     = new PropertyFiltersCtrl();
     maxElementsReturnedCtrl_ = new System.Windows.Forms.NumericUpDown();
     elementNameFilterTb_     = new System.Windows.Forms.TextBox();
     returnPropertiesLb_      = new System.Windows.Forms.Label();
     elementNameFilterLb_     = new System.Windows.Forms.Label();
     returnPropertiesCb_      = new System.Windows.Forms.CheckBox();
     vendorFilterLb_          = new System.Windows.Forms.Label();
     vendorFilterTb_          = new System.Windows.Forms.TextBox();
     browseFilterLb_          = new System.Windows.Forms.Label();
     browseFilterCtrl_        = new EnumCtrl();
     maxElementsReturnedLb_   = new System.Windows.Forms.Label();
     topPn_                   = new System.Windows.Forms.Panel();
     buttonsPn_.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(maxElementsReturnedCtrl_)).BeginInit();
     topPn_.SuspendLayout();
     SuspendLayout();
     //
     // OkBTN
     //
     okBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     okBtn_.Location = new System.Drawing.Point(118, 6);
     okBtn_.Name     = "okBtn_";
     okBtn_.Size     = new System.Drawing.Size(75, 23);
     okBtn_.TabIndex = 1;
     okBtn_.Text     = "OK";
     okBtn_.Click   += new System.EventHandler(OkBTN_Click);
     //
     // CancelBTN
     //
     cancelBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     cancelBtn_.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     cancelBtn_.Location     = new System.Drawing.Point(280, 6);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.Size         = new System.Drawing.Size(75, 23);
     cancelBtn_.TabIndex     = 0;
     cancelBtn_.Text         = "Cancel";
     cancelBtn_.Click       += new System.EventHandler(CancelBTN_Click);
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(applyBtn_);
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Controls.Add(okBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(4, 274);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(360, 36);
     buttonsPn_.TabIndex = 0;
     //
     // ApplyBTN
     //
     applyBtn_.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     applyBtn_.Location = new System.Drawing.Point(199, 6);
     applyBtn_.Name     = "applyBtn_";
     applyBtn_.Size     = new System.Drawing.Size(75, 23);
     applyBtn_.TabIndex = 2;
     applyBtn_.Text     = "Apply";
     applyBtn_.Click   += new System.EventHandler(ApplyBTN_Click);
     //
     // PropertyFiltersCTRL
     //
     propertyFiltersCtrl_.Dock                 = System.Windows.Forms.DockStyle.Fill;
     propertyFiltersCtrl_.Location             = new System.Drawing.Point(4, 124);
     propertyFiltersCtrl_.Name                 = "propertyFiltersCtrl_";
     propertyFiltersCtrl_.PropertyIDs          = new TsDaPropertyID[0];
     propertyFiltersCtrl_.ReturnAllProperties  = true;
     propertyFiltersCtrl_.ReturnPropertyValues = true;
     propertyFiltersCtrl_.Size                 = new System.Drawing.Size(360, 150);
     propertyFiltersCtrl_.TabIndex             = 0;
     //
     // MaxElementsReturnedCTRL
     //
     maxElementsReturnedCtrl_.Location = new System.Drawing.Point(112, 24);
     maxElementsReturnedCtrl_.Maximum  = new System.Decimal(new int[] {
         10000,
         0,
         0,
         0
     });
     maxElementsReturnedCtrl_.Name     = "maxElementsReturnedCtrl_";
     maxElementsReturnedCtrl_.Size     = new System.Drawing.Size(72, 20);
     maxElementsReturnedCtrl_.TabIndex = 3;
     //
     // ElementNameFilterTB
     //
     elementNameFilterTb_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     elementNameFilterTb_.Location = new System.Drawing.Point(112, 48);
     elementNameFilterTb_.Name     = "elementNameFilterTb_";
     elementNameFilterTb_.Size     = new System.Drawing.Size(240, 20);
     elementNameFilterTb_.TabIndex = 5;
     //
     // ReturnPropertiesLB
     //
     returnPropertiesLb_.Location  = new System.Drawing.Point(0, 96);
     returnPropertiesLb_.Name      = "returnPropertiesLb_";
     returnPropertiesLb_.Size      = new System.Drawing.Size(112, 23);
     returnPropertiesLb_.TabIndex  = 8;
     returnPropertiesLb_.Text      = "Return Properties";
     returnPropertiesLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ElementNameFilterLB
     //
     elementNameFilterLb_.Location  = new System.Drawing.Point(0, 48);
     elementNameFilterLb_.Name      = "elementNameFilterLb_";
     elementNameFilterLb_.Size      = new System.Drawing.Size(112, 23);
     elementNameFilterLb_.TabIndex  = 4;
     elementNameFilterLb_.Text      = "Element Name Filter";
     elementNameFilterLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ReturnPropertiesCB
     //
     returnPropertiesCb_.Checked         = true;
     returnPropertiesCb_.CheckState      = System.Windows.Forms.CheckState.Checked;
     returnPropertiesCb_.Location        = new System.Drawing.Point(112, 96);
     returnPropertiesCb_.Name            = "returnPropertiesCb_";
     returnPropertiesCb_.Size            = new System.Drawing.Size(16, 24);
     returnPropertiesCb_.TabIndex        = 9;
     returnPropertiesCb_.CheckedChanged += new System.EventHandler(ReturnPropertiesCB_CheckedChanged);
     //
     // VendorFilterLB
     //
     vendorFilterLb_.Location  = new System.Drawing.Point(0, 72);
     vendorFilterLb_.Name      = "vendorFilterLb_";
     vendorFilterLb_.Size      = new System.Drawing.Size(112, 23);
     vendorFilterLb_.TabIndex  = 6;
     vendorFilterLb_.Text      = "Vendor Filter";
     vendorFilterLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // VendorFilterTB
     //
     vendorFilterTb_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     vendorFilterTb_.Location = new System.Drawing.Point(112, 72);
     vendorFilterTb_.Name     = "vendorFilterTb_";
     vendorFilterTb_.Size     = new System.Drawing.Size(240, 20);
     vendorFilterTb_.TabIndex = 7;
     //
     // BrowseFilterLB
     //
     browseFilterLb_.Location  = new System.Drawing.Point(0, 0);
     browseFilterLb_.Name      = "browseFilterLb_";
     browseFilterLb_.Size      = new System.Drawing.Size(112, 23);
     browseFilterLb_.TabIndex  = 0;
     browseFilterLb_.Text      = "Browse Filter";
     browseFilterLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BrowseFilterCTRL
     //
     browseFilterCtrl_.Location = new System.Drawing.Point(112, 0);
     browseFilterCtrl_.Name     = "browseFilterCtrl_";
     browseFilterCtrl_.Size     = new System.Drawing.Size(152, 24);
     browseFilterCtrl_.TabIndex = 1;
     browseFilterCtrl_.Value    = null;
     //
     // MaxElementsReturnedLB
     //
     maxElementsReturnedLb_.Location  = new System.Drawing.Point(0, 24);
     maxElementsReturnedLb_.Name      = "maxElementsReturnedLb_";
     maxElementsReturnedLb_.Size      = new System.Drawing.Size(112, 23);
     maxElementsReturnedLb_.TabIndex  = 2;
     maxElementsReturnedLb_.Text      = "Maximum Returned";
     maxElementsReturnedLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TopPN
     //
     topPn_.Controls.Add(elementNameFilterTb_);
     topPn_.Controls.Add(maxElementsReturnedCtrl_);
     topPn_.Controls.Add(browseFilterCtrl_);
     topPn_.Controls.Add(browseFilterLb_);
     topPn_.Controls.Add(returnPropertiesLb_);
     topPn_.Controls.Add(vendorFilterLb_);
     topPn_.Controls.Add(maxElementsReturnedLb_);
     topPn_.Controls.Add(returnPropertiesCb_);
     topPn_.Controls.Add(elementNameFilterLb_);
     topPn_.Controls.Add(vendorFilterTb_);
     topPn_.Dock     = System.Windows.Forms.DockStyle.Top;
     topPn_.Location = new System.Drawing.Point(4, 4);
     topPn_.Name     = "topPn_";
     topPn_.Size     = new System.Drawing.Size(360, 120);
     topPn_.TabIndex = 32;
     //
     // BrowseFiltersDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(368, 310);
     Controls.Add(propertyFiltersCtrl_);
     Controls.Add(buttonsPn_);
     Controls.Add(topPn_);
     Name          = "BrowseFiltersDlg";
     Padding       = new System.Windows.Forms.Padding(4, 4, 4, 0);
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Browse Filters";
     buttonsPn_.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(maxElementsReturnedCtrl_)).EndInit();
     topPn_.ResumeLayout(false);
     topPn_.PerformLayout();
     ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     itemNameLb_           = new System.Windows.Forms.Label();
     timestampLb_          = new System.Windows.Forms.Label();
     valueLb_              = new System.Windows.Forms.Label();
     itemNameTb_           = new System.Windows.Forms.TextBox();
     timestampSpecifiedCb_ = new System.Windows.Forms.CheckBox();
     itemPathTb_           = new System.Windows.Forms.TextBox();
     itemPathLb_           = new System.Windows.Forms.Label();
     qualitySpecifiedCb_   = new System.Windows.Forms.CheckBox();
     vendorBitsCtrl_       = new System.Windows.Forms.NumericUpDown();
     qualityBitsLb_        = new System.Windows.Forms.Label();
     valueSpecifiedCb_     = new System.Windows.Forms.CheckBox();
     qualityBitsCtrl_      = new EnumCtrl();
     limitBitsCtrl_        = new EnumCtrl();
     limitBitsLb_          = new System.Windows.Forms.Label();
     vendorBitsLb_         = new System.Windows.Forms.Label();
     valueCtrl_            = new ValueCtrl();
     timestampCtrl_        = new System.Windows.Forms.DateTimePicker();
     ((System.ComponentModel.ISupportInitialize)(vendorBitsCtrl_)).BeginInit();
     SuspendLayout();
     //
     // ItemNameLB
     //
     itemNameLb_.Name      = "itemNameLb_";
     itemNameLb_.TabIndex  = 0;
     itemNameLb_.Text      = "Item Name";
     itemNameLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TimestampLB
     //
     timestampLb_.Location  = new System.Drawing.Point(0, 144);
     timestampLb_.Name      = "timestampLb_";
     timestampLb_.TabIndex  = 1;
     timestampLb_.Text      = "Timestamp";
     timestampLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ValueLB
     //
     valueLb_.Location  = new System.Drawing.Point(0, 48);
     valueLb_.Name      = "valueLb_";
     valueLb_.TabIndex  = 3;
     valueLb_.Text      = "Value";
     valueLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ItemNameTB
     //
     itemNameTb_.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     itemNameTb_.Location = new System.Drawing.Point(104, 0);
     itemNameTb_.Name     = "itemNameTb_";
     itemNameTb_.ReadOnly = true;
     itemNameTb_.Size     = new System.Drawing.Size(248, 20);
     itemNameTb_.TabIndex = 8;
     itemNameTb_.Text     = "";
     //
     // TimestampSpecifiedCB
     //
     timestampSpecifiedCb_.Anchor          = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     timestampSpecifiedCb_.Checked         = true;
     timestampSpecifiedCb_.CheckState      = System.Windows.Forms.CheckState.Checked;
     timestampSpecifiedCb_.Location        = new System.Drawing.Point(336, 143);
     timestampSpecifiedCb_.Name            = "timestampSpecifiedCb_";
     timestampSpecifiedCb_.Size            = new System.Drawing.Size(16, 24);
     timestampSpecifiedCb_.TabIndex        = 20;
     timestampSpecifiedCb_.CheckedChanged += new System.EventHandler(Specified_CheckedChanged);
     //
     // ItemPathTB
     //
     itemPathTb_.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                           | System.Windows.Forms.AnchorStyles.Right);
     itemPathTb_.Location = new System.Drawing.Point(104, 24);
     itemPathTb_.Name     = "itemPathTb_";
     itemPathTb_.ReadOnly = true;
     itemPathTb_.Size     = new System.Drawing.Size(248, 20);
     itemPathTb_.TabIndex = 27;
     itemPathTb_.Text     = "";
     //
     // ItemPathLB
     //
     itemPathLb_.Location  = new System.Drawing.Point(0, 24);
     itemPathLb_.Name      = "itemPathLb_";
     itemPathLb_.TabIndex  = 26;
     itemPathLb_.Text      = "Item Path";
     itemPathLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // QualitySpecifiedCB
     //
     qualitySpecifiedCb_.Anchor          = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     qualitySpecifiedCb_.Checked         = true;
     qualitySpecifiedCb_.CheckState      = System.Windows.Forms.CheckState.Checked;
     qualitySpecifiedCb_.Location        = new System.Drawing.Point(336, 71);
     qualitySpecifiedCb_.Name            = "qualitySpecifiedCb_";
     qualitySpecifiedCb_.Size            = new System.Drawing.Size(16, 24);
     qualitySpecifiedCb_.TabIndex        = 30;
     qualitySpecifiedCb_.CheckedChanged += new System.EventHandler(Specified_CheckedChanged);
     //
     // VendorBitsCTRL
     //
     vendorBitsCtrl_.Location = new System.Drawing.Point(104, 121);
     vendorBitsCtrl_.Maximum  = new System.Decimal(new int[] {
         255,
         0,
         0,
         0
     });
     vendorBitsCtrl_.Name     = "vendorBitsCtrl_";
     vendorBitsCtrl_.Size     = new System.Drawing.Size(80, 20);
     vendorBitsCtrl_.TabIndex = 29;
     //
     // QualityBitsLB
     //
     qualityBitsLb_.Location  = new System.Drawing.Point(0, 72);
     qualityBitsLb_.Name      = "qualityBitsLb_";
     qualityBitsLb_.TabIndex  = 28;
     qualityBitsLb_.Text      = "Quality Bits";
     qualityBitsLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ValueSpecifiedCB
     //
     valueSpecifiedCb_.Anchor          = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);
     valueSpecifiedCb_.Checked         = true;
     valueSpecifiedCb_.CheckState      = System.Windows.Forms.CheckState.Checked;
     valueSpecifiedCb_.Location        = new System.Drawing.Point(336, 48);
     valueSpecifiedCb_.Name            = "valueSpecifiedCb_";
     valueSpecifiedCb_.Size            = new System.Drawing.Size(16, 24);
     valueSpecifiedCb_.TabIndex        = 31;
     valueSpecifiedCb_.CheckedChanged += new System.EventHandler(Specified_CheckedChanged);
     //
     // QualityBitsCTRL
     //
     qualityBitsCtrl_.Location = new System.Drawing.Point(104, 71);
     qualityBitsCtrl_.Name     = "qualityBitsCtrl_";
     qualityBitsCtrl_.Size     = new System.Drawing.Size(152, 24);
     qualityBitsCtrl_.TabIndex = 32;
     //
     // LimitBitsCTRL
     //
     limitBitsCtrl_.Location = new System.Drawing.Point(104, 95);
     limitBitsCtrl_.Name     = "limitBitsCtrl_";
     limitBitsCtrl_.Size     = new System.Drawing.Size(80, 24);
     limitBitsCtrl_.TabIndex = 34;
     //
     // LimitBitsLB
     //
     limitBitsLb_.Location  = new System.Drawing.Point(0, 96);
     limitBitsLb_.Name      = "limitBitsLb_";
     limitBitsLb_.TabIndex  = 33;
     limitBitsLb_.Text      = "Limit Bits";
     limitBitsLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // VendorBitsLB
     //
     vendorBitsLb_.Location  = new System.Drawing.Point(0, 120);
     vendorBitsLb_.Name      = "vendorBitsLb_";
     vendorBitsLb_.TabIndex  = 35;
     vendorBitsLb_.Text      = "Vendor Bits";
     vendorBitsLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ValueCTRL
     //
     valueCtrl_.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                          | System.Windows.Forms.AnchorStyles.Right);
     valueCtrl_.Location = new System.Drawing.Point(104, 49);
     valueCtrl_.Name     = "valueCtrl_";
     valueCtrl_.Size     = new System.Drawing.Size(224, 20);
     valueCtrl_.TabIndex = 36;
     //
     // TimestampCTRL
     //
     timestampCtrl_.CustomFormat = "yyyy/MM/dd HH:mm:ss";
     timestampCtrl_.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     timestampCtrl_.Location     = new System.Drawing.Point(104, 145);
     timestampCtrl_.Name         = "timestampCtrl_";
     timestampCtrl_.ShowUpDown   = true;
     timestampCtrl_.Size         = new System.Drawing.Size(136, 20);
     timestampCtrl_.TabIndex     = 37;
     //
     // ItemValueEditCtrl
     //
     Controls.AddRange(new System.Windows.Forms.Control[] {
         timestampCtrl_,
         valueCtrl_,
         vendorBitsLb_,
         limitBitsCtrl_,
         limitBitsLb_,
         qualityBitsCtrl_,
         valueSpecifiedCb_,
         qualitySpecifiedCb_,
         vendorBitsCtrl_,
         qualityBitsLb_,
         itemPathTb_,
         itemPathLb_,
         timestampSpecifiedCb_,
         itemNameTb_,
         valueLb_,
         timestampLb_,
         itemNameLb_
     });
     Name = "ItemValueEditCtrl";
     Size = new System.Drawing.Size(360, 168);
     ((System.ComponentModel.ISupportInitialize)(vendorBitsCtrl_)).EndInit();
     ResumeLayout(false);
 }