• 大小: 0.19M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 图像  跑马灯  

资源简介

图像跑马灯效果

资源截图

代码片段和文件信息

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

namespace SDMarquee
{
    public partial class FormMain : Form
    {
        public FormMain()
        {
            InitializeComponent();
        }

        /// 
        /// 处理窗体加载事件
        /// 

        /// 事件源
        /// 事件
        private void FormMain_Load(object sender EventArgs e)
        {
            // 启用计时器
            this.timer.Enabled = true;
        }

        /// 
        /// 处理定时器时间步事件
        /// 

        /// 事件源

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         187  2015-11-15 23:08  App.config
     文件        3192  2015-11-15 23:21  FormMain.cs
     文件        8482  2015-11-15 23:21  FormMain.Designer.cs
     文件      108178  2015-11-15 23:21  FormMain.resx
     文件       67646  2015-11-15 23:20  icon.ico
     目录           0  2015-11-15 23:11  img\
     文件       84648  2008-06-06 18:27  img\image001.jpg
     文件       25446  2008-06-06 18:33  img\image002.jpg
     文件       78617  2008-06-06 18:36  img\image003.jpg
     文件         524  2015-11-15 23:15  Program.cs
     目录           0  2015-11-15 23:08  Properties\
     文件        1484  2015-11-15 23:16  Properties\AssemblyInfo.cs
     文件        3980  2015-11-15 23:16  Properties\Resources.Designer.cs
     文件        6677  2015-11-15 23:13  Properties\Resources.resx
     文件        1109  2015-11-15 23:16  Properties\Settings.Designer.cs
     文件         249  2015-11-15 23:08  Properties\Settings.settings
     文件        4181  2015-11-15 23:21  SDMarquee.csproj

评论

共有 条评论