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

203 lines
9.3 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 CallRequestListViewCtrl
{
/// <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 Component 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.components = new System.ComponentModel.Container();
this.PopupMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.EditMI = new System.Windows.Forms.ToolStripMenuItem();
this.ImageList = new System.Windows.Forms.ImageList(this.components);
this.NoArgumentsLB = new System.Windows.Forms.Label();
this.ResultsDV = new System.Windows.Forms.DataGridView();
this.Icon = new System.Windows.Forms.DataGridViewImageColumn();
this.NameCH = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DataTypeCH = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ValueCH = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ResultCH = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.PopupMenu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ResultsDV)).BeginInit();
this.SuspendLayout();
//
// PopupMenu
//
this.PopupMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.EditMI});
this.PopupMenu.Name = "PopupMenu";
this.PopupMenu.Size = new System.Drawing.Size(104, 26);
//
// EditMI
//
this.EditMI.Name = "EditMI";
this.EditMI.Size = new System.Drawing.Size(103, 22);
this.EditMI.Text = "Edit...";
this.EditMI.Click += new System.EventHandler(this.EditMI_Click);
//
// ImageList
//
this.ImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
this.ImageList.ImageSize = new System.Drawing.Size(16, 16);
this.ImageList.TransparentColor = System.Drawing.Color.White;
//
// NoArgumentsLB
//
this.NoArgumentsLB.Dock = System.Windows.Forms.DockStyle.Fill;
this.NoArgumentsLB.Location = new System.Drawing.Point(0, 0);
this.NoArgumentsLB.Name = "NoArgumentsLB";
this.NoArgumentsLB.Size = new System.Drawing.Size(779, 365);
this.NoArgumentsLB.TabIndex = 4;
this.NoArgumentsLB.Text = "No arguments to display.";
this.NoArgumentsLB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.NoArgumentsLB.Visible = false;
//
// ResultsDV
//
this.ResultsDV.AllowUserToAddRows = false;
this.ResultsDV.AllowUserToDeleteRows = false;
this.ResultsDV.AllowUserToResizeRows = false;
this.ResultsDV.BackgroundColor = System.Drawing.SystemColors.Window;
this.ResultsDV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.ResultsDV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Icon,
this.NameCH,
this.DataTypeCH,
this.ValueCH,
this.ResultCH});
this.ResultsDV.ContextMenuStrip = this.PopupMenu;
this.ResultsDV.Dock = System.Windows.Forms.DockStyle.Fill;
this.ResultsDV.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.ResultsDV.Location = new System.Drawing.Point(0, 0);
this.ResultsDV.Name = "ResultsDV";
this.ResultsDV.RowHeadersVisible = false;
this.ResultsDV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.ResultsDV.Size = new System.Drawing.Size(779, 365);
this.ResultsDV.TabIndex = 5;
this.ResultsDV.DoubleClick += new System.EventHandler(this.EditMI_Click);
//
// Icon
//
this.Icon.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.Icon.DataPropertyName = "Icon";
this.Icon.HeaderText = "";
this.Icon.Name = "Icon";
this.Icon.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.Icon.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.Icon.Width = 19;
//
// NameCH
//
this.NameCH.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.NameCH.DataPropertyName = "Name";
this.NameCH.HeaderText = "Name";
this.NameCH.Name = "NameCH";
this.NameCH.ReadOnly = true;
this.NameCH.Width = 60;
//
// DataTypeCH
//
this.DataTypeCH.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.DataTypeCH.DataPropertyName = "DataType";
this.DataTypeCH.HeaderText = "Data Type";
this.DataTypeCH.Name = "DataTypeCH";
this.DataTypeCH.ReadOnly = true;
this.DataTypeCH.Width = 82;
//
// ValueCH
//
this.ValueCH.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.ValueCH.DataPropertyName = "Value";
this.ValueCH.HeaderText = "Value";
this.ValueCH.Name = "ValueCH";
this.ValueCH.ReadOnly = true;
//
// ResultCH
//
this.ResultCH.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.ResultCH.DataPropertyName = "Result";
this.ResultCH.HeaderText = "Result";
this.ResultCH.Name = "ResultCH";
this.ResultCH.ReadOnly = true;
this.ResultCH.Visible = false;
//
// CallRequestListViewCtrl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.NoArgumentsLB);
this.Controls.Add(this.ResultsDV);
this.Name = "CallRequestListViewCtrl";
this.Size = new System.Drawing.Size(779, 365);
this.PopupMenu.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ResultsDV)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip PopupMenu;
private System.Windows.Forms.ToolStripMenuItem EditMI;
private System.Windows.Forms.ImageList ImageList;
private System.Windows.Forms.Label NoArgumentsLB;
private System.Windows.Forms.DataGridView ResultsDV;
private System.Windows.Forms.DataGridViewImageColumn Icon;
private System.Windows.Forms.DataGridViewTextBoxColumn NameCH;
private System.Windows.Forms.DataGridViewTextBoxColumn DataTypeCH;
private System.Windows.Forms.DataGridViewTextBoxColumn ValueCH;
private System.Windows.Forms.DataGridViewTextBoxColumn ResultCH;
}
}