mr.solder5 5 years ago
parent
commit
d31c056a9e

BIN
CopyCenter/200x200bb.jpg


BIN
CopyCenter/7bdd0639f0f150dcbf64d929e4[1].png


+ 1 - 1
CopyCenter/AuthorizationWindow.xaml

@@ -5,7 +5,7 @@
         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
         xmlns:local="clr-namespace:CopyCenter"
     mc:Ignorable="d"
-        Icon="197293[1].png"
+        Icon="200x200bb.jpg"
         Title="" Height="300" Width="450" WindowStartupLocation="CenterScreen" FontFamily="Century Gothic">
     <Grid>
 

+ 3 - 0
CopyCenter/CopyCenter.csproj

@@ -203,6 +203,7 @@
     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
   </ItemGroup>
   <ItemGroup>
+    <Resource Include="exit_png_456938.png" />
     <Resource Include="logout-vector-icon.jpg" />
     <Resource Include="redo20red.png" />
     <Resource Include="kopirka-logo-t1-27.png" />
@@ -215,6 +216,8 @@
     <Resource Include="654a72aa16e5a5fcc7f2137f3a2fbea2[1].png" />
     <Resource Include="27598932_60x60[1].png" />
     <Resource Include="197293[1].png" />
+    <Resource Include="7bdd0639f0f150dcbf64d929e4[1].png" />
+    <Resource Include="200x200bb.jpg" />
     <Content Include="DataBase.Context.tt">
       <Generator>TextTemplatingFileGenerator</Generator>
       <DependentUpon>DataBase.edmx</DependentUpon>

+ 5 - 5
CopyCenter/MenuWindow.xaml

@@ -5,22 +5,22 @@
         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
         xmlns:local="clr-namespace:CopyCenter"
         mc:Ignorable="d"
-        Icon="197293[1].png"
+        Icon="200x200bb.jpg"
         Title="Меню" Height="325" Width="730" WindowStartupLocation="CenterScreen">
     <Grid Margin="0,0,2,0">
-        
+
         <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Bottom" Margin="38,0,42,21">
             <Button Content="Клиенты" Width="120" Height="30" Margin="25,0,30,35" Background="#FF138DE2" FontSize="14" FontFamily="Century Gothic" Foreground="White" Click="Clients"/>
             <Button Content="Карты" Width="120" Height="30" Margin="5,0,30,35" Background="#FF138DE2" FontSize="14" FontFamily="Century Gothic" Foreground="White" Click="Cards"/>
             <Button Content="Заказы" Width="120" Height="30" Margin="5,0,30,35" Background="#FF138DE2" FontSize="14" FontFamily="Century Gothic" Foreground="White" Click="Orders"/>
             <Button Content="Услуги" Width="120" Height="30" Margin="5,0,30,35" Background="#FF138DE2" FontSize="14" FontFamily="Century Gothic" Foreground="White" Click="Service"/>
         </StackPanel>
-        <Button Content="" HorizontalAlignment="Right" Margin="5" VerticalAlignment="Top" Width="45" Click="Exit_Click" Height="40">
+        <Button Content="" HorizontalAlignment="Right" Margin="0,5,5,0" VerticalAlignment="Top" Width="45" Click="Exit_Click" Height="41">
             <Button.Background>
-                <ImageBrush ImageSource="redo20red.png"/>
+                <ImageBrush ImageSource="exit_png_456938.png"/>
             </Button.Background>
         </Button>
-        <Image Margin="152,53,156,154" Source="kopirka-logo-t1-27.png" Stretch="Fill"/>
+        <Image Margin="149,55,159,168" Source="7bdd0639f0f150dcbf64d929e4[1].png" Stretch="Fill" RenderTransformOrigin="0.794,0.437"/>
 
     </Grid>
 </Window>

+ 1 - 1
CopyCenter/RegistrationWindow.xaml

@@ -5,7 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
 xmlns:local="clr-namespace:CopyCenter"
           mc:Ignorable="d"
-        Icon="197293[1].png"
+        Icon="200x200bb.jpg"
     Title="" Height="550" Width="500" WindowStartupLocation="CenterScreen" FontFamily="Century Gothic">
     <Grid>
 

BIN
CopyCenter/exit_png_456938.png