frmpass.frm

来自「文件加解密源程序」· FRM 代码 · 共 64 行

FRM
64
字号
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 + =
减小字号Ctrl + -
显示快捷键?