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

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

資源簡(jiǎn)介

輸入隨便文字或數(shù)字可生成二維碼

資源截圖

代碼片段和文件信息

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)論