Push Alpha Version
This commit is contained in:
@@ -1,18 +1,34 @@
|
||||
<Page x:Class="UniperHMI.SettingsPage"
|
||||
<Page x:Class="InfineonHMI.SettingsPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mah="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
|
||||
xmlns:local="clr-namespace:UniperHMI"
|
||||
xmlns:local="clr-namespace:InfineonHMI"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800"
|
||||
d:DataContext="{d:DesignInstance Type=local:SettingsPageVM}"
|
||||
Title="SettingsPageView">
|
||||
|
||||
<Grid>
|
||||
<!-- {d:SampleData ItemCount=5} -->
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
<RowDefinition/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<Button x:Name="BtnReadIni"
|
||||
Content="Ini Datei einlesen"
|
||||
Width="120"
|
||||
HorizontalAlignment="Left"
|
||||
Margin="10"/>
|
||||
|
||||
<!-- {d:SampleData ItemCount=5} -->
|
||||
<!--<DataGrid d:ItemsSource="{Binding CollectionView.View}"/>-->
|
||||
|
||||
|
||||
|
||||
<TreeView x:Name="treeview" ItemsSource="{Binding RootItem}" SelectedValuePath="Value" MinWidth="200" >
|
||||
<TreeView.ItemTemplate>
|
||||
<HierarchicalDataTemplate ItemsSource="{Binding SubEntries}">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace UniperHMI
|
||||
namespace InfineonHMI
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaktionslogik für SettingsPageView.xaml
|
||||
|
||||
@@ -7,7 +7,7 @@ using TwinCAT.Ads.TypeSystem;
|
||||
using TwinCAT.TypeSystem;
|
||||
using Heisig.HMI.AdsManager;
|
||||
|
||||
namespace UniperHMI
|
||||
namespace InfineonHMI
|
||||
{
|
||||
public partial class SettingsEntry : ObservableObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user