835 lines
46 KiB
C#
835 lines
46 KiB
C#
namespace DataMirrorToolsPage
|
||
{
|
||
partial class P_SignalViewer
|
||
{
|
||
/// <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);
|
||
}
|
||
/// <summary>
|
||
/// Displays the current prompt.
|
||
/// </summary>
|
||
/// <param name="e">the contents of this method with the code editor.</param>
|
||
protected override void OnShown(System.EventArgs e)
|
||
{
|
||
foreach (System.Windows.Forms.Control b in panel1.Controls)
|
||
if (b is System.Windows.Forms.Button | b is System.Windows.Forms.CheckBox | b is System.Windows.Forms.RadioButton | b is System.Windows.Forms.PictureBox)
|
||
b.MouseHover += (c, d) => {
|
||
new System.Windows.Forms.ToolTip().SetToolTip((System.Windows.Forms.Control)c, ((System.Windows.Forms.Control)c).Tag.ToString());
|
||
};
|
||
}
|
||
#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.components = new System.ComponentModel.Container();
|
||
this.dgv_SignalViewer = new System.Windows.Forms.DataGridView();
|
||
this.CMS_Menu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
this.TSM_UpdateSignalConnect = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.TSM_DeleteSignalConnect = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.TSM_SignalViewer_Add = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.TSM_SignalViewer_Remove = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.TSM_Delete_SelectRaws = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.TSM_UpdateSignalRegion = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.TSM_UpdateResources = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
||
this.TSM_UpdateSignalDataType = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.btn_SignalRobot_Create = new System.Windows.Forms.Button();
|
||
this.btn_OutScadaTable = new System.Windows.Forms.Button();
|
||
this.btn_Refresh = new System.Windows.Forms.Button();
|
||
this.btn_SignalHandlerEditor = new System.Windows.Forms.Button();
|
||
this.label_SignalCount = new System.Windows.Forms.Label();
|
||
this.txt_SelectSignalName = new System.Windows.Forms.TextBox();
|
||
this.txt_CurrSequenceNo = new System.Windows.Forms.TextBox();
|
||
this.btn_MoveDown = new System.Windows.Forms.Button();
|
||
this.btn_MoveUp = new System.Windows.Forms.Button();
|
||
this.btn_Signal_Export_Excel = new System.Windows.Forms.Button();
|
||
this.btn_Signal_Import_Excel = new System.Windows.Forms.Button();
|
||
this.btn_Signal_Import_S7 = new System.Windows.Forms.Button();
|
||
this.btn_Signal_Delete = new System.Windows.Forms.Button();
|
||
this.btn_AutoGenerateSignalTag = new System.Windows.Forms.Button();
|
||
this.btn_Signal_Create = new System.Windows.Forms.Button();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||
this.CMS_SignalType = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
this.tsmi_INT16 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmi_INT32 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmi_FLOAT = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmi_UINT64 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmi_STRING = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmi_BOOL = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmi_BYTE = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmi_UINT16 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.tsmi_DOUBLE = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.选择 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||
this.信号名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.类型 = new System.Windows.Forms.DataGridViewButtonColumn();
|
||
this.地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.IEC格式 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.启用 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||
this.监控 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||
this.外部连接 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.信号类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.资源 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.操作时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.内存 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||
this.机器人信号名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.机器人信号地址 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.DeviceCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.Region = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.注释 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgv_SignalViewer)).BeginInit();
|
||
this.CMS_Menu.SuspendLayout();
|
||
this.panel1.SuspendLayout();
|
||
this.tableLayoutPanel1.SuspendLayout();
|
||
this.CMS_SignalType.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// dgv_SignalViewer
|
||
//
|
||
this.dgv_SignalViewer.AllowUserToAddRows = false;
|
||
this.dgv_SignalViewer.AllowUserToDeleteRows = false;
|
||
this.dgv_SignalViewer.AllowUserToResizeRows = false;
|
||
this.dgv_SignalViewer.BackgroundColor = System.Drawing.Color.White;
|
||
this.dgv_SignalViewer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.序号,
|
||
this.选择,
|
||
this.信号名称,
|
||
this.类型,
|
||
this.地址,
|
||
this.IEC格式,
|
||
this.启用,
|
||
this.监控,
|
||
this.外部连接,
|
||
this.信号类型,
|
||
this.资源,
|
||
this.操作时间,
|
||
this.内存,
|
||
this.机器人信号名称,
|
||
this.机器人信号地址,
|
||
this.ID,
|
||
this.DeviceCode,
|
||
this.Region,
|
||
this.注释});
|
||
this.dgv_SignalViewer.ContextMenuStrip = this.CMS_Menu;
|
||
this.dgv_SignalViewer.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.dgv_SignalViewer.Location = new System.Drawing.Point(3, 38);
|
||
this.dgv_SignalViewer.MultiSelect = false;
|
||
this.dgv_SignalViewer.Name = "dgv_SignalViewer";
|
||
this.dgv_SignalViewer.RowHeadersVisible = false;
|
||
this.dgv_SignalViewer.RowTemplate.Height = 18;
|
||
this.dgv_SignalViewer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dgv_SignalViewer.Size = new System.Drawing.Size(885, 348);
|
||
this.dgv_SignalViewer.TabIndex = 6;
|
||
this.dgv_SignalViewer.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_SignalViewer_CellClick);
|
||
this.dgv_SignalViewer.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_SignalViewer_CellContentClick);
|
||
this.dgv_SignalViewer.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_SignalViewer_CellEndEdit);
|
||
//
|
||
// CMS_Menu
|
||
//
|
||
this.CMS_Menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.TSM_UpdateSignalConnect,
|
||
this.TSM_DeleteSignalConnect,
|
||
this.toolStripSeparator1,
|
||
this.TSM_SignalViewer_Add,
|
||
this.TSM_SignalViewer_Remove,
|
||
this.toolStripSeparator2,
|
||
this.TSM_Delete_SelectRaws,
|
||
this.toolStripSeparator3,
|
||
this.TSM_UpdateSignalRegion,
|
||
this.toolStripSeparator4,
|
||
this.TSM_UpdateResources,
|
||
this.toolStripSeparator5,
|
||
this.TSM_UpdateSignalDataType});
|
||
this.CMS_Menu.Name = "CMS_Menu";
|
||
this.CMS_Menu.Size = new System.Drawing.Size(197, 210);
|
||
//
|
||
// TSM_UpdateSignalConnect
|
||
//
|
||
this.TSM_UpdateSignalConnect.Name = "TSM_UpdateSignalConnect";
|
||
this.TSM_UpdateSignalConnect.Size = new System.Drawing.Size(196, 22);
|
||
this.TSM_UpdateSignalConnect.Text = "更改信号连接";
|
||
this.TSM_UpdateSignalConnect.Click += new System.EventHandler(this.TSM_UpdateSignalConnect_Click);
|
||
//
|
||
// TSM_DeleteSignalConnect
|
||
//
|
||
this.TSM_DeleteSignalConnect.Name = "TSM_DeleteSignalConnect";
|
||
this.TSM_DeleteSignalConnect.Size = new System.Drawing.Size(196, 22);
|
||
this.TSM_DeleteSignalConnect.Text = "取消信号连接";
|
||
this.TSM_DeleteSignalConnect.Click += new System.EventHandler(this.TSM_DeleteSignalConnect_Click);
|
||
//
|
||
// toolStripSeparator1
|
||
//
|
||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||
this.toolStripSeparator1.Size = new System.Drawing.Size(193, 6);
|
||
//
|
||
// TSM_SignalViewer_Add
|
||
//
|
||
this.TSM_SignalViewer_Add.Name = "TSM_SignalViewer_Add";
|
||
this.TSM_SignalViewer_Add.Size = new System.Drawing.Size(196, 22);
|
||
this.TSM_SignalViewer_Add.Text = "添加到信号视图";
|
||
this.TSM_SignalViewer_Add.Click += new System.EventHandler(this.TSM_SignalViewer_Add_Click);
|
||
//
|
||
// TSM_SignalViewer_Remove
|
||
//
|
||
this.TSM_SignalViewer_Remove.Name = "TSM_SignalViewer_Remove";
|
||
this.TSM_SignalViewer_Remove.Size = new System.Drawing.Size(196, 22);
|
||
this.TSM_SignalViewer_Remove.Text = "从信号视图移除";
|
||
this.TSM_SignalViewer_Remove.Click += new System.EventHandler(this.TSM_SignalViewer_Remove_Click);
|
||
//
|
||
// toolStripSeparator2
|
||
//
|
||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||
this.toolStripSeparator2.Size = new System.Drawing.Size(193, 6);
|
||
//
|
||
// TSM_Delete_SelectRaws
|
||
//
|
||
this.TSM_Delete_SelectRaws.Name = "TSM_Delete_SelectRaws";
|
||
this.TSM_Delete_SelectRaws.Size = new System.Drawing.Size(196, 22);
|
||
this.TSM_Delete_SelectRaws.Text = "删除选中行";
|
||
this.TSM_Delete_SelectRaws.Click += new System.EventHandler(this.TSM_Delete_SelectRaws_Click);
|
||
//
|
||
// toolStripSeparator3
|
||
//
|
||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||
this.toolStripSeparator3.Size = new System.Drawing.Size(193, 6);
|
||
//
|
||
// TSM_UpdateSignalRegion
|
||
//
|
||
this.TSM_UpdateSignalRegion.Name = "TSM_UpdateSignalRegion";
|
||
this.TSM_UpdateSignalRegion.Size = new System.Drawing.Size(196, 22);
|
||
this.TSM_UpdateSignalRegion.Text = "修改信号区";
|
||
this.TSM_UpdateSignalRegion.Click += new System.EventHandler(this.TSM_UpdateSignalRegion_Click);
|
||
//
|
||
// toolStripSeparator4
|
||
//
|
||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||
this.toolStripSeparator4.Size = new System.Drawing.Size(193, 6);
|
||
//
|
||
// TSM_UpdateResources
|
||
//
|
||
this.TSM_UpdateResources.Name = "TSM_UpdateResources";
|
||
this.TSM_UpdateResources.Size = new System.Drawing.Size(196, 22);
|
||
this.TSM_UpdateResources.Text = "修改资源归属";
|
||
this.TSM_UpdateResources.Click += new System.EventHandler(this.TSM_UpdateResources_Click);
|
||
//
|
||
// toolStripSeparator5
|
||
//
|
||
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
||
this.toolStripSeparator5.Size = new System.Drawing.Size(193, 6);
|
||
//
|
||
// TSM_UpdateSignalDataType
|
||
//
|
||
this.TSM_UpdateSignalDataType.Name = "TSM_UpdateSignalDataType";
|
||
this.TSM_UpdateSignalDataType.Size = new System.Drawing.Size(196, 22);
|
||
this.TSM_UpdateSignalDataType.Text = "批量修改信号数据类型";
|
||
this.TSM_UpdateSignalDataType.Click += new System.EventHandler(this.TSM_UpdateSignalDataType_Click);
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.btn_SignalRobot_Create);
|
||
this.panel1.Controls.Add(this.btn_OutScadaTable);
|
||
this.panel1.Controls.Add(this.btn_Refresh);
|
||
this.panel1.Controls.Add(this.btn_SignalHandlerEditor);
|
||
this.panel1.Controls.Add(this.label_SignalCount);
|
||
this.panel1.Controls.Add(this.txt_SelectSignalName);
|
||
this.panel1.Controls.Add(this.txt_CurrSequenceNo);
|
||
this.panel1.Controls.Add(this.btn_MoveDown);
|
||
this.panel1.Controls.Add(this.btn_MoveUp);
|
||
this.panel1.Controls.Add(this.btn_Signal_Export_Excel);
|
||
this.panel1.Controls.Add(this.btn_Signal_Import_Excel);
|
||
this.panel1.Controls.Add(this.btn_Signal_Import_S7);
|
||
this.panel1.Controls.Add(this.btn_Signal_Delete);
|
||
this.panel1.Controls.Add(this.btn_AutoGenerateSignalTag);
|
||
this.panel1.Controls.Add(this.btn_Signal_Create);
|
||
this.panel1.Controls.Add(this.label2);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel1.Location = new System.Drawing.Point(3, 3);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(885, 29);
|
||
this.panel1.TabIndex = 11;
|
||
//
|
||
// btn_SignalRobot_Create
|
||
//
|
||
this.btn_SignalRobot_Create.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_SignalRobot_Create.BackgroundImage = global::P_SignalViewer.Properties.Resources.新建信号;
|
||
this.btn_SignalRobot_Create.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_SignalRobot_Create.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_SignalRobot_Create.FlatAppearance.BorderSize = 0;
|
||
this.btn_SignalRobot_Create.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_SignalRobot_Create.ForeColor = System.Drawing.Color.White;
|
||
this.btn_SignalRobot_Create.Location = new System.Drawing.Point(616, 4);
|
||
this.btn_SignalRobot_Create.Name = "btn_SignalRobot_Create";
|
||
this.btn_SignalRobot_Create.Size = new System.Drawing.Size(21, 23);
|
||
this.btn_SignalRobot_Create.TabIndex = 107;
|
||
this.btn_SignalRobot_Create.Tag = "手动直接添加机器人信号";
|
||
this.btn_SignalRobot_Create.UseVisualStyleBackColor = false;
|
||
this.btn_SignalRobot_Create.Click += new System.EventHandler(this.btn_SignalRobot_Create_Click);
|
||
//
|
||
// btn_OutScadaTable
|
||
//
|
||
this.btn_OutScadaTable.Location = new System.Drawing.Point(734, 3);
|
||
this.btn_OutScadaTable.Name = "btn_OutScadaTable";
|
||
this.btn_OutScadaTable.Size = new System.Drawing.Size(104, 23);
|
||
this.btn_OutScadaTable.TabIndex = 106;
|
||
this.btn_OutScadaTable.Tag = "导出采集表";
|
||
this.btn_OutScadaTable.Text = "导出采集表";
|
||
this.btn_OutScadaTable.UseVisualStyleBackColor = true;
|
||
this.btn_OutScadaTable.Click += new System.EventHandler(this.btn_OutScadaTable_Click);
|
||
//
|
||
// btn_Refresh
|
||
//
|
||
this.btn_Refresh.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_Refresh.BackgroundImage = global::P_SignalViewer.Properties.Resources.刷新;
|
||
this.btn_Refresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_Refresh.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_Refresh.FlatAppearance.BorderSize = 0;
|
||
this.btn_Refresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_Refresh.ForeColor = System.Drawing.Color.White;
|
||
this.btn_Refresh.Location = new System.Drawing.Point(101, 3);
|
||
this.btn_Refresh.Name = "btn_Refresh";
|
||
this.btn_Refresh.Size = new System.Drawing.Size(20, 20);
|
||
this.btn_Refresh.TabIndex = 105;
|
||
this.btn_Refresh.Tag = "刷新列表";
|
||
this.btn_Refresh.UseVisualStyleBackColor = false;
|
||
this.btn_Refresh.Click += new System.EventHandler(this.btn_btn_Refresh_Click);
|
||
//
|
||
// btn_SignalHandlerEditor
|
||
//
|
||
this.btn_SignalHandlerEditor.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_SignalHandlerEditor.BackgroundImage = global::P_SignalViewer.Properties.Resources.绑定逻辑;
|
||
this.btn_SignalHandlerEditor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_SignalHandlerEditor.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_SignalHandlerEditor.FlatAppearance.BorderSize = 0;
|
||
this.btn_SignalHandlerEditor.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_SignalHandlerEditor.ForeColor = System.Drawing.Color.White;
|
||
this.btn_SignalHandlerEditor.Location = new System.Drawing.Point(354, 5);
|
||
this.btn_SignalHandlerEditor.Name = "btn_SignalHandlerEditor";
|
||
this.btn_SignalHandlerEditor.Size = new System.Drawing.Size(20, 20);
|
||
this.btn_SignalHandlerEditor.TabIndex = 100;
|
||
this.btn_SignalHandlerEditor.Tag = "信号处理编辑器";
|
||
this.btn_SignalHandlerEditor.UseVisualStyleBackColor = false;
|
||
this.btn_SignalHandlerEditor.Click += new System.EventHandler(this.btn_SignalHandlerEditor_Click);
|
||
//
|
||
// label_SignalCount
|
||
//
|
||
this.label_SignalCount.AutoSize = true;
|
||
this.label_SignalCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
||
this.label_SignalCount.Location = new System.Drawing.Point(675, 9);
|
||
this.label_SignalCount.Name = "label_SignalCount";
|
||
this.label_SignalCount.Size = new System.Drawing.Size(53, 12);
|
||
this.label_SignalCount.TabIndex = 99;
|
||
this.label_SignalCount.Text = "n 个信号";
|
||
//
|
||
// txt_SelectSignalName
|
||
//
|
||
this.txt_SelectSignalName.Location = new System.Drawing.Point(383, 4);
|
||
this.txt_SelectSignalName.Name = "txt_SelectSignalName";
|
||
this.txt_SelectSignalName.Size = new System.Drawing.Size(218, 21);
|
||
this.txt_SelectSignalName.TabIndex = 98;
|
||
this.txt_SelectSignalName.Tag = "要查询的信号名称";
|
||
this.txt_SelectSignalName.TextChanged += new System.EventHandler(this.txt_SelectSignalName_TextChanged);
|
||
//
|
||
// txt_CurrSequenceNo
|
||
//
|
||
this.txt_CurrSequenceNo.Location = new System.Drawing.Point(40, 4);
|
||
this.txt_CurrSequenceNo.Name = "txt_CurrSequenceNo";
|
||
this.txt_CurrSequenceNo.ReadOnly = true;
|
||
this.txt_CurrSequenceNo.Size = new System.Drawing.Size(55, 21);
|
||
this.txt_CurrSequenceNo.TabIndex = 96;
|
||
//
|
||
// btn_MoveDown
|
||
//
|
||
this.btn_MoveDown.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_MoveDown.BackgroundImage = global::P_SignalViewer.Properties.Resources.下移;
|
||
this.btn_MoveDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_MoveDown.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_MoveDown.FlatAppearance.BorderSize = 0;
|
||
this.btn_MoveDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_MoveDown.ForeColor = System.Drawing.Color.White;
|
||
this.btn_MoveDown.Location = new System.Drawing.Point(324, 4);
|
||
this.btn_MoveDown.Name = "btn_MoveDown";
|
||
this.btn_MoveDown.Size = new System.Drawing.Size(20, 20);
|
||
this.btn_MoveDown.TabIndex = 95;
|
||
this.btn_MoveDown.Tag = "将选中行下移";
|
||
this.btn_MoveDown.UseVisualStyleBackColor = false;
|
||
this.btn_MoveDown.Click += new System.EventHandler(this.btn_MoveDown_Click);
|
||
//
|
||
// btn_MoveUp
|
||
//
|
||
this.btn_MoveUp.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_MoveUp.BackgroundImage = global::P_SignalViewer.Properties.Resources.上移;
|
||
this.btn_MoveUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_MoveUp.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_MoveUp.FlatAppearance.BorderSize = 0;
|
||
this.btn_MoveUp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_MoveUp.ForeColor = System.Drawing.Color.White;
|
||
this.btn_MoveUp.Location = new System.Drawing.Point(298, 4);
|
||
this.btn_MoveUp.Name = "btn_MoveUp";
|
||
this.btn_MoveUp.Size = new System.Drawing.Size(20, 20);
|
||
this.btn_MoveUp.TabIndex = 94;
|
||
this.btn_MoveUp.Tag = "将选中行上移";
|
||
this.btn_MoveUp.UseVisualStyleBackColor = false;
|
||
this.btn_MoveUp.Click += new System.EventHandler(this.btn_MoveUp_Click);
|
||
//
|
||
// btn_Signal_Export_Excel
|
||
//
|
||
this.btn_Signal_Export_Excel.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_Signal_Export_Excel.BackgroundImage = global::P_SignalViewer.Properties.Resources.信号导出Excel;
|
||
this.btn_Signal_Export_Excel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_Signal_Export_Excel.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Export_Excel.FlatAppearance.BorderSize = 0;
|
||
this.btn_Signal_Export_Excel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_Signal_Export_Excel.ForeColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Export_Excel.Location = new System.Drawing.Point(264, 4);
|
||
this.btn_Signal_Export_Excel.Name = "btn_Signal_Export_Excel";
|
||
this.btn_Signal_Export_Excel.Size = new System.Drawing.Size(21, 23);
|
||
this.btn_Signal_Export_Excel.TabIndex = 16;
|
||
this.btn_Signal_Export_Excel.Tag = "将数据导出到Excel表";
|
||
this.btn_Signal_Export_Excel.UseVisualStyleBackColor = false;
|
||
this.btn_Signal_Export_Excel.Click += new System.EventHandler(this.btn_Signal_Export_Excel_Click);
|
||
//
|
||
// btn_Signal_Import_Excel
|
||
//
|
||
this.btn_Signal_Import_Excel.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_Signal_Import_Excel.BackgroundImage = global::P_SignalViewer.Properties.Resources.从Excel导入信号;
|
||
this.btn_Signal_Import_Excel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_Signal_Import_Excel.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Import_Excel.FlatAppearance.BorderSize = 0;
|
||
this.btn_Signal_Import_Excel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_Signal_Import_Excel.ForeColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Import_Excel.Location = new System.Drawing.Point(237, 4);
|
||
this.btn_Signal_Import_Excel.Name = "btn_Signal_Import_Excel";
|
||
this.btn_Signal_Import_Excel.Size = new System.Drawing.Size(21, 23);
|
||
this.btn_Signal_Import_Excel.TabIndex = 15;
|
||
this.btn_Signal_Import_Excel.Tag = "数据导入(固定格式Excel表)";
|
||
this.btn_Signal_Import_Excel.UseVisualStyleBackColor = false;
|
||
this.btn_Signal_Import_Excel.Click += new System.EventHandler(this.btn_Signal_Import_Excel_Click);
|
||
//
|
||
// btn_Signal_Import_S7
|
||
//
|
||
this.btn_Signal_Import_S7.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_Signal_Import_S7.BackgroundImage = global::P_SignalViewer.Properties.Resources.f76f31276ffc3826123d2e1088971fb;
|
||
this.btn_Signal_Import_S7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_Signal_Import_S7.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Import_S7.FlatAppearance.BorderSize = 0;
|
||
this.btn_Signal_Import_S7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_Signal_Import_S7.ForeColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Import_S7.Location = new System.Drawing.Point(210, 3);
|
||
this.btn_Signal_Import_S7.Name = "btn_Signal_Import_S7";
|
||
this.btn_Signal_Import_S7.Size = new System.Drawing.Size(21, 23);
|
||
this.btn_Signal_Import_S7.TabIndex = 14;
|
||
this.btn_Signal_Import_S7.Tag = "数据导入(西门子Step导出文件)";
|
||
this.btn_Signal_Import_S7.UseVisualStyleBackColor = false;
|
||
this.btn_Signal_Import_S7.Click += new System.EventHandler(this.btn_Signal_Import_S7_Click);
|
||
//
|
||
// btn_Signal_Delete
|
||
//
|
||
this.btn_Signal_Delete.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_Signal_Delete.BackgroundImage = global::P_SignalViewer.Properties.Resources.删除信号;
|
||
this.btn_Signal_Delete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_Signal_Delete.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Delete.FlatAppearance.BorderSize = 0;
|
||
this.btn_Signal_Delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_Signal_Delete.ForeColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Delete.Location = new System.Drawing.Point(152, 3);
|
||
this.btn_Signal_Delete.Name = "btn_Signal_Delete";
|
||
this.btn_Signal_Delete.Size = new System.Drawing.Size(21, 23);
|
||
this.btn_Signal_Delete.TabIndex = 13;
|
||
this.btn_Signal_Delete.Tag = "删除选中信号";
|
||
this.btn_Signal_Delete.UseVisualStyleBackColor = false;
|
||
this.btn_Signal_Delete.Click += new System.EventHandler(this.btn_Signal_Delete_Click);
|
||
//
|
||
// btn_AutoGenerateSignalTag
|
||
//
|
||
this.btn_AutoGenerateSignalTag.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_AutoGenerateSignalTag.BackgroundImage = global::P_SignalViewer.Properties.Resources.自动生成信号;
|
||
this.btn_AutoGenerateSignalTag.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_AutoGenerateSignalTag.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_AutoGenerateSignalTag.FlatAppearance.BorderSize = 0;
|
||
this.btn_AutoGenerateSignalTag.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_AutoGenerateSignalTag.ForeColor = System.Drawing.Color.White;
|
||
this.btn_AutoGenerateSignalTag.Location = new System.Drawing.Point(179, 4);
|
||
this.btn_AutoGenerateSignalTag.Name = "btn_AutoGenerateSignalTag";
|
||
this.btn_AutoGenerateSignalTag.Size = new System.Drawing.Size(20, 20);
|
||
this.btn_AutoGenerateSignalTag.TabIndex = 12;
|
||
this.btn_AutoGenerateSignalTag.Tag = "根据工艺自动添加信号";
|
||
this.btn_AutoGenerateSignalTag.UseVisualStyleBackColor = false;
|
||
this.btn_AutoGenerateSignalTag.Click += new System.EventHandler(this.btn_AutoGenerateSignalTag_Click);
|
||
//
|
||
// btn_Signal_Create
|
||
//
|
||
this.btn_Signal_Create.BackColor = System.Drawing.SystemColors.ButtonHighlight;
|
||
this.btn_Signal_Create.BackgroundImage = global::P_SignalViewer.Properties.Resources.新建信号;
|
||
this.btn_Signal_Create.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btn_Signal_Create.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Create.FlatAppearance.BorderSize = 0;
|
||
this.btn_Signal_Create.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btn_Signal_Create.ForeColor = System.Drawing.Color.White;
|
||
this.btn_Signal_Create.Location = new System.Drawing.Point(125, 2);
|
||
this.btn_Signal_Create.Name = "btn_Signal_Create";
|
||
this.btn_Signal_Create.Size = new System.Drawing.Size(21, 23);
|
||
this.btn_Signal_Create.TabIndex = 12;
|
||
this.btn_Signal_Create.Tag = "手动直接添加信号";
|
||
this.btn_Signal_Create.UseVisualStyleBackColor = false;
|
||
this.btn_Signal_Create.Click += new System.EventHandler(this.btn_Signal_Create_Click);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(5, 9);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(41, 12);
|
||
this.label2.TabIndex = 10;
|
||
this.label2.Text = "序号:";
|
||
//
|
||
// tableLayoutPanel1
|
||
//
|
||
this.tableLayoutPanel1.ColumnCount = 1;
|
||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.Controls.Add(this.dgv_SignalViewer, 0, 1);
|
||
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
|
||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||
this.tableLayoutPanel1.RowCount = 2;
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
|
||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||
this.tableLayoutPanel1.Size = new System.Drawing.Size(891, 389);
|
||
this.tableLayoutPanel1.TabIndex = 17;
|
||
//
|
||
// CMS_SignalType
|
||
//
|
||
this.CMS_SignalType.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.tsmi_INT16,
|
||
this.tsmi_INT32,
|
||
this.tsmi_FLOAT,
|
||
this.tsmi_UINT64,
|
||
this.tsmi_STRING,
|
||
this.tsmi_BOOL,
|
||
this.tsmi_BYTE,
|
||
this.tsmi_UINT16,
|
||
this.tsmi_DOUBLE});
|
||
this.CMS_SignalType.Name = "CMS_SignalType";
|
||
this.CMS_SignalType.Size = new System.Drawing.Size(126, 202);
|
||
//
|
||
// tsmi_INT16
|
||
//
|
||
this.tsmi_INT16.Name = "tsmi_INT16";
|
||
this.tsmi_INT16.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_INT16.Text = "INT16";
|
||
this.tsmi_INT16.Click += new System.EventHandler(this.tsmi_INT16_Click);
|
||
//
|
||
// tsmi_INT32
|
||
//
|
||
this.tsmi_INT32.Name = "tsmi_INT32";
|
||
this.tsmi_INT32.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_INT32.Text = "INT32";
|
||
this.tsmi_INT32.Click += new System.EventHandler(this.tsmi_INT32_Click);
|
||
//
|
||
// tsmi_FLOAT
|
||
//
|
||
this.tsmi_FLOAT.Name = "tsmi_FLOAT";
|
||
this.tsmi_FLOAT.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_FLOAT.Text = "FLOAT";
|
||
this.tsmi_FLOAT.Click += new System.EventHandler(this.tsmi_FLOAT_Click);
|
||
//
|
||
// tsmi_UINT64
|
||
//
|
||
this.tsmi_UINT64.Name = "tsmi_UINT64";
|
||
this.tsmi_UINT64.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_UINT64.Text = "UINT64";
|
||
this.tsmi_UINT64.Click += new System.EventHandler(this.tsmi_UINT64_Click);
|
||
//
|
||
// tsmi_STRING
|
||
//
|
||
this.tsmi_STRING.Name = "tsmi_STRING";
|
||
this.tsmi_STRING.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_STRING.Text = "STRING";
|
||
this.tsmi_STRING.Click += new System.EventHandler(this.tsmi_STRING_Click);
|
||
//
|
||
// tsmi_BOOL
|
||
//
|
||
this.tsmi_BOOL.Name = "tsmi_BOOL";
|
||
this.tsmi_BOOL.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_BOOL.Text = "BOOL";
|
||
this.tsmi_BOOL.Click += new System.EventHandler(this.tsmi_BOOL_Click);
|
||
//
|
||
// tsmi_BYTE
|
||
//
|
||
this.tsmi_BYTE.Name = "tsmi_BYTE";
|
||
this.tsmi_BYTE.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_BYTE.Text = "BYTE";
|
||
this.tsmi_BYTE.Click += new System.EventHandler(this.tsmi_BYTE_Click);
|
||
//
|
||
// tsmi_UINT16
|
||
//
|
||
this.tsmi_UINT16.Name = "tsmi_UINT16";
|
||
this.tsmi_UINT16.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_UINT16.Text = "UINT16";
|
||
this.tsmi_UINT16.Click += new System.EventHandler(this.tsmi_UINT16_Click);
|
||
//
|
||
// tsmi_DOUBLE
|
||
//
|
||
this.tsmi_DOUBLE.Name = "tsmi_DOUBLE";
|
||
this.tsmi_DOUBLE.Size = new System.Drawing.Size(125, 22);
|
||
this.tsmi_DOUBLE.Text = "DOUBLE";
|
||
this.tsmi_DOUBLE.Click += new System.EventHandler(this.tsmi_DOUBLE_Click);
|
||
//
|
||
// 序号
|
||
//
|
||
this.序号.DataPropertyName = "SequenceNo";
|
||
this.序号.HeaderText = "序号";
|
||
this.序号.Name = "序号";
|
||
this.序号.ReadOnly = true;
|
||
this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.序号.Width = 80;
|
||
//
|
||
// 选择
|
||
//
|
||
this.选择.DataPropertyName = "Checked";
|
||
this.选择.HeaderText = "选择";
|
||
this.选择.Name = "选择";
|
||
this.选择.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.选择.Width = 60;
|
||
//
|
||
// 信号名称
|
||
//
|
||
this.信号名称.DataPropertyName = "Name";
|
||
this.信号名称.HeaderText = "信号名称";
|
||
this.信号名称.Name = "信号名称";
|
||
this.信号名称.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.信号名称.Width = 220;
|
||
//
|
||
// 类型
|
||
//
|
||
this.类型.DataPropertyName = "Type";
|
||
this.类型.HeaderText = "类型";
|
||
this.类型.Name = "类型";
|
||
this.类型.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.类型.Width = 80;
|
||
//
|
||
// 地址
|
||
//
|
||
this.地址.DataPropertyName = "Address";
|
||
this.地址.HeaderText = "地址";
|
||
this.地址.Name = "地址";
|
||
this.地址.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.地址.Width = 80;
|
||
//
|
||
// IEC格式
|
||
//
|
||
this.IEC格式.DataPropertyName = "IECFormat";
|
||
this.IEC格式.HeaderText = "IEC格式";
|
||
this.IEC格式.Name = "IEC格式";
|
||
this.IEC格式.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.IEC格式.Width = 80;
|
||
//
|
||
// 启用
|
||
//
|
||
this.启用.DataPropertyName = "IsEnable";
|
||
this.启用.HeaderText = "启用";
|
||
this.启用.Name = "启用";
|
||
this.启用.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.启用.Width = 60;
|
||
//
|
||
// 监控
|
||
//
|
||
this.监控.DataPropertyName = "IsMonitor";
|
||
this.监控.HeaderText = "监控";
|
||
this.监控.Name = "监控";
|
||
this.监控.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.监控.Width = 60;
|
||
//
|
||
// 外部连接
|
||
//
|
||
this.外部连接.DataPropertyName = "DevicePid";
|
||
this.外部连接.HeaderText = "外部连接";
|
||
this.外部连接.Name = "外部连接";
|
||
this.外部连接.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.外部连接.Width = 110;
|
||
//
|
||
// 信号类型
|
||
//
|
||
this.信号类型.DataPropertyName = "Varieties";
|
||
this.信号类型.HeaderText = "信号类型";
|
||
this.信号类型.Name = "信号类型";
|
||
//
|
||
// 资源
|
||
//
|
||
this.资源.DataPropertyName = "Resources";
|
||
this.资源.HeaderText = "资源";
|
||
this.资源.Name = "资源";
|
||
this.资源.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// 操作时间
|
||
//
|
||
this.操作时间.DataPropertyName = "OperationTime";
|
||
this.操作时间.HeaderText = "操作时间";
|
||
this.操作时间.Name = "操作时间";
|
||
this.操作时间.ReadOnly = true;
|
||
this.操作时间.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// 内存
|
||
//
|
||
this.内存.DataPropertyName = "Memory";
|
||
this.内存.HeaderText = "内存";
|
||
this.内存.Name = "内存";
|
||
this.内存.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.内存.Width = 70;
|
||
//
|
||
// 机器人信号名称
|
||
//
|
||
this.机器人信号名称.DataPropertyName = "RobotSignalName";
|
||
this.机器人信号名称.HeaderText = "机器人信号名称";
|
||
this.机器人信号名称.Name = "机器人信号名称";
|
||
this.机器人信号名称.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// 机器人信号地址
|
||
//
|
||
this.机器人信号地址.DataPropertyName = "RobotAddress";
|
||
this.机器人信号地址.HeaderText = "机器人信号地址";
|
||
this.机器人信号地址.Name = "机器人信号地址";
|
||
//
|
||
// ID
|
||
//
|
||
this.ID.DataPropertyName = "ID";
|
||
this.ID.HeaderText = "ID";
|
||
this.ID.Name = "ID";
|
||
this.ID.ReadOnly = true;
|
||
this.ID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.ID.Width = 30;
|
||
//
|
||
// DeviceCode
|
||
//
|
||
this.DeviceCode.DataPropertyName = "DeviceCode";
|
||
this.DeviceCode.HeaderText = "DeviceCode";
|
||
this.DeviceCode.Name = "DeviceCode";
|
||
this.DeviceCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
this.DeviceCode.Width = 80;
|
||
//
|
||
// Region
|
||
//
|
||
this.Region.DataPropertyName = "Region";
|
||
this.Region.HeaderText = "Region";
|
||
this.Region.Name = "Region";
|
||
this.Region.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// 注释
|
||
//
|
||
this.注释.DataPropertyName = "Explain";
|
||
this.注释.HeaderText = "注释";
|
||
this.注释.Name = "注释";
|
||
this.注释.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
||
//
|
||
// P_SignalViewer
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(891, 389);
|
||
this.Controls.Add(this.tableLayoutPanel1);
|
||
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Name = "P_SignalViewer";
|
||
this.Text = "信号查看器";
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.P_SignalViewer_FormClosing);
|
||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.P_SignalViewer_FormClosed);
|
||
this.Load += new System.EventHandler(this.P_SignalViewer_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgv_SignalViewer)).EndInit();
|
||
this.CMS_Menu.ResumeLayout(false);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
this.tableLayoutPanel1.ResumeLayout(false);
|
||
this.CMS_SignalType.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.DataGridView dgv_SignalViewer;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Button btn_Signal_Delete;
|
||
private System.Windows.Forms.Button btn_Signal_Create;
|
||
private System.Windows.Forms.Button btn_Signal_Export_Excel;
|
||
private System.Windows.Forms.Button btn_Signal_Import_Excel;
|
||
private System.Windows.Forms.Button btn_Signal_Import_S7;
|
||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||
private System.Windows.Forms.Button btn_MoveDown;
|
||
private System.Windows.Forms.Button btn_MoveUp;
|
||
private System.Windows.Forms.TextBox txt_CurrSequenceNo;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Button btn_AutoGenerateSignalTag;
|
||
private System.Windows.Forms.TextBox txt_SelectSignalName;
|
||
private System.Windows.Forms.Label label_SignalCount;
|
||
private System.Windows.Forms.Button btn_SignalHandlerEditor;
|
||
private System.Windows.Forms.ContextMenuStrip CMS_Menu;
|
||
private System.Windows.Forms.ToolStripMenuItem TSM_UpdateSignalConnect;
|
||
private System.Windows.Forms.ToolStripMenuItem TSM_DeleteSignalConnect;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||
private System.Windows.Forms.ToolStripMenuItem TSM_SignalViewer_Add;
|
||
private System.Windows.Forms.ToolStripMenuItem TSM_SignalViewer_Remove;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
||
private System.Windows.Forms.ToolStripMenuItem TSM_Delete_SelectRaws;
|
||
private System.Windows.Forms.Button btn_Refresh;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
||
private System.Windows.Forms.ToolStripMenuItem TSM_UpdateSignalRegion;
|
||
private System.Windows.Forms.ContextMenuStrip CMS_SignalType;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_INT16;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_INT32;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_FLOAT;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_UINT64;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_STRING;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_BOOL;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_BYTE;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_UINT16;
|
||
private System.Windows.Forms.ToolStripMenuItem tsmi_DOUBLE;
|
||
private System.Windows.Forms.Button btn_OutScadaTable;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
||
private System.Windows.Forms.ToolStripMenuItem TSM_UpdateResources;
|
||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
||
private System.Windows.Forms.ToolStripMenuItem TSM_UpdateSignalDataType;
|
||
private System.Windows.Forms.Button btn_SignalRobot_Create;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
||
private System.Windows.Forms.DataGridViewCheckBoxColumn 选择;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 信号名称;
|
||
private System.Windows.Forms.DataGridViewButtonColumn 类型;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 地址;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn IEC格式;
|
||
private System.Windows.Forms.DataGridViewCheckBoxColumn 启用;
|
||
private System.Windows.Forms.DataGridViewCheckBoxColumn 监控;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 外部连接;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 信号类型;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 资源;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 操作时间;
|
||
private System.Windows.Forms.DataGridViewCheckBoxColumn 内存;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 机器人信号名称;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 机器人信号地址;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn DeviceCode;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Region;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn 注释;
|
||
}
|
||
} |