⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.frm

📁 通过硬件信息生成注册码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMain 
   Caption         =   "注册用户"
   ClientHeight    =   3405
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6555
   LinkTopic       =   "Form1"
   ScaleHeight     =   3405
   ScaleWidth      =   6555
   StartUpPosition =   2  '屏幕中心
   Begin VB.TextBox Text2 
      Height          =   405
      Left            =   2400
      TabIndex        =   4
      Top             =   1080
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      Height          =   405
      Left            =   2400
      TabIndex        =   3
      Top             =   480
      Width           =   2655
   End
   Begin VB.CommandButton cmdReset 
      Caption         =   "复位"
      Height          =   495
      Left            =   2520
      TabIndex        =   0
      Top             =   2400
      Width           =   1575
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "激活码"
      Height          =   180
      Left            =   480
      TabIndex        =   2
      Top             =   1080
      Width           =   540
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "硬盘序号:"
      Height          =   180
      Left            =   480
      TabIndex        =   1
      Top             =   480
      Width           =   810
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:05/03/31
'描  述:一个通过硬件信息生成序列号的源码示例
'网  站:http://www.mndsoft.com
'e-mail:mnd@mndsoft.com
'OICQ  : 88382850
'****************************************************************************
Option Explicit

Private Sub cmdReset_Click()
    SaveSetting "App_Name", "Registration", "Code", ""
    Unload Me
    frmSerial.Show
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -