123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <UserControl
- x:Class="PDF_Master.Views.Dialog.ServiceDialog.UserDialog"
- 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:help="clr-namespace:PDF_Master.Helper"
- xmlns:local="clr-namespace:PDF_Master.Views.Dialog.ServiceDialog"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:prism="http://prismlibrary.com/"
- Width="310"
- Height="368"
- prism:Dialog.WindowStyle="{StaticResource DialogWindowStyle}"
- prism:ViewModelLocator.AutoWireViewModel="True"
- mc:Ignorable="d">
- <Grid Background="White">
- <Button
- Width="46"
- Height="32"
- Margin="8"
- HorizontalAlignment="Right"
- VerticalAlignment="Top"
- Background="Transparent"
- IsCancel="True"
- Style="{StaticResource CloseBtn}"
- WindowChrome.IsHitTestVisibleInChrome="True">
- <Path
- Width="46"
- Height="32"
- Data="M23 17.708L18.8545 21.8535C18.7568 21.9512 18.6396 22 18.5029 22C18.3597 22 18.2393 21.9528 18.1416 21.8584C18.0472 21.7607 18 21.6403 18 21.4971C18 21.3604 18.0488 21.2432 18.1465 21.1455L22.292 17L18.1465 12.8545C18.0488 12.7568 18 12.638 18 12.498C18 12.4297 18.013 12.3646 18.0391 12.3027C18.0651 12.2409 18.1009 12.1888 18.1465 12.1465C18.1921 12.1009 18.2458 12.0651 18.3076 12.0391C18.3695 12.013 18.4346 12 18.5029 12C18.6396 12 18.7568 12.0488 18.8545 12.1465L23 16.292L27.1455 12.1465C27.2432 12.0488 27.362 12 27.502 12C27.5703 12 27.6338 12.013 27.6924 12.0391C27.7542 12.0651 27.8079 12.1009 27.8535 12.1465C27.8991 12.1921 27.9349 12.2458 27.9609 12.3076C27.987 12.3662 28 12.4297 28 12.498C28 12.638 27.9512 12.7568 27.8535 12.8545L23.708 17L27.8535 21.1455C27.9512 21.2432 28 21.3604 28 21.4971C28 21.5654 27.987 21.6305 27.9609 21.6924C27.9349 21.7542 27.8991 21.8079 27.8535 21.8535C27.8112 21.8991 27.7591 21.9349 27.6973 21.9609C27.6354 21.987 27.5703 22 27.502 22C27.362 22 27.2432 21.9512 27.1455 21.8535L23 17.708Z"
- Fill="Black" />
- </Button>
- <Grid
- Margin="0,40,0,0"
- HorizontalAlignment="Center"
- VerticalAlignment="Center">
- <StackPanel>
- <TextBlock
- HorizontalAlignment="Center"
- FontFamily="Segoe UI"
- FontSize="20"
- FontStyle="Normal"
- FontWeight="SemiBold"
- LineHeight="28"
- Text="Account Information" />
- <Grid Margin="0,32,0,0" Background="#F7F8FA">
- <StackPanel>
- <Menu
- x:Name="Menu"
- Width="24"
- Height="24"
- HorizontalAlignment="Right"
- VerticalAlignment="Top">
- <MenuItem
- Width="24"
- Height="24"
- Margin="-2,0,0,0"
- HorizontalAlignment="Left"
- VerticalAlignment="Top"
- Header="🔻">
- <MenuItem Command="{Binding UserOutCommand}" Header="Cancellation" />
- </MenuItem>
- </Menu>
- <Border
- Width="48"
- Height="48"
- HorizontalAlignment="Center"
- Background="#1770F4"
- CornerRadius="100">
- <Path Data="M24.0273 34.4922C28.7578 34.4922 31.7246 32.0859 31.7246 28.2441V28.2305C31.7246 25.25 29.9883 23.582 25.832 22.707L23.7129 22.2559C21.252 21.7363 20.2539 20.8613 20.2539 19.4668V19.4531C20.2539 17.7715 21.8125 16.7461 24 16.7461C26.2559 16.7324 27.7188 17.8262 27.9648 19.3574L27.9922 19.5215H31.3691L31.3555 19.3438C31.1094 16.1719 28.3887 13.7793 24.0137 13.7793C19.748 13.7793 16.7129 16.1582 16.7129 19.6855V19.6992C16.7129 22.6387 18.4629 24.5254 22.4961 25.373L24.6152 25.8105C27.1582 26.3574 28.1836 27.2188 28.1836 28.6406V28.6543C28.1836 30.3496 26.5156 31.5254 24.1367 31.5254C21.6348 31.5254 19.8711 30.4316 19.707 28.7773L19.6934 28.6406H16.2754L16.2891 28.832C16.5352 32.2363 19.4473 34.4922 24.0273 34.4922Z" Fill="White" />
- </Border>
- <TextBlock
- Margin="0,20,0,0"
- HorizontalAlignment="Center"
- FontFamily="Segoe UI"
- FontSize="12"
- FontStyle="Normal"
- FontWeight="SemiBold"
- Foreground="#616469"
- LineHeight="20"
- Text="E-mail address" />
- <TextBlock
- Width="172"
- Height="22"
- Margin="0,10,0,0"
- HorizontalAlignment="Center"
- FontFamily="Segoe UI"
- FontSize="14"
- FontStyle="Normal"
- Foreground="#252629"
- LineHeight="20"
- Text="{Binding UserEmail}"
- TextAlignment="Center"
- TextWrapping="Wrap" />
- </StackPanel>
- </Grid>
- <Button
- Width="200"
- Height="32"
- Margin="0,32,0,0"
- HorizontalAlignment="Center"
- Command="{Binding LogOutCommand}"
- Style="{StaticResource btn.ghost}">
- <TextBlock Text="Log Out" />
- </Button>
- </StackPanel>
- </Grid>
- <Grid>
- <ContentControl prism:RegionManager.RegionName="{Binding UserRegionName}" Visibility="Visible" />
- </Grid>
- </Grid>
- </UserControl>
|