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

📄 frmmain.frm

📁 获得任何机器的硬盘序列号。可用于编写注册机等
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmMain 
   Caption         =   "Registerd User"
   ClientHeight    =   3405
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6555
   LinkTopic       =   "Form1"
   ScaleHeight     =   3405
   ScaleWidth      =   6555
   StartUpPosition =   2  'CenterScreen
   Begin VB.TextBox Text2 
      Height          =   405
      Left            =   2400
      TabIndex        =   5
      Top             =   1080
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      Height          =   405
      Left            =   2400
      TabIndex        =   4
      Top             =   480
      Width           =   2655
   End
   Begin VB.CommandButton cmdReset 
      Caption         =   "R&eset"
      Height          =   495
      Left            =   2520
      TabIndex        =   0
      Top             =   2400
      Width           =   1575
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "Your Activation Code"
      Height          =   195
      Left            =   480
      TabIndex        =   3
      Top             =   1080
      Width           =   1500
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "HD Serial Number:"
      Height          =   195
      Left            =   480
      TabIndex        =   2
      Top             =   480
      Width           =   1320
   End
   Begin VB.Label Label1 
      Caption         =   "Next time you will see just this form, to test again click RESET"
      Height          =   255
      Left            =   840
      TabIndex        =   1
      Top             =   1800
      Width           =   4935
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
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 + -