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

📄 select.frm

📁 有保存/装载能力的简单加密程序。This is a simple encryption program with save/load capability.
💻 FRM
字号:
VERSION 4.00
Begin VB.Form Form2 
   Caption         =   "Select Method..."
   ClientHeight    =   1050
   ClientLeft      =   3975
   ClientTop       =   2730
   ClientWidth     =   3210
   Height          =   1455
   Left            =   3915
   LinkTopic       =   "Form2"
   ScaleHeight     =   1050
   ScaleWidth      =   3210
   Top             =   2385
   Width           =   3330
   Begin VB.OptionButton Option2 
      Caption         =   "Option2"
      Height          =   225
      Left            =   210
      TabIndex        =   1
      Top             =   525
      Width           =   225
   End
   Begin VB.OptionButton Option1 
      Caption         =   "Option1"
      Height          =   225
      Left            =   210
      TabIndex        =   0
      Top             =   210
      Value           =   -1  'True
      Width           =   225
   End
   Begin VB.Label Label2 
      Caption         =   "Binary Keycode"
      Height          =   225
      Left            =   525
      TabIndex        =   3
      Top             =   525
      Width           =   2115
   End
   Begin VB.Label Label1 
      Caption         =   "Ascii Character Shift "
      Height          =   225
      Left            =   525
      TabIndex        =   2
      Top             =   210
      Width           =   2220
   End
End
Attribute VB_Name = "Form2"
Attribute VB_Creatable = False
Attribute VB_Exposed = False

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -