aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Views/HomeView.xaml
blob: b4135106400db038ecf549377a214b3e2ef832ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-16 01:51:48 +0000
 


 embedded device software.</Run>
        </TextBlock>
        
        <UniformGrid Columns="3" Rows="1" VerticalAlignment="Center" Margin="50 150 50 0">
            <Button Style="{StaticResource emptyButton}" Margin="70" Padding="0" Height="Auto" Command="{Binding NavigateToCommand}" CommandParameter="EventsView">
                <Border Style="{StaticResource LogBorder}">
                    <DockPanel>
                        <TextBlock HorizontalAlignment="Center" Margin="0 20 0 0" DockPanel.Dock="Bottom">MACHINE EVENTS</TextBlock>
                        <Image Source="../Images/events.png"></Image>
                    </DockPanel>
                </Border>
            </Button>

            <Button Style="{StaticResource emptyButton}" Margin="70" Padding="0" Height="Auto" Command="{Binding NavigateToCommand}" CommandParameter="ApplicationLogsView">
                <Border Style="{StaticResource LogBorder}">
                    <DockPanel>
                        <TextBlock HorizontalAlignment="Center" Margin="0 20 0 0" DockPanel.Dock="Bottom">APPLICATION LOGS</TextBlock>
                        <Image Source="../Images/application-logs.png"></Image>
                    </DockPanel>
                </Border>
            </Button>

            <Button Style="{StaticResource emptyButton}" Margin="70" Padding="0" Height="Auto" Command="{Binding NavigateToCommand}" CommandParameter="EmbeddedLogsView">
                <Border Style="{StaticResource LogBorder}">
                    <DockPanel>
                        <TextBlock HorizontalAlignment="Center" Margin="0 20 0 0" DockPanel.Dock="Bottom">EMBEDDED LOGS</TextBlock>
                        <Image Source="../Images/embedded-logs.png"></Image>
                    </DockPanel>
                </Border>
            </Button>
        </UniformGrid>
    </Grid>
</UserControl>