📄 主界面.frm
字号:
VERSION 5.00
Begin VB.Form 主界面
Caption = "Form1"
ClientHeight = 8595
ClientLeft = -3660
ClientTop = 1785
ClientWidth = 11880
LinkTopic = "Form1"
ScaleHeight = 8595
ScaleWidth = 11880
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command4
Caption = "传统BP网络ATN函数"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 4080
TabIndex = 3
Top = 4200
Width = 3495
End
Begin VB.CommandButton Command2
Caption = "传统BP网络S型函数"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 4080
TabIndex = 2
Top = 2400
Width = 3495
End
Begin VB.CommandButton Command3
Caption = "结 束"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 4680
TabIndex = 0
Top = 6120
Width = 2175
End
Begin VB.Label Label2
Caption = "欢迎使用! "
BeginProperty Font
Name = "宋体"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 4320
TabIndex = 1
Top = 480
Width = 5295
End
End
Attribute VB_Name = "主界面"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
智能1维蜂窝神网.Show
End Sub
Private Sub Command10_Click()
函数作图.Show
End Sub
Private Sub Command2_Click()
Pβ_BP.Show
End Sub
Private Sub Command3_Click()
End
End Sub
Private Sub Command4_Click()
ATN_BP.Show
End Sub
Private Sub Command5_Click()
二维图像识别S.Show
End Sub
Private Sub Command6_Click()
A神网函数逼近.Show
End Sub
Private Sub Command7_Click()
ATN智能1维.Show
End Sub
Private Sub Command8_Click()
ATN智能2维.Show
End Sub
Private Sub Command9_Click()
二维函数逼近S.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -