/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.RightPN = new System.Windows.Forms.Panel(); this.BrowseCTRL = new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl(); this.ValuesCTRL = new OpcClientSdk.Hda.SampleClient.ItemValuesCtrl(); this.ResultsCTRL = new OpcClientSdk.Hda.SampleClient.ResultListCtrl(); this.ButtonsPN = new System.Windows.Forms.Panel(); this.BackBTN = new System.Windows.Forms.Button(); this.NextBTN = new System.Windows.Forms.Button(); this.DoneBTN = new System.Windows.Forms.Button(); this.CancelBTN = new System.Windows.Forms.Button(); this.AsyncResultsCTRL = new OpcClientSdk.Hda.SampleClient.ResultListCtrl(); this.RightPN.SuspendLayout(); this.ButtonsPN.SuspendLayout(); this.SuspendLayout(); // // RightPN // this.RightPN.Controls.Add(this.AsyncResultsCTRL); this.RightPN.Controls.Add(this.BrowseCTRL); this.RightPN.Controls.Add(this.ValuesCTRL); this.RightPN.Controls.Add(this.ResultsCTRL); this.RightPN.Dock = System.Windows.Forms.DockStyle.Fill; this.RightPN.DockPadding.Left = 4; this.RightPN.DockPadding.Right = 4; this.RightPN.DockPadding.Top = 4; this.RightPN.Location = new System.Drawing.Point(0, 0); this.RightPN.Name = "RightPN"; this.RightPN.Size = new System.Drawing.Size(552, 386); this.RightPN.TabIndex = 13; // // BrowseCTRL // this.BrowseCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.BrowseCTRL.Location = new System.Drawing.Point(4, 4); this.BrowseCTRL.Name = "BrowseCTRL"; this.BrowseCTRL.Size = new System.Drawing.Size(544, 382); this.BrowseCTRL.TabIndex = 1; this.BrowseCTRL.ItemSelected += new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl.ItemSelectedEventHandler(this.BrowseCTRL_ItemSelected); this.BrowseCTRL.ItemPicked += new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl.ItemPickedEventHandler(this.BrowseCTRL_ItemPicked); // // ValuesCTRL // this.ValuesCTRL.DisplayGraph = false; this.ValuesCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.ValuesCTRL.Location = new System.Drawing.Point(4, 4); this.ValuesCTRL.Name = "ValuesCTRL"; this.ValuesCTRL.ReadOnly = false; this.ValuesCTRL.Size = new System.Drawing.Size(544, 382); this.ValuesCTRL.TabIndex = 2; // // ResultsCTRL // this.ResultsCTRL.AllowDrop = true; this.ResultsCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.ResultsCTRL.Location = new System.Drawing.Point(4, 4); this.ResultsCTRL.Name = "ResultsCTRL"; this.ResultsCTRL.Size = new System.Drawing.Size(544, 382); this.ResultsCTRL.TabIndex = 3; // // ButtonsPN // this.ButtonsPN.Controls.Add(this.BackBTN); this.ButtonsPN.Controls.Add(this.NextBTN); this.ButtonsPN.Controls.Add(this.DoneBTN); this.ButtonsPN.Controls.Add(this.CancelBTN); this.ButtonsPN.Dock = System.Windows.Forms.DockStyle.Bottom; this.ButtonsPN.Location = new System.Drawing.Point(0, 386); this.ButtonsPN.Name = "ButtonsPN"; this.ButtonsPN.Size = new System.Drawing.Size(552, 36); this.ButtonsPN.TabIndex = 15; // // BackBTN // this.BackBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.BackBTN.Location = new System.Drawing.Point(312, 8); this.BackBTN.Name = "BackBTN"; this.BackBTN.TabIndex = 3; this.BackBTN.Text = "< Back"; this.BackBTN.Click += new System.EventHandler(this.BackBTN_Click); // // NextBTN // this.NextBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.NextBTN.Location = new System.Drawing.Point(392, 8); this.NextBTN.Name = "NextBTN"; this.NextBTN.TabIndex = 2; this.NextBTN.Text = "Next >"; this.NextBTN.Click += new System.EventHandler(this.NextBTN_Click); // // DoneBTN // this.DoneBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DoneBTN.DialogResult = System.Windows.Forms.DialogResult.OK; this.DoneBTN.Location = new System.Drawing.Point(472, 8); this.DoneBTN.Name = "DoneBTN"; this.DoneBTN.TabIndex = 0; this.DoneBTN.Text = "Done"; // // CancelBTN // this.CancelBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelBTN.Location = new System.Drawing.Point(472, 8); this.CancelBTN.Name = "CancelBTN"; this.CancelBTN.TabIndex = 5; this.CancelBTN.Text = "Cancel"; // // AsyncResultsCTRL // this.AsyncResultsCTRL.AllowDrop = true; this.AsyncResultsCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.AsyncResultsCTRL.Location = new System.Drawing.Point(4, 4); this.AsyncResultsCTRL.Name = "AsyncResultsCTRL"; this.AsyncResultsCTRL.Size = new System.Drawing.Size(544, 382); this.AsyncResultsCTRL.TabIndex = 4; // // InsertValuesDlg // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(552, 422); this.Controls.Add(this.RightPN); this.Controls.Add(this.ButtonsPN); this.Name = "InsertValuesDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Insert Item Values"; this.RightPN.ResumeLayout(false); this.ButtonsPN.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.SplitterV = new System.Windows.Forms.Splitter(); this.RightPN = new System.Windows.Forms.Panel(); this.BrowseCTRL = new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl(); this.AttributesCTRL = new OpcClientSdk.Hda.SampleClient.AttributesSelectCtrl(); this.ResultsCTRL = new OpcClientSdk.Hda.SampleClient.AttributesViewCtrl(); this.LeftPN = new System.Windows.Forms.Panel(); this.TrendCTRL = new OpcClientSdk.Hda.SampleClient.TrendEditCtrl(); this.ButtonsPN = new System.Windows.Forms.Panel(); this.BackBTN = new System.Windows.Forms.Button(); this.NextBTN = new System.Windows.Forms.Button(); this.DoneBTN = new System.Windows.Forms.Button(); this.CancelBTN = new System.Windows.Forms.Button(); this.AsyncResultsCTRL = new OpcClientSdk.Hda.SampleClient.ResultListCtrl(); this.RightPN.SuspendLayout(); this.LeftPN.SuspendLayout(); this.ButtonsPN.SuspendLayout(); this.SuspendLayout(); // // SplitterV // this.SplitterV.Location = new System.Drawing.Point(328, 0); this.SplitterV.Name = "SplitterV"; this.SplitterV.Size = new System.Drawing.Size(3, 386); this.SplitterV.TabIndex = 12; this.SplitterV.TabStop = false; // // RightPN // this.RightPN.Controls.Add(this.AsyncResultsCTRL); this.RightPN.Controls.Add(this.BrowseCTRL); this.RightPN.Controls.Add(this.AttributesCTRL); this.RightPN.Controls.Add(this.ResultsCTRL); this.RightPN.Dock = System.Windows.Forms.DockStyle.Fill; this.RightPN.DockPadding.Right = 4; this.RightPN.DockPadding.Top = 4; this.RightPN.Location = new System.Drawing.Point(331, 0); this.RightPN.Name = "RightPN"; this.RightPN.Size = new System.Drawing.Size(605, 386); this.RightPN.TabIndex = 13; // // BrowseCTRL // this.BrowseCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.BrowseCTRL.Location = new System.Drawing.Point(0, 4); this.BrowseCTRL.Name = "BrowseCTRL"; this.BrowseCTRL.Size = new System.Drawing.Size(601, 382); this.BrowseCTRL.TabIndex = 1; this.BrowseCTRL.ItemSelected += new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl.ItemSelectedEventHandler(this.BrowseCTRL_ItemSelected); this.BrowseCTRL.ItemPicked += new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl.ItemPickedEventHandler(this.BrowseCTRL_ItemPicked); // // AttributesCTRL // this.AttributesCTRL.AllowDrop = true; this.AttributesCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.AttributesCTRL.Location = new System.Drawing.Point(0, 4); this.AttributesCTRL.Name = "AttributesCTRL"; this.AttributesCTRL.ReadOnly = false; this.AttributesCTRL.Size = new System.Drawing.Size(601, 382); this.AttributesCTRL.TabIndex = 5; // // ResultsCTRL // this.ResultsCTRL.AllowDrop = true; this.ResultsCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.ResultsCTRL.Location = new System.Drawing.Point(0, 4); this.ResultsCTRL.Name = "ResultsCTRL"; this.ResultsCTRL.Size = new System.Drawing.Size(601, 382); this.ResultsCTRL.TabIndex = 4; // // LeftPN // this.LeftPN.Controls.Add(this.TrendCTRL); this.LeftPN.Dock = System.Windows.Forms.DockStyle.Left; this.LeftPN.DockPadding.Left = 4; this.LeftPN.DockPadding.Top = 4; this.LeftPN.Location = new System.Drawing.Point(0, 0); this.LeftPN.Name = "LeftPN"; this.LeftPN.Size = new System.Drawing.Size(328, 386); this.LeftPN.TabIndex = 14; // // TrendCTRL // this.TrendCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.TrendCTRL.Location = new System.Drawing.Point(4, 4); this.TrendCTRL.Name = "TrendCTRL"; this.TrendCTRL.RequestType = RequestType.ReadRaw; this.TrendCTRL.Size = new System.Drawing.Size(324, 382); this.TrendCTRL.TabIndex = 3; // // ButtonsPN // this.ButtonsPN.Controls.Add(this.BackBTN); this.ButtonsPN.Controls.Add(this.NextBTN); this.ButtonsPN.Controls.Add(this.DoneBTN); this.ButtonsPN.Controls.Add(this.CancelBTN); this.ButtonsPN.Dock = System.Windows.Forms.DockStyle.Bottom; this.ButtonsPN.Location = new System.Drawing.Point(0, 386); this.ButtonsPN.Name = "ButtonsPN"; this.ButtonsPN.Size = new System.Drawing.Size(936, 36); this.ButtonsPN.TabIndex = 15; // // BackBTN // this.BackBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.BackBTN.Location = new System.Drawing.Point(696, 8); this.BackBTN.Name = "BackBTN"; this.BackBTN.TabIndex = 3; this.BackBTN.Text = "< Back"; this.BackBTN.Click += new System.EventHandler(this.BackBTN_Click); // // NextBTN // this.NextBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.NextBTN.Location = new System.Drawing.Point(776, 8); this.NextBTN.Name = "NextBTN"; this.NextBTN.TabIndex = 2; this.NextBTN.Text = "Next >"; this.NextBTN.Click += new System.EventHandler(this.NextBTN_Click); // // DoneBTN // this.DoneBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DoneBTN.DialogResult = System.Windows.Forms.DialogResult.OK; this.DoneBTN.Location = new System.Drawing.Point(856, 8); this.DoneBTN.Name = "DoneBTN"; this.DoneBTN.TabIndex = 0; this.DoneBTN.Text = "Done"; // // CancelBTN // this.CancelBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelBTN.Location = new System.Drawing.Point(856, 8); this.CancelBTN.Name = "CancelBTN"; this.CancelBTN.TabIndex = 5; this.CancelBTN.Text = "Cancel"; // // AsyncResultsCTRL // this.AsyncResultsCTRL.AllowDrop = true; this.AsyncResultsCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.AsyncResultsCTRL.Location = new System.Drawing.Point(0, 4); this.AsyncResultsCTRL.Name = "AsyncResultsCTRL"; this.AsyncResultsCTRL.Size = new System.Drawing.Size(601, 382); this.AsyncResultsCTRL.TabIndex = 6; // // ReadAttributesDlg // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(936, 422); this.Controls.Add(this.RightPN); this.Controls.Add(this.SplitterV); this.Controls.Add(this.LeftPN); this.Controls.Add(this.ButtonsPN); this.Name = "ReadAttributesDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Read Attributes"; this.RightPN.ResumeLayout(false); this.LeftPN.ResumeLayout(false); this.ButtonsPN.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.SplitterV = new System.Windows.Forms.Splitter(); this.RightPN = new System.Windows.Forms.Panel(); this.ResultsCTRL = new OpcClientSdk.Hda.SampleClient.ResultListCtrl(); this.ItemsCTRL = new OpcClientSdk.Hda.SampleClient.ItemListCtrl(); this.LeftPN = new System.Windows.Forms.Panel(); this.TrendCTRL = new OpcClientSdk.Hda.SampleClient.TrendEditCtrl(); this.BrowseCTRL = new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl(); this.ButtonsPN = new System.Windows.Forms.Panel(); this.BackBTN = new System.Windows.Forms.Button(); this.NextBTN = new System.Windows.Forms.Button(); this.DoneBTN = new System.Windows.Forms.Button(); this.CancelBTN = new System.Windows.Forms.Button(); this.RightPN.SuspendLayout(); this.LeftPN.SuspendLayout(); this.ButtonsPN.SuspendLayout(); this.SuspendLayout(); // // SplitterV // this.SplitterV.Location = new System.Drawing.Point(360, 0); this.SplitterV.Name = "SplitterV"; this.SplitterV.Size = new System.Drawing.Size(3, 386); this.SplitterV.TabIndex = 12; this.SplitterV.TabStop = false; // // RightPN // this.RightPN.Controls.Add(this.ResultsCTRL); this.RightPN.Controls.Add(this.ItemsCTRL); this.RightPN.Dock = System.Windows.Forms.DockStyle.Fill; this.RightPN.DockPadding.Right = 4; this.RightPN.DockPadding.Top = 4; this.RightPN.Location = new System.Drawing.Point(363, 0); this.RightPN.Name = "RightPN"; this.RightPN.Size = new System.Drawing.Size(509, 386); this.RightPN.TabIndex = 13; // // ResultsCTRL // this.ResultsCTRL.AllowDrop = true; this.ResultsCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.ResultsCTRL.Location = new System.Drawing.Point(0, 4); this.ResultsCTRL.Name = "ResultsCTRL"; this.ResultsCTRL.Size = new System.Drawing.Size(505, 382); this.ResultsCTRL.TabIndex = 1; // // ItemsCTRL // this.ItemsCTRL.AllowDrop = true; this.ItemsCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.ItemsCTRL.Location = new System.Drawing.Point(0, 4); this.ItemsCTRL.Name = "ItemsCTRL"; this.ItemsCTRL.Size = new System.Drawing.Size(505, 382); this.ItemsCTRL.TabIndex = 0; // // LeftPN // this.LeftPN.Controls.Add(this.BrowseCTRL); this.LeftPN.Controls.Add(this.TrendCTRL); this.LeftPN.Dock = System.Windows.Forms.DockStyle.Left; this.LeftPN.DockPadding.Left = 4; this.LeftPN.DockPadding.Top = 4; this.LeftPN.Location = new System.Drawing.Point(0, 0); this.LeftPN.Name = "LeftPN"; this.LeftPN.Size = new System.Drawing.Size(360, 386); this.LeftPN.TabIndex = 14; // // TrendCTRL // this.TrendCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.TrendCTRL.Location = new System.Drawing.Point(4, 4); this.TrendCTRL.Name = "TrendCTRL"; this.TrendCTRL.Size = new System.Drawing.Size(356, 382); this.TrendCTRL.TabIndex = 2; // // BrowseCTRL // this.BrowseCTRL.Dock = System.Windows.Forms.DockStyle.Fill; this.BrowseCTRL.Location = new System.Drawing.Point(4, 4); this.BrowseCTRL.Name = "BrowseCTRL"; this.BrowseCTRL.Size = new System.Drawing.Size(356, 382); this.BrowseCTRL.TabIndex = 1; this.BrowseCTRL.ItemPicked += new OpcClientSdk.Hda.SampleClient.BrowseTreeCtrl.ItemPickedEventHandler(this.BrowseCTRL_ItemPicked); // // ButtonsPN // this.ButtonsPN.Controls.Add(this.BackBTN); this.ButtonsPN.Controls.Add(this.NextBTN); this.ButtonsPN.Controls.Add(this.DoneBTN); this.ButtonsPN.Controls.Add(this.CancelBTN); this.ButtonsPN.Dock = System.Windows.Forms.DockStyle.Bottom; this.ButtonsPN.Location = new System.Drawing.Point(0, 386); this.ButtonsPN.Name = "ButtonsPN"; this.ButtonsPN.Size = new System.Drawing.Size(872, 36); this.ButtonsPN.TabIndex = 15; // // BackBTN // this.BackBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.BackBTN.Location = new System.Drawing.Point(632, 8); this.BackBTN.Name = "BackBTN"; this.BackBTN.TabIndex = 3; this.BackBTN.Text = "< Back"; this.BackBTN.Click += new System.EventHandler(this.BackBTN_Click); // // NextBTN // this.NextBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.NextBTN.Location = new System.Drawing.Point(712, 8); this.NextBTN.Name = "NextBTN"; this.NextBTN.TabIndex = 2; this.NextBTN.Text = "Next >"; this.NextBTN.Click += new System.EventHandler(this.NextBTN_Click); // // DoneBTN // this.DoneBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DoneBTN.DialogResult = System.Windows.Forms.DialogResult.OK; this.DoneBTN.Location = new System.Drawing.Point(792, 8); this.DoneBTN.Name = "DoneBTN"; this.DoneBTN.TabIndex = 0; this.DoneBTN.Text = "Done"; // // CancelBTN // this.CancelBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelBTN.Location = new System.Drawing.Point(792, 8); this.CancelBTN.Name = "CancelBTN"; this.CancelBTN.TabIndex = 5; this.CancelBTN.Text = "Cancel"; // // TrendCreateDlg // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(872, 422); this.Controls.Add(this.RightPN); this.Controls.Add(this.SplitterV); this.Controls.Add(this.LeftPN); this.Controls.Add(this.ButtonsPN); this.Name = "TrendCreateDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Create Trend"; this.RightPN.ResumeLayout(false); this.LeftPN.ResumeLayout(false); this.ButtonsPN.ResumeLayout(false); this.ResumeLayout(false); }