help.frm
来自「能够将英文字符转化为日文片假名的vb源代码」· FRM 代码 · 共 49 行
FRM
49 行
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 + =
减小字号Ctrl + -
显示快捷键?