整理代码

This commit is contained in:
GG Z
2026-02-20 15:31:44 +08:00
parent 94cf3f3266
commit 9f121cfc7f
149 changed files with 4063 additions and 6964 deletions

View File

@@ -1,7 +1,7 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:sv="clr-namespace:Melskin.Controls"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sv="clr-namespace:Melskin.Controls">
<Style TargetType="{x:Type sv:PropertyField}">
<Setter Property="PropertyName" Value="(PropertyName)" />
<Setter Property="PropertyValue" Value="" />
@@ -17,7 +17,7 @@
<ColumnDefinition Width="{TemplateBinding NameAreaWidth}" />
<ColumnDefinition Width="{TemplateBinding ValueAreaWidth}" />
</Grid.ColumnDefinitions>
<Label Content="{TemplateBinding PropertyName}" Grid.Column="0" />
<Label Grid.Column="0" Content="{TemplateBinding PropertyName}" />
<TextBox
Grid.Column="1"
IsReadOnly="{TemplateBinding ReadOnly}"