91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.23M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語言: C#
  • 標(biāo)簽: 二維碼??

資源簡(jiǎn)介

運(yùn)行環(huán)境:Windows XP、Win7/win8/win10


本程序基于.net4.0開發(fā),使用前必須安裝.NET Framework 4.0 
DotNetBarcode.dll和二維碼生成器.exe文件必須在同一目錄下才可以正常使用。


提示:轉(zhuǎn)換的文本信息字符越多,對(duì)手機(jī)攝像頭分辨率要求越高。
http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=0A391ABD-25C1-4FC0-919F-B21F31AB88B7


資源截圖

代碼片段和文件信息

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;

namespace?QRCode
{
????public?partial?class?Form1?:?Form
????{
????????DotNetBarcode?bc?=?new?DotNetBarcode();
????????Image?printImage;
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?btnCreate_Click(object?sender?EventArgs?e)
????????{
????????????this.ptQRCode.Refresh();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????bc.Type?=?DotNetBarcode.Types.QRCode;
????????????bc.PrintCheckDigitChar?=?true;
????????}

????????private?void?ptQRCode_Paint(object?sender?PaintEventArgs?e)
?

評(píng)論

共有 條評(píng)論