Sicherung

This commit is contained in:
Maier Stephan SI
2023-01-02 04:33:49 +01:00
parent bea46135fd
commit d01747f75a
284 changed files with 6106 additions and 65112 deletions

View File

@@ -174,8 +174,8 @@
</Grid.ColumnDefinitions>
<TextBlock Text="Fenster:"
Margin="5 5 5 5" />
<ComboBox ItemsSource="{Binding Plcs}"
SelectedItem="{Binding SelectedPlc, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
<ComboBox ItemsSource="{Binding Windows}"
SelectedItem="{Binding SelectedWindow, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
DisplayMemberPath="Name"
SelectedIndex="0"
Grid.Column="1"
@@ -186,16 +186,28 @@
Background="Transparent" />
<Button Content="neu"
Name="ABC"
Command="{Binding CmdCreatNewConnection}"
Command="{Binding CmdNew}"
Grid.Column="3"
MinWidth="50"
Margin="5 5 5 5"/>
<Button Content="löschen"
Command="{Binding CmdDelConnection}"
Command="{Binding CmdDelDel}"
Grid.Column="4"
Margin="5 5 5 5"
MinWidth="50" />
</Grid>
<Grid Margin="0 5">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"
SharedSizeGroup="a" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<TextBlock Text="Bezeichnung:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding SelectedWindow.Bezeichnung, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"
@@ -205,7 +217,7 @@
<TextBlock Text="Fenster Name:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding Iba.Destination, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding SelectedWindow.Name, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">
@@ -217,7 +229,7 @@
<TextBlock Text="Klassen Name:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding Iba.Destination, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding SelectedWindow.ClassName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">
@@ -229,7 +241,7 @@
<TextBlock Text="Fenster Höhe:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding Iba.Destination, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding SelectedWindow.Height, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">
@@ -241,7 +253,7 @@
<TextBlock Text="Fenster Breite:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding Iba.Destination, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding SelectedWindow.Width, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">
@@ -253,7 +265,7 @@
<TextBlock Text="X-Position:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding Iba.Destination, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding SelectedWindow.X, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">
@@ -265,7 +277,7 @@
<TextBlock Text="Y-Position:"
Margin="5 5 5 5" />
<TextBox Grid.Column="1"
Text="{Binding Iba.Destination, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Text="{Binding SelectedWindow.Y, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
Margin="5 5 5 5" />
</Grid>
<Grid Margin="0 5">