237 lines
11 KiB
C#
237 lines
11 KiB
C#
/* ========================================================================
|
|
* Copyright (c) 2005-2020 The OPC Foundation, Inc. All rights reserved.
|
|
*
|
|
* OPC Foundation MIT License 1.00
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person
|
|
* obtaining a copy of this software and associated documentation
|
|
* files (the "Software"), to deal in the Software without
|
|
* restriction, including without limitation the rights to use,
|
|
* copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the
|
|
* Software is furnished to do so, subject to the following
|
|
* conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be
|
|
* included in all copies or substantial portions of the Software.
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
* OTHER DEALINGS IN THE SOFTWARE.
|
|
*
|
|
* The complete license agreement can be found here:
|
|
* http://opcfoundation.org/License/MIT/1.00/
|
|
* ======================================================================*/
|
|
|
|
namespace Opc.Ua.Client.Controls
|
|
{
|
|
partial class ViewNodeStateDlg
|
|
{
|
|
/// <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()
|
|
{
|
|
this.CancelBTN = new System.Windows.Forms.Button();
|
|
this.OkBTN = new System.Windows.Forms.Button();
|
|
this.BottomPN = new System.Windows.Forms.Panel();
|
|
this.MainPN = new System.Windows.Forms.Panel();
|
|
this.ResultsDV = new System.Windows.Forms.DataGridView();
|
|
this.BrowsePath = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.DataType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ControlsPN = new System.Windows.Forms.TableLayoutPanel();
|
|
this.ValueLN = new System.Windows.Forms.Label();
|
|
this.DataTypeLB = new System.Windows.Forms.Label();
|
|
this.BottomPN.SuspendLayout();
|
|
this.MainPN.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.ResultsDV)).BeginInit();
|
|
this.ControlsPN.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// CancelBTN
|
|
//
|
|
this.CancelBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.CancelBTN.Location = new System.Drawing.Point(709, 4);
|
|
this.CancelBTN.Name = "CancelBTN";
|
|
this.CancelBTN.Size = new System.Drawing.Size(75, 23);
|
|
this.CancelBTN.TabIndex = 0;
|
|
this.CancelBTN.Text = "Cancel";
|
|
this.CancelBTN.UseVisualStyleBackColor = true;
|
|
//
|
|
// OkBTN
|
|
//
|
|
this.OkBTN.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.OkBTN.Location = new System.Drawing.Point(3, 4);
|
|
this.OkBTN.Name = "OkBTN";
|
|
this.OkBTN.Size = new System.Drawing.Size(75, 23);
|
|
this.OkBTN.TabIndex = 1;
|
|
this.OkBTN.Text = "OK";
|
|
this.OkBTN.UseVisualStyleBackColor = true;
|
|
this.OkBTN.Click += new System.EventHandler(this.OkBTN_Click);
|
|
//
|
|
// BottomPN
|
|
//
|
|
this.BottomPN.Controls.Add(this.OkBTN);
|
|
this.BottomPN.Controls.Add(this.CancelBTN);
|
|
this.BottomPN.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.BottomPN.Location = new System.Drawing.Point(0, 291);
|
|
this.BottomPN.Name = "BottomPN";
|
|
this.BottomPN.Size = new System.Drawing.Size(787, 30);
|
|
this.BottomPN.TabIndex = 0;
|
|
//
|
|
// MainPN
|
|
//
|
|
this.MainPN.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.MainPN.Controls.Add(this.ResultsDV);
|
|
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(787, 291);
|
|
this.MainPN.TabIndex = 1;
|
|
//
|
|
// ResultsDV
|
|
//
|
|
this.ResultsDV.AllowUserToAddRows = false;
|
|
this.ResultsDV.AllowUserToDeleteRows = false;
|
|
this.ResultsDV.AllowUserToResizeRows = false;
|
|
this.ResultsDV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.ResultsDV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.BrowsePath,
|
|
this.DataType,
|
|
this.Value});
|
|
this.ResultsDV.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ResultsDV.Location = new System.Drawing.Point(0, 0);
|
|
this.ResultsDV.Name = "ResultsDV";
|
|
this.ResultsDV.RowHeadersVisible = false;
|
|
this.ResultsDV.Size = new System.Drawing.Size(787, 291);
|
|
this.ResultsDV.TabIndex = 0;
|
|
//
|
|
// BrowsePath
|
|
//
|
|
this.BrowsePath.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.BrowsePath.DataPropertyName = "BrowsePath";
|
|
this.BrowsePath.HeaderText = "Browse Path";
|
|
this.BrowsePath.Name = "BrowsePath";
|
|
this.BrowsePath.ReadOnly = true;
|
|
this.BrowsePath.Width = 92;
|
|
//
|
|
// DataType
|
|
//
|
|
this.DataType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.DataType.DataPropertyName = "DataType";
|
|
this.DataType.HeaderText = "Data Type";
|
|
this.DataType.Name = "DataType";
|
|
this.DataType.ReadOnly = true;
|
|
this.DataType.Width = 82;
|
|
//
|
|
// Value
|
|
//
|
|
this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
this.Value.DataPropertyName = "Value";
|
|
this.Value.HeaderText = "Value";
|
|
this.Value.Name = "Value";
|
|
this.Value.ReadOnly = true;
|
|
//
|
|
// ControlsPN
|
|
//
|
|
this.ControlsPN.ColumnCount = 3;
|
|
this.ControlsPN.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 115F));
|
|
this.ControlsPN.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.ControlsPN.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.ControlsPN.Controls.Add(this.ValueLN, 0, 0);
|
|
this.ControlsPN.Location = new System.Drawing.Point(0, 0);
|
|
this.ControlsPN.Name = "ControlsPN";
|
|
this.ControlsPN.RowCount = 1;
|
|
this.ControlsPN.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.ControlsPN.Size = new System.Drawing.Size(200, 100);
|
|
this.ControlsPN.TabIndex = 0;
|
|
//
|
|
// ValueLN
|
|
//
|
|
this.ValueLN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.ValueLN.AutoSize = true;
|
|
this.ValueLN.Location = new System.Drawing.Point(3, 0);
|
|
this.ValueLN.Name = "ValueLN";
|
|
this.ValueLN.Size = new System.Drawing.Size(34, 100);
|
|
this.ValueLN.TabIndex = 40;
|
|
this.ValueLN.Text = "Value";
|
|
this.ValueLN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// DataTypeLB
|
|
//
|
|
this.DataTypeLB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.DataTypeLB.AutoSize = true;
|
|
this.DataTypeLB.Location = new System.Drawing.Point(3, 27);
|
|
this.DataTypeLB.Name = "DataTypeLB";
|
|
this.DataTypeLB.Size = new System.Drawing.Size(57, 27);
|
|
this.DataTypeLB.TabIndex = 44;
|
|
this.DataTypeLB.Text = "Data Type";
|
|
this.DataTypeLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// ViewNodeStateDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.CancelBTN;
|
|
this.ClientSize = new System.Drawing.Size(787, 321);
|
|
this.Controls.Add(this.MainPN);
|
|
this.Controls.Add(this.BottomPN);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "ViewNodeStateDlg";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "View Node";
|
|
this.BottomPN.ResumeLayout(false);
|
|
this.MainPN.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.ResultsDV)).EndInit();
|
|
this.ControlsPN.ResumeLayout(false);
|
|
this.ControlsPN.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button CancelBTN;
|
|
private System.Windows.Forms.Button OkBTN;
|
|
private System.Windows.Forms.Panel BottomPN;
|
|
private System.Windows.Forms.Panel MainPN;
|
|
private System.Windows.Forms.TableLayoutPanel ControlsPN;
|
|
private System.Windows.Forms.Label ValueLN;
|
|
private System.Windows.Forms.Label DataTypeLB;
|
|
private System.Windows.Forms.DataGridView ResultsDV;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BrowsePath;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DataType;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Value;
|
|
}
|
|
}
|