Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.Package
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.Package
Commits
081e5a6a
Commit
081e5a6a
authored
Feb 15, 2023
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录页面样式调整
parent
57b9c9f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
14 deletions
+21
-14
VIZ.Package.Module/Login/View/LoginView.xaml
+18
-11
VIZ.Package/LoginWindow.xaml
+2
-2
VIZ.Package/MainWindow.xaml
+1
-1
No files found.
VIZ.Package.Module/Login/View/LoginView.xaml
View file @
081e5a6a
...
...
@@ -10,7 +10,7 @@
mc:Ignorable="d"
d:DataContext="{d:DesignInstance Type=local:LoginViewModel}"
d:Background="White"
d:DesignHeight="
60
0" d:DesignWidth="500">
d:DesignHeight="
58
0" 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="4
0
"></RowDefinition>
<RowDefinition Height="4
0
"></RowDefinition>
<RowDefinition Height="4
0
"></RowDefinition>
<RowDefinition Height="4
0
"></RowDefinition>
<RowDefinition Height="4
0
"></RowDefinition>
<RowDefinition Height="4
0
"></RowDefinition>
<RowDefinition Height="
*
"></RowDefinition>
<RowDefinition Height="4
5
"></RowDefinition>
<RowDefinition Height="4
5
"></RowDefinition>
<RowDefinition Height="4
5
"></RowDefinition>
<RowDefinition Height="4
5
"></RowDefinition>
<RowDefinition Height="4
5
"></RowDefinition>
<RowDefinition Height="4
5
"></RowDefinition>
<RowDefinition Height="
55
"></RowDefinition>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="120"></ColumnDefinition>
...
...
VIZ.Package/LoginWindow.xaml
View file @
081e5a6a
...
...
@@ -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="50
0" ControlBoxButtonSet="Close,Minimize"
Title="
摩羯座播控系统" Height="600" Width="52
0" ControlBoxButtonSet="Close,Minimize"
WindowStartupLocation="CenterScreen">
<module:LoginView
Margin="20"
></module:LoginView>
<module:LoginView></module:LoginView>
</dx:ThemedWindow>
VIZ.Package/MainWindow.xaml
View file @
081e5a6a
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment