首次提交:添加src文件夹代码
This commit is contained in:
31
Cowain.Bake.Main/Views/MainHeaderView.xaml
Normal file
31
Cowain.Bake.Main/Views/MainHeaderView.xaml
Normal file
@@ -0,0 +1,31 @@
|
||||
<UserControl x:Class="Cowain.Bake.Main.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:Fluent="urn:fluent-ribbon"
|
||||
xmlns:local="clr-namespace:Cowain.Bake.Main.Views"
|
||||
xmlns:prism="http://prismlibrary.com/"
|
||||
prism:ViewModelLocator.AutoWireViewModel="True"
|
||||
mc:Ignorable="d"
|
||||
xmlns:hc="https://handyorg.github.io/handycontrol"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
|
||||
<UserControl.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="pack://application:,,,/Cowain.Bake.Common;component/Styles/BaseResources.xaml"/>
|
||||
<ResourceDictionary Source="pack://application:,,,/Cowain.Bake.Common;component/Styles/ToggleButtonStyle.xaml"/>
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</UserControl.Resources>
|
||||
|
||||
<Grid x:Name="maingrid" >
|
||||
<Fluent:Ribbon Height="auto" BorderBrush="LightGray" BorderThickness="1" Grid.Row="0" x:Name="mainRibbon" ShowQuickAccessToolBarAboveRibbon="True" SelectedTabIndex="2">
|
||||
<Fluent:Ribbon.Menu>
|
||||
<Fluent:Backstage Header="工具栏"></Fluent:Backstage>
|
||||
</Fluent:Ribbon.Menu>
|
||||
</Fluent:Ribbon>
|
||||
</Grid>
|
||||
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user