dev
commit
4526e6c369
@ -1,3 +1,9 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = Admin.Core.FrameWork
|
||||
<<<<<<< HEAD
|
||||
build_property.ProjectDir = E:\c#\AUCMA\new\Admin.Core.FrameWork\
|
||||
=======
|
||||
build_property.ProjectDir = D:\Project\gitea\AUCMA\SCADA\Admin.Core.FrameWork\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
>>>>>>> 346821a670b23ccc6bf0121bb0363fb2fb2b4f48
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
@ -0,0 +1,15 @@
|
||||
<Window x:Class="Aucma.Core.PrintTo.Views.LoginPageView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:Aucma.Core.PrintTo.Views"
|
||||
mc:Ignorable="d"
|
||||
Title="LoginPageView" Height="450" Width="800">
|
||||
<Window.Background>
|
||||
<ImageBrush ImageSource="/Assets/images/login-background.png" />
|
||||
</Window.Background>
|
||||
<Grid>
|
||||
|
||||
</Grid>
|
||||
</Window>
|
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in New Issue