优化
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
Spacing="5">
|
||||
<ComboBox
|
||||
DisplayMemberPath="Name"
|
||||
Header="管道系统类型"
|
||||
ui:SelectorAssist.Placeholder="管道系统类型"
|
||||
ItemsSource="{Binding PipingSystemTypes}"
|
||||
SelectedItem="{Binding SelectedPipingSystemType}" />
|
||||
<DataGrid
|
||||
@@ -73,15 +73,15 @@
|
||||
Spacing="5">
|
||||
<ComboBox
|
||||
DisplayMemberPath="Name"
|
||||
Header="风管系统类型:"
|
||||
ui:SelectorAssist.Placeholder="风管系统类型:"
|
||||
ItemsSource="{Binding DuctSystemTypes}"
|
||||
SelectedItem="{Binding SelectedDuctSystem}" />
|
||||
<ComboBox
|
||||
DisplayMemberPath="Name"
|
||||
Header="保温层类型:"
|
||||
ui:SelectorAssist.Placeholder="保温层类型:"
|
||||
ItemsSource="{Binding DuctInsulationTypes}"
|
||||
SelectedItem="{Binding DuctInsulationItem.DuctInsulationType}" />
|
||||
<TextBox Header="保温层厚度:" Text="{Binding DuctInsulationItem.Thickness, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<TextBox ui:SelectorAssist.Placeholder="保温层厚度:" Text="{Binding DuctInsulationItem.Thickness, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</ui:StackPanel>
|
||||
<StackPanel
|
||||
Grid.Column="1"
|
||||
|
||||
Reference in New Issue
Block a user