diff --git a/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.Designer.cs b/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.Designer.cs
index 647306ea..100ac78b 100644
--- a/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.Designer.cs
+++ b/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.Designer.cs
@@ -98,24 +98,21 @@ private void InitializeComponent()
//
// lstConnectionList
//
- resources.ApplyResources(this.lstConnectionList, "lstConnectionList");
this.lstConnectionList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.lstConnectionList.FormattingEnabled = true;
+ resources.ApplyResources(this.lstConnectionList, "lstConnectionList");
this.lstConnectionList.Name = "lstConnectionList";
- this.toolTip.SetToolTip(this.lstConnectionList, resources.GetString("lstConnectionList.ToolTip"));
this.lstConnectionList.SelectedIndexChanged += new System.EventHandler(this.lstConnectionList_SelectedIndexChanged);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
- this.toolTip.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
//
// cmdConnectionAdd
//
resources.ApplyResources(this.cmdConnectionAdd, "cmdConnectionAdd");
this.cmdConnectionAdd.Name = "cmdConnectionAdd";
- this.toolTip.SetToolTip(this.cmdConnectionAdd, resources.GetString("cmdConnectionAdd.ToolTip"));
this.cmdConnectionAdd.UseVisualStyleBackColor = true;
this.cmdConnectionAdd.Click += new System.EventHandler(this.cmdConnectionAdd_Click);
//
@@ -123,118 +120,101 @@ private void InitializeComponent()
//
resources.ApplyResources(this.cmdConnectionDelete, "cmdConnectionDelete");
this.cmdConnectionDelete.Name = "cmdConnectionDelete";
- this.toolTip.SetToolTip(this.cmdConnectionDelete, resources.GetString("cmdConnectionDelete.ToolTip"));
this.cmdConnectionDelete.UseVisualStyleBackColor = true;
this.cmdConnectionDelete.Click += new System.EventHandler(this.cmdConnectionDelete_Click);
//
// lstLIBNODAVEConnectionType
//
- resources.ApplyResources(this.lstLIBNODAVEConnectionType, "lstLIBNODAVEConnectionType");
this.lstLIBNODAVEConnectionType.BackColor = System.Drawing.Color.White;
this.lstLIBNODAVEConnectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ resources.ApplyResources(this.lstLIBNODAVEConnectionType, "lstLIBNODAVEConnectionType");
this.lstLIBNODAVEConnectionType.FormattingEnabled = true;
this.lstLIBNODAVEConnectionType.Name = "lstLIBNODAVEConnectionType";
- this.toolTip.SetToolTip(this.lstLIBNODAVEConnectionType, resources.GetString("lstLIBNODAVEConnectionType.ToolTip"));
this.lstLIBNODAVEConnectionType.SelectedIndexChanged += new System.EventHandler(this.lstLIBNODAVEConnectionType_SelectedIndexChanged);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
- this.toolTip.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
//
// lblLIBNODAVEEntryPoint
//
resources.ApplyResources(this.lblLIBNODAVEEntryPoint, "lblLIBNODAVEEntryPoint");
this.lblLIBNODAVEEntryPoint.Name = "lblLIBNODAVEEntryPoint";
- this.toolTip.SetToolTip(this.lblLIBNODAVEEntryPoint, resources.GetString("lblLIBNODAVEEntryPoint.ToolTip"));
//
// txtLIBNODAVECPURack
//
resources.ApplyResources(this.txtLIBNODAVECPURack, "txtLIBNODAVECPURack");
this.txtLIBNODAVECPURack.Name = "txtLIBNODAVECPURack";
- this.toolTip.SetToolTip(this.txtLIBNODAVECPURack, resources.GetString("txtLIBNODAVECPURack.ToolTip"));
this.txtLIBNODAVECPURack.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblLIBNODAVECPURack
//
resources.ApplyResources(this.lblLIBNODAVECPURack, "lblLIBNODAVECPURack");
this.lblLIBNODAVECPURack.Name = "lblLIBNODAVECPURack";
- this.toolTip.SetToolTip(this.lblLIBNODAVECPURack, resources.GetString("lblLIBNODAVECPURack.ToolTip"));
//
// txtLIBNODAVECPUSlot
//
resources.ApplyResources(this.txtLIBNODAVECPUSlot, "txtLIBNODAVECPUSlot");
this.txtLIBNODAVECPUSlot.Name = "txtLIBNODAVECPUSlot";
- this.toolTip.SetToolTip(this.txtLIBNODAVECPUSlot, resources.GetString("txtLIBNODAVECPUSlot.ToolTip"));
this.txtLIBNODAVECPUSlot.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblLIBNODAVECPUSlot
//
resources.ApplyResources(this.lblLIBNODAVECPUSlot, "lblLIBNODAVECPUSlot");
this.lblLIBNODAVECPUSlot.Name = "lblLIBNODAVECPUSlot";
- this.toolTip.SetToolTip(this.lblLIBNODAVECPUSlot, resources.GetString("lblLIBNODAVECPUSlot.ToolTip"));
//
// txtLIBNODAVECPUIP
//
resources.ApplyResources(this.txtLIBNODAVECPUIP, "txtLIBNODAVECPUIP");
this.txtLIBNODAVECPUIP.Name = "txtLIBNODAVECPUIP";
- this.toolTip.SetToolTip(this.txtLIBNODAVECPUIP, resources.GetString("txtLIBNODAVECPUIP.ToolTip"));
this.txtLIBNODAVECPUIP.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblLIBNODAVECPUIP
//
resources.ApplyResources(this.lblLIBNODAVECPUIP, "lblLIBNODAVECPUIP");
this.lblLIBNODAVECPUIP.Name = "lblLIBNODAVECPUIP";
- this.toolTip.SetToolTip(this.lblLIBNODAVECPUIP, resources.GetString("lblLIBNODAVECPUIP.ToolTip"));
//
// lblLIBNODAVELokalCOMPort
//
resources.ApplyResources(this.lblLIBNODAVELokalCOMPort, "lblLIBNODAVELokalCOMPort");
this.lblLIBNODAVELokalCOMPort.Name = "lblLIBNODAVELokalCOMPort";
- this.toolTip.SetToolTip(this.lblLIBNODAVELokalCOMPort, resources.GetString("lblLIBNODAVELokalCOMPort.ToolTip"));
this.lblLIBNODAVELokalCOMPort.Click += new System.EventHandler(this.lblLIBNODAVELokalCOMPort_Click);
//
// txtLIBNODAVELokalMPI
//
resources.ApplyResources(this.txtLIBNODAVELokalMPI, "txtLIBNODAVELokalMPI");
this.txtLIBNODAVELokalMPI.Name = "txtLIBNODAVELokalMPI";
- this.toolTip.SetToolTip(this.txtLIBNODAVELokalMPI, resources.GetString("txtLIBNODAVELokalMPI.ToolTip"));
this.txtLIBNODAVELokalMPI.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblLIBNODAVELokalMPI
//
resources.ApplyResources(this.lblLIBNODAVELokalMPI, "lblLIBNODAVELokalMPI");
this.lblLIBNODAVELokalMPI.Name = "lblLIBNODAVELokalMPI";
- this.toolTip.SetToolTip(this.lblLIBNODAVELokalMPI, resources.GetString("lblLIBNODAVELokalMPI.ToolTip"));
//
// txtLIBNODAVECPUMPI
//
resources.ApplyResources(this.txtLIBNODAVECPUMPI, "txtLIBNODAVECPUMPI");
this.txtLIBNODAVECPUMPI.Name = "txtLIBNODAVECPUMPI";
- this.toolTip.SetToolTip(this.txtLIBNODAVECPUMPI, resources.GetString("txtLIBNODAVECPUMPI.ToolTip"));
this.txtLIBNODAVECPUMPI.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblLIBNODAVECPUMPI
//
resources.ApplyResources(this.lblLIBNODAVECPUMPI, "lblLIBNODAVECPUMPI");
this.lblLIBNODAVECPUMPI.Name = "lblLIBNODAVECPUMPI";
- this.toolTip.SetToolTip(this.lblLIBNODAVECPUMPI, resources.GetString("lblLIBNODAVECPUMPI.ToolTip"));
//
// lstLIBNODAVEBusSpeed
//
- resources.ApplyResources(this.lstLIBNODAVEBusSpeed, "lstLIBNODAVEBusSpeed");
this.lstLIBNODAVEBusSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ resources.ApplyResources(this.lstLIBNODAVEBusSpeed, "lstLIBNODAVEBusSpeed");
this.lstLIBNODAVEBusSpeed.FormattingEnabled = true;
this.lstLIBNODAVEBusSpeed.Name = "lstLIBNODAVEBusSpeed";
- this.toolTip.SetToolTip(this.lstLIBNODAVEBusSpeed, resources.GetString("lstLIBNODAVEBusSpeed.ToolTip"));
this.lstLIBNODAVEBusSpeed.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// cmdOK
//
resources.ApplyResources(this.cmdOK, "cmdOK");
this.cmdOK.Name = "cmdOK";
- this.toolTip.SetToolTip(this.cmdOK, resources.GetString("cmdOK.ToolTip"));
this.cmdOK.UseVisualStyleBackColor = true;
this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
//
@@ -242,39 +222,34 @@ private void InitializeComponent()
//
resources.ApplyResources(this.cmdSave, "cmdSave");
this.cmdSave.Name = "cmdSave";
- this.toolTip.SetToolTip(this.cmdSave, resources.GetString("cmdSave.ToolTip"));
this.cmdSave.UseVisualStyleBackColor = true;
this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
//
// lblConnectionName
//
- resources.ApplyResources(this.lblConnectionName, "lblConnectionName");
this.lblConnectionName.BackColor = System.Drawing.Color.White;
this.lblConnectionName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.lblConnectionName, "lblConnectionName");
this.lblConnectionName.Name = "lblConnectionName";
- this.toolTip.SetToolTip(this.lblConnectionName, resources.GetString("lblConnectionName.ToolTip"));
this.lblConnectionName.Click += new System.EventHandler(this.lblConnectionName_Click);
//
// lstLIBNODAVELokalCOMPort
//
- resources.ApplyResources(this.lstLIBNODAVELokalCOMPort, "lstLIBNODAVELokalCOMPort");
this.lstLIBNODAVELokalCOMPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ resources.ApplyResources(this.lstLIBNODAVELokalCOMPort, "lstLIBNODAVELokalCOMPort");
this.lstLIBNODAVELokalCOMPort.FormattingEnabled = true;
this.lstLIBNODAVELokalCOMPort.Name = "lstLIBNODAVELokalCOMPort";
- this.toolTip.SetToolTip(this.lstLIBNODAVELokalCOMPort, resources.GetString("lstLIBNODAVELokalCOMPort.ToolTip"));
this.lstLIBNODAVELokalCOMPort.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// lblLIBNODAVEBusSpeed
//
resources.ApplyResources(this.lblLIBNODAVEBusSpeed, "lblLIBNODAVEBusSpeed");
this.lblLIBNODAVEBusSpeed.Name = "lblLIBNODAVEBusSpeed";
- this.toolTip.SetToolTip(this.lblLIBNODAVEBusSpeed, resources.GetString("lblLIBNODAVEBusSpeed.ToolTip"));
//
// cmdUndo
//
resources.ApplyResources(this.cmdUndo, "cmdUndo");
this.cmdUndo.Name = "cmdUndo";
- this.toolTip.SetToolTip(this.cmdUndo, resources.GetString("cmdUndo.ToolTip"));
this.cmdUndo.UseVisualStyleBackColor = true;
this.cmdUndo.Click += new System.EventHandler(this.cmdUndo_Click);
//
@@ -323,29 +298,26 @@ private void InitializeComponent()
//
resources.ApplyResources(this.btnConfigEntryPoint, "btnConfigEntryPoint");
this.btnConfigEntryPoint.Name = "btnConfigEntryPoint";
- this.toolTip.SetToolTip(this.btnConfigEntryPoint, resources.GetString("btnConfigEntryPoint.ToolTip"));
this.btnConfigEntryPoint.UseVisualStyleBackColor = true;
this.btnConfigEntryPoint.Click += new System.EventHandler(this.btnConfigEntryPoint_Click);
//
// lstListEntryPoints
//
- resources.ApplyResources(this.lstListEntryPoints, "lstListEntryPoints");
this.lstListEntryPoints.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ resources.ApplyResources(this.lstListEntryPoints, "lstListEntryPoints");
this.lstListEntryPoints.FormattingEnabled = true;
this.lstListEntryPoints.Name = "lstListEntryPoints";
- this.toolTip.SetToolTip(this.lstListEntryPoints, resources.GetString("lstListEntryPoints.ToolTip"));
this.lstListEntryPoints.SelectedIndexChanged += new System.EventHandler(this.lstListEntryPoints_SelectedIndexChanged);
//
// lblLIBNODAVELokalComSpeed
//
resources.ApplyResources(this.lblLIBNODAVELokalComSpeed, "lblLIBNODAVELokalComSpeed");
this.lblLIBNODAVELokalComSpeed.Name = "lblLIBNODAVELokalComSpeed";
- this.toolTip.SetToolTip(this.lblLIBNODAVELokalComSpeed, resources.GetString("lblLIBNODAVELokalComSpeed.ToolTip"));
//
// lstLIBNODAVELokalComSpeed
//
- resources.ApplyResources(this.lstLIBNODAVELokalComSpeed, "lstLIBNODAVELokalComSpeed");
this.lstLIBNODAVELokalComSpeed.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ resources.ApplyResources(this.lstLIBNODAVELokalComSpeed, "lstLIBNODAVELokalComSpeed");
this.lstLIBNODAVELokalComSpeed.FormattingEnabled = true;
this.lstLIBNODAVELokalComSpeed.Items.AddRange(new object[] {
resources.GetString("lstLIBNODAVELokalComSpeed.Items"),
@@ -367,46 +339,40 @@ private void InitializeComponent()
resources.GetString("lstLIBNODAVELokalComSpeed.Items16"),
resources.GetString("lstLIBNODAVELokalComSpeed.Items17")});
this.lstLIBNODAVELokalComSpeed.Name = "lstLIBNODAVELokalComSpeed";
- this.toolTip.SetToolTip(this.lstLIBNODAVELokalComSpeed, resources.GetString("lstLIBNODAVELokalComSpeed.ToolTip"));
this.lstLIBNODAVELokalComSpeed.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// lblLIBNODAVELokalComParity
//
resources.ApplyResources(this.lblLIBNODAVELokalComParity, "lblLIBNODAVELokalComParity");
this.lblLIBNODAVELokalComParity.Name = "lblLIBNODAVELokalComParity";
- this.toolTip.SetToolTip(this.lblLIBNODAVELokalComParity, resources.GetString("lblLIBNODAVELokalComParity.ToolTip"));
//
// lstLIBNODAVELokalComParity
//
- resources.ApplyResources(this.lstLIBNODAVELokalComParity, "lstLIBNODAVELokalComParity");
this.lstLIBNODAVELokalComParity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ resources.ApplyResources(this.lstLIBNODAVELokalComParity, "lstLIBNODAVELokalComParity");
this.lstLIBNODAVELokalComParity.FormattingEnabled = true;
this.lstLIBNODAVELokalComParity.Items.AddRange(new object[] {
resources.GetString("lstLIBNODAVELokalComParity.Items"),
resources.GetString("lstLIBNODAVELokalComParity.Items1"),
resources.GetString("lstLIBNODAVELokalComParity.Items2")});
this.lstLIBNODAVELokalComParity.Name = "lstLIBNODAVELokalComParity";
- this.toolTip.SetToolTip(this.lstLIBNODAVELokalComParity, resources.GetString("lstLIBNODAVELokalComParity.ToolTip"));
this.lstLIBNODAVELokalComParity.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// txtRoutingDestination
//
resources.ApplyResources(this.txtRoutingDestination, "txtRoutingDestination");
this.txtRoutingDestination.Name = "txtRoutingDestination";
- this.toolTip.SetToolTip(this.txtRoutingDestination, resources.GetString("txtRoutingDestination.ToolTip"));
this.txtRoutingDestination.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblRoutingDestination
//
resources.ApplyResources(this.lblRoutingDestination, "lblRoutingDestination");
this.lblRoutingDestination.Name = "lblRoutingDestination";
- this.toolTip.SetToolTip(this.lblRoutingDestination, resources.GetString("lblRoutingDestination.ToolTip"));
//
// chkRouting
//
resources.ApplyResources(this.chkRouting, "chkRouting");
this.chkRouting.Name = "chkRouting";
- this.toolTip.SetToolTip(this.chkRouting, resources.GetString("chkRouting.ToolTip"));
this.chkRouting.UseVisualStyleBackColor = true;
this.chkRouting.CheckedChanged += new System.EventHandler(this.ValueChanged);
//
@@ -414,58 +380,49 @@ private void InitializeComponent()
//
resources.ApplyResources(this.txtRoutingSubnetFirst, "txtRoutingSubnetFirst");
this.txtRoutingSubnetFirst.Name = "txtRoutingSubnetFirst";
- this.toolTip.SetToolTip(this.txtRoutingSubnetFirst, resources.GetString("txtRoutingSubnetFirst.ToolTip"));
this.txtRoutingSubnetFirst.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblRoutingSubnet
//
resources.ApplyResources(this.lblRoutingSubnet, "lblRoutingSubnet");
this.lblRoutingSubnet.Name = "lblRoutingSubnet";
- this.toolTip.SetToolTip(this.lblRoutingSubnet, resources.GetString("lblRoutingSubnet.ToolTip"));
//
// txtRoutingSubnetSecond
//
resources.ApplyResources(this.txtRoutingSubnetSecond, "txtRoutingSubnetSecond");
this.txtRoutingSubnetSecond.Name = "txtRoutingSubnetSecond";
- this.toolTip.SetToolTip(this.txtRoutingSubnetSecond, resources.GetString("txtRoutingSubnetSecond.ToolTip"));
this.txtRoutingSubnetSecond.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblRoutingMinus
//
resources.ApplyResources(this.lblRoutingMinus, "lblRoutingMinus");
this.lblRoutingMinus.Name = "lblRoutingMinus";
- this.toolTip.SetToolTip(this.lblRoutingMinus, resources.GetString("lblRoutingMinus.ToolTip"));
//
// txtRoutingRack
//
resources.ApplyResources(this.txtRoutingRack, "txtRoutingRack");
this.txtRoutingRack.Name = "txtRoutingRack";
- this.toolTip.SetToolTip(this.txtRoutingRack, resources.GetString("txtRoutingRack.ToolTip"));
this.txtRoutingRack.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblRoutingRack
//
resources.ApplyResources(this.lblRoutingRack, "lblRoutingRack");
this.lblRoutingRack.Name = "lblRoutingRack";
- this.toolTip.SetToolTip(this.lblRoutingRack, resources.GetString("lblRoutingRack.ToolTip"));
//
// txtRoutingSlot
//
resources.ApplyResources(this.txtRoutingSlot, "txtRoutingSlot");
this.txtRoutingSlot.Name = "txtRoutingSlot";
- this.toolTip.SetToolTip(this.txtRoutingSlot, resources.GetString("txtRoutingSlot.ToolTip"));
this.txtRoutingSlot.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblRoutingSlot
//
resources.ApplyResources(this.lblRoutingSlot, "lblRoutingSlot");
this.lblRoutingSlot.Name = "lblRoutingSlot";
- this.toolTip.SetToolTip(this.lblRoutingSlot, resources.GetString("lblRoutingSlot.ToolTip"));
this.lblRoutingSlot.Click += new System.EventHandler(this.lblRoutingSlot_Click);
//
// groupBox1
//
- resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.lstConnTypeRouting);
this.groupBox1.Controls.Add(this.chkRouting);
@@ -479,99 +436,87 @@ private void InitializeComponent()
this.groupBox1.Controls.Add(this.lblRoutingSlot);
this.groupBox1.Controls.Add(this.lblRoutingSubnet);
this.groupBox1.Controls.Add(this.lblRoutingMinus);
+ resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
- this.toolTip.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
- this.toolTip.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
//
// lstConnTypeRouting
//
- resources.ApplyResources(this.lstConnTypeRouting, "lstConnTypeRouting");
this.lstConnTypeRouting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ resources.ApplyResources(this.lstConnTypeRouting, "lstConnTypeRouting");
this.lstConnTypeRouting.FormattingEnabled = true;
this.lstConnTypeRouting.Items.AddRange(new object[] {
resources.GetString("lstConnTypeRouting.Items"),
resources.GetString("lstConnTypeRouting.Items1"),
resources.GetString("lstConnTypeRouting.Items2")});
this.lstConnTypeRouting.Name = "lstConnTypeRouting";
- this.toolTip.SetToolTip(this.lstConnTypeRouting, resources.GetString("lstConnTypeRouting.ToolTip"));
this.lstConnTypeRouting.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// lblS7OnlineDevice
//
resources.ApplyResources(this.lblS7OnlineDevice, "lblS7OnlineDevice");
this.lblS7OnlineDevice.Name = "lblS7OnlineDevice";
- this.toolTip.SetToolTip(this.lblS7OnlineDevice, resources.GetString("lblS7OnlineDevice.ToolTip"));
//
// txtLIBNODAVECPUPort
//
resources.ApplyResources(this.txtLIBNODAVECPUPort, "txtLIBNODAVECPUPort");
this.txtLIBNODAVECPUPort.Name = "txtLIBNODAVECPUPort";
- this.toolTip.SetToolTip(this.txtLIBNODAVECPUPort, resources.GetString("txtLIBNODAVECPUPort.ToolTip"));
this.txtLIBNODAVECPUPort.TextChanged += new System.EventHandler(this.ValueChanged);
//
// lblLIBNODAVECPUPort
//
resources.ApplyResources(this.lblLIBNODAVECPUPort, "lblLIBNODAVECPUPort");
this.lblLIBNODAVECPUPort.Name = "lblLIBNODAVECPUPort";
- this.toolTip.SetToolTip(this.lblLIBNODAVECPUPort, resources.GetString("lblLIBNODAVECPUPort.ToolTip"));
//
// lblTimeoutDescr
//
resources.ApplyResources(this.lblTimeoutDescr, "lblTimeoutDescr");
this.lblTimeoutDescr.Name = "lblTimeoutDescr";
- this.toolTip.SetToolTip(this.lblTimeoutDescr, resources.GetString("lblTimeoutDescr.ToolTip"));
//
// lblTimeoutIPConnectDescr
//
resources.ApplyResources(this.lblTimeoutIPConnectDescr, "lblTimeoutIPConnectDescr");
this.lblTimeoutIPConnectDescr.Name = "lblTimeoutIPConnectDescr";
- this.toolTip.SetToolTip(this.lblTimeoutIPConnectDescr, resources.GetString("lblTimeoutIPConnectDescr.ToolTip"));
//
// cmdTest
//
resources.ApplyResources(this.cmdTest, "cmdTest");
this.cmdTest.Name = "cmdTest";
- this.toolTip.SetToolTip(this.cmdTest, resources.GetString("cmdTest.ToolTip"));
this.cmdTest.UseVisualStyleBackColor = true;
this.cmdTest.Click += new System.EventHandler(this.cmdTest_Click);
//
// lblState
//
- resources.ApplyResources(this.lblState, "lblState");
this.lblState.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.lblState, "lblState");
this.lblState.Name = "lblState";
- this.toolTip.SetToolTip(this.lblState, resources.GetString("lblState.ToolTip"));
//
// lstConnType
//
- resources.ApplyResources(this.lstConnType, "lstConnType");
this.lstConnType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ resources.ApplyResources(this.lstConnType, "lstConnType");
this.lstConnType.FormattingEnabled = true;
this.lstConnType.Items.AddRange(new object[] {
resources.GetString("lstConnType.Items"),
resources.GetString("lstConnType.Items1"),
resources.GetString("lstConnType.Items2")});
this.lstConnType.Name = "lstConnType";
- this.toolTip.SetToolTip(this.lstConnType, resources.GetString("lstConnType.ToolTip"));
this.lstConnType.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
- this.toolTip.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
//
// chkUseShortRequest
//
resources.ApplyResources(this.chkUseShortRequest, "chkUseShortRequest");
this.chkUseShortRequest.Name = "chkUseShortRequest";
- this.toolTip.SetToolTip(this.chkUseShortRequest, resources.GetString("chkUseShortRequest.ToolTip"));
this.chkUseShortRequest.UseVisualStyleBackColor = true;
this.chkUseShortRequest.CheckedChanged += new System.EventHandler(this.ValueChanged);
//
@@ -636,7 +581,6 @@ private void InitializeComponent()
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ConnectionEditor";
- this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
this.Load += new System.EventHandler(this.ConnectionEditor_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
diff --git a/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.cs b/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.cs
index e2c3e769..72bd1f75 100644
--- a/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.cs
+++ b/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.cs
@@ -165,16 +165,16 @@ private void LoadSettings()
txtWritePort.Text = myConfig.WritePort.ToString();
txtLIBNODAVELokalMPI.Text = myConfig.LokalMpi.ToString();
lstLIBNODAVELokalCOMPort.SelectedItem = myConfig.ComPort;
- if (myConfig.ComPortParity == 'e')
+ if (myConfig.ComPortParity == LibNodaveConnectionBusParity.even)
lstLIBNODAVELokalComParity.SelectedItem = "even";
- else if (myConfig.ComPortParity == 'o')
+ else if (myConfig.ComPortParity == LibNodaveConnectionBusParity.odd)
lstLIBNODAVELokalComParity.SelectedItem = "odd";
else
lstLIBNODAVELokalComParity.SelectedItem = "none";
lstLIBNODAVELokalComSpeed.SelectedItem = myConfig.ComPortSpeed;
- EnumListBoxExtensions.SelectEnumListItem(lstLIBNODAVEConnectionType, myConfig.ConnectionType);
- EnumListBoxExtensions.SelectEnumListItem(lstLIBNODAVEBusSpeed, myConfig.BusSpeed);
+ EnumListBoxExtensions.SelectEnumListItem(lstLIBNODAVEConnectionType, (int)myConfig.ConnectionType);
+ EnumListBoxExtensions.SelectEnumListItem(lstLIBNODAVEBusSpeed, (int)myConfig.BusSpeed);
txtRoutingDestination.Text = myConfig.RoutingDestination;
txtRoutingRack.Text = myConfig.RoutingDestinationRack.ToString();
@@ -183,15 +183,15 @@ private void LoadSettings()
txtRoutingSubnetFirst.Text = myConfig.RoutingSubnet1.ToString("X");
txtRoutingSubnetSecond.Text = myConfig.RoutingSubnet2.ToString("X");
- txtTimeout.Text = myConfig.Timeout.ToString();
- txtTimeoutIPConnect.Text = myConfig.TimeoutIPConnect.ToString();
+ txtTimeout.Text = myConfig.Timeout.TotalMilliseconds.ToString();
+ txtTimeoutIPConnect.Text = myConfig.TimeoutIPConnect.TotalMilliseconds.ToString();
chkNetlinkReset.Checked = myConfig.NetLinkReset;
chkUseShortRequest.Checked = myConfig.UseShortDataBlockRequest;
- lstConnType.SelectedIndex = myConfig.PLCConnectionType;
- lstConnTypeRouting.SelectedIndex = myConfig.RoutingPLCConnectionType;
+ lstConnType.SelectedIndex = (int)myConfig.PLCConnectionType;
+ lstConnTypeRouting.SelectedIndex = (int)myConfig.RoutingPLCConnectionType;
cmdUndo.Visible = false;
cmdSave.Visible = false;
@@ -226,15 +226,15 @@ private void updateConfig()
myConfig.ComPortSpeed = lstLIBNODAVELokalComSpeed.SelectedItem.ToString();
if (lstLIBNODAVELokalComParity.SelectedItem.ToString() == "even")
- myConfig.ComPortParity = 'e';
+ myConfig.ComPortParity = LibNodaveConnectionBusParity.even;
else if (lstLIBNODAVELokalComParity.SelectedItem.ToString() == "odd")
- myConfig.ComPortParity = 'o';
+ myConfig.ComPortParity = LibNodaveConnectionBusParity.odd;
else
- myConfig.ComPortParity = 'n';
+ myConfig.ComPortParity = LibNodaveConnectionBusParity.none;
- myConfig.ConnectionType = lstLIBNODAVEConnectionType.SelectedItem != null ? ((EnumListItem)lstLIBNODAVEConnectionType.SelectedItem).Value : 0;
+ myConfig.ConnectionType = (LibNodaveConnectionTypes)(lstLIBNODAVEConnectionType.SelectedItem != null ? ((EnumListItem)lstLIBNODAVEConnectionType.SelectedItem).Value : 0);
- myConfig.BusSpeed = lstLIBNODAVEBusSpeed.SelectedItem != null ? ((EnumListItem)lstLIBNODAVEBusSpeed.SelectedItem).Value : 0;
+ myConfig.BusSpeed = (LibNodaveConnectionBusSpeed)(lstLIBNODAVEBusSpeed.SelectedItem != null ? ((EnumListItem)lstLIBNODAVEBusSpeed.SelectedItem).Value : 0);
myConfig.NetLinkReset = chkNetlinkReset.Checked;
@@ -247,11 +247,11 @@ private void updateConfig()
myConfig.RoutingSubnet1 = Convert.ToInt32(txtRoutingSubnetFirst.Text, 16);
myConfig.RoutingSubnet2 = Convert.ToInt32(txtRoutingSubnetSecond.Text, 16);
- myConfig.Timeout = Convert.ToInt32(txtTimeout.Text);
- myConfig.TimeoutIPConnect = Convert.ToInt32(txtTimeoutIPConnect.Text);
+ myConfig.Timeout = TimeSpan.FromMilliseconds(Convert.ToInt32(txtTimeout.Text));
+ myConfig.TimeoutIPConnect = TimeSpan.FromMilliseconds(Convert.ToInt32(txtTimeoutIPConnect.Text));
- myConfig.PLCConnectionType = lstConnType.SelectedIndex;
- myConfig.RoutingPLCConnectionType = lstConnTypeRouting.SelectedIndex;
+ myConfig.PLCConnectionType = (LibNodaveConnectionResource)lstConnType.SelectedIndex;
+ myConfig.RoutingPLCConnectionType = (LibNodaveConnectionResource)lstConnTypeRouting.SelectedIndex;
}
private void SaveSettings()
diff --git a/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.es.resx b/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.es.resx
index 05c18e5b..6f708d63 100644
--- a/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.es.resx
+++ b/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.es.resx
@@ -275,7 +275,7 @@ ADVERTENCIA: Conexiones de otros Software hacia Netlinka tambien seran desconect
92, 13
- Tiempo de espera
+ Timeout
Tiempo de espera de los datos de la CPU
@@ -325,15 +325,6 @@ ADVERTENCIA: Conexiones de otros Software hacia Netlinka tambien seran desconect
-
- Ninguno
-
-
- par
-
-
- impar
-
diff --git a/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.resx b/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.resx
index d6af2dc6..2d2926e3 100644
--- a/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.resx
+++ b/LibNoDaveConnectionLibrary/Communication/Editors/ConnectionEditor.resx
@@ -118,1897 +118,1756 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 387, 256
+
+ 14, 27
-
- 25
+
+ 336, 21
-
+
+
0
-
- 47
-
-
- 97, 21
-
-
- 1 = PG/PC
+
+ lstConnectionList
-
- 11
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
+ $this
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 47
-
- 209, 97
+
+ True
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 11, 9
-
-
- 4
+
+ 73, 13
-
- 11
+
+ 1
-
- $this
+
+ Verbindungen
-
- lblRoutingMinus
+
+ label1
-
- 37
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- True
-
-
- 27, 9
+
+ 45
-
- 387, 172
+
+ 356, 18
-
- Microsoft Sans Serif, 6pt
+
+ 76, 19
-
- 4
+
+ 26
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ hinzufügen
-
- 7
+
+ cmdConnectionAdd
-
- $this
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- 11
+
+ 43
-
- 89, 38
+
+ 356, 43
-
- Timeout IP Connect
+
+ 76, 19
-
- $this
+
+ 27
-
- groupBox1
+
+ löschen
-
-
+
+ cmdConnectionDelete
-
- 155, 42
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Write Port
+
+ $this
-
- 48, 239
+
+ 42
-
+
Popup
-
- chkRouting
-
-
- True
+
+ 14, 101
-
- 76, 13
+
+ 333, 21
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 0
-
-
+
+ lstLIBNODAVEConnectionType
-
- True
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- txtRoutingRack
+
+ $this
-
- 452, 10
+
+ 46
-
+
True
-
- 22
+
+ 11, 83
-
- 20, 13
+
+ 48, 13
-
- 26
+
+ 1
-
-
+
+ Protokoll
-
- 58, 13
+
+ label2
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
+ $this
-
- 16
+
+ 44
-
- groupBox1
+
+ True
-
- 26, 20
+
+ 44, 148
-
- $this
+
+ 76, 13
-
- 2400
+
+ 4
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Zugangspunkt
-
- 130, 211
+
+ lblLIBNODAVEEntryPoint
-
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
$this
-
- txtRoutingSubnetFirst
+
+ 35
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 130, 185
-
- 130, 144
+
+ 49, 20
-
- 48, 214
+
+ 4
-
- 426, 365
+
+ 2
-
- lblRoutingSubnet
+
+ txtLIBNODAVECPURack
-
- 112, 21
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 13
+
+ $this
-
- lstLIBNODAVEBusSpeed
+
+ 37
-
-
+
+ True
-
-
+
+ 48, 188
-
- hinzufügen
+
+ 58, 13
-
+
+ 4
+
+
+ CPU-Rack
+
+
+ lblLIBNODAVECPURack
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
$this
-
- 308, 175
+
+ 25
-
- 4800
+
+ 130, 211
-
- lblRoutingDestination
+
+ 49, 20
+
+
+ 5
-
-
+
+ 3
-
- 0
+
+ txtLIBNODAVECPUSlot
-
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
$this
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 36
+
+
+ True
+
+
+ 48, 214
+
+
+ 50, 13
+
+
+ 4
CPU-Slot
-
- 19
+
+ lblLIBNODAVECPUSlot
-
- lblLIBNODAVELokalComSpeed
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Popup
+
+ $this
-
- 35
+
+ 24
-
- 112, 13
+
+ 130, 262
-
- 4
+
+ 97, 20
-
- 131, 21
+
+ 7
-
- 29
+
+ 192.168.1.1
txtLIBNODAVECPUIP
-
- 483, 175
-
-
- lblLIBNODAVECPUIP
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
-
+
+ 41
-
- lstListEntryPoints
+
+ True
-
- 28
+
+ 48, 265
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 58, 13
-
+
4
-
- lblTimeoutIPConnectDescr
+
+ IP-Adresse
-
+
+ lblLIBNODAVECPUIP
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
$this
-
+
+ 33
+
+
True
-
- COM-Parity
+
+ 308, 235
-
- 20
+
+ 53, 13
-
- Popup
+
+ 4
-
- label2
+
+ COM-Port
-
- $this
+
+ lblLIBNODAVELokalCOMPort
-
- 14, 27
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- lblTimeout
+
+ $this
-
- True
+
+ 31
-
- 4
+
+ 387, 206
-
- Popup
+
+ 49, 20
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 12
+
+
+ 0
-
-
+
+ txtLIBNODAVELokalMPI
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 89, 38
+
+ $this
-
- 0
+
+ 39
-
+
True
-
-
+
+ 308, 209
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 55, 13
-
- 50, 20
+
+ 4
-
- System.Windows.Forms.ToolTip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Lokal-MPI
-
-
+
+ lblLIBNODAVELokalMPI
-
- 387, 231
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ $this
-
- 39
+
+ 28
-
- mS
+
+ 130, 236
-
-
+
+ 49, 20
-
+
+ 6
+
+
2
-
- 23
+
+ txtLIBNODAVECPUMPI
-
- True
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- groupBox1
+
+ 38
-
- 45
+
+ True
-
- 289, 340
+
+ 48, 239
-
- lstLIBNODAVELokalComSpeed
+
+ 51, 13
-
- 76, 19
+
+ 4
-
- True
+
+ CPU-MPI
-
+
+ lblLIBNODAVECPUMPI
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
$this
-
- True
+
+ 26
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Popup
-
- lstLIBNODAVELokalComParity
+
+ 130, 314
-
- 76, 19
+
+ 131, 21
-
- MPI/DP Speed
+
+ 9
-
- True
+
+ lstLIBNODAVEBusSpeed
-
- 30
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- 308, 151
+
+ 23
-
- 11
+
+ 452, 10
-
- IP-Adresse
+
+ 89, 38
-
- txtTimeout
+
+ 25
-
- 13
+
+ OK
-
- 82, 13
+
+ cmdOK
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- CPU-MPI
+
+ $this
-
- 308, 286
+
+ 19
-
- 24
+
+ 362, 101
-
- speichern
+
+ 73, 21
-
- 11, 83
+
+ 23
-
- 90, 20
+
+ speichern
-
- Center
+
+ False
-
- 10
+
+ cmdSave
-
- 65, 13
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 17
-
- 155, 94
+
+ Microsoft Sans Serif, 9pt, style=Bold
-
- lblLIBNODAVECPUSlot
+
+ 14, 27
-
-
+
+ 333, 21
-
- 4
+
+ 7
-
- 308, 209
+
+ MiddleCenter
-
-
+
+ False
-
- löschen
+
+ lblConnectionName
-
- $this
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 4
+
+ $this
-
- 14, 19
+
+ 15
-
- False
+
+ Popup
-
-
+
+ 387, 231
-
- 31
+
+ 124, 21
-
-
+
+ 13
-
- 18
+
+ lstLIBNODAVELokalCOMPort
-
- 4
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- lblState
+
+ $this
-
- 289, 45
+
+ 22
-
+
True
-
- 49, 20
-
-
- Timeout zum warten auf Daten von der CPU
-
-
- groupBox1
+
+ 47, 317
-
- True
+
+ 80, 13
-
+
4
-
- 10, 13
+
+ MPI/DP Speed
-
- 1
+
+ lblLIBNODAVEBusSpeed
-
- 31
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 4
+
+ $this
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 30
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 441, 101
-
- 192.168.1.1
+
+ 73, 21
-
- True
+
+ 24
-
- Popup
+
+ rückgänig
-
- 55, 13
+
+ False
-
- 130, 262
+
+ cmdUndo
-
- 14
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- CPU-Rack
+
+ $this
-
- 21
-
-
- Connection Typ
-
-
- txtLIBNODAVECPURack
-
-
- $this
-
-
- 2 = OP
-
-
- lstLIBNODAVEConnectionType
-
-
- $this
-
-
- 5
-
-
- 22, 13
-
-
- 250, 17
-
-
- none
-
-
- cmdTest
-
-
- groupBox1
-
-
- False
-
-
- $this
-
-
- 43
-
-
- txtRoutingSubnetSecond
-
-
- 31
-
-
- 0
-
-
- NoControl
-
-
- 73, 13
-
-
- $this
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Center
-
-
- $this
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- MiddleCenter
-
-
- 427, 148
-
-
- 9
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 300
-
-
- 15
-
-
- 2
-
-
-
-
-
- $this
-
-
- 130, 288
-
-
- 80, 13
-
-
- 25
+
+ 16
-
+
+ 128, 17
+
+
True
-
- False
-
-
-
-
-
- txtLIBNODAVELokalMPI
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- txtLIBNODAVECPUMPI
-
-
- Lokal-MPI
-
-
- $this
-
-
- 3
-
-
- 6, 13
-
-
- 17
-
-
- 308, 260
-
-
- 2
-
-
- Popup
+
+ 311, 317
-
- 600
+
+ 188, 17
-
- True
+
+ 16
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Netlink beim aufbau immer reseten
-
- 13
+
+ Es kann beim Netlink vorkommen das wenn eine Verbindung nicht richtig beendet wird, die
+Verbindungsresource belegt bleibt. Da der Netlink nur 2 Verbindungen annehmen kann, ist wenn
+dies das zweite mal passiert der Netlink nicht mehr erreichbar. Deshalb kann hiermit bei jeder neuen
+Verbindung ein Reset ausgeführt werden.
+Achtung: Verbindungen von anderer Software zum Netlink wird dann auch getrennt!
-
- $this
+
+ chkNetlinkReset
-
-
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- True
+
+ 14
-
+
+ 128, 17
+
+
True
-
-
-
-
- 5000
-
-
- Verbindungen
-
-
-
-
-
- 296, 93
-
-
- 12
-
-
- 2 = OP
-
-
- 36
-
-
- 10
-
-
- 15
-
-
- 14, 368
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 34
-
-
- rückgänig
-
-
- 49, 20
-
-
- 116, 97
+
+ 308, 175
-
- 21
+
+ 45, 13
-
- $this
+
+ 13
-
- $this
+
+ Timeout
-
- 195, 288
+
+ Timeout zum warten auf Daten von der CPU
-
- 4
+
+ lblTimeout
-
- 28
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
-
-
-
- NoControl
-
-
- Status
-
-
- 14, 500
-
-
- 22
-
-
- 20
+
+ 8
-
- False
+
+ 387, 172
-
- 1800
+
+ 90, 20
-
- 31
+
+ 11
-
- cmdSave
+
+ 5000
-
- 16
+
+ Timeout zum warten auf Daten von der CPU
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ txtTimeout
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- ...
-
-
-
-
-
- True
-
-
- 57600
+
+ 10
-
- 17
+
+ 427, 148
-
- Es kann beim Netlink vorkommen das wenn eine Verbindung nicht richtig beendet wird, die
-Verbindungsresource belegt bleibt. Da der Netlink nur 2 Verbindungen annehmen kann, ist wenn
-dies das zweite mal passiert der Netlink nicht mehr erreichbar. Deshalb kann hiermit bei jeder neuen
-Verbindung ein Reset ausgeführt werden.
-Achtung: Verbindungen von anderer Software zum Netlink wird dann auch getrennt!
+
+ 50, 20
-
- 320, 71
+
+ 10
-
- chkUseShortRequest
+
+ 5000
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Timeout welcher für den Connect zu einer IP benutzt wird
-
- 4
+
+ txtTimeoutIPConnect
-
+
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 406, 123
+
+ $this
-
- txtLIBNODAVECPUPort
+
+ 9
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 308, 151
-
- Timeout
+
+ 101, 13
-
-
+
+ 13
-
- Protokoll
+
+ Timeout IP Connect
-
- txtRoutingSlot
+
+ Timeout welcher für den Connect zu einer IP benutzt wird
-
- 4
+
+ lblTimeoutIPConnect
-
- 73, 21
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
$this
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
+
+ 7
-
-
+
+ False
-
- $this
+
+ 195, 288
-
- 46
+
+ 59, 20
-
- lblLIBNODAVEBusSpeed
+
+ 32
-
- $this
+
+ Write Port
-
- True
+
+ txtWritePort
-
- 356, 18
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 14
+
+ $this
-
- groupBox1
+
+ 0
-
- 29
+
+ 265, 145
-
- groupBox1
+
+