Browse Source

资源调整

master
sc 3 months ago
parent
commit
c1e324438d
  1. 6
      DyeingComputer.csproj
  2. BIN
      LOCK.png
  3. 0
      Lmage/LOCK.png
  4. 0
      Lmage/link.png
  5. 4
      MainWindow.xaml
  6. BIN
      link.png

6
DyeingComputer.csproj

@ -413,10 +413,8 @@
<Content Include="Fonts\font-awesome-4.7.0\css\font-awesome.css" />
<Content Include="Fonts\font-awesome-4.7.0\css\font-awesome.min.css" />
<Content Include="Fonts\font-awesome-4.7.0\fonts\fontawesome-webfont.svg" />
<Resource Include="link.png" />
<Resource Include="Fonts\link.png" />
<Resource Include="LOCK.png" />
<Resource Include="Fonts\LOCK.png" />
<Resource Include="Lmage\link.png" />
<Resource Include="Lmage\LOCK.png" />
<Resource Include="Lmage\inf.png" />
<Resource Include="Lmage\start2.png" />
<Resource Include="Lmage\start3.png" />

BIN
LOCK.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

0
Fonts/LOCK.png → Lmage/LOCK.png

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

0
Fonts/link.png → Lmage/link.png

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

4
MainWindow.xaml

@ -124,9 +124,9 @@
Background="{x:Null}" BorderBrush="{x:Null}" SelectionBrush="{x:Null}"
IsReadOnly="True" IsUndoEnabled="False" MaxLines="1" IsEnabled="False"/>
<Image HorizontalAlignment="Right" Height="40" VerticalAlignment="Top" Width="40" Margin="0,5,220,5"
Source="/link.png" Visibility="{Binding Link_bool}"/>
Source="/Lmage/link.png" Visibility="{Binding Link_bool}"/>
<Image HorizontalAlignment="Right" Height="40" VerticalAlignment="Top" Width="40" Margin="0,5,270,5"
Source="/LOCK.png" Visibility="{Binding Lock_bool}" MouseLeftButtonDown="Image_MouseLeftButtonDown"
Source="/Lmage/LOCK.png" Visibility="{Binding Lock_bool}" MouseLeftButtonDown="Image_MouseLeftButtonDown"
MouseLeftButtonUp="Image_MouseLeftButtonUp"/>
</Grid>
</Grid>

BIN
link.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Loading…
Cancel
Save