/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.ValueTB = new System.Windows.Forms.TextBox(); this.DateTimeCTRL = new System.Windows.Forms.DateTimePicker(); this.EditBTN = new System.Windows.Forms.Button(); this.LeftPN = new System.Windows.Forms.Panel(); this.EditPN = new System.Windows.Forms.Panel(); this.MainPN = new System.Windows.Forms.Panel(); this.DataTypeCTRL = new CAS.Lib.OPCClientControlsLib.DataTypeCtrl(); this.LeftPN.SuspendLayout(); this.EditPN.SuspendLayout(); this.MainPN.SuspendLayout(); this.SuspendLayout(); // // ValueTB // this.ValueTB.Dock = System.Windows.Forms.DockStyle.Fill; this.ValueTB.Location = new System.Drawing.Point(0, 0); this.ValueTB.Name = "ValueTB"; this.ValueTB.Size = new System.Drawing.Size(120, 20); this.ValueTB.TabIndex = 0; this.ValueTB.Text = ""; // // DateTimeCTRL // this.DateTimeCTRL.CustomFormat = "yyyy/MM/dd HH:mm:ss"; this.DateTimeCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.DateTimeCTRL.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.DateTimeCTRL.Location = new System.Drawing.Point(0, 0); this.DateTimeCTRL.Name = "DateTimeCTRL"; this.DateTimeCTRL.ShowUpDown = true; this.DateTimeCTRL.Size = new System.Drawing.Size(120, 20); this.DateTimeCTRL.TabIndex = 1; this.DateTimeCTRL.Visible = false; // // EditBTN // this.EditBTN.Dock = System.Windows.Forms.DockStyle.Fill; this.EditBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.EditBTN.Location = new System.Drawing.Point(4, 0); this.EditBTN.Name = "EditBTN"; this.EditBTN.Size = new System.Drawing.Size(24, 20); this.EditBTN.TabIndex = 0; this.EditBTN.Text = "..."; this.EditBTN.Click += new System.EventHandler(this.EditBTN_Click); // // LeftPN // this.LeftPN.Controls.Add(this.DateTimeCTRL); this.LeftPN.Controls.Add(this.ValueTB); this.LeftPN.Controls.Add(this.EditPN); this.LeftPN.Dock = System.Windows.Forms.DockStyle.Fill; this.LeftPN.Location = new System.Drawing.Point(0, 0); this.LeftPN.Name = "LeftPN"; this.LeftPN.Size = new System.Drawing.Size(152, 20); this.LeftPN.TabIndex = 0; // // EditPN // this.EditPN.Controls.Add(this.EditBTN); this.EditPN.Dock = System.Windows.Forms.DockStyle.Right; this.EditPN.DockPadding.Left = 4; this.EditPN.DockPadding.Right = 4; this.EditPN.Location = new System.Drawing.Point(120, 0); this.EditPN.Name = "EditPN"; this.EditPN.Size = new System.Drawing.Size(32, 20); this.EditPN.TabIndex = 2; this.EditPN.Visible = false; // // MainPN // this.MainPN.Controls.Add(this.LeftPN); this.MainPN.Controls.Add(this.DataTypeCTRL); this.MainPN.Dock = System.Windows.Forms.DockStyle.Fill; this.MainPN.Location = new System.Drawing.Point(0, 0); this.MainPN.Name = "MainPN"; this.MainPN.Size = new System.Drawing.Size(240, 20); this.MainPN.TabIndex = 27; // // DataTypeCTRL // this.DataTypeCTRL.Dock = System.Windows.Forms.DockStyle.Right; this.DataTypeCTRL.Location = new System.Drawing.Point(152, 0); this.DataTypeCTRL.Name = "DataTypeCTRL"; this.DataTypeCTRL.SelectedType = null; this.DataTypeCTRL.Size = new System.Drawing.Size(88, 20); this.DataTypeCTRL.TabIndex = 1; // // ValueCtrl // this.Controls.Add(this.MainPN); this.Name = "ValueCtrl"; this.Size = new System.Drawing.Size(240, 20); this.LeftPN.ResumeLayout(false); this.EditPN.ResumeLayout(false); this.MainPN.ResumeLayout(false); 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.ItemNameLB = new System.Windows.Forms.Label(); this.ActiveLB = new System.Windows.Forms.Label(); this.ReqTypeLB = new System.Windows.Forms.Label(); this.SamplingRateLB = new System.Windows.Forms.Label(); this.DeadbandLB = new System.Windows.Forms.Label(); this.EnableBufferingLB = new System.Windows.Forms.Label(); this.ItemNameTB = new System.Windows.Forms.TextBox(); this.ActiveCB = new System.Windows.Forms.CheckBox(); this.SamplingRateCTRL = new System.Windows.Forms.NumericUpDown(); this.DeadbandCTRL = new System.Windows.Forms.NumericUpDown(); this.EnableBufferingCB = new System.Windows.Forms.CheckBox(); this.DeadbandSpecifiedCB = new System.Windows.Forms.CheckBox(); this.ActiveSpecifiedCB = new System.Windows.Forms.CheckBox(); this.SamplingRateSpecifiedCB = new System.Windows.Forms.CheckBox(); this.EnableBufferSpecifiedCB = new System.Windows.Forms.CheckBox(); this.ReqTypeCTRL = new CAS.Lib.OPCClientControlsLib.DataTypeCtrl(); this.ItemPathTB = new System.Windows.Forms.TextBox(); this.ItemPathLB = new System.Windows.Forms.Label(); this.MaxAgeSpecifiedCB = new System.Windows.Forms.CheckBox(); this.MaxAgeCTRL = new System.Windows.Forms.NumericUpDown(); this.MaxAgeLB = new System.Windows.Forms.Label(); this.ReqTypeSpecifiedCB = new System.Windows.Forms.CheckBox(); this.SubscribePN = new System.Windows.Forms.Panel(); this.ReadPN = new System.Windows.Forms.Panel(); this.TopPN = new System.Windows.Forms.Panel(); this.TypeConversionLB = new System.Windows.Forms.Label(); this.TypeConversionCB = new System.Windows.Forms.ComboBox(); this.DataFilterLN = new System.Windows.Forms.Label(); this.DataFilterTB = new System.Windows.Forms.TextBox(); this.ComplexItemPN = new System.Windows.Forms.Panel(); this.DataFilterSpecifiedCB = new System.Windows.Forms.CheckBox(); this.TypeConversionSpecifiedCB = new System.Windows.Forms.CheckBox(); this.ReqTypePN = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.SamplingRateCTRL)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DeadbandCTRL)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MaxAgeCTRL)).BeginInit(); this.SubscribePN.SuspendLayout(); this.ReadPN.SuspendLayout(); this.TopPN.SuspendLayout(); this.ComplexItemPN.SuspendLayout(); this.ReqTypePN.SuspendLayout(); this.SuspendLayout(); // // ItemNameLB // this.ItemNameLB.Location = new System.Drawing.Point(0, 0); this.ItemNameLB.Name = "ItemNameLB"; this.ItemNameLB.Size = new System.Drawing.Size(100, 23); this.ItemNameLB.TabIndex = 0; this.ItemNameLB.Text = "Item Name"; this.ItemNameLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ActiveLB // this.ActiveLB.Location = new System.Drawing.Point(0, 0); this.ActiveLB.Name = "ActiveLB"; this.ActiveLB.Size = new System.Drawing.Size(100, 23); this.ActiveLB.TabIndex = 1; this.ActiveLB.Text = "Active"; this.ActiveLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ReqTypeLB // this.ReqTypeLB.Location = new System.Drawing.Point(0, 0); this.ReqTypeLB.Name = "ReqTypeLB"; this.ReqTypeLB.Size = new System.Drawing.Size(100, 23); this.ReqTypeLB.TabIndex = 3; this.ReqTypeLB.Text = "Requested Type"; this.ReqTypeLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // SamplingRateLB // this.SamplingRateLB.Location = new System.Drawing.Point(0, 48); this.SamplingRateLB.Name = "SamplingRateLB"; this.SamplingRateLB.Size = new System.Drawing.Size(100, 23); this.SamplingRateLB.TabIndex = 5; this.SamplingRateLB.Text = "Sampling Rate"; this.SamplingRateLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // DeadbandLB // this.DeadbandLB.Location = new System.Drawing.Point(0, 24); this.DeadbandLB.Name = "DeadbandLB"; this.DeadbandLB.Size = new System.Drawing.Size(100, 23); this.DeadbandLB.TabIndex = 6; this.DeadbandLB.Text = "Deadband"; this.DeadbandLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // EnableBufferingLB // this.EnableBufferingLB.Location = new System.Drawing.Point(0, 72); this.EnableBufferingLB.Name = "EnableBufferingLB"; this.EnableBufferingLB.Size = new System.Drawing.Size(100, 23); this.EnableBufferingLB.TabIndex = 7; this.EnableBufferingLB.Text = "Enable Buffering"; this.EnableBufferingLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ItemNameTB // this.ItemNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((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(280, 20); this.ItemNameTB.TabIndex = 8; // // ActiveCB // this.ActiveCB.Location = new System.Drawing.Point(104, 0); this.ActiveCB.Name = "ActiveCB"; this.ActiveCB.Size = new System.Drawing.Size(16, 24); this.ActiveCB.TabIndex = 9; // // SamplingRateCTRL // this.SamplingRateCTRL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.SamplingRateCTRL.Increment = new decimal(new int[] { 100, 0, 0, 0 }); this.SamplingRateCTRL.Location = new System.Drawing.Point(104, 50); this.SamplingRateCTRL.Maximum = new decimal(new int[] { 1000000000, 0, 0, 0 }); this.SamplingRateCTRL.Name = "SamplingRateCTRL"; this.SamplingRateCTRL.Size = new System.Drawing.Size(168, 20); this.SamplingRateCTRL.TabIndex = 12; // // DeadbandCTRL // this.DeadbandCTRL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.DeadbandCTRL.DecimalPlaces = 1; this.DeadbandCTRL.Location = new System.Drawing.Point(104, 26); this.DeadbandCTRL.Name = "DeadbandCTRL"; this.DeadbandCTRL.Size = new System.Drawing.Size(168, 20); this.DeadbandCTRL.TabIndex = 14; // // EnableBufferingCB // this.EnableBufferingCB.Location = new System.Drawing.Point(104, 72); this.EnableBufferingCB.Name = "EnableBufferingCB"; this.EnableBufferingCB.Size = new System.Drawing.Size(16, 24); this.EnableBufferingCB.TabIndex = 15; // // DeadbandSpecifiedCB // this.DeadbandSpecifiedCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DeadbandSpecifiedCB.Checked = true; this.DeadbandSpecifiedCB.CheckState = System.Windows.Forms.CheckState.Checked; this.DeadbandSpecifiedCB.Location = new System.Drawing.Point(368, 24); this.DeadbandSpecifiedCB.Name = "DeadbandSpecifiedCB"; this.DeadbandSpecifiedCB.Size = new System.Drawing.Size(16, 24); this.DeadbandSpecifiedCB.TabIndex = 18; this.DeadbandSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged); // // ActiveSpecifiedCB // this.ActiveSpecifiedCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ActiveSpecifiedCB.Checked = true; this.ActiveSpecifiedCB.CheckState = System.Windows.Forms.CheckState.Checked; this.ActiveSpecifiedCB.Location = new System.Drawing.Point(368, 0); this.ActiveSpecifiedCB.Name = "ActiveSpecifiedCB"; this.ActiveSpecifiedCB.Size = new System.Drawing.Size(16, 24); this.ActiveSpecifiedCB.TabIndex = 20; this.ActiveSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged); // // SamplingRateSpecifiedCB // this.SamplingRateSpecifiedCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.SamplingRateSpecifiedCB.Checked = true; this.SamplingRateSpecifiedCB.CheckState = System.Windows.Forms.CheckState.Checked; this.SamplingRateSpecifiedCB.Location = new System.Drawing.Point(368, 48); this.SamplingRateSpecifiedCB.Name = "SamplingRateSpecifiedCB"; this.SamplingRateSpecifiedCB.Size = new System.Drawing.Size(16, 24); this.SamplingRateSpecifiedCB.TabIndex = 21; this.SamplingRateSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged); // // EnableBufferSpecifiedCB // this.EnableBufferSpecifiedCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.EnableBufferSpecifiedCB.Checked = true; this.EnableBufferSpecifiedCB.CheckState = System.Windows.Forms.CheckState.Checked; this.EnableBufferSpecifiedCB.Location = new System.Drawing.Point(368, 72); this.EnableBufferSpecifiedCB.Name = "EnableBufferSpecifiedCB"; this.EnableBufferSpecifiedCB.Size = new System.Drawing.Size(16, 24); this.EnableBufferSpecifiedCB.TabIndex = 22; this.EnableBufferSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged); // // ReqTypeCTRL // this.ReqTypeCTRL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ReqTypeCTRL.Location = new System.Drawing.Point(104, 0); this.ReqTypeCTRL.Name = "ReqTypeCTRL"; this.ReqTypeCTRL.SelectedType = null; this.ReqTypeCTRL.Size = new System.Drawing.Size(208, 24); this.ReqTypeCTRL.TabIndex = 23; // // ItemPathTB // this.ItemPathTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((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(280, 20); this.ItemPathTB.TabIndex = 27; // // ItemPathLB // this.ItemPathLB.Location = new System.Drawing.Point(0, 24); this.ItemPathLB.Name = "ItemPathLB"; this.ItemPathLB.Size = new System.Drawing.Size(100, 23); this.ItemPathLB.TabIndex = 26; this.ItemPathLB.Text = "Item Path"; this.ItemPathLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // MaxAgeSpecifiedCB // this.MaxAgeSpecifiedCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.MaxAgeSpecifiedCB.Checked = true; this.MaxAgeSpecifiedCB.CheckState = System.Windows.Forms.CheckState.Checked; this.MaxAgeSpecifiedCB.Location = new System.Drawing.Point(368, 0); this.MaxAgeSpecifiedCB.Name = "MaxAgeSpecifiedCB"; this.MaxAgeSpecifiedCB.Size = new System.Drawing.Size(16, 24); this.MaxAgeSpecifiedCB.TabIndex = 30; this.MaxAgeSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged); // // MaxAgeCTRL // this.MaxAgeCTRL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.MaxAgeCTRL.DecimalPlaces = 3; this.MaxAgeCTRL.Location = new System.Drawing.Point(104, 2); this.MaxAgeCTRL.Maximum = new decimal(new int[] { 1000000000, 0, 0, 0 }); this.MaxAgeCTRL.Name = "MaxAgeCTRL"; this.MaxAgeCTRL.Size = new System.Drawing.Size(168, 20); this.MaxAgeCTRL.TabIndex = 29; // // MaxAgeLB // this.MaxAgeLB.Location = new System.Drawing.Point(0, 0); this.MaxAgeLB.Name = "MaxAgeLB"; this.MaxAgeLB.Size = new System.Drawing.Size(100, 23); this.MaxAgeLB.TabIndex = 28; this.MaxAgeLB.Text = "Maximum Age"; this.MaxAgeLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // ReqTypeSpecifiedCB // this.ReqTypeSpecifiedCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ReqTypeSpecifiedCB.Checked = true; this.ReqTypeSpecifiedCB.CheckState = System.Windows.Forms.CheckState.Checked; this.ReqTypeSpecifiedCB.Location = new System.Drawing.Point(368, 0); this.ReqTypeSpecifiedCB.Name = "ReqTypeSpecifiedCB"; this.ReqTypeSpecifiedCB.Size = new System.Drawing.Size(16, 24); this.ReqTypeSpecifiedCB.TabIndex = 31; this.ReqTypeSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged); // // SubscribePN // this.SubscribePN.Controls.Add(this.ActiveLB); this.SubscribePN.Controls.Add(this.DeadbandCTRL); this.SubscribePN.Controls.Add(this.ActiveCB); this.SubscribePN.Controls.Add(this.SamplingRateLB); this.SubscribePN.Controls.Add(this.EnableBufferSpecifiedCB); this.SubscribePN.Controls.Add(this.DeadbandSpecifiedCB); this.SubscribePN.Controls.Add(this.SamplingRateCTRL); this.SubscribePN.Controls.Add(this.ActiveSpecifiedCB); this.SubscribePN.Controls.Add(this.EnableBufferingLB); this.SubscribePN.Controls.Add(this.SamplingRateSpecifiedCB); this.SubscribePN.Controls.Add(this.DeadbandLB); this.SubscribePN.Controls.Add(this.EnableBufferingCB); this.SubscribePN.Dock = System.Windows.Forms.DockStyle.Top; this.SubscribePN.Location = new System.Drawing.Point(0, 144); this.SubscribePN.Name = "SubscribePN"; this.SubscribePN.Size = new System.Drawing.Size(384, 96); this.SubscribePN.TabIndex = 32; this.SubscribePN.Visible = false; // // ReadPN // this.ReadPN.Controls.Add(this.MaxAgeSpecifiedCB); this.ReadPN.Controls.Add(this.MaxAgeLB); this.ReadPN.Controls.Add(this.MaxAgeCTRL); this.ReadPN.Dock = System.Windows.Forms.DockStyle.Top; this.ReadPN.Location = new System.Drawing.Point(0, 120); this.ReadPN.Name = "ReadPN"; this.ReadPN.Size = new System.Drawing.Size(384, 24); this.ReadPN.TabIndex = 33; // // TopPN // this.TopPN.Controls.Add(this.ItemNameLB); this.TopPN.Controls.Add(this.ItemPathLB); this.TopPN.Controls.Add(this.ItemPathTB); this.TopPN.Controls.Add(this.ItemNameTB); 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(384, 48); this.TopPN.TabIndex = 34; // // TypeConversionLB // this.TypeConversionLB.Location = new System.Drawing.Point(0, 0); this.TypeConversionLB.Name = "TypeConversionLB"; this.TypeConversionLB.Size = new System.Drawing.Size(100, 23); this.TypeConversionLB.TabIndex = 4; this.TypeConversionLB.Text = "Type Conversion"; this.TypeConversionLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // TypeConversionCB // this.TypeConversionCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TypeConversionCB.Location = new System.Drawing.Point(104, 0); this.TypeConversionCB.Name = "TypeConversionCB"; this.TypeConversionCB.Size = new System.Drawing.Size(208, 21); this.TypeConversionCB.TabIndex = 5; this.TypeConversionCB.SelectedIndexChanged += new System.EventHandler(this.TypeConversionCB_SelectedIndexChanged); // // DataFilterLN // this.DataFilterLN.Location = new System.Drawing.Point(0, 24); this.DataFilterLN.Name = "DataFilterLN"; this.DataFilterLN.Size = new System.Drawing.Size(100, 23); this.DataFilterLN.TabIndex = 6; this.DataFilterLN.Text = "Data Filter"; this.DataFilterLN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // DataFilterTB // this.DataFilterTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.DataFilterTB.Location = new System.Drawing.Point(104, 24); this.DataFilterTB.Name = "DataFilterTB"; this.DataFilterTB.Size = new System.Drawing.Size(256, 20); this.DataFilterTB.TabIndex = 36; // // ComplexItemPN // this.ComplexItemPN.Controls.Add(this.DataFilterLN); this.ComplexItemPN.Controls.Add(this.TypeConversionLB); this.ComplexItemPN.Controls.Add(this.DataFilterTB); this.ComplexItemPN.Controls.Add(this.TypeConversionCB); this.ComplexItemPN.Controls.Add(this.DataFilterSpecifiedCB); this.ComplexItemPN.Controls.Add(this.TypeConversionSpecifiedCB); this.ComplexItemPN.Dock = System.Windows.Forms.DockStyle.Top; this.ComplexItemPN.Location = new System.Drawing.Point(0, 72); this.ComplexItemPN.Name = "ComplexItemPN"; this.ComplexItemPN.Size = new System.Drawing.Size(384, 48); this.ComplexItemPN.TabIndex = 37; this.ComplexItemPN.Visible = false; // // DataFilterSpecifiedCB // this.DataFilterSpecifiedCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DataFilterSpecifiedCB.Checked = true; this.DataFilterSpecifiedCB.CheckState = System.Windows.Forms.CheckState.Checked; this.DataFilterSpecifiedCB.Location = new System.Drawing.Point(368, 24); this.DataFilterSpecifiedCB.Name = "DataFilterSpecifiedCB"; this.DataFilterSpecifiedCB.Size = new System.Drawing.Size(16, 24); this.DataFilterSpecifiedCB.TabIndex = 37; this.DataFilterSpecifiedCB.CheckedChanged += new System.EventHandler(this.Specified_CheckedChanged); // // TypeConversionSpecifiedCB // this.TypeConversionSpecifiedCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TypeConversionSpecifiedCB.Checked = true; this.TypeConversionSpecifiedCB.CheckState = System.Windows.Forms.CheckState.Checked; this.TypeConversionSpecifiedCB.Location = new System.Drawing.Point(368, 0); this.TypeConversionSpecifiedCB.Name = "TypeConversionSpecifiedCB"; this.TypeConversionSpecifiedCB.Size = new System.Drawing.Size(16, 24); this.TypeConversionSpecifiedCB.TabIndex = 38; this.TypeConversionSpecifiedCB.CheckedChanged += new System.EventHandler(this.TypeConversionCB_SelectedIndexChanged); // // ReqTypePN // this.ReqTypePN.Controls.Add(this.ReqTypeLB); this.ReqTypePN.Controls.Add(this.ReqTypeSpecifiedCB); this.ReqTypePN.Controls.Add(this.ReqTypeCTRL); this.ReqTypePN.Dock = System.Windows.Forms.DockStyle.Top; this.ReqTypePN.Location = new System.Drawing.Point(0, 48); this.ReqTypePN.Name = "ReqTypePN"; this.ReqTypePN.Size = new System.Drawing.Size(384, 24); this.ReqTypePN.TabIndex = 38; // // ItemEditCtrl // this.Controls.Add(this.SubscribePN); this.Controls.Add(this.ReadPN); this.Controls.Add(this.ComplexItemPN); this.Controls.Add(this.ReqTypePN); this.Controls.Add(this.TopPN); this.Name = "ItemEditCtrl"; this.Size = new System.Drawing.Size(384, 240); ((System.ComponentModel.ISupportInitialize)(this.SamplingRateCTRL)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DeadbandCTRL)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MaxAgeCTRL)).EndInit(); this.SubscribePN.ResumeLayout(false); this.ReadPN.ResumeLayout(false); this.TopPN.ResumeLayout(false); this.TopPN.PerformLayout(); this.ComplexItemPN.ResumeLayout(false); this.ComplexItemPN.PerformLayout(); this.ReqTypePN.ResumeLayout(false); this.ResumeLayout(false); }