select.frm

来自「有保存/装载能力的简单加密程序。This is a simple encrypt」· FRM 代码 · 共 52 行

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