大量更新
This commit is contained in:
@@ -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="布置">
|
||||
|
||||
Reference in New Issue
Block a user