Commit 081e5a6a by liulongfei

登录页面样式调整

parent 57b9c9f5
......@@ -10,7 +10,7 @@
mc:Ignorable="d"
d:DataContext="{d:DesignInstance Type=local:LoginViewModel}"
d:Background="White"
d:DesignHeight="600" d:DesignWidth="500">
d:DesignHeight="580" d:DesignWidth="500">
<dxmvvm:Interaction.Behaviors>
<dxmvvm:EventToCommand EventName="Loaded" Command="{Binding Path=LoadedCommand}"></dxmvvm:EventToCommand>
......@@ -22,19 +22,26 @@
<RowDefinition Height="*"></RowDefinition>
</Grid.RowDefinitions>
<!-- Logo -->
<Image Width="170" HorizontalAlignment="Center" VerticalAlignment="Top"
Source="/VIZ.Package.Module.Resource;component/Images/logo_large.png"></Image>
<Grid Margin="10,10,10,20">
<Grid.RowDefinitions>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="50"></RowDefinition>
</Grid.RowDefinitions>
<Image HorizontalAlignment="Center"
Source="/VIZ.Package.Module.Resource;component/Images/logo_large.png"></Image>
<TextBlock Text="摩羯座播控系统" Grid.Row="1" VerticalAlignment="Center"
HorizontalAlignment="Center" FontSize="24"></TextBlock>
</Grid>
<!-- 功能区 -->
<Grid Grid.Row="1">
<Grid.RowDefinitions>
<RowDefinition Height="40"></RowDefinition>
<RowDefinition Height="40"></RowDefinition>
<RowDefinition Height="40"></RowDefinition>
<RowDefinition Height="40"></RowDefinition>
<RowDefinition Height="40"></RowDefinition>
<RowDefinition Height="40"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="45"></RowDefinition>
<RowDefinition Height="45"></RowDefinition>
<RowDefinition Height="45"></RowDefinition>
<RowDefinition Height="45"></RowDefinition>
<RowDefinition Height="45"></RowDefinition>
<RowDefinition Height="45"></RowDefinition>
<RowDefinition Height="55"></RowDefinition>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="120"></ColumnDefinition>
......
......@@ -3,9 +3,9 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
xmlns:module="clr-namespace:VIZ.Package.Module;assembly=VIZ.Package.Module"
Title="魔羯座" Height="600" Width="500" ControlBoxButtonSet="Close,Minimize"
Title="摩羯座播控系统" Height="600" Width="520" ControlBoxButtonSet="Close,Minimize"
WindowStartupLocation="CenterScreen">
<module:LoginView Margin="20"></module:LoginView>
<module:LoginView></module:LoginView>
</dx:ThemedWindow>
......@@ -4,7 +4,7 @@
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
xmlns:dxcn="http://schemas.devexpress.com/winfx/2008/xaml/core/internal"
xmlns:module="clr-namespace:VIZ.Package.Module;assembly=VIZ.Package.Module"
Title="魔羯座" Height="1000" Width="1600" ShowTitle="False" Padding="0" ShowIcon="False"
Title="摩羯座播控系统" Height="1000" Width="1600" ShowTitle="False" Padding="0" ShowIcon="False"
dxcn:WindowChrome.CaptionHeight="30"
WindowStartupLocation="CenterScreen" WindowState="Maximized">
<dx:ThemedWindow.ToolbarItems>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment