📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
Caption = "无法识别"
ClientHeight = 2295
ClientLeft = 60
ClientTop = 450
ClientWidth = 5535
LinkTopic = "Form5"
ScaleHeight = 2295
ScaleWidth = 5535
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 975
Left = 4680
TabIndex = 1
Top = 720
Width = 495
End
Begin VB.Label Label1
Caption = "图像输入有误! 本数据库中不存在该数据。 请重新输入。"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1455
Left = 600
TabIndex = 0
Top = 480
Width = 3615
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form5.Hide
Form1.Show
Form1.SetFocus
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -