📄 frm正版.frm
字号:
VERSION 5.00
Begin VB.Form Frm正版
Caption = "务必请使用正版软件:"
ClientHeight = 2325
ClientLeft = 60
ClientTop = 345
ClientWidth = 6180
LinkTopic = "Form1"
ScaleHeight = 2325
ScaleWidth = 6180
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "确 定"
Default = -1 'True
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 405
Left = 3870
TabIndex = 3
Top = 1860
Width = 1485
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 3540
MaxLength = 10
TabIndex = 1
Top = 180
Width = 2325
End
Begin VB.Label Label3
Caption = "本系统安装日期:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 120
TabIndex = 4
Top = 1920
Width = 3165
End
Begin VB.Label Label2
Caption = $"Frm正版.frx":0000
ForeColor = &H000000C0&
Height = 1005
Left = 120
TabIndex = 2
Top = 720
Width = 5775
End
Begin VB.Label Label1
Caption = "您安装的工资管理系统序列号:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 150
TabIndex = 0
Top = 180
Width = 3375
End
End
Attribute VB_Name = "Frm正版"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Dim I As Integer
If I > 3 And Int(HXFSC / 21223 * 2091708) <> Val(Text1.Text) Then
hxfyn = MsgBox("序列号错误,请与作者联系!", 48)
Close #1
End
End If
If I <= 3 And Int(HXFSC / 21223 * 2091708) <> Val(Text1.Text) Then
hxfyn = MsgBox("序列号错误,重输(只能重复3次)!", 48)
I = I + 1
End If
If Int(HXFSC / 21223 * 2091708) = Val(Text1.Text) Then
hxfxlhbj = True
hxfxlh = Int(HXFSC / 21223 * 2091708)
Put #1, 2, hxfxlh
Unload Me
Close #1
End If
End Sub
Private Sub Form_Load()
Dim I As Integer
Label3.Caption = "本系统安装日期:" & HXFSC
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -