Browse Source

添加资源

master
sc 1 month ago
parent
commit
9205894999
  1. 2
      DyeingComputer.csproj
  2. BIN
      Lmage/10000.png
  3. BIN
      Lmage/12000-1.png
  4. BIN
      Lmage/12000.png
  5. 19
      View/EquipmentSimulationView.xaml

2
DyeingComputer.csproj

@ -451,6 +451,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="Lmage\12000-1.png" />
<Resource Include="Lmage\12000.png" />
<Resource Include="Lmage\10002-1.png" />
<Resource Include="Lmage\10002-2.png" />
<Resource Include="Lmage\10002-3.png" />

BIN
Lmage/10000.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 96 KiB

BIN
Lmage/12000-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
Lmage/12000.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

19
View/EquipmentSimulationView.xaml

@ -6,22 +6,19 @@
xmlns:local="clr-namespace:DyeingComputer.View"
xmlns:gif="http://wpfanimatedgif.codeplex.com"
mc:Ignorable="d"
d:DesignHeight="1080" d:DesignWidth="1980">
<Grid>
d:DesignHeight="1000" d:DesignWidth="1980">
<Grid Background="Silver">
<Canvas>
<Grid HorizontalAlignment="Left" Canvas.Left="200" VerticalAlignment="Top" Height="918" Width="922" Canvas.Top="152">
<Image Width="461" Height="520" Source="/Lmage/10000.png"
HorizontalAlignment="Left" VerticalAlignment="Top" Canvas.Left="84" Canvas.Top="100"/>
<Image Width="354" Height="340" Source="/Lmage/15000.png"
HorizontalAlignment="Left" VerticalAlignment="Top" Canvas.Left="728" Canvas.Top="238" Margin="528,148,0,0"/>
<Image Width="420" gif:ImageBehavior.AnimatedSource="/Lmage/1000-1.png"
HorizontalAlignment="Left" Canvas.Left="-44" Canvas.Top="144" Margin="-96,74,0,390"/>
<Grid HorizontalAlignment="Left" VerticalAlignment="Top" Height="800" Width="1000" >
<Image Source="/Lmage/12000-1.png"/>
<Image Width="514" gif:ImageBehavior.AnimatedSource="/Lmage/1000-1.png"
HorizontalAlignment="Left" Canvas.Left="-44" Canvas.Top="144" Margin="57,238,0,112"/>
<Image Width="300" Height="300" gif:ImageBehavior.AnimatedSource="/Lmage/10001.gif"
gif:ImageBehavior.RepeatBehavior="Forever" HorizontalAlignment="Left" Canvas.Left="20"
Canvas.Top="180" Visibility="Collapsed" x:Name="Swing_"/>
<TextBlock x:Name="M_T" HorizontalAlignment="Left" Height="35" Margin="230,104,0,0" TextWrapping="Wrap" Text="C" TextAlignment="Right"
<TextBlock x:Name="M_T" HorizontalAlignment="Left" Height="35" Margin="535,257,0,0" TextWrapping="Wrap" Text="C" TextAlignment="Right"
VerticalAlignment="Top" Width="160" FontSize="30" Background="White" Padding="5,0,5,0"/>
<TextBlock x:Name="M_L" HorizontalAlignment="Left" Height="35" Margin="230,301,0,0" TextWrapping="Wrap" Text="L" TextAlignment="Right"
<TextBlock x:Name="M_L" HorizontalAlignment="Left" Height="35" Margin="535,528,0,0" TextWrapping="Wrap" Text="L" TextAlignment="Right"
VerticalAlignment="Top" Width="160" FontSize="30" Background="White" Padding="5,0,5,0"/>
</Grid>
<Grid Width="400" Height="400" Canvas.Left="1398" Canvas.Top="198">

Loading…
Cancel
Save