大量更新

This commit is contained in:
GG Z
2025-12-23 21:35:54 +08:00
parent cd4733ee01
commit ceccab9abb
211 changed files with 9439 additions and 6578 deletions

View File

@@ -19,7 +19,7 @@
</Window.Resources>
<ui:StackPanel Margin="5" Spacing="5">
<ComboBox
ui:SelectorAssist.Placeholder="线缆型号"
ui:InputAssist.PlaceholderText="线缆型号"
ItemTemplate="{StaticResource MultiDisplayMemberPath}"
ItemsSource="{Binding Specifications}"
SelectedItem="{Binding SelectedConduitType, UpdateSourceTrigger=PropertyChanged}">
@@ -30,13 +30,13 @@
</b:Interaction.Triggers>
</ComboBox>
<ComboBox
ui:SelectorAssist.Placeholder="线缆线径"
ui:InputAssist.PlaceholderText="线缆线径"
DisplayMemberPath="Key"
ItemsSource="{Binding Sizes}"
SelectedValue="{Binding Size, UpdateSourceTrigger=PropertyChanged}"
SelectedValuePath="Value" />
<TextBox
ui:InputAssist.Placeholder="线缆数量"
ui:InputAssist.PlaceholderText="线缆数量"
InputMethod.IsInputMethodEnabled="False"
Text="{Binding Count, UpdateSourceTrigger=PropertyChanged}" />
<Button HorizontalAlignment="Stretch" Content="布置">