|
@@ -8,12 +8,12 @@
|
|
|
xmlns:my="clr-namespace:WpfTest1"
|
|
|
xmlns:System="clr-namespace:System;assembly=mscorlib" x:Class="WpfTest1.MainWindow"
|
|
|
mc:Ignorable="d"
|
|
|
- Title="劳拉" Height="725" Width="1366"
|
|
|
+ Title="劳拉核心体姿评测系统" Height="725" Width="1366"
|
|
|
ShowTitleBar="True"
|
|
|
ShowIconOnTitleBar="True"
|
|
|
PreviewKeyDown="processGrid_KeyDown"
|
|
|
WindowStartupLocation="CenterScreen"
|
|
|
- WindowState = "Normal" Loaded="MetroWindow_Loaded"
|
|
|
+ WindowState = "Normal"
|
|
|
>
|
|
|
<Controls:MetroWindow.Resources>
|
|
|
<Style BasedOn="{StaticResource MetroTabItem}" TargetType="{x:Type TabItem}" x:Key="smallHeader" >
|
|
@@ -57,7 +57,7 @@
|
|
|
</Button>
|
|
|
</Controls:WindowCommands>
|
|
|
</Controls:MetroWindow.RightWindowCommands>
|
|
|
- <Grid x:Name="mainWndGrid" Background="#FFFFFF">
|
|
|
+ <Grid x:Name="mainWndGrid" Background="#FFFFFF" Loaded="mainWndGrid_Loaded">
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="395*"/>
|
|
|
<ColumnDefinition Width="959*"/>
|
|
@@ -181,7 +181,7 @@
|
|
|
</Button.ContentTemplate>
|
|
|
</Button>
|
|
|
<Label x:Name="labelSoftwareName" Content="欢迎使用劳拉" FontSize="32" HorizontalAlignment="Center" Margin="0,61,0,0" VerticalAlignment="Top" Foreground="White"/>
|
|
|
- <Label x:Name="labelHomepageCversion" Content="编译版本:20200301" HorizontalAlignment="Center" Margin="0,109,0,0" VerticalAlignment="Top" Foreground="White"/>
|
|
|
+ <Label x:Name="labelHomepageCversion" Content="编译版本:20200411" HorizontalAlignment="Center" Margin="0,109,0,0" VerticalAlignment="Top" Foreground="White"/>
|
|
|
</Grid>
|
|
|
</TabItem>
|
|
|
<TabItem Header="用户管理" Style="{StaticResource smallHeader}" >
|
|
@@ -308,7 +308,7 @@
|
|
|
</TabItem>
|
|
|
<!--系统设置-->
|
|
|
<TabItem Header="系统设置" x:Name="tabitemDoctorSetting" Style="{StaticResource smallHeader}">
|
|
|
- <TabControl x:Name="tabControlSystemSetting" HorizontalAlignment="Left" Height="645" Margin="10,-5,0,0" VerticalAlignment="Top" Width="1338" SelectionChanged="tabControlSystemSetting_SelectionChanged">
|
|
|
+ <TabControl x:Name="tabControlSystemSetting" HorizontalAlignment="Left" Height="645" Margin="10,-5,0,0" VerticalAlignment="Top" Width="1338">
|
|
|
<TabItem Header="医师账户管理" Style="{StaticResource smallerHeader}" >
|
|
|
<Grid x:Name="Seeting_ExpressionManagent" Background="White" Margin="0,0,0,0" >
|
|
|
<DataGrid x:Name="dataGridDoctor" AutoGenerateColumns="False" IsReadOnly="True" HorizontalAlignment="Left" Margin="299,10,0,0" VerticalAlignment="Top" Height="603" Width="1039" Loaded="LoadDoctorDataGrid" MouseDoubleClick="dataGridDoctor_MouseDoubleClick">
|