|
@@ -55,22 +55,40 @@
|
|
|
FontSize="18" />
|
|
|
</StackPanel>
|
|
|
|
|
|
- <StackPanel Orientation="Horizontal"
|
|
|
+ <StackPanel Orientation="Vertical"
|
|
|
Grid.Row="1"
|
|
|
VerticalAlignment="Bottom">
|
|
|
+ <StackPanel Orientation="Horizontal">
|
|
|
<Button Content="登录"
|
|
|
Width="65"
|
|
|
Background="#7E61E0"
|
|
|
Margin="20,5,5,5"
|
|
|
Command="{Binding OpenRoleLoginViewCommand}"
|
|
|
FontSize="18" />
|
|
|
- <TextBlock Text="当前:" Margin="10,10,0,0"/>
|
|
|
- <Button Content="{Binding Management.Ismeswork,Converter={StaticResource boolTostr}}"
|
|
|
+
|
|
|
+ <Button Content="账户退出"
|
|
|
+ Width="75"
|
|
|
+ Background="#7E61E0"
|
|
|
+ Margin="20,5,5,5"
|
|
|
+ Command="{Binding DLoginCommand}"
|
|
|
+ FontSize="18" />
|
|
|
+ <TextBlock Text="当前:" Margin="10,10,0,0"/>
|
|
|
+ <Button Content="{Binding Management.Ismeswork,Converter={StaticResource boolTostr}}"
|
|
|
+ Width="65"
|
|
|
+ Command="{Binding SwitchModeCommand}"
|
|
|
+ Background="#7E61E0"
|
|
|
+ Margin="0,5,5,5"
|
|
|
+ FontSize="18" />
|
|
|
+ </StackPanel>
|
|
|
+ <!--<StackPanel Orientation="Horizontal">
|
|
|
+ <TextBlock Text="当前:" Margin="10,10,0,0"/>
|
|
|
+ <Button Content="{Binding Management.Ismeswork,Converter={StaticResource boolTostr}}"
|
|
|
Width="65"
|
|
|
Command="{Binding SwitchModeCommand}"
|
|
|
Background="#7E61E0"
|
|
|
Margin="0,5,5,5"
|
|
|
FontSize="18" />
|
|
|
+ </StackPanel>-->
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
<Grid Grid.Column="1"
|
|
@@ -303,7 +321,7 @@
|
|
|
<TextBlock Text="{Binding Management.Formulasdata.第一次离心转速}"
|
|
|
Grid.Row="1"
|
|
|
Grid.Column="2" />
|
|
|
-
|
|
|
+
|
|
|
<TextBlock Text="第一次离心时间"
|
|
|
Grid.Row="2"
|
|
|
Grid.Column="0" />
|