• 大小: 0.59M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 注册码  C#  c  源码  注册  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Management;
using Microsoft.Win32;
namespace Ex16_08
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        string[] strLanCode = new string[12];// 网卡信息存储到
        string[] strkey ={ “Q“ “W“ “7“ “E“ “D“ “F“ “2“ “G“ “R“ “T“ “Y“ “8“ “P“ “N“ “B“ “V“ “C“ “X“ “Z“ “0“ “9“ “I“ “8“ “6“ “U“ “O“ “P“ “M“ “5“ “4“ “3“ “1“ “A“ “S“ “H“ “J“ “K“ “L“ };
        //生成注册码
        public int intRand = 0;//判断随机生成次数
        private void button1_Click(object sender EventArgs e)
        {
            //把网

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-04-06 13:10  Ex16_08\
     文件         910  2007-07-11 11:34  Ex16_08.sln
     文件       14848  2007-07-11 11:34  Ex16_08.suo
     目录           0  2010-04-06 13:10  Ex16_08\bin\
     目录           0  2010-04-06 13:10  Ex16_08\bin\Debug\
     文件       24576  2007-07-11 11:34  Ex16_08\bin\Debug\Ex16_08.exe
     文件       24064  2007-07-11 11:34  Ex16_08\bin\Debug\Ex16_08.pdb
     文件        5632  2007-07-11 11:34  Ex16_08\bin\Debug\Ex16_08.vshost.exe
     文件        3268  2007-07-11 11:34  Ex16_08\Ex16_08.csproj
     文件        7082  2007-07-11 11:34  Ex16_08\Form1.cs
     文件        9151  2007-07-11 11:34  Ex16_08\Form1.Designer.cs
     文件        5814  2007-07-11 11:34  Ex16_08\Form1.resx
     目录           0  2010-04-06 13:10  Ex16_08\obj\
     目录           0  2010-04-06 13:10  Ex16_08\obj\Debug\
     文件         842  2007-07-11 11:34  Ex16_08\obj\Debug\Ex16_08.csproj.GenerateResource.Cache
     文件       24576  2007-07-11 11:34  Ex16_08\obj\Debug\Ex16_08.exe
     文件         180  2007-07-11 11:34  Ex16_08\obj\Debug\Ex16_08.Form1.resources
     文件       24064  2007-07-11 11:34  Ex16_08\obj\Debug\Ex16_08.pdb
     文件         180  2007-07-11 11:34  Ex16_08\obj\Debug\Ex16_08.Properties.Resources.resources
     目录           0  2010-04-06 13:10  Ex16_08\obj\Debug\TempPE\
     文件         268  2007-07-11 11:34  Ex16_08\obj\Ex16_08.csproj.FileList.txt
     文件         466  2007-07-11 11:34  Ex16_08\Program.cs
     目录           0  2010-04-06 13:10  Ex16_08\Properties\
     文件        1162  2007-07-11 11:34  Ex16_08\Properties\AssemblyInfo.cs
     文件        2868  2007-07-11 11:34  Ex16_08\Properties\Resources.Designer.cs
     文件        5612  2007-07-11 11:34  Ex16_08\Properties\Resources.resx
     文件        1090  2007-07-11 11:34  Ex16_08\Properties\Settings.Designer.cs
     文件         249  2007-07-11 11:34  Ex16_08\Properties\Settings.settings
     目录           0  2010-04-06 13:10  Ex16_09\
     文件         910  2007-07-11 11:35  Ex16_09.sln
     文件       29696  2007-07-11 11:35  Ex16_09.suo
............此处省略28个文件信息

评论

共有 条评论