重命名控件库
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<n:NeoWindow
|
||||
x:Class="VariaStudioTest.ControlTestWindow"
|
||||
<n:MelWindow
|
||||
x:Class="MelskinTest.ControlTestWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:dataModel="clr-namespace:VariaStudioTest.DataModel"
|
||||
xmlns:dataModel="clr-namespace:MelskinTest.DataModel"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:n="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:n="https://github.com/ShrlAlgo/Melskin"
|
||||
Title="测试"
|
||||
Width="800"
|
||||
Height="600"
|
||||
@@ -13,14 +13,14 @@
|
||||
Icon="/Resources/Images/ImageTest.png"
|
||||
mc:Ignorable="d">
|
||||
<!-- 主窗口背景色,这是拟态风格的基础 -->
|
||||
<n:NeoWindow.Resources>
|
||||
<n:MelWindow.Resources>
|
||||
<dataModel:DataGridDemo x:Key="Dgd" />
|
||||
<!--<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="pack://application:,,,/NeuWPFTest;component/ButtonStyles.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>-->
|
||||
</n:NeoWindow.Resources>
|
||||
</n:MelWindow.Resources>
|
||||
<!--<lu:WindowAssist.TitleBar>
|
||||
<Menu>
|
||||
<MenuItem Header="Help">
|
||||
@@ -104,4 +104,4 @@
|
||||
</n:StackPanel>
|
||||
</ScrollViewer>
|
||||
</Grid>
|
||||
</n:NeoWindow>
|
||||
</n:MelWindow>
|
||||
Reference in New Issue
Block a user