Files
Mapo-IOB-WIN/IOB-OPC-UA/Applications/ClientControls.Net4/Common/Client/EditReadValueIdDlg.Designer.cs
T
2021-03-25 18:25:25 +01:00

294 lines
14 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 EditReadValueIdDlg
{
/// <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.ControlsPN = new System.Windows.Forms.TableLayoutPanel();
this.NodeLB = new System.Windows.Forms.Label();
this.IndexRangeTB = new System.Windows.Forms.TextBox();
this.AttributeCB = new System.Windows.Forms.ComboBox();
this.AttributeLB = new System.Windows.Forms.Label();
this.IndexRangeLB = new System.Windows.Forms.Label();
this.DataEncodingLB = new System.Windows.Forms.Label();
this.DataEncodingCB = new System.Windows.Forms.ComboBox();
this.NodeTB = new System.Windows.Forms.TextBox();
this.NodeBTN = new Opc.Ua.Client.Controls.SelectNodeCtrl();
this.BottomPN.SuspendLayout();
this.MainPN.SuspendLayout();
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(282, 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, 107);
this.BottomPN.Name = "BottomPN";
this.BottomPN.Size = new System.Drawing.Size(360, 30);
this.BottomPN.TabIndex = 0;
//
// MainPN
//
this.MainPN.AutoSize = true;
this.MainPN.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.MainPN.Controls.Add(this.ControlsPN);
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(360, 107);
this.MainPN.TabIndex = 1;
//
// ControlsPN
//
this.ControlsPN.AutoSize = true;
this.ControlsPN.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ControlsPN.ColumnCount = 3;
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.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.ControlsPN.Controls.Add(this.NodeLB, 0, 0);
this.ControlsPN.Controls.Add(this.IndexRangeTB, 1, 2);
this.ControlsPN.Controls.Add(this.AttributeCB, 1, 1);
this.ControlsPN.Controls.Add(this.AttributeLB, 0, 1);
this.ControlsPN.Controls.Add(this.IndexRangeLB, 0, 2);
this.ControlsPN.Controls.Add(this.DataEncodingLB, 0, 3);
this.ControlsPN.Controls.Add(this.DataEncodingCB, 1, 3);
this.ControlsPN.Controls.Add(this.NodeTB, 1, 0);
this.ControlsPN.Controls.Add(this.NodeBTN, 2, 0);
this.ControlsPN.Dock = System.Windows.Forms.DockStyle.Fill;
this.ControlsPN.Location = new System.Drawing.Point(0, 0);
this.ControlsPN.Name = "ControlsPN";
this.ControlsPN.RowCount = 4;
this.ControlsPN.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.ControlsPN.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.ControlsPN.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.ControlsPN.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.ControlsPN.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.ControlsPN.Size = new System.Drawing.Size(360, 107);
this.ControlsPN.TabIndex = 1;
//
// NodeLB
//
this.NodeLB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.NodeLB.AutoSize = true;
this.NodeLB.Location = new System.Drawing.Point(3, 0);
this.NodeLB.Name = "NodeLB";
this.NodeLB.Size = new System.Drawing.Size(33, 26);
this.NodeLB.TabIndex = 19;
this.NodeLB.Text = "Node";
this.NodeLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// IndexRangeTB
//
this.IndexRangeTB.Dock = System.Windows.Forms.DockStyle.Fill;
this.IndexRangeTB.Location = new System.Drawing.Point(87, 56);
this.IndexRangeTB.Name = "IndexRangeTB";
this.IndexRangeTB.Size = new System.Drawing.Size(246, 20);
this.IndexRangeTB.TabIndex = 18;
//
// AttributeCB
//
this.AttributeCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.AttributeCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.AttributeCB.FormattingEnabled = true;
this.AttributeCB.Location = new System.Drawing.Point(87, 29);
this.AttributeCB.Name = "AttributeCB";
this.AttributeCB.Size = new System.Drawing.Size(138, 21);
this.AttributeCB.TabIndex = 17;
//
// AttributeLB
//
this.AttributeLB.AutoSize = true;
this.AttributeLB.Dock = System.Windows.Forms.DockStyle.Fill;
this.AttributeLB.Location = new System.Drawing.Point(3, 26);
this.AttributeLB.Name = "AttributeLB";
this.AttributeLB.Size = new System.Drawing.Size(78, 27);
this.AttributeLB.TabIndex = 16;
this.AttributeLB.Text = "Attribute";
this.AttributeLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// IndexRangeLB
//
this.IndexRangeLB.AutoSize = true;
this.IndexRangeLB.Dock = System.Windows.Forms.DockStyle.Fill;
this.IndexRangeLB.Location = new System.Drawing.Point(3, 53);
this.IndexRangeLB.Name = "IndexRangeLB";
this.IndexRangeLB.Size = new System.Drawing.Size(78, 26);
this.IndexRangeLB.TabIndex = 3;
this.IndexRangeLB.Text = "Index Range";
this.IndexRangeLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// DataEncodingLB
//
this.DataEncodingLB.AutoSize = true;
this.DataEncodingLB.Dock = System.Windows.Forms.DockStyle.Fill;
this.DataEncodingLB.Location = new System.Drawing.Point(3, 79);
this.DataEncodingLB.Name = "DataEncodingLB";
this.DataEncodingLB.Size = new System.Drawing.Size(78, 28);
this.DataEncodingLB.TabIndex = 5;
this.DataEncodingLB.Text = "Data Encoding";
this.DataEncodingLB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// DataEncodingCB
//
this.DataEncodingCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.DataEncodingCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.DataEncodingCB.FormattingEnabled = true;
this.DataEncodingCB.Location = new System.Drawing.Point(87, 82);
this.DataEncodingCB.Name = "DataEncodingCB";
this.DataEncodingCB.Size = new System.Drawing.Size(138, 21);
this.DataEncodingCB.TabIndex = 6;
//
// NodeTB
//
this.NodeTB.Dock = System.Windows.Forms.DockStyle.Fill;
this.NodeTB.Location = new System.Drawing.Point(87, 3);
this.NodeTB.Name = "NodeTB";
this.NodeTB.ReadOnly = true;
this.NodeTB.Size = new System.Drawing.Size(246, 20);
this.NodeTB.TabIndex = 2;
//
// NodeBTN
//
this.NodeBTN.Location = new System.Drawing.Point(336, 0);
this.NodeBTN.Margin = new System.Windows.Forms.Padding(0);
this.NodeBTN.Name = "NodeBTN";
this.NodeBTN.NodeControl = this.NodeTB;
this.NodeBTN.ReferenceTypeIds = null;
this.NodeBTN.RootId = null;
this.NodeBTN.SelectedNode = null;
this.NodeBTN.SelectedReference = null;
this.NodeBTN.Session = null;
this.NodeBTN.Size = new System.Drawing.Size(24, 24);
this.NodeBTN.TabIndex = 15;
this.NodeBTN.View = null;
//
// EditReadValueIdDlg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.CancelButton = this.CancelBTN;
this.ClientSize = new System.Drawing.Size(360, 137);
this.Controls.Add(this.MainPN);
this.Controls.Add(this.BottomPN);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EditReadValueIdDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Edit Read Request";
this.BottomPN.ResumeLayout(false);
this.MainPN.ResumeLayout(false);
this.MainPN.PerformLayout();
this.ControlsPN.ResumeLayout(false);
this.ControlsPN.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#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 NodeLB;
private System.Windows.Forms.TextBox IndexRangeTB;
private System.Windows.Forms.ComboBox AttributeCB;
private System.Windows.Forms.Label AttributeLB;
private System.Windows.Forms.Label IndexRangeLB;
private System.Windows.Forms.Label DataEncodingLB;
private System.Windows.Forms.ComboBox DataEncodingCB;
private System.Windows.Forms.TextBox NodeTB;
private SelectNodeCtrl NodeBTN;
}
}