• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 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 beforestart
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();

            Splash.Status = “状态:载入初始化模块“;
            System.Threading.Thread.Sleep(1000);

            Splash.Status = “状态:载入管理模块“;
            System.Threading.Thread.Sleep(1000);

            Splash.Status = “状态:载入打印模块“;
            System.Threading.Thread.Sleep(1000);

            Splash.Status = “状态:载入插件模块“;
            System.Threading.Thread.Sleep(1000);

            Splash.Status = “状态:连接数据库“;
            

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-02-28 19:05  启动画面\
     目录           0  2018-02-28 19:28  启动画面\beforestart\
     文件         187  2018-02-28 19:05  启动画面\beforestart\App.config
     文件        1161  2018-02-28 19:05  启动画面\beforestart\Form1.Designer.cs
     文件         975  2018-02-28 19:27  启动画面\beforestart\Form1.cs
     文件         846  2018-02-28 19:28  启动画面\beforestart\Program.cs
     目录           0  2018-02-28 19:05  启动画面\beforestart\Properties\
     文件        1364  2018-02-28 19:05  启动画面\beforestart\Properties\AssemblyInfo.cs
     文件        2874  2018-02-28 19:05  启动画面\beforestart\Properties\Resources.Designer.cs
     文件        5612  2018-02-28 19:05  启动画面\beforestart\Properties\Resources.resx
     文件        1098  2018-02-28 19:05  启动画面\beforestart\Properties\Settings.Designer.cs
     文件         249  2018-02-28 19:05  启动画面\beforestart\Properties\Settings.settings
     文件        1794  2018-02-28 19:09  启动画面\beforestart\Splash.cs
     文件        4046  2018-02-28 19:10  启动画面\beforestart\beforestart.csproj
     文件         990  2018-02-28 19:05  启动画面\beforestart\beforestart.sln
     文件       10752  2018-02-28 19:05  启动画面\beforestart\beforestart.v12.suo
     目录           0  2018-02-28 19:05  启动画面\beforestart\bin\
     目录           0  2018-02-28 19:10  启动画面\beforestart\bin\Debug\
     文件        9728  2018-02-28 19:28  启动画面\beforestart\bin\Debug\beforestart.exe
     文件         187  2018-02-28 19:05  启动画面\beforestart\bin\Debug\beforestart.exe.config
     文件       34304  2018-02-28 19:28  启动画面\beforestart\bin\Debug\beforestart.pdb
     文件       23168  2018-02-28 19:28  启动画面\beforestart\bin\Debug\beforestart.vshost.exe
     文件         187  2018-02-28 19:05  启动画面\beforestart\bin\Debug\beforestart.vshost.exe.config
     文件         490  2010-03-17 22:39  启动画面\beforestart\bin\Debug\beforestart.vshost.exe.manifest
     文件        1977  2018-02-28 19:10  启动画面\beforestart\frmSplash.Designer.cs
     文件        1149  2018-02-28 19:10  启动画面\beforestart\frmSplash.cs
     文件        5817  2018-02-28 19:10  启动画面\beforestart\frmSplash.resx
     目录           0  2018-02-28 19:05  启动画面\beforestart\obj\
     目录           0  2018-02-28 19:28  启动画面\beforestart\obj\Debug\
     文件         865  2018-02-28 19:05  启动画面\beforestart\obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6975  2018-02-28 19:08  启动画面\beforestart\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此处省略11个文件信息

评论

共有 条评论