Files
laatzen/SPSLogger/UA_Client_1500/UAClientForm.Designer.cs
T
2024-10-15 11:36:17 +02:00

963 lines
50 KiB
C#

namespace UA_Client_1500
{
partial class UAClientForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UAClientForm));
this.opcTabControl = new System.Windows.Forms.TabControl();
this.connectPage = new System.Windows.Forms.TabPage();
this.discoveryTextBox = new System.Windows.Forms.TextBox();
this.endpointLabel = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.endpointListView = new System.Windows.Forms.ListView();
this.Endpoints = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.endpointButton = new System.Windows.Forms.Button();
this.labelUri = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pwTextBox = new System.Windows.Forms.TextBox();
this.userAnonButton = new System.Windows.Forms.RadioButton();
this.userTextBox = new System.Windows.Forms.TextBox();
this.userPwButton = new System.Windows.Forms.RadioButton();
this.epConnectServerButton = new System.Windows.Forms.Button();
this.browsePage = new System.Windows.Forms.TabPage();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.descriptionGridView = new System.Windows.Forms.DataGridView();
this.attributeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.valueColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.nodeTreeView = new System.Windows.Forms.TreeView();
this.rwPage = new System.Windows.Forms.TabPage();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.writeTextBox = new System.Windows.Forms.TextBox();
this.writeIdTextBox = new System.Windows.Forms.TextBox();
this.writeValButton = new System.Windows.Forms.Button();
this.readIdTextBox = new System.Windows.Forms.TextBox();
this.readValButton = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label14 = new System.Windows.Forms.Label();
this.readTextBox = new System.Windows.Forms.TextBox();
this.panel2 = new System.Windows.Forms.Panel();
this.label16 = new System.Windows.Forms.Label();
this.regNodeIdTextBox = new System.Windows.Forms.TextBox();
this.unregisterButton = new System.Windows.Forms.Button();
this.registerButton = new System.Windows.Forms.Button();
this.label15 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.rgReadButton = new System.Windows.Forms.Button();
this.rgWriteTextBox = new System.Windows.Forms.TextBox();
this.rgWriteButton = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.rgNodeIdTextBox = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.rgReadTextBox = new System.Windows.Forms.TextBox();
this.subscribePage = new System.Windows.Forms.TabPage();
this.unSubscribeButton = new System.Windows.Forms.Button();
this.subscribeButton = new System.Windows.Forms.Button();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.subscriptionLabel = new System.Windows.Forms.Label();
this.subscriptionIdTextBox = new System.Windows.Forms.TextBox();
this.structPage = new System.Windows.Forms.TabPage();
this.structWriteButton = new System.Windows.Forms.Button();
this.structGridView = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.typeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label4 = new System.Windows.Forms.Label();
this.structNodeIdTextBox = new System.Windows.Forms.TextBox();
this.structReadButton = new System.Windows.Forms.Button();
this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Attribute = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.endpointColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.opcTabControl.SuspendLayout();
this.connectPage.SuspendLayout();
this.groupBox1.SuspendLayout();
this.browsePage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.descriptionGridView)).BeginInit();
this.rwPage.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.subscribePage.SuspendLayout();
this.structPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.structGridView)).BeginInit();
this.SuspendLayout();
//
// opcTabControl
//
this.opcTabControl.Controls.Add(this.connectPage);
this.opcTabControl.Controls.Add(this.browsePage);
this.opcTabControl.Controls.Add(this.rwPage);
this.opcTabControl.Controls.Add(this.subscribePage);
this.opcTabControl.Controls.Add(this.structPage);
this.opcTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.opcTabControl.Location = new System.Drawing.Point(0, 0);
this.opcTabControl.Name = "opcTabControl";
this.opcTabControl.SelectedIndex = 0;
this.opcTabControl.Size = new System.Drawing.Size(731, 482);
this.opcTabControl.TabIndex = 0;
this.opcTabControl.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.OpcTabControl_Selecting);
//
// connectPage
//
this.connectPage.Controls.Add(this.discoveryTextBox);
this.connectPage.Controls.Add(this.endpointLabel);
this.connectPage.Controls.Add(this.label2);
this.connectPage.Controls.Add(this.label1);
this.connectPage.Controls.Add(this.endpointListView);
this.connectPage.Controls.Add(this.endpointButton);
this.connectPage.Controls.Add(this.labelUri);
this.connectPage.Controls.Add(this.groupBox1);
this.connectPage.Location = new System.Drawing.Point(4, 22);
this.connectPage.Name = "connectPage";
this.connectPage.Padding = new System.Windows.Forms.Padding(3);
this.connectPage.Size = new System.Drawing.Size(723, 456);
this.connectPage.TabIndex = 0;
this.connectPage.Text = "Connect";
this.connectPage.UseVisualStyleBackColor = true;
//
// discoveryTextBox
//
this.discoveryTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.discoveryTextBox.Location = new System.Drawing.Point(8, 37);
this.discoveryTextBox.Name = "discoveryTextBox";
this.discoveryTextBox.Size = new System.Drawing.Size(596, 20);
this.discoveryTextBox.TabIndex = 11;
this.discoveryTextBox.Text = "opc.tcp://localhost";
//
// endpointLabel
//
this.endpointLabel.AutoSize = true;
this.endpointLabel.Location = new System.Drawing.Point(8, 19);
this.endpointLabel.Name = "endpointLabel";
this.endpointLabel.Size = new System.Drawing.Size(319, 13);
this.endpointLabel.TabIndex = 9;
this.endpointLabel.Text = "Get all available Endpoints of a server\'s or discovery server\'s URL:";
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 55);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(0, 13);
this.label2.TabIndex = 7;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 437);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 13);
this.label1.TabIndex = 6;
//
// endpointListView
//
this.endpointListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.endpointListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.Endpoints});
this.endpointListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.endpointListView.HideSelection = false;
this.endpointListView.Location = new System.Drawing.Point(8, 64);
this.endpointListView.MultiSelect = false;
this.endpointListView.Name = "endpointListView";
this.endpointListView.Size = new System.Drawing.Size(707, 218);
this.endpointListView.TabIndex = 4;
this.endpointListView.UseCompatibleStateImageBehavior = false;
this.endpointListView.View = System.Windows.Forms.View.Details;
this.endpointListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.EndpointListView_ItemSelectionChanged);
//
// Endpoints
//
this.Endpoints.Text = "Found Endpoints";
this.Endpoints.Width = 700;
//
// endpointButton
//
this.endpointButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.endpointButton.Location = new System.Drawing.Point(610, 35);
this.endpointButton.Name = "endpointButton";
this.endpointButton.Size = new System.Drawing.Size(105, 23);
this.endpointButton.TabIndex = 3;
this.endpointButton.Text = "Get Endpoints";
this.endpointButton.UseVisualStyleBackColor = true;
this.endpointButton.Click += new System.EventHandler(this.EndpointButton_Click);
//
// labelUri
//
this.labelUri.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.labelUri.AutoSize = true;
this.labelUri.Location = new System.Drawing.Point(8, 424);
this.labelUri.Name = "labelUri";
this.labelUri.Size = new System.Drawing.Size(0, 13);
this.labelUri.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.groupBox1.Controls.Add(this.pwTextBox);
this.groupBox1.Controls.Add(this.userAnonButton);
this.groupBox1.Controls.Add(this.userTextBox);
this.groupBox1.Controls.Add(this.userPwButton);
this.groupBox1.Controls.Add(this.epConnectServerButton);
this.groupBox1.Location = new System.Drawing.Point(11, 288);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(263, 160);
this.groupBox1.TabIndex = 17;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "User authentication";
//
// pwTextBox
//
this.pwTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pwTextBox.Enabled = false;
this.pwTextBox.Location = new System.Drawing.Point(6, 98);
this.pwTextBox.Name = "pwTextBox";
this.pwTextBox.PasswordChar = '*';
this.pwTextBox.Size = new System.Drawing.Size(229, 20);
this.pwTextBox.TabIndex = 16;
this.pwTextBox.Text = "Password";
this.pwTextBox.UseSystemPasswordChar = true;
//
// userAnonButton
//
this.userAnonButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.userAnonButton.AutoSize = true;
this.userAnonButton.Checked = true;
this.userAnonButton.Location = new System.Drawing.Point(6, 19);
this.userAnonButton.Name = "userAnonButton";
this.userAnonButton.Size = new System.Drawing.Size(80, 17);
this.userAnonButton.TabIndex = 13;
this.userAnonButton.TabStop = true;
this.userAnonButton.Text = "Anonymous";
this.userAnonButton.UseVisualStyleBackColor = true;
this.userAnonButton.CheckedChanged += new System.EventHandler(this.UserAnonButton_CheckedChanged);
//
// userTextBox
//
this.userTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.userTextBox.Enabled = false;
this.userTextBox.Location = new System.Drawing.Point(6, 72);
this.userTextBox.Name = "userTextBox";
this.userTextBox.Size = new System.Drawing.Size(229, 20);
this.userTextBox.TabIndex = 15;
this.userTextBox.Text = "User name";
//
// userPwButton
//
this.userPwButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.userPwButton.AutoSize = true;
this.userPwButton.Location = new System.Drawing.Point(6, 42);
this.userPwButton.Name = "userPwButton";
this.userPwButton.Size = new System.Drawing.Size(98, 17);
this.userPwButton.TabIndex = 14;
this.userPwButton.Text = "User/Password";
this.userPwButton.UseVisualStyleBackColor = true;
this.userPwButton.CheckedChanged += new System.EventHandler(this.UserPwButton_CheckedChanged);
//
// epConnectServerButton
//
this.epConnectServerButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.epConnectServerButton.Location = new System.Drawing.Point(6, 124);
this.epConnectServerButton.Name = "epConnectServerButton";
this.epConnectServerButton.Size = new System.Drawing.Size(229, 23);
this.epConnectServerButton.TabIndex = 5;
this.epConnectServerButton.Text = "Connect to selected Endpoint";
this.epConnectServerButton.UseVisualStyleBackColor = true;
this.epConnectServerButton.Click += new System.EventHandler(this.EpConnectButton_Click);
//
// browsePage
//
this.browsePage.Controls.Add(this.label7);
this.browsePage.Controls.Add(this.label6);
this.browsePage.Controls.Add(this.label3);
this.browsePage.Controls.Add(this.descriptionGridView);
this.browsePage.Controls.Add(this.nodeTreeView);
this.browsePage.Location = new System.Drawing.Point(4, 22);
this.browsePage.Name = "browsePage";
this.browsePage.Size = new System.Drawing.Size(723, 456);
this.browsePage.TabIndex = 4;
this.browsePage.Text = "Browse Nodes";
this.browsePage.UseVisualStyleBackColor = true;
this.browsePage.Enter += new System.EventHandler(this.BrowsePage_Enter);
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(362, 27);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(133, 13);
this.label7.TabIndex = 11;
this.label7.Text = "Selected node information:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 27);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(134, 13);
this.label6.TabIndex = 10;
this.label6.Text = "Browse the server\'s nodes:";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(0, 13);
this.label3.TabIndex = 8;
//
// descriptionGridView
//
this.descriptionGridView.AllowUserToAddRows = false;
this.descriptionGridView.AllowUserToDeleteRows = false;
this.descriptionGridView.AllowUserToResizeColumns = false;
this.descriptionGridView.AllowUserToResizeRows = false;
this.descriptionGridView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.descriptionGridView.BackgroundColor = System.Drawing.SystemColors.Window;
this.descriptionGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.descriptionGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.descriptionGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.attributeColumn,
this.valueColumn});
this.descriptionGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.descriptionGridView.Location = new System.Drawing.Point(365, 43);
this.descriptionGridView.Name = "descriptionGridView";
this.descriptionGridView.RowHeadersVisible = false;
this.descriptionGridView.Size = new System.Drawing.Size(350, 410);
this.descriptionGridView.TabIndex = 2;
//
// attributeColumn
//
this.attributeColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.attributeColumn.HeaderText = "Attribute";
this.attributeColumn.Name = "attributeColumn";
//
// valueColumn
//
this.valueColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.valueColumn.HeaderText = "Value";
this.valueColumn.Name = "valueColumn";
//
// nodeTreeView
//
this.nodeTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.nodeTreeView.Location = new System.Drawing.Point(8, 43);
this.nodeTreeView.Name = "nodeTreeView";
this.nodeTreeView.Size = new System.Drawing.Size(351, 410);
this.nodeTreeView.TabIndex = 1;
this.nodeTreeView.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.NodeTreeView_BeforeExpand);
this.nodeTreeView.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.NodeTreeView_BeforeSelect);
//
// rwPage
//
this.rwPage.Controls.Add(this.label11);
this.rwPage.Controls.Add(this.label10);
this.rwPage.Controls.Add(this.label9);
this.rwPage.Controls.Add(this.label8);
this.rwPage.Controls.Add(this.writeTextBox);
this.rwPage.Controls.Add(this.writeIdTextBox);
this.rwPage.Controls.Add(this.writeValButton);
this.rwPage.Controls.Add(this.readIdTextBox);
this.rwPage.Controls.Add(this.readValButton);
this.rwPage.Controls.Add(this.panel1);
this.rwPage.Controls.Add(this.panel2);
this.rwPage.Location = new System.Drawing.Point(4, 22);
this.rwPage.Name = "rwPage";
this.rwPage.Padding = new System.Windows.Forms.Padding(3);
this.rwPage.Size = new System.Drawing.Size(723, 456);
this.rwPage.TabIndex = 1;
this.rwPage.Text = "Read/Write";
this.rwPage.UseVisualStyleBackColor = true;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(326, 90);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(74, 13);
this.label11.TabIndex = 18;
this.label11.Text = "Value to write:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(140, 90);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(48, 13);
this.label10.TabIndex = 17;
this.label10.Text = "Node Id:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(326, 39);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 13);
this.label9.TabIndex = 16;
this.label9.Text = "Read value:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(140, 39);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(48, 13);
this.label8.TabIndex = 15;
this.label8.Text = "Node Id:";
//
// writeTextBox
//
this.writeTextBox.Location = new System.Drawing.Point(329, 106);
this.writeTextBox.Name = "writeTextBox";
this.writeTextBox.Size = new System.Drawing.Size(368, 20);
this.writeTextBox.TabIndex = 14;
//
// writeIdTextBox
//
this.writeIdTextBox.Location = new System.Drawing.Point(143, 106);
this.writeIdTextBox.Name = "writeIdTextBox";
this.writeIdTextBox.Size = new System.Drawing.Size(180, 20);
this.writeIdTextBox.TabIndex = 13;
//
// writeValButton
//
this.writeValButton.Location = new System.Drawing.Point(27, 104);
this.writeValButton.Name = "writeValButton";
this.writeValButton.Size = new System.Drawing.Size(75, 23);
this.writeValButton.TabIndex = 12;
this.writeValButton.Text = "Write";
this.writeValButton.UseVisualStyleBackColor = true;
this.writeValButton.Click += new System.EventHandler(this.WriteValButton_Click);
//
// readIdTextBox
//
this.readIdTextBox.Location = new System.Drawing.Point(143, 55);
this.readIdTextBox.Name = "readIdTextBox";
this.readIdTextBox.Size = new System.Drawing.Size(180, 20);
this.readIdTextBox.TabIndex = 11;
//
// readValButton
//
this.readValButton.Location = new System.Drawing.Point(27, 50);
this.readValButton.Name = "readValButton";
this.readValButton.Size = new System.Drawing.Size(75, 23);
this.readValButton.TabIndex = 9;
this.readValButton.Text = "Read";
this.readValButton.UseVisualStyleBackColor = true;
this.readValButton.Click += new System.EventHandler(this.ReadValButton_Click);
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label14);
this.panel1.Controls.Add(this.readTextBox);
this.panel1.Location = new System.Drawing.Point(8, 19);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(707, 177);
this.panel1.TabIndex = 25;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(2, 2);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(63, 13);
this.label14.TabIndex = 1;
this.label14.Text = "Read/Write";
//
// readTextBox
//
this.readTextBox.BackColor = System.Drawing.SystemColors.Window;
this.readTextBox.Location = new System.Drawing.Point(320, 35);
this.readTextBox.Multiline = true;
this.readTextBox.Name = "readTextBox";
this.readTextBox.ReadOnly = true;
this.readTextBox.Size = new System.Drawing.Size(368, 20);
this.readTextBox.TabIndex = 0;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label16);
this.panel2.Controls.Add(this.regNodeIdTextBox);
this.panel2.Controls.Add(this.unregisterButton);
this.panel2.Controls.Add(this.registerButton);
this.panel2.Controls.Add(this.label15);
this.panel2.Controls.Add(this.label17);
this.panel2.Controls.Add(this.rgReadButton);
this.panel2.Controls.Add(this.rgWriteTextBox);
this.panel2.Controls.Add(this.rgWriteButton);
this.panel2.Controls.Add(this.label19);
this.panel2.Controls.Add(this.rgNodeIdTextBox);
this.panel2.Controls.Add(this.label18);
this.panel2.Controls.Add(this.rgReadTextBox);
this.panel2.Location = new System.Drawing.Point(8, 202);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(707, 204);
this.panel2.TabIndex = 26;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(497, 24);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(102, 13);
this.label16.TabIndex = 40;
this.label16.Text = "Registered Node Id:";
//
// regNodeIdTextBox
//
this.regNodeIdTextBox.BackColor = System.Drawing.SystemColors.Window;
this.regNodeIdTextBox.Location = new System.Drawing.Point(500, 40);
this.regNodeIdTextBox.Name = "regNodeIdTextBox";
this.regNodeIdTextBox.ReadOnly = true;
this.regNodeIdTextBox.Size = new System.Drawing.Size(180, 20);
this.regNodeIdTextBox.TabIndex = 39;
//
// unregisterButton
//
this.unregisterButton.Location = new System.Drawing.Point(134, 37);
this.unregisterButton.Name = "unregisterButton";
this.unregisterButton.Size = new System.Drawing.Size(75, 23);
this.unregisterButton.TabIndex = 38;
this.unregisterButton.Text = "Unregister";
this.unregisterButton.UseVisualStyleBackColor = true;
this.unregisterButton.Click += new System.EventHandler(this.UnregisterButton_Click);
//
// registerButton
//
this.registerButton.Location = new System.Drawing.Point(18, 37);
this.registerButton.Name = "registerButton";
this.registerButton.Size = new System.Drawing.Size(75, 23);
this.registerButton.TabIndex = 37;
this.registerButton.Text = "Register";
this.registerButton.UseVisualStyleBackColor = true;
this.registerButton.Click += new System.EventHandler(this.RegisterButton_Click);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(2, 2);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(117, 13);
this.label15.TabIndex = 2;
this.label15.Text = "Registered Read/Write";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(247, 24);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(48, 13);
this.label17.TabIndex = 33;
this.label17.Text = "Node Id:";
//
// rgReadButton
//
this.rgReadButton.Location = new System.Drawing.Point(18, 87);
this.rgReadButton.Name = "rgReadButton";
this.rgReadButton.Size = new System.Drawing.Size(75, 23);
this.rgReadButton.TabIndex = 28;
this.rgReadButton.Text = "Read";
this.rgReadButton.UseVisualStyleBackColor = true;
this.rgReadButton.Click += new System.EventHandler(this.RgReadButton_Click);
//
// rgWriteTextBox
//
this.rgWriteTextBox.Location = new System.Drawing.Point(134, 142);
this.rgWriteTextBox.Name = "rgWriteTextBox";
this.rgWriteTextBox.Size = new System.Drawing.Size(546, 20);
this.rgWriteTextBox.TabIndex = 32;
//
// rgWriteButton
//
this.rgWriteButton.Location = new System.Drawing.Point(18, 140);
this.rgWriteButton.Name = "rgWriteButton";
this.rgWriteButton.Size = new System.Drawing.Size(75, 23);
this.rgWriteButton.TabIndex = 30;
this.rgWriteButton.Text = "Write";
this.rgWriteButton.UseVisualStyleBackColor = true;
this.rgWriteButton.Click += new System.EventHandler(this.RgWriteButton_Click);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(131, 74);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(65, 13);
this.label19.TabIndex = 34;
this.label19.Text = "Read value:";
//
// rgNodeIdTextBox
//
this.rgNodeIdTextBox.Location = new System.Drawing.Point(250, 40);
this.rgNodeIdTextBox.Name = "rgNodeIdTextBox";
this.rgNodeIdTextBox.Size = new System.Drawing.Size(180, 20);
this.rgNodeIdTextBox.TabIndex = 29;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(131, 126);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(74, 13);
this.label18.TabIndex = 36;
this.label18.Text = "Value to write:";
//
// rgReadTextBox
//
this.rgReadTextBox.BackColor = System.Drawing.SystemColors.Window;
this.rgReadTextBox.Location = new System.Drawing.Point(134, 90);
this.rgReadTextBox.Multiline = true;
this.rgReadTextBox.Name = "rgReadTextBox";
this.rgReadTextBox.ReadOnly = true;
this.rgReadTextBox.Size = new System.Drawing.Size(546, 20);
this.rgReadTextBox.TabIndex = 27;
//
// subscribePage
//
this.subscribePage.Controls.Add(this.unSubscribeButton);
this.subscribePage.Controls.Add(this.subscribeButton);
this.subscribePage.Controls.Add(this.label13);
this.subscribePage.Controls.Add(this.label12);
this.subscribePage.Controls.Add(this.subscriptionLabel);
this.subscribePage.Controls.Add(this.subscriptionIdTextBox);
this.subscribePage.Location = new System.Drawing.Point(4, 22);
this.subscribePage.Name = "subscribePage";
this.subscribePage.Padding = new System.Windows.Forms.Padding(3);
this.subscribePage.Size = new System.Drawing.Size(723, 456);
this.subscribePage.TabIndex = 5;
this.subscribePage.Text = "Subscribe";
this.subscribePage.UseVisualStyleBackColor = true;
//
// unSubscribeButton
//
this.unSubscribeButton.Location = new System.Drawing.Point(89, 12);
this.unSubscribeButton.Name = "unSubscribeButton";
this.unSubscribeButton.Size = new System.Drawing.Size(75, 23);
this.unSubscribeButton.TabIndex = 31;
this.unSubscribeButton.Text = "Unsubscribe";
this.unSubscribeButton.UseVisualStyleBackColor = true;
this.unSubscribeButton.Click += new System.EventHandler(this.UnsubscribeButton_Click);
//
// subscribeButton
//
this.subscribeButton.Location = new System.Drawing.Point(8, 12);
this.subscribeButton.Name = "subscribeButton";
this.subscribeButton.Size = new System.Drawing.Size(75, 23);
this.subscribeButton.TabIndex = 28;
this.subscribeButton.Text = "Subscribe";
this.subscribeButton.UseVisualStyleBackColor = true;
this.subscribeButton.Click += new System.EventHandler(this.SubscribeButton_Click);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(5, 103);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(84, 13);
this.label13.TabIndex = 33;
this.label13.Text = "Reported Value:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(5, 56);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(48, 13);
this.label12.TabIndex = 32;
this.label12.Text = "Node Id:";
//
// subscriptionLabel
//
this.subscriptionLabel.AutoSize = true;
this.subscriptionLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.subscriptionLabel.Location = new System.Drawing.Point(8, 119);
this.subscriptionLabel.MinimumSize = new System.Drawing.Size(650, 100);
this.subscriptionLabel.Name = "subscriptionLabel";
this.subscriptionLabel.Size = new System.Drawing.Size(650, 100);
this.subscriptionLabel.TabIndex = 30;
//
// subscriptionIdTextBox
//
this.subscriptionIdTextBox.Location = new System.Drawing.Point(8, 72);
this.subscriptionIdTextBox.Name = "subscriptionIdTextBox";
this.subscriptionIdTextBox.Size = new System.Drawing.Size(180, 20);
this.subscriptionIdTextBox.TabIndex = 29;
//
// structPage
//
this.structPage.Controls.Add(this.structWriteButton);
this.structPage.Controls.Add(this.structGridView);
this.structPage.Controls.Add(this.label4);
this.structPage.Controls.Add(this.structNodeIdTextBox);
this.structPage.Controls.Add(this.structReadButton);
this.structPage.Location = new System.Drawing.Point(4, 22);
this.structPage.Name = "structPage";
this.structPage.Padding = new System.Windows.Forms.Padding(3);
this.structPage.Size = new System.Drawing.Size(723, 456);
this.structPage.TabIndex = 6;
this.structPage.Text = "Read/Write Struct/UDT";
this.structPage.UseVisualStyleBackColor = true;
//
// structWriteButton
//
this.structWriteButton.Location = new System.Drawing.Point(8, 425);
this.structWriteButton.Name = "structWriteButton";
this.structWriteButton.Size = new System.Drawing.Size(180, 23);
this.structWriteButton.TabIndex = 20;
this.structWriteButton.Text = "Write Struct/UDT";
this.structWriteButton.UseVisualStyleBackColor = true;
this.structWriteButton.Click += new System.EventHandler(this.StructWriteButton_Click);
//
// structGridView
//
this.structGridView.AllowUserToAddRows = false;
this.structGridView.AllowUserToDeleteRows = false;
this.structGridView.AllowUserToResizeColumns = false;
this.structGridView.AllowUserToResizeRows = false;
this.structGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.structGridView.BackgroundColor = System.Drawing.SystemColors.Window;
this.structGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.structGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.structGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.typeColumn});
this.structGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke;
this.structGridView.Location = new System.Drawing.Point(8, 82);
this.structGridView.Name = "structGridView";
this.structGridView.RowHeadersVisible = false;
this.structGridView.Size = new System.Drawing.Size(707, 337);
this.structGridView.TabIndex = 19;
//
// dataGridViewTextBoxColumn1
//
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gainsboro;
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1;
this.dataGridViewTextBoxColumn1.HeaderText = "Tag Name";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.dataGridViewTextBoxColumn1.Width = 180;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewTextBoxColumn2.HeaderText = "Value";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// typeColumn
//
dataGridViewCellStyle3.BackColor = System.Drawing.Color.Gainsboro;
this.typeColumn.DefaultCellStyle = dataGridViewCellStyle3;
this.typeColumn.HeaderText = "Data Type";
this.typeColumn.Name = "typeColumn";
this.typeColumn.ReadOnly = true;
this.typeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.typeColumn.Width = 150;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(5, 11);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(48, 13);
this.label4.TabIndex = 18;
this.label4.Text = "Node Id:";
//
// structNodeIdTextBox
//
this.structNodeIdTextBox.Location = new System.Drawing.Point(8, 27);
this.structNodeIdTextBox.Name = "structNodeIdTextBox";
this.structNodeIdTextBox.Size = new System.Drawing.Size(180, 20);
this.structNodeIdTextBox.TabIndex = 17;
//
// structReadButton
//
this.structReadButton.Location = new System.Drawing.Point(8, 53);
this.structReadButton.Name = "structReadButton";
this.structReadButton.Size = new System.Drawing.Size(180, 23);
this.structReadButton.TabIndex = 16;
this.structReadButton.Text = "Read Struct/UDT";
this.structReadButton.UseVisualStyleBackColor = true;
this.structReadButton.Click += new System.EventHandler(this.StructReadButton_Click);
//
// Value
//
this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Value.HeaderText = "Value";
this.Value.Name = "Value";
//
// Attribute
//
this.Attribute.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
this.Attribute.HeaderText = "Attribute";
this.Attribute.Name = "Attribute";
//
// endpointColumn
//
this.endpointColumn.DisplayIndex = 0;
this.endpointColumn.Text = "Endpoints";
this.endpointColumn.Width = 700;
//
// UAClientForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(731, 482);
this.Controls.Add(this.opcTabControl);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(747, 520);
this.Name = "UAClientForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "OPC UA Client S7-1500";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ClientForm_FormClosing);
this.opcTabControl.ResumeLayout(false);
this.connectPage.ResumeLayout(false);
this.connectPage.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.browsePage.ResumeLayout(false);
this.browsePage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.descriptionGridView)).EndInit();
this.rwPage.ResumeLayout(false);
this.rwPage.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.subscribePage.ResumeLayout(false);
this.subscribePage.PerformLayout();
this.structPage.ResumeLayout(false);
this.structPage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.structGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl opcTabControl;
private System.Windows.Forms.TabPage rwPage;
private System.Windows.Forms.TextBox readIdTextBox;
private System.Windows.Forms.Button readValButton;
private System.Windows.Forms.TextBox writeIdTextBox;
private System.Windows.Forms.Button writeValButton;
private System.Windows.Forms.TextBox writeTextBox;
private System.Windows.Forms.TabPage connectPage;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button epConnectServerButton;
private System.Windows.Forms.ListView endpointListView;
private System.Windows.Forms.Button endpointButton;
private System.Windows.Forms.Label labelUri;
private System.Windows.Forms.TabPage browsePage;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridView descriptionGridView;
private System.Windows.Forms.TreeView nodeTreeView;
private System.Windows.Forms.DataGridViewTextBoxColumn Value;
private System.Windows.Forms.DataGridViewTextBoxColumn Attribute;
private System.Windows.Forms.ColumnHeader endpointColumn;
private System.Windows.Forms.Label endpointLabel;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ColumnHeader Endpoints;
private System.Windows.Forms.DataGridViewTextBoxColumn attributeColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn valueColumn;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox readTextBox;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TabPage subscribePage;
private System.Windows.Forms.Button unSubscribeButton;
private System.Windows.Forms.Button subscribeButton;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label subscriptionLabel;
private System.Windows.Forms.TextBox subscriptionIdTextBox;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Button rgReadButton;
private System.Windows.Forms.TextBox rgWriteTextBox;
private System.Windows.Forms.Button rgWriteButton;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox rgNodeIdTextBox;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox rgReadTextBox;
private System.Windows.Forms.Button unregisterButton;
private System.Windows.Forms.Button registerButton;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox regNodeIdTextBox;
private System.Windows.Forms.TextBox discoveryTextBox;
private System.Windows.Forms.TextBox pwTextBox;
private System.Windows.Forms.TextBox userTextBox;
private System.Windows.Forms.RadioButton userPwButton;
private System.Windows.Forms.RadioButton userAnonButton;
private System.Windows.Forms.TabPage structPage;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox structNodeIdTextBox;
private System.Windows.Forms.Button structReadButton;
private System.Windows.Forms.DataGridView structGridView;
private System.Windows.Forms.Button structWriteButton;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn typeColumn;
}
}