📄 keywdfrm-f3.frm
字号:
VERSION 5.00
Begin VB.Form KeyWdFrm
BackColor = &H00C0FFFF&
Caption = "Form1"
ClientHeight = 1725
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
BeginProperty Font
Name = "幼圆"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Icon = "KeyWdFrm-f3.frx":0000
LinkTopic = "Form1"
ScaleHeight = 1725
ScaleWidth = 4680
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command2
Caption = "取 消"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 480
Left = 3120
TabIndex = 3
Top = 960
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "确 定"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 480
Left = 3120
TabIndex = 2
Top = 360
Width = 1335
End
Begin VB.TextBox Text1
Height = 480
IMEMode = 3 'DISABLE
Left = 240
MaxLength = 8
PasswordChar = "*"
TabIndex = 1
Top = 960
Width = 2535
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "请输入口令:"
BeginProperty Font
Name = "幼圆"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 285
Left = 360
TabIndex = 0
Top = 360
Width = 1905
End
End
Attribute VB_Name = "KeyWdFrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
PassWord = Text1.Text
Unload Me
End Sub
Private Sub Command2_Click()
PassWord = ""
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -