Commit 5c666952 by liulongfei

样式调整

parent 21ab2fd1

7.92 KB | W: | H:

63.5 KB | W: | H:

VIZ.Package.Module.Resource/Images/logo_large.png
VIZ.Package.Module.Resource/Images/logo_large.png
VIZ.Package.Module.Resource/Images/logo_large.png
VIZ.Package.Module.Resource/Images/logo_large.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -261,5 +261,8 @@ ...@@ -261,5 +261,8 @@
<ItemGroup> <ItemGroup>
<Resource Include="Icons\icon_init_32x32.png" /> <Resource Include="Icons\icon_init_32x32.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="Images\login_large2.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
\ No newline at end of file
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
<RowDefinition Height="*"></RowDefinition> <RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="50"></RowDefinition> <RowDefinition Height="50"></RowDefinition>
</Grid.RowDefinitions> </Grid.RowDefinitions>
<Image HorizontalAlignment="Center" <Image HorizontalAlignment="Center" Width="114" Height="114"
Source="/VIZ.Package.Module.Resource;component/Images/logo_large.png"></Image> Source="/VIZ.Package.Module.Resource;component/Images/login_large2.png"></Image>
<TextBlock Text="摩羯座播控系统" Grid.Row="1" VerticalAlignment="Center" <TextBlock Text="摩羯座播控系统" Grid.Row="1" VerticalAlignment="Center"
HorizontalAlignment="Center" FontSize="24"></TextBlock> HorizontalAlignment="Center" FontSize="24"></TextBlock>
</Grid> </Grid>
......
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
xmlns:module="clr-namespace:VIZ.Package.Module;assembly=VIZ.Package.Module" xmlns:module="clr-namespace:VIZ.Package.Module;assembly=VIZ.Package.Module"
Title="摩羯座播控系统" Height="600" Width="520" ControlBoxButtonSet="Close,Minimize" Title="摩羯座播控系统" Height="600" Width="500" ControlBoxButtonSet="Close,Minimize"
WindowStartupLocation="CenterScreen"> ResizeMode="NoResize"
WindowStartupLocation="CenterScreen" BorderBrush="Black">
<module:LoginView></module:LoginView> <module:LoginView></module:LoginView>
......
No preview for this file type
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