⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmpass.frm

📁 文件加解密源程序
💻 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 + -