12 lines
702 B
XML
12 lines
702 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:system="clr-namespace:System;assembly=System.Runtime">
|
|
|
|
<system:String x:Key="LoginControlMessage">Welcome to aStroke</system:String>
|
|
<system:String x:Key="WindowTitle">aStroke</system:String>
|
|
|
|
<system:String x:Key="RoiTabHeader0">Ischemic</system:String>
|
|
<system:String x:Key="RoiTabHeader1">Restricted Diffusion</system:String>
|
|
<system:String x:Key="RoiTabHeader2">Collateral Circulation</system:String>
|
|
<system:String x:Key="RoiTabHeader3">ASPECTS</system:String>
|
|
</ResourceDictionary> |