📄 frmregedit.frm
字号:
VERSION 5.00
Begin VB.Form frmregedit
BorderStyle = 3 'Fixed Dialog
Caption = "注册窗口"
ClientHeight = 1530
ClientLeft = 3300
ClientTop = 4695
ClientWidth = 4065
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1530
ScaleWidth = 4065
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command2
Caption = "放弃"
Height = 375
Left = 2715
TabIndex = 3
Top = 1065
Width = 1050
End
Begin VB.CommandButton Command1
Caption = "注册"
Height = 375
Left = 1575
TabIndex = 2
Top = 1065
Width = 1035
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000040C0&
Height = 300
Left = 855
TabIndex = 1
Top = 465
Width = 2940
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "注册码:"
Height = 180
Left = 165
TabIndex = 0
Top = 525
Width = 630
End
End
Attribute VB_Name = "frmregedit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -