📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BackColor = &H00FFFBF2&
BorderStyle = 4 'Fixed ToolWindow
Caption = "序列号示例标签 http://www.play78.com"
ClientHeight = 1815
ClientLeft = 45
ClientTop = 315
ClientWidth = 5655
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1815
ScaleWidth = 5655
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "这个序列号是本产品的唯一注册码,请妥善保存好。如果您重新安装本产品后将仍会用到这个注册码. "
Height = 405
Left = 255
TabIndex = 2
Top = 1095
Width = 5175
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "唯一序列号 (小心保存)"
Height = 255
Left = 240
TabIndex = 1
Top = 630
Width = 5175
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "00000-11111-22222-33333-44444"
BeginProperty Font
Name = "Courier New"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
TabIndex = 0
Top = 240
Width = 5175
End
Begin VB.Shape Shape1
BackColor = &H0000D2FF&
BackStyle = 1 'Opaque
BorderWidth = 3
Height = 495
Left = 120
Top = 120
Width = 5415
End
Begin VB.Shape Shape2
BackColor = &H00C0FFFF&
BackStyle = 1 'Opaque
BorderWidth = 3
Height = 375
Left = 120
Top = 480
Width = 5415
End
Begin VB.Shape Shape3
BackStyle = 1 'Opaque
BorderWidth = 3
Height = 1095
Left = 120
Top = 600
Width = 5415
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' *********************************************
' 描 述:唯一序列号安全系统
' Play78.com : 网站导航,源码之家,绝对开源
' 海阔天空收集整理
' 主站地址:http://www.play78.com/
' 源码下载地址:http://www.play78.com/blog
' 图片下在地址:http://www.play78.com/pic
' QQ:13355575
' e-mail:hglai@eyou.com
' 编写日期:2005年08月26日
' *********************************************
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -