?? frmpass.frm
字號:
VERSION 5.00
Begin VB.Form frmpass
BorderStyle = 1 'Fixed Single
Caption = "Enter Password to Decrypt Message"
ClientHeight = 1695
ClientLeft = 3240
ClientTop = 3960
ClientWidth = 4785
Icon = "frmpass.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1695
ScaleWidth = 4785
Begin VB.CommandButton cmdcancel
Caption = "&Cancel"
Height = 390
Left = 2850
TabIndex = 3
Top = 1110
Width = 1770
End
Begin VB.CommandButton cmdok
Caption = "&Ok"
Default = -1 'True
Height = 390
Left = 180
TabIndex = 2
Top = 1110
Width = 1845
End
Begin VB.TextBox txtpass
Height = 330
IMEMode = 3 'DISABLE
Left = 195
PasswordChar = "*"
TabIndex = 0
Top = 525
Width = 4440
End
Begin VB.Label Label1
Caption = "Enter Password:"
Height = 240
Left = 195
TabIndex = 1
Top = 225
Width = 1575
End
End
Attribute VB_Name = "frmpass"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdcancel_Click()
frmkrypt.txtcancel.Text = "yes"
Unload frmpass
End Sub
Private Sub cmdok_Click()
frmkrypt.txtpaxz.Text = txtpass.Text
Unload frmpass
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -