12 lines
772 B
XML
12 lines
772 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="SoftwareVersionInfo"
|
||
xml:space="preserve">Software Name:Medical Image Processing Software
|
||
Model:Md-pC-3
|
||
Publish Version:V1
|
||
Full Version:V1.0.0.0</system:String>
|
||
<system:String x:Key="LoginControlMessage">Welcome to CereFlow</system:String>
|
||
<system:String x:Key="WindowTitle">CereFlow</system:String>
|
||
<system:String x:Key="PlaceHolderMessage">Please upload MD-pCASL or SD-pCASL, 3D T2 FLAIR series with same StudyInstanceUID.</system:String>
|
||
</ResourceDictionary> |