提示信息.frm
来自「实现M5加密算法的源程序」· FRM 代码 · 共 31 行
FRM
31 行
VERSION 5.00
Begin VB.Form Tips
Caption = "Golomb"
ClientHeight = 1950
ClientLeft = 3585
ClientTop = 4455
ClientWidth = 6915
LinkTopic = "Form1"
ScaleHeight = 1950
ScaleWidth = 6915
ShowInTaskbar = 0 'False
Begin VB.Label Label1
Height = 1860
Left = 0
TabIndex = 0
Top = 0
Width = 6855
WordWrap = -1 'True
End
End
Attribute VB_Name = "Tips"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?