资源简介

winform控件动画效果

资源截图

代码片段和文件信息

using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

namespace AnimatorNS
{
    /// 
    /// Settings of animation
    /// 

    public class Animation
    {
        [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible) EditorBrowsable(EditorBrowsableState.Advanced) TypeConverter(typeof (PointFConverter))]
        public PointF SlideCoeff { get; set; }

        public float RotateCoeff { get; set; }
        public float RotateLimit { get; set; }

        [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible) EditorBrowsable(EditorBrowsableState.Advanced) TypeConverter(typeof (PointFConverter))]
        public PointF ScaleCoeff { get; set; }

        public float TransparencyCoeff { g

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2542  2013-02-19 09:22  Animator\Animator.sln
     文件       50688  2013-10-30 11:18  Animator\Animator.suo
     文件        5596  2013-02-28 00:47  Animator\Animator\Animation.cs
     文件       27665  2013-10-30 11:12  Animator\Animator\Animator.cs
     文件        3657  2013-04-12 00:41  Animator\Animator\Animator.csproj
     文件         257  2013-04-12 00:41  Animator\Animator\Animator.csproj.vspscc
     文件       51712  2013-10-30 11:17  Animator\Animator\bin\Debug\Animator.dll
     文件       14321  2013-10-30 10:30  Animator\Animator\Controller.cs
     文件        7513  2013-02-22 21:51  Animator\Animator\DecorationControl.cs
     文件        3309  2013-04-12 02:46  Animator\Animator\DoubleBitmapControl.cs
     文件        1073  2013-02-21 13:07  Animator\Animator\DoubleBitmapControl.Designer.cs
     文件        5778  2013-02-28 02:03  Animator\Animator\DoubleBitmapForm.cs
     文件        1611  2013-02-27 21:02  Animator\Animator\DoubleBitmapForm.designer.cs
     文件        5817  2013-02-27 21:02  Animator\Animator\DoubleBitmapForm.resx
     文件        1229  2013-04-12 00:33  Animator\Animator\ExtendedControls\TabControlEx.cs
     文件        1066  2013-02-19 20:46  Animator\Animator\ExtendedControls\TabControlEx.Designer.cs
     文件        3360  2013-02-27 21:04  Animator\Animator\Flags.cs
     文件         413  2013-02-17 12:08  Animator\Animator\obj\Debug\AnimatedPanel.csproj.FileListAbsolute.txt
     文件         862  2013-10-30 10:30  Animator\Animator\obj\Debug\Animator.csproj.FileListAbsolute.txt
     文件       51712  2013-10-30 11:17  Animator\Animator\obj\Debug\Animator.dll
     文件         180  2013-10-30 10:29  Animator\Animator\obj\Debug\AnimatorNS.DoubleBitmapForm.resources
     文件        2972  2013-10-30 10:29  Animator\Animator\obj\Debug\GenerateResource-ResGen.read.1.tlog
     文件         296  2013-10-30 10:29  Animator\Animator\obj\Debug\GenerateResource-ResGen.write.1.tlog
     文件        2879  2013-02-19 03:53  Animator\Animator\PointFConverter.cs
     文件        1483  2013-10-30 11:17  Animator\Animator\Properties\AssemblyInfo.cs
     文件       13137  2013-02-28 00:39  Animator\Animator\TransfromHelper.cs
     文件         362  2013-02-22 15:02  Animator\Tester\AnimatedTabsSample.cs
     文件        9663  2013-02-22 15:02  Animator\Tester\AnimatedTabsSample.Designer.cs
     文件        7674  2013-02-22 15:02  Animator\Tester\AnimatedTabsSample.resx
     文件       51712  2013-10-30 11:17  Animator\Tester\bin\Debug\Animator.dll
     文件      114688  2013-10-30 11:17  Animator\Tester\bin\Debug\Tester.exe
............此处省略36个文件信息

评论

共有 条评论