|
@ -11,7 +11,8 @@ |
|
|
d:DataContext="{d:DesignInstance Type=viewmodel:MainWindowViewModel}" |
|
|
d:DataContext="{d:DesignInstance Type=viewmodel:MainWindowViewModel}" |
|
|
mc:Ignorable="d" |
|
|
mc:Ignorable="d" |
|
|
Title="SUNLIGHT SCCM b0.0.1 (2024/08/10)" |
|
|
Title="SUNLIGHT SCCM b0.0.1 (2024/08/10)" |
|
|
Height="1080" Width="1920" Background="#FF003640"> |
|
|
Height="1080" Width="1920" Background="#FF003640" |
|
|
|
|
|
WindowState ="Maximized" WindowStyle="None"> |
|
|
<Window.Resources> |
|
|
<Window.Resources> |
|
|
<Storyboard x:Key="MenuOpen"> |
|
|
<Storyboard x:Key="MenuOpen"> |
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="GridMenu"> |
|
|
<DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(FrameworkElement.Width)" Storyboard.TargetName="GridMenu"> |
|
@ -37,63 +38,93 @@ |
|
|
</Window.Triggers> |
|
|
</Window.Triggers> |
|
|
|
|
|
|
|
|
<Grid Background="LightGray"> |
|
|
<Grid Background="LightGray"> |
|
|
<Grid x:Name="GridTitle" Height="50" VerticalAlignment="Top" Background="#FF1368BD" MouseDown="GridTitle_MouseDown" Margin="60,0,0,0"> |
|
|
<Grid x:Name="GridTitle" Height="50" VerticalAlignment="Top" Background="#FF006361" MouseDown="GridTitle_MouseDown" Margin="60,0,0,0"> |
|
|
<TextBlock Text="抽屉式菜单风格-材料设计主题控件" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="22" Foreground="White"/> |
|
|
<TextBlock Text="Sunlight Centralized Control Management (SCCM)" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="22" Foreground="White"/> |
|
|
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Right"> |
|
|
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" HorizontalAlignment="Right"> |
|
|
<TextBlock Text="欢迎使用" VerticalAlignment="Center" FontSize="14" Foreground="White"/> |
|
|
<TextBlock Text="{Binding Sys_Time}" VerticalAlignment="Center" FontSize="14" Foreground="White"/> |
|
|
<materialDesign:PopupBox Foreground="White" Margin="10" PlacementMode="BottomAndAlignRightEdges" StaysOpen="False"> |
|
|
<materialDesign:PopupBox Foreground="White" Margin="10" PlacementMode="BottomAndAlignRightEdges" StaysOpen="False"> |
|
|
<StackPanel Width="150"> |
|
|
<StackPanel Width="150"> |
|
|
<Button Content="账号"/> |
|
|
<Button Content="账号"/> |
|
|
<Button Content="设置"/> |
|
|
<Button Content="{x:Static lang:Resources.SysSet}"/> |
|
|
<Button Content="帮助"/> |
|
|
<Button Content="帮助"/> |
|
|
<Separator/> |
|
|
<Separator/> |
|
|
<Button Content="最小化"/> |
|
|
<Button x:Name="ButtonMinimize" Content="最小化" Click="ButtonMinimize_Click"/> |
|
|
<Button Content="最大化"/> |
|
|
<Button x:Name="ButtonMaximize" Content="最大化" Click="ButtonMaximize_Click"/> |
|
|
<Button x:Name="ButtonPopUpLogout" Content="退出" Click="ButtonPopUpLogout_Click"/> |
|
|
<Button x:Name="ButtonPopUpLogout" Content="{x:Static lang:Resources.PopUpLogout}" Click="ButtonPopUpLogout_Click"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</materialDesign:PopupBox> |
|
|
</materialDesign:PopupBox> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
|
|
|
|
|
|
<Grid x:Name="GridMenu" Width="60" HorizontalAlignment="Left" Background="#FF1B3861" Margin="0" SizeChanged="GridMenu_SizeChanged"> |
|
|
<Grid x:Name="GridMenu" Width="60" HorizontalAlignment="Left" Background="#FF00204E" Margin="0" SizeChanged="GridMenu_SizeChanged"> |
|
|
<StackPanel> |
|
|
<StackPanel> |
|
|
<Grid Background="#FF1368BD"> |
|
|
<Grid Background="#FF006361"> |
|
|
<Button x:Name="ButtonCloseMenu" Width="60" Height="50" Background="{x:Null}" BorderBrush="{x:Null}" VerticalAlignment="Top" HorizontalAlignment="Right" Visibility="Collapsed" Click="ButtonCloseMenu_Click"> |
|
|
<Button x:Name="ButtonCloseMenu" Width="60" Height="50" Background="{x:Null}" BorderBrush="{x:Null}" VerticalAlignment="Top" HorizontalAlignment="Right" Visibility="Collapsed" Click="ButtonCloseMenu_Click"> |
|
|
<materialDesign:PackIcon Kind="ArrowLeft" Foreground="#FF1B3861" Width="25" Height="25"/> |
|
|
<materialDesign:PackIcon Kind="ArrowLeft" Foreground="#FF00204E" Width="25" Height="25"/> |
|
|
</Button> |
|
|
</Button> |
|
|
<Button x:Name="ButtonOpenMenu" Width="60" Height="50" Background="{x:Null}" BorderBrush="{x:Null}" VerticalAlignment="Top" HorizontalAlignment="Right" Click="ButtonOpenMenu_Click"> |
|
|
<Button x:Name="ButtonOpenMenu" Width="60" Height="50" Background="{x:Null}" BorderBrush="{x:Null}" VerticalAlignment="Top" HorizontalAlignment="Right" Click="ButtonOpenMenu_Click"> |
|
|
<materialDesign:PackIcon Kind="Menu" Foreground="#FF1B3861" Width="25" Height="25"/> |
|
|
<materialDesign:PackIcon Kind="Menu" Foreground="#FF00204E" Width="25" Height="25"/> |
|
|
</Button> |
|
|
</Button> |
|
|
</Grid> |
|
|
</Grid> |
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
<ListView ScrollViewer.HorizontalScrollBarVisibility="Disabled" Foreground="#FF1368BD"> |
|
|
|
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
<materialDesign:PackIcon Kind="ListBox" Width="25" Height="25" Margin="10" VerticalAlignment="Center" /> |
|
|
|
|
|
<TextBlock Text="总览" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
</ListViewItem> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<materialDesign:PackIcon Kind="ViewDashboard" Width="25" Height="25" Margin="10" VerticalAlignment="Center" /> |
|
|
<materialDesign:PackIcon Kind="ViewDashboard" Width="25" Height="25" Margin="10" VerticalAlignment="Center" /> |
|
|
<TextBlock Text="系统首页" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<TextBlock Text="工单" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
</ListViewItem> |
|
|
|
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
<materialDesign:PackIcon Kind="ClipboardTextClock" Width="25" Height="25" Margin="10" VerticalAlignment="Center" /> |
|
|
|
|
|
<TextBlock Text="排程" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
</ListViewItem> |
|
|
|
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
<materialDesign:PackIcon Kind="ShowChart" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
|
|
|
<TextBlock Text="曲线" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
</ListViewItem> |
|
|
|
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
<materialDesign:PackIcon Kind="ClipboardText" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
|
|
|
<TextBlock Text="程序" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
</ListViewItem> |
|
|
|
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
<materialDesign:PackIcon Kind="ArrowExpand" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
|
|
|
<TextBlock Text="输入输出" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</ListViewItem> |
|
|
</ListViewItem> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<materialDesign:PackIcon Kind="DebugStepOver" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<materialDesign:PackIcon Kind="Set" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="设备调试" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<TextBlock Text="参数" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</ListViewItem> |
|
|
</ListViewItem> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<materialDesign:PackIcon Kind="Settings" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<materialDesign:PackIcon Kind="SettingsApplications" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="参数设置" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<TextBlock Text="系统参数" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</ListViewItem> |
|
|
</ListViewItem> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<materialDesign:PackIcon Kind="Text" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<materialDesign:PackIcon Kind="MathLog" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="工作记录" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<TextBlock Text="工作记录" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</ListViewItem> |
|
|
</ListViewItem> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<ListViewItem Height="60" MouseLeftButtonUp="ListViewItem_MouseLeftButtonUp"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<materialDesign:PackIcon Kind="User" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<materialDesign:PackIcon Kind="Database" Width="25" Height="25" Margin="10" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="用户中心" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
<TextBlock Text="程序组" VerticalAlignment="Center" Margin="20 10" Foreground="White"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</ListViewItem> |
|
|
</ListViewItem> |
|
|
</ListView> |
|
|
</ListView> |
|
|