109 lines
6.8 KiB
Text
109 lines
6.8 KiB
Text
|
|
<Window xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" x:Class="eDosStation.UserInfo"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||
|
|
xmlns:local="clr-namespace:eDosStation"
|
||
|
|
mc:Ignorable="d"
|
||
|
|
Title="UserInfo"
|
||
|
|
Height="814.417" Width="1316.258"
|
||
|
|
FontFamily="Segoe UI"
|
||
|
|
FontSize="36"
|
||
|
|
WindowStartupLocation="CenterScreen" WindowState="Maximized" WindowStyle="None"
|
||
|
|
Loaded="Window_Loaded" >
|
||
|
|
<Border BorderBrush="{StaticResource sckbP}" BorderThickness="10" Margin="0,0,0,-178">
|
||
|
|
<Grid Name="G1" Margin="48,0,12,0" >
|
||
|
|
<Grid.RowDefinitions >
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto" />
|
||
|
|
<RowDefinition Height="auto" />
|
||
|
|
<RowDefinition Height="auto"/>
|
||
|
|
<RowDefinition Height="auto" />
|
||
|
|
<RowDefinition Height="auto" />
|
||
|
|
<RowDefinition Height="auto" />
|
||
|
|
|
||
|
|
|
||
|
|
</Grid.RowDefinitions>
|
||
|
|
<Grid.ColumnDefinitions>
|
||
|
|
<ColumnDefinition Width="300" />
|
||
|
|
<ColumnDefinition />
|
||
|
|
<ColumnDefinition />
|
||
|
|
<ColumnDefinition />
|
||
|
|
<ColumnDefinition />
|
||
|
|
</Grid.ColumnDefinitions>
|
||
|
|
<Border Grid.Row="0" Grid.ColumnSpan="5" Height="auto" BorderThickness="5" BorderBrush="{StaticResource sckbP}" >
|
||
|
|
<TextBlock Text="Overzicht documenten en status" FontSize="50" FontWeight="Bold" HorizontalAlignment="Center" Margin="10,10,10,10" />
|
||
|
|
</Border>
|
||
|
|
<Line Grid.Row="2" Height="50" />
|
||
|
|
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="3" Grid.Column="1" Text="Leenaers" Name="LastName" Style="{DynamicResource UserInfoNameItem}"/>
|
||
|
|
<TextBlock Grid.Row="3" Grid.Column="2" Text="Ann" Name="FirstName" Style="{DynamicResource UserInfoNameItem}"/>
|
||
|
|
<TextBlock Grid.Row="3" Grid.Column="3" Text="W" Name="Type" Style="{DynamicResource UserInfoNameItem}"/>
|
||
|
|
<TextBlock Grid.Row="3" Grid.Column="4" Text="Blue" Name="BadgeColor" Visibility="Collapsed" />
|
||
|
|
|
||
|
|
<Line Grid.Row="4" Grid.ColumnSpan="4" Stroke="Blue" Height="1" Margin="0,10,0,10" />
|
||
|
|
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="6" Grid.Column="1" Text="Status" HorizontalAlignment="Left" FontWeight="Bold" Style="{StaticResource UserInfoItemStatus}"/>
|
||
|
|
<TextBlock Grid.Row="6" Grid.Column="2" Text="Expires" HorizontalAlignment="Left" FontWeight="Bold" Style="{StaticResource UserInfoItemExpires}"/>
|
||
|
|
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="7" Grid.Column="0" Text="Quiz" Style="{StaticResource UserInfoItemTitle}"/>
|
||
|
|
<TextBlock Grid.Row="7" Grid.Column="1" Text="OK" Name="QuizOK" Style="{StaticResource UserInfoItemStatus}"/>
|
||
|
|
<TextBlock Grid.Row="7" Grid.Column="2" Text="end" Name="QuizExpiry" Style="{StaticResource UserInfoItemExpires}"/>
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="8" Grid.Column="0" Text="Document A" Style="{StaticResource UserInfoItemTitle}"/>
|
||
|
|
<TextBlock Grid.Row="8" Grid.Column="2" Text="end" Name="RFEnd" Style="{StaticResource UserInfoItemExpires}"/>
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="9" Grid.Column="0" Text="Medic" Style="{StaticResource UserInfoItemTitle}"/>
|
||
|
|
<TextBlock Grid.Row="9" Grid.Column="1" Text="ok" Name="MedicOK" Style="{StaticResource UserInfoItemStatus}"/>
|
||
|
|
<TextBlock Grid.Row="9" Grid.Column="2" Text="End" Name="MedicExpiry" Style="{StaticResource UserInfoItemExpires}"/>
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="10" Grid.Column="0" Text="Bunker" Style="{StaticResource UserInfoItemTitle}" />
|
||
|
|
<TextBlock Grid.Row="10" Grid.Column="1" Text="ok" Name="InVivoOK" Style="{StaticResource UserInfoItemStatus}"/>
|
||
|
|
<TextBlock Grid.Row="10" Grid.Column="2" Text="" Name="InVivoWbcExpiry" Style="{StaticResource UserInfoItemExpires}"/>
|
||
|
|
<!--<TextBlock Grid.Row="10" Grid.Column="3" Text="Freq:" Name="InVivoWbcFreq" Style="{StaticResource UserInfoItem}"/>-->
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="11" Grid.Column="0" Text="LRM" Style="{StaticResource UserInfoItemTitle}" />
|
||
|
|
<TextBlock Grid.Row="11" Grid.Column="1" Text="ok" Name="InVitroOK" Style="{StaticResource UserInfoItemStatus}"/>
|
||
|
|
<TextBlock Grid.Row="11" Grid.Column="2" Text="" Name="InVitroExpiry" Style="{StaticResource UserInfoItemExpires}"/>
|
||
|
|
<!--<TextBlock Grid.Row="11" Grid.Column="3" Text="Freq:" Name="InVitroFreq" Style="{StaticResource UserInfoItem}"/>-->
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="12" Grid.Column="0" Text="Clearance" Style="{StaticResource UserInfoItemTitle}"/>
|
||
|
|
<TextBlock Grid.Row="12" Grid.Column="1" Text="ok" Name="VxColor" Style="{StaticResource UserInfoItemStatus}"/>
|
||
|
|
<TextBlock Grid.Row="12" Grid.Column="2" Text="End" Name="VxExpiry" Style="{StaticResource UserInfoItemExpires}"/>
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="13" Grid.Column="0" Text="eDos ACCESS" Style="{StaticResource UserInfoItemTitle}"/>
|
||
|
|
<TextBlock Grid.Row="13" Grid.Column="1" Text="" Name="AccessAllow" Style="{StaticResource UserInfoItemStatus}"/>
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="14" Grid.Column="0" Text="Comment" Style="{StaticResource UserInfoItemTitle}"/>
|
||
|
|
<TextBlock Grid.Row="14" Grid.Column="1" Text="" Name="Comment" Style="{StaticResource UserInfoItem}"/>
|
||
|
|
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="15" Grid.Column="0" Text="Visit with Alarm" Style="{StaticResource UserInfoItemTitle}"/>
|
||
|
|
<TextBlock Grid.Row="15" Grid.Column="1" Text="" Name="VisitLocked" Style="{StaticResource UserInfoItem}"/>
|
||
|
|
|
||
|
|
<TextBlock Grid.Row="16" Grid.Column="0" Text="Dosislimiet" Style="{StaticResource UserInfoItemTitle}"/>
|
||
|
|
<TextBlock Grid.Row="16" Grid.Column="2" Text="1000UsV" Name="MarginHP10_Y" Style="{StaticResource UserInfoItem}"/>
|
||
|
|
|
||
|
|
<telerik:RadButton Grid.Row="17" Grid.Column="0" Grid.ColumnSpan="5" Content="OK" Name="cmdOK" Width="350" Height="50" Margin="5,50,5,0" Click="cmdOK_Click" />
|
||
|
|
<telerik:RadButton Grid.Row="19" Grid.Column="0" Grid.ColumnSpan="5" Content="EPD Off" Name="bEPDOff" Width="350" Height="50" Margin="5,50,5,0" Visibility="Collapsed" Click="bEPDOff_Click" />
|
||
|
|
|
||
|
|
</Grid>
|
||
|
|
</Border>
|
||
|
|
|
||
|
|
</Window>
|