资源简介

也没什么,也就随便做做,新手参考用(里面有一些乱写的代码忘了删了)

进度条代码在核心代码那里了

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.IO;

namespace Windows窗体测试
{
    public partial class Form1 : Form
    {
        /// 
        /// 窗体加载
        /// 

        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            Application.Restart();
        }

        private void trackBar1_Scroll(object sender EventArgs e)
        {
            自定义进度条.Value = trackBar1.Value;
        }

        private void button2_Click(object sender EventArgs e)
    

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-23 17:32  Windows窗体测试\
     文件        5398  2017-12-23 17:26  Windows窗体测试\Form1.Designer.cs
     文件         873  2017-12-23 18:57  Windows窗体测试\Form1.cs
     文件     1134055  2017-12-23 17:26  Windows窗体测试\Form1.resx
     文件         500  2017-12-21 12:55  Windows窗体测试\Program.cs
     目录           0  2017-12-21 13:00  Windows窗体测试\Properties\
     文件        1380  2017-12-21 12:55  Windows窗体测试\Properties\AssemblyInfo.cs
     文件        3678  2017-12-22 13:17  Windows窗体测试\Properties\Resources.Designer.cs
     文件       22988  2017-12-22 13:17  Windows窗体测试\Properties\Resources.resx
     文件        1106  2017-12-21 12:55  Windows窗体测试\Properties\Settings.Designer.cs
     文件         249  2017-12-21 12:55  Windows窗体测试\Properties\Settings.settings
     目录           0  2017-12-21 17:42  Windows窗体测试\Resources\
     文件       10974  2017-12-21 17:18  Windows窗体测试\Resources\进度 0%.png
     文件       10974  2017-12-21 13:38  Windows窗体测试\Resources\进度 100%.png
     文件        4940  2017-12-23 18:57  Windows窗体测试\Windows窗体测试.csproj
     文件         143  2017-12-21 13:00  Windows窗体测试\Windows窗体测试.csproj.user
     目录           0  2017-12-21 13:00  Windows窗体测试\bin\
     目录           0  2017-12-23 17:32  Windows窗体测试\bin\Debug\
     文件      807424  2017-12-23 17:36  Windows窗体测试\bin\Debug\Windows窗体测试.exe
     文件       36352  2017-12-23 17:36  Windows窗体测试\bin\Debug\Windows窗体测试.pdb
     文件       11600  2017-12-23 17:36  Windows窗体测试\bin\Debug\Windows窗体测试.vshost.exe
     文件       67584  2015-07-10 01:42  Windows窗体测试\bin\Debug\dwmapi.dll
     目录           0  2017-12-24 11:51  Windows窗体测试\bin\Release\
     文件       17996  2017-12-21 17:40  Windows窗体测试\minecraft.ttf
     目录           0  2017-12-21 13:00  Windows窗体测试\obj\
     目录           0  2017-12-21 13:00  Windows窗体测试\obj\x86\
     目录           0  2017-12-23 17:36  Windows窗体测试\obj\x86\Debug\
     文件        9089  2017-12-23 17:36  Windows窗体测试\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        6435  2017-12-23 17:39  Windows窗体测试\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2017-12-22 13:17  Windows窗体测试\obj\x86\Debug\TempPE\
     文件        5120  2017-12-22 13:17  Windows窗体测试\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
............此处省略17个文件信息

评论

共有 条评论