109 lines
No EOL
5.3 KiB
XML
109 lines
No EOL
5.3 KiB
XML
<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="600" Width="900" Loaded="Window_Loaded" FontSize="22">
|
|
<Grid Name="G1" >
|
|
<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" />
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition />
|
|
<ColumnDefinition />
|
|
<ColumnDefinition />
|
|
<ColumnDefinition />
|
|
<ColumnDefinition />
|
|
</Grid.ColumnDefinitions>
|
|
|
|
<TextBlock Grid.Row="0" Grid.ColumnSpan="5" HorizontalAlignment="Center" Height="60" Text="Overzicht documenten en status" FontSize="18" FontWeight="Bold" />
|
|
|
|
<TextBlock Grid.Row="2" Grid.Column="0" Text="Naam" />
|
|
<TextBlock Grid.Row="2" Grid.Column="1" Text="Leenaers" Name="LastName"/>
|
|
|
|
<TextBlock Grid.Row="3" Grid.Column="0" Text="Voornaam" />
|
|
<TextBlock Grid.Row="3" Grid.Column="1" Text="Ann" Name="FirstName"/>
|
|
|
|
<TextBlock Grid.Row="4" Grid.Column="0" Text="Groep" />
|
|
<TextBlock Grid.Row="4" Grid.Column="1" Text="W" Name="Type" />
|
|
|
|
<TextBlock Grid.Row="5" Grid.Column="0" Text="BadgeColor" />
|
|
<TextBlock Grid.Row="5" Grid.Column="1" Text="Blue" Name="BadgeColor" />
|
|
|
|
<TextBlock Grid.Row="6" Grid.Column="0" Text="------" />
|
|
<TextBlock Grid.Row="6" Grid.Column="1" Text="Starts" HorizontalAlignment="Center" FontWeight="Bold" />
|
|
<TextBlock Grid.Row="6" Grid.Column="2" Text="Expires" HorizontalAlignment="Center" FontWeight="Bold" />
|
|
<TextBlock Grid.Row="6" Grid.Column="3" Text="Status" HorizontalAlignment="Center" FontWeight="Bold" />
|
|
|
|
<TextBlock Grid.Row="7" Grid.Column="0" Text="Quiz" />
|
|
<TextBlock Grid.Row="7" Grid.Column="1" Text="start" Name="QuizDate" />
|
|
<TextBlock Grid.Row="7" Grid.Column="2" Text="end" Name="QuizExpiry"/>
|
|
<TextBlock Grid.Row="7" Grid.Column="3" Text="OK" Name="QuizOK"/>
|
|
|
|
<TextBlock Grid.Row="8" Grid.Column="0" Text="Document A" />
|
|
<TextBlock Grid.Row="8" Grid.Column="1" Text="start" Name="RFStart" />
|
|
<TextBlock Grid.Row="8" Grid.Column="2" Text="end" Name="RFEnd"/>
|
|
|
|
<TextBlock Grid.Row="9" Grid.Column="0" Text="Medic" />
|
|
<TextBlock Grid.Row="9" Grid.Column="1" Text="" />
|
|
<TextBlock Grid.Row="9" Grid.Column="2" Text="End" Name="MedicExpiry" />
|
|
<TextBlock Grid.Row="9" Grid.Column="3" Text="ok" Name="MedicOK" />
|
|
|
|
<TextBlock Grid.Row="10" Grid.Column="0" Text="Bunker" />
|
|
<TextBlock Grid.Row="10" Grid.Column="2" Text="" Name="InVivoWbcExpiry" />
|
|
<TextBlock Grid.Row="10" Grid.Column="3" Text="ok" Name="InVivoOK" />
|
|
<TextBlock Grid.Row="10" Grid.Column="4" Text="Freq:" Name="InVivoWbcFreq" />
|
|
|
|
<TextBlock Grid.Row="11" Grid.Column="0" Text="LRM" />
|
|
<TextBlock Grid.Row="11" Grid.Column="2" Text="" Name="InVitroExpiry" />
|
|
<TextBlock Grid.Row="11" Grid.Column="3" Text="ok" Name="InVitroOK" />
|
|
<TextBlock Grid.Row="11" Grid.Column="4" Text="Freq:" Name="InVitroFreq" />
|
|
|
|
<TextBlock Grid.Row="12" Grid.Column="0" Text="Attest" />
|
|
<TextBlock Grid.Row="12" Grid.Column="1" Text="" />
|
|
<TextBlock Grid.Row="12" Grid.Column="2" Text="End" Name="VxExpiry" />
|
|
<TextBlock Grid.Row="12" Grid.Column="3" Text="ok" Name="VxColor" />
|
|
|
|
|
|
<TextBlock Grid.Row="13" Grid.Column="0" Text="eDos ACCESS" />
|
|
<TextBlock Grid.Row="13" Grid.Column="1" Text="" Name="AccessAllow" />
|
|
|
|
|
|
<TextBlock Grid.Row="14" Grid.Column="0" Text="Comment" />
|
|
<TextBlock Grid.Row="14" Grid.Column="1" Text="" Name="Comment" />
|
|
|
|
|
|
<TextBlock Grid.Row="15" Grid.Column="0" Text="Visit with Alarm" />
|
|
<TextBlock Grid.Row="15" Grid.Column="1" Text="" Name="VisitLocked" />
|
|
|
|
<TextBlock Grid.Row="16" Grid.Column="0" Text="Dosislimiet" />
|
|
<TextBlock Grid.Row="16" Grid.Column="1" Text="" />
|
|
<TextBlock Grid.Row="16" Grid.Column="2" Text="1000UsV" Name="MarginHP10_Y" />
|
|
|
|
<telerik:RadButton Grid.Row="17" Grid.Column="0" Grid.ColumnSpan="5" Content="OK" Name="cmdOK" Width="200" Height="50" Margin="5,20,5,20" Click="cmdOK_Click" />
|
|
|
|
</Grid>
|
|
|
|
|
|
</Window> |