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

📄 help.frm

📁 能够将英文字符转化为日文片假名的vb源代码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form help 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Katakana Entry Help"
   ClientHeight    =   6690
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   10740
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6690
   ScaleWidth      =   10740
   StartUpPosition =   3  'Windows Default
   Begin VB.Label Label2 
      Caption         =   "eminent_uk@hotmail.com"
      Height          =   375
      Left            =   120
      TabIndex        =   1
      Top             =   6240
      Width           =   2175
   End
   Begin VB.Label Label1 
      Caption         =   "If the second box contains giberish, install the CITRUS FRUITS font."
      Height          =   615
      Left            =   120
      TabIndex        =   0
      Top             =   6000
      Width           =   5535
   End
   Begin VB.Image Image1 
      Height          =   5250
      Left            =   0
      Picture         =   "help.frx":0000
      Top             =   600
      Width           =   10740
   End
End
Attribute VB_Name = "help"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Label2_Click()

End Sub

⌨️ 快捷键说明

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