Sicherung

This commit is contained in:
Maier Stephan SI
2023-01-16 16:03:54 +01:00
parent 43297bb259
commit 63512e77aa
22 changed files with 1293 additions and 1218 deletions

View File

@@ -25,7 +25,7 @@
<TextBlock Text="Fenster-Name:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding WinCC.WindowsName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding Data.WindowsName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
@@ -38,7 +38,7 @@
<TextBlock Text="Class-Name:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding WinCC.WindowsClassName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding Data.WindowsClassName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">
@@ -50,7 +50,7 @@
<TextBlock Text="Schältfläche-Name:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding WinCC.ButtonName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding Data.ButtonName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">
@@ -63,7 +63,7 @@
<TextBlock Text="Update-Intervall:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding WinCC.UpdateIntervall, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding Data.UpdateIntervall, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
<TextBlock Text="ms"
Grid.Column="2"
@@ -79,7 +79,7 @@
<TextBlock Text="Autostart:"
Margin="5 5 5 5" />
<CheckBox Grid.Column="1"
IsChecked="{Binding WinCC.AutoStart, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
IsChecked="{Binding Data.AutoStart, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
@@ -112,7 +112,7 @@
<TextBlock Text="Quell-Verzeichnis:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding Iba.Source, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding Data.Source, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
@@ -125,7 +125,7 @@
<TextBlock Text="Ziel-Verzeichnis:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding Iba.Destination, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding Data.Destination, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">