📄 frm正版.frm
字号:
VERSION 5.00
Begin VB.Form Frm正版
Caption = "务必请使用正版软件:"
ClientHeight = 2670
ClientLeft = 60
ClientTop = 345
ClientWidth = 6480
LinkTopic = "Form1"
ScaleHeight = 2670
ScaleWidth = 6480
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 = 4373
TabIndex = 3
Top = 2220
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 = 360
Left = 4058
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 = 2280
Width = 3165
End
Begin VB.Label Label2
Caption = $"Frm正版.frx":0000
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000C0&
Height = 1605
Left = 233
TabIndex = 2
Top = 630
Width = 6015
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 = 98
TabIndex = 0
Top = 180
Width = 3855
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()
If i = 2 And Int(SC / 21223 * 2091708) = Val(Text1.Text) Then GoTo AAA:
If i < 2 And Int(SC / 21223 * 2091708) <> Val(Text1.Text) Then
yn = MsgBox("序列号错误,重输(只能重复3次)!", 48)
i = i + 1
Debug.Print Int(SC / 21223 * 2091708)
Else
yn = MsgBox("序列号错误,请与作者联系!", 48)
Close #1
End
End If
AAA:
If Int(SC / 21223 * 2091708) = Val(Text1.Text) Then
xlhbj = True
xlh = Int(SC / 21223 * 2091708)
Put #1, 2, xlh
Unload Me
Close #1
End If
End Sub
Private Sub Form_Load()
i = 0
Label3.Caption = "本系统安装日期:" & SC
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -