Kleine Änderungen
This commit is contained in:
parent
ae4e573333
commit
2c7f43f056
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -123,7 +123,7 @@ namespace HE_Test_Dll1
|
|||||||
{
|
{
|
||||||
singleValueControl.Password = "Test";
|
singleValueControl.Password = "Test";
|
||||||
singleValueControl.InitialDirectory = @"C:\Temp\Test";
|
singleValueControl.InitialDirectory = @"C:\Temp\Test";
|
||||||
singleValueControl.XMLfileName = @"H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\Daten\Test.xml";
|
singleValueControl.XMLfileName = @"C:\CAD\Git-WorkRepository\VisualStudio\_USER CONTROL\SingleValueControl.git\Daten\Test.xml";
|
||||||
singleValueControl.ValueControlName = "My XML Control";
|
singleValueControl.ValueControlName = "My XML Control";
|
||||||
singleValueControl.Topic = "NX-Portal";
|
singleValueControl.Topic = "NX-Portal";
|
||||||
singleValueControl.GroupName = "MyGroup";
|
singleValueControl.GroupName = "MyGroup";
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -392,7 +392,7 @@ namespace Eugen.ESystem.Windows.Forms
|
|||||||
checkBoxDefaultValue.Enabled = false;
|
checkBoxDefaultValue.Enabled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Wenn die gelöschte Zeile den Standardwert enthielt, dann die WErte zurücksetzten, weil es keinen Standardwert mehr gibt
|
//Wenn die gelöschte Zeile den Standardwert enthielt, dann die Werte zurücksetzten, weil es keinen Standardwert mehr gibt
|
||||||
if (selectedRow == rowIndexColored)
|
if (selectedRow == rowIndexColored)
|
||||||
{
|
{
|
||||||
StandardValue = 0; //Es gibt keine ausgewählte Standardzeile
|
StandardValue = 0; //Es gibt keine ausgewählte Standardzeile
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user