164 lines
6.2 KiB
XML
164 lines
6.2 KiB
XML
<Page x:Class="InfineonHMI.MachineOverviewPage"
|
|
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:uniperHmi="clr-namespace:InfineonHMI"
|
|
mc:Ignorable="d"
|
|
d:DataContext="{d:DesignInstance Type=uniperHmi:MachineOverviewPageVM, IsDesignTimeCreatable=True}"
|
|
Title="Production Overview">
|
|
|
|
<Viewbox Stretch="none">
|
|
<Grid Width="3840" Height="1650">
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="0.12*"/>
|
|
<ColumnDefinition Width="0.93*"/>
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<Grid Grid.Column="0" Margin="25 0 0 0">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
<RowDefinition Height="*" />
|
|
</Grid.RowDefinitions>
|
|
|
|
<Button Grid.Row="0"
|
|
Margin="5"
|
|
FontSize="36"
|
|
FontFamily="Arial"
|
|
Content="Trayfeeder
Ein-/Ausgabe"
|
|
Command="{Binding TrayfeederPageClickedCommand}"/>
|
|
|
|
<Button Grid.Row="1"
|
|
Margin="5"
|
|
FontSize="39"
|
|
Content="Ausrichtstation"
|
|
Command="{Binding AlignerPageClickedCommand}"/>
|
|
|
|
<Button Grid.Row="2"
|
|
Margin="5"
|
|
FontSize="36"
|
|
Content="Ätzer 1"
|
|
Command="{Binding Etching1PageClickedCommand}"/>
|
|
|
|
<Button Grid.Row="3"
|
|
Margin="5"
|
|
FontSize="36"
|
|
Content="Ätzer 2"
|
|
Command="{Binding Etching2PageClickedCommand}"/>
|
|
|
|
<Button Grid.Row="4"
|
|
Margin="5"
|
|
FontSize="36"
|
|
Content="HV Test"
|
|
Command="{Binding HVTestPageClickedCommand}"/>
|
|
|
|
<Button Grid.Row="5"
|
|
Margin="5"
|
|
FontSize="36"
|
|
Content="Heiz-
/Kühlplatte"
|
|
Command="{Binding HotCoolplatePageClickedCommand}"/>
|
|
|
|
<Button Grid.Row="6"
|
|
Margin="5"
|
|
FontSize="36"
|
|
Content="NOK Station"
|
|
Command="{Binding NIOStationPageClickedCommand}"/>
|
|
|
|
<Border Grid.Row="7"
|
|
BorderBrush="White"
|
|
BorderThickness="0,5,0,0"/>
|
|
|
|
<Button Grid.Row="7"
|
|
Margin="5,15,5,5"
|
|
FontSize="36" Content="Kuka Roboter"
|
|
Command="{Binding KukaPageClickedCommand}"/>
|
|
|
|
<Button Grid.Row="8"
|
|
Margin="5"
|
|
FontSize="36"
|
|
FontFamily="Arial"
|
|
Content="Medienschrank"
|
|
Command="{Binding MediaCabinetPageClickedCommand}"/>
|
|
|
|
</Grid>
|
|
<!-- DETAIL PAGE -->
|
|
|
|
|
|
<Frame x:Name="DetailFrame"
|
|
Grid.Column="1"
|
|
NavigationUIVisibility="Hidden"
|
|
Content="{Binding CurrentDetailPage}"/>
|
|
|
|
<Image Grid.Column="1" Source="/Anlagenuebersicht.png" Stretch="Fill" Height="1504" Width="1936"/>
|
|
<Button Command="{Binding TrayfeederPageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="2203,572,820,780"/>
|
|
<Button Command="{Binding KukaPageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="1822,610,1380,780"/>
|
|
<Button Command="{Binding Etching1PageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="1480,819,1749,644" RenderTransformOrigin="0.5,0.5">
|
|
<Button.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-23.091"/>
|
|
</TransformGroup>
|
|
</Button.RenderTransform>
|
|
</Button>
|
|
<Button Command="{Binding Etching2PageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="1431,473,1770,971" RenderTransformOrigin="0.5,0.5">
|
|
<Button.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="24.991"/>
|
|
</TransformGroup>
|
|
</Button.RenderTransform>
|
|
</Button>
|
|
<Button Command="{Binding HVTestPageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="1706,183,1472,1202" RenderTransformOrigin="0.5,0.5">
|
|
<Button.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-105.32"/>
|
|
</TransformGroup>
|
|
</Button.RenderTransform>
|
|
</Button>
|
|
<Button Command="{Binding HotCoolplatePageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="2039,316,1175,1106" RenderTransformOrigin="0.5,0.5">
|
|
<Button.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="-56.721"/>
|
|
</TransformGroup>
|
|
</Button.RenderTransform>
|
|
</Button>
|
|
<Button Command="{Binding MediaCabinetPageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="878,565,2350,641"/>
|
|
|
|
<Button Command="{Binding AlignerPageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="1633,1048,1594,474" RenderTransformOrigin="0.5,0.5">
|
|
<Button.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="27.441"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Button.RenderTransform>
|
|
</Button>
|
|
<Button Command="{Binding NIOStationPageClickedCommand}" Background="Transparent" Grid.Column="1" Margin="1707,932,1543,601" RenderTransformOrigin="0.5,0.5">
|
|
<Button.RenderTransform>
|
|
<TransformGroup>
|
|
<ScaleTransform/>
|
|
<SkewTransform/>
|
|
<RotateTransform Angle="27.441"/>
|
|
<TranslateTransform/>
|
|
</TransformGroup>
|
|
</Button.RenderTransform>
|
|
</Button>
|
|
</Grid>
|
|
</Viewbox>
|
|
</Page>
|