sc 4 years ago
parent
commit
825231cdc3
  1. 2
      MainWindow.xaml
  2. 2
      Windows/LogWindow.xaml

2
MainWindow.xaml

@ -8,7 +8,7 @@
xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls" xmlns:mah="http://metro.mahapps.com/winfx/xaml/controls"
x:Class="Audit.MainWindow" x:Class="Audit.MainWindow"
mc:Ignorable="d" mc:Ignorable="d"
Title="绍兴尚彩自动化科技有限公司" Height="800" Width="1280" WindowStartupLocation="CenterScreen"> Title="SUNLIGHT" Height="800" Width="1280" WindowStartupLocation="CenterScreen">
<mah:MetroWindow.Resources> <mah:MetroWindow.Resources>
<Style x:Key="RadioButtonStyle" TargetType="{x:Type RadioButton}"> <Style x:Key="RadioButtonStyle" TargetType="{x:Type RadioButton}">
<Setter Property="Background" Value="{DynamicResource MahApps.Brushes.ThemeBackground}"/> <Setter Property="Background" Value="{DynamicResource MahApps.Brushes.ThemeBackground}"/>

2
Windows/LogWindow.xaml

@ -6,7 +6,7 @@
xmlns:local="clr-namespace:Audit.Windows" xmlns:local="clr-namespace:Audit.Windows"
mc:Ignorable="d" mc:Ignorable="d"
DataContext="{Binding Source ={StaticResource Locator},Path=Login}" DataContext="{Binding Source ={StaticResource Locator},Path=Login}"
Title="绍兴尚彩自动化科技有限公司" Height="200" Width="300" WindowStartupLocation="CenterScreen" ResizeMode="NoResize"> Title="SUNLIGHT" Height="200" Width="300" WindowStartupLocation="CenterScreen" ResizeMode="NoResize">
<Grid> <Grid>
<TextBlock HorizontalAlignment="Center" Height="35" Margin="0,5,0,0" TextWrapping="Wrap" Text="化学品审计管理" VerticalAlignment="Top" Width="170" FontSize="24"/> <TextBlock HorizontalAlignment="Center" Height="35" Margin="0,5,0,0" TextWrapping="Wrap" Text="化学品审计管理" VerticalAlignment="Top" Width="170" FontSize="24"/>
<TextBlock HorizontalAlignment="Left" Height="25" Margin="55,50,0,0" TextWrapping="Wrap" Text="用户" VerticalAlignment="Top" Width="35" FontSize="16"/> <TextBlock HorizontalAlignment="Left" Height="25" Margin="55,50,0,0" TextWrapping="Wrap" Text="用户" VerticalAlignment="Top" Width="35" FontSize="16"/>

Loading…
Cancel
Save