Skip to content

Commit

Permalink
drag and drop pic
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Marotco committed Mar 17, 2019
1 parent 38d6988 commit 49d9940
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 2 deletions.
1 change: 1 addition & 0 deletions CryptCP-automatizator/CryptCP-automatizator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="Resources\DnD.png" />
<None Include="bin\Debug\icons8-диплом-2-64.ico" />
<Content Include="Parameters.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
48 changes: 48 additions & 0 deletions CryptCP-automatizator/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions CryptCP-automatizator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Можно задать все значения или принять номер сборки и номер редакции по умолчанию.
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
10 changes: 10 additions & 0 deletions CryptCP-automatizator/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CryptCP-automatizator/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="DnD" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\DnD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="icons8_диплом_2_64" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\bin\Debug\icons8-диплом-2-64.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
Expand Down
Binary file added CryptCP-automatizator/Resources/DnD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DnD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 49d9940

Please sign in to comment.