资源简介

半透明桌面宠物红色金鱼

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace RotateTransformDemo
{
    public partial class FishForm : Form
    {
        Point oldPoint = new Point(0 0);
        bool mouseDown = false;
        bool haveHandle = false;
        Timer timerSpeed = new Timer();
        int MaxCount = 50;
        float stepX = 2f;
        float stepY = 0f;
        int count = 0;
        bool speedMode = false;
        float left = 0f top = 0f;

        bool toRight = true;        //是否向右
        int frameCount = 20;        //总帧数
        int frame = 0;              //当前帧
        int frameWidth = 100;       //每帧宽度
        int frameHeight = 100;      //每帧高

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-04-08 15:50  半透明桌面宠物红色金鱼\
     目录           0  2018-04-08 15:50  半透明桌面宠物红色金鱼\bin\
     目录           0  2018-04-08 15:50  半透明桌面宠物红色金鱼\bin\Debug\
     文件      462336  2018-04-07 13:52  半透明桌面宠物红色金鱼\bin\Debug\RotateTransformDemo.exe
     文件       44544  2018-04-07 13:52  半透明桌面宠物红色金鱼\bin\Debug\RotateTransformDemo.pdb
     文件       11608  2018-04-07 13:53  半透明桌面宠物红色金鱼\bin\Debug\RotateTransformDemo.vshost.exe
     目录           0  2018-04-07 13:52  半透明桌面宠物红色金鱼\bin\Release\
     文件        7757  2014-08-07 21:46  半透明桌面宠物红色金鱼\FishForm.cs
     文件        1624  2014-08-07 21:46  半透明桌面宠物红色金鱼\FishForm.Designer.cs
     文件        5814  2014-08-07 21:46  半透明桌面宠物红色金鱼\FishForm.resx
     目录           0  2018-04-08 15:50  半透明桌面宠物红色金鱼\obj\
     目录           0  2018-04-08 15:50  半透明桌面宠物红色金鱼\obj\Debug\
     文件        5545  2018-04-07 13:52  半透明桌面宠物红色金鱼\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         733  2018-04-07 13:53  半透明桌面宠物红色金鱼\obj\Debug\RotateTransformDemo.csproj.FileListAbsolute.txt
     文件         777  2018-04-07 13:52  半透明桌面宠物红色金鱼\obj\Debug\RotateTransformDemo.csproj.GenerateResource.Cache
     文件      462336  2018-04-07 13:52  半透明桌面宠物红色金鱼\obj\Debug\RotateTransformDemo.exe
     文件         180  2018-04-07 13:52  半透明桌面宠物红色金鱼\obj\Debug\RotateTransformDemo.FishForm.resources
     文件       44544  2018-04-07 13:52  半透明桌面宠物红色金鱼\obj\Debug\RotateTransformDemo.pdb
     文件      449405  2018-04-07 13:52  半透明桌面宠物红色金鱼\obj\Debug\RotateTransformDemo.Properties.Resources.resources
     目录           0  2018-04-08 15:50  半透明桌面宠物红色金鱼\obj\Debug\TempPE\
     文件        5120  2018-04-07 13:52  半透明桌面宠物红色金鱼\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件        2166  2014-08-07 21:46  半透明桌面宠物红色金鱼\obj\RotateTransformDemo.csproj.FileListAbsolute.txt
     文件         489  2014-08-07 21:46  半透明桌面宠物红色金鱼\Program.cs
     目录           0  2018-04-08 15:50  半透明桌面宠物红色金鱼\Properties\
     文件        1186  2014-08-07 21:46  半透明桌面宠物红色金鱼\Properties\AssemblyInfo.cs
     文件        3612  2018-04-07 13:52  半透明桌面宠物红色金鱼\Properties\Resources.Designer.cs
     文件        6435  2014-08-07 21:46  半透明桌面宠物红色金鱼\Properties\Resources.resx
     文件        1119  2018-04-07 13:52  半透明桌面宠物红色金鱼\Properties\Settings.Designer.cs
     文件         249  2014-08-07 21:46  半透明桌面宠物红色金鱼\Properties\Settings.settings
     目录           0  2018-04-08 15:50  半透明桌面宠物红色金鱼\Resources\
     文件      205721  2014-08-07 21:46  半透明桌面宠物红色金鱼\Resources\Left.png
............此处省略13个文件信息

评论

共有 条评论