• 大小: 1.86M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 二维码  C#  c  

资源简介

通过C#生成二维码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace test
{
    static class Program
    {
        /// 
        /// 应用程序的主入口点。
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new QRCode());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         464  2010-12-04 14:31  Program.cs
     目录           0  2013-12-10 08:36  Properties\
     文件        1205  2010-12-16 13:45  Properties\AssemblyInfo.cs
     文件        2844  2013-06-11 13:41  Properties\Resources.Designer.cs
     文件        5817  2010-12-04 14:27  Properties\Resources.resx
     文件        1100  2013-06-11 13:41  Properties\Settings.Designer.cs
     文件         249  2010-11-24 07:34  Properties\Settings.settings
     文件       13060  2013-06-17 08:57  QRCode.Designer.cs
     文件        5156  2013-06-17 08:57  QRCode.cs
     文件        6189  2013-06-17 08:57  QRCode.resx
     文件     6205440  2013-06-13 09:38  ThoughtWorks.QRCode.dll
     目录           0  2013-12-10 08:36  bin\
     目录           0  2013-12-10 08:36  bin\Debug\
     文件     6205440  2010-12-04 14:18  bin\Debug\ThoughtWorks.QRCode.dll
     文件       14848  2013-06-17 08:57  bin\Debug\test.exe
     文件       32256  2013-06-17 08:57  bin\Debug\test.pdb
     文件       11608  2013-12-10 15:38  bin\Debug\test.vshost.exe
     文件         490  2012-06-02 22:34  bin\Debug\test.vshost.exe.manifest
     目录           0  2014-07-07 15:04  bin\Release\
     文件        4945  2007-07-18 09:38  from.gif
     目录           0  2013-12-10 08:36  obj\
     目录           0  2013-12-10 08:36  obj\Debug\
     文件         789  2013-11-19 09:32  obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        5594  2013-12-10 15:37  obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件         404  2013-06-13 17:28  obj\Debug\GenerateResource-ResGen.read.1.tlog
     文件         562  2013-06-13 17:28  obj\Debug\GenerateResource-ResGen.write.1.tlog
     目录           0  2014-07-07 15:04  obj\Debug\Refactor\
     目录           0  2013-12-10 08:36  obj\Debug\TempPE\
     文件        4608  2013-06-11 13:41  obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
     文件         180  2013-06-13 17:28  obj\Debug\test.Properties.Resources.resources
     文件         180  2013-06-17 08:57  obj\Debug\test.QRCode.resources
............此处省略9个文件信息

评论

共有 条评论