2025-04-01 13:41:50 +08:00
|
|
|
<UserControl x:Class="RIZO.Client.MainModule.Views.MainHeaderView"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:local="clr-namespace:RIZO.Client.MainModule.ViewModels"
|
|
|
|
|
mc:Ignorable="d"
|
|
|
|
|
d:DesignHeight="150" d:DesignWidth="800">
|
|
|
|
|
<Grid>
|
2025-04-01 14:48:18 +08:00
|
|
|
<TextBlock Text="上海干巷车镜实业有限公司产线线边屏" VerticalAlignment="Center" FontSize="20" Margin="20,0,0,0"/>
|
2025-04-01 13:41:50 +08:00
|
|
|
<TextBlock Text="{Binding CurrentUserName}" VerticalAlignment="Center" HorizontalAlignment="Right" Margin="0,30,20,0"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</UserControl>
|