大量更新
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
IsEnabled="{Binding AddToPipe, Mode=TwoWay}"
|
||||
Spacing="5">
|
||||
<ComboBox
|
||||
ui:SelectorAssist.Placeholder="管道系统类型"
|
||||
ui:InputAssist.PlaceholderText="管道系统类型"
|
||||
DisplayMemberPath="Name"
|
||||
ItemsSource="{Binding PipingSystemTypes}"
|
||||
SelectedItem="{Binding SelectedPipingSystemType}" />
|
||||
@@ -73,16 +73,16 @@
|
||||
IsEnabled="{Binding AddToDuct, Mode=TwoWay}"
|
||||
Spacing="5">
|
||||
<ComboBox
|
||||
ui:SelectorAssist.Placeholder="风管系统类型:"
|
||||
ui:InputAssist.PlaceholderText="风管系统类型:"
|
||||
DisplayMemberPath="Name"
|
||||
ItemsSource="{Binding DuctSystemTypes}"
|
||||
SelectedItem="{Binding SelectedDuctSystem}" />
|
||||
<ComboBox
|
||||
ui:SelectorAssist.Placeholder="保温层类型:"
|
||||
ui:InputAssist.PlaceholderText="保温层类型:"
|
||||
DisplayMemberPath="Name"
|
||||
ItemsSource="{Binding DuctInsulationTypes}"
|
||||
SelectedItem="{Binding DuctInsulationItem.DuctInsulationType}" />
|
||||
<TextBox ui:SelectorAssist.Placeholder="保温层厚度:" Text="{Binding DuctInsulationItem.Thickness, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<TextBox ui:InputAssist.PlaceholderText="保温层厚度:" Text="{Binding DuctInsulationItem.Thickness, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</ui:StackPanel>
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
|
||||
Reference in New Issue
Block a user