📄 模式识别.frm
字号:
VERSION 5.00
Begin VB.Form Form4
Caption = "模式识别"
ClientHeight = 3105
ClientLeft = 5625
ClientTop = 4860
ClientWidth = 4635
LinkTopic = "Form3"
ScaleHeight = 3105
ScaleWidth = 4635
Begin VB.CommandButton Command4
Caption = "细胞的识别"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 4
Top = 1680
Width = 1335
End
Begin VB.CommandButton Command3
Caption = "退 出"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 3
Top = 2400
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "坦克的识别"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 1
Top = 960
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "阑尾炎诊断"
BeginProperty Font
Name = "宋体"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 0
Top = 240
Width = 1335
End
Begin VB.Label Label1
Caption = "欢迎使用模式识别理论仿真程序,请选择需要的功能:"
BeginProperty Font
Name = "新宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1095
Left = 480
TabIndex = 2
Top = 1080
Width = 1935
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Unload Form4
Load Form1
Form1.Show
End Sub
Private Sub Command2_Click()
Unload Form4
Load Form2
Form2.Show
End Sub
Private Sub Command3_Click()
Unload Form4
End Sub
Private Sub Command4_Click()
Unload Form4
Load Form3
Form3.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -