• 大小: 7.02M
    文件类型: .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.Windows.Forms;
using System.Diagnostics;
using System.Reflection;

namespace Little_Registry_Cleaner
{
    public partial class About : Form
    {
        public About()
        {
            InitializeComponent();

            // Set version
            this.labeltitle.Text = this.labeltitle.Text + “ v“ + Application.ProductVersion;

            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(About));

            this.richTextBox1.Text = resources.GetString(“richTextBox1.Text“);

            // Get build time
            //this.labelBuildTime.Text = P

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-08-23 15:02  C#强大的注册表管理工具源码\
     目录           0  2015-12-24 21:49  C#强大的注册表管理工具源码\.vs\
     目录           0  2015-12-24 21:49  C#强大的注册表管理工具源码\.vs\Little Registry Cleaner\
     目录           0  2015-12-24 21:50  C#强大的注册表管理工具源码\.vs\Little Registry Cleaner\v14\
     文件      115712  2017-05-21 20:31  C#强大的注册表管理工具源码\.vs\Little Registry Cleaner\v14\.suo
     目录           0  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\
     文件        5722  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner.sln
     文件        8053  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.ar.resx
     文件        1694  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.cs
     文件        7582  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.de.resx
     文件        6560  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.Designer.cs
     文件        8104  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.el.resx
     文件        7496  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.en.resx
     文件        7552  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.es.resx
     文件        8203  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.fa.resx
     文件        7527  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.fr.resx
     文件        7602  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.hu.resx
     文件        7556  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.it.resx
     文件        7769  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.ja.resx
     文件        7475  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.lt.resx
     文件        7521  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.nl.resx
     文件        7594  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.pl.resx
     文件        7546  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.pt.resx
     文件       55946  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.resx
     文件        8056  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.ru.resx
     文件        7504  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.sv-SE.resx
     文件        8130  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.th.resx
     文件        7516  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.tr.resx
     文件        7726  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.vi.resx
     文件        7380  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.zh-CHS.resx
     文件        7380  2014-09-15 10:37  C#强大的注册表管理工具源码\Little Registry Cleaner\About.zh-CHT.resx
............此处省略805个文件信息

评论

共有 条评论