优化
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"
|
||||
|
||||
@@ -39,7 +39,7 @@ public partial class AnyConnectViewModel : ObservableValidator
|
||||
private double angle = 90;
|
||||
|
||||
[ObservableProperty]
|
||||
private NeoUI.Controls.InfoBar messageQueue = new();
|
||||
private NeoUI.Controls.Alert messageQueue = new();
|
||||
|
||||
[ObservableProperty]
|
||||
private string message;
|
||||
|
||||
@@ -99,8 +99,7 @@
|
||||
VerticalAlignment="Center"
|
||||
Text="排除高度低的管线(mm):" />-->
|
||||
<TextBox
|
||||
Header="排除高度低的管线:"
|
||||
HeaderPlacement="Left"
|
||||
ui:InputAssist.Placeholder="排除高度低的管线:"
|
||||
MinWidth="120"
|
||||
ui:InputAssist.Suffix="mm"
|
||||
Text="1000" />
|
||||
@@ -109,8 +108,7 @@
|
||||
VerticalAlignment="Center"
|
||||
Text="排除长度短的管线(mm):" />-->
|
||||
<TextBox
|
||||
Header="排除长度短的管线:"
|
||||
HeaderPlacement="Left"
|
||||
ui:InputAssist.Placeholder="排除长度短的管线:"
|
||||
MinWidth="120"
|
||||
ui:InputAssist.Suffix="mm"
|
||||
Text="500" />
|
||||
@@ -119,8 +117,7 @@
|
||||
VerticalAlignment="Center"
|
||||
Text="净高要求高度(mm):" />-->
|
||||
<TextBox
|
||||
Header="净高要求高度:"
|
||||
HeaderPlacement="Left"
|
||||
ui:InputAssist.Placeholder="净高要求高度:"
|
||||
MinWidth="120"
|
||||
ui:InputAssist.Suffix="mm"
|
||||
Text="2600" />
|
||||
|
||||
Reference in New Issue
Block a user