login.frm
来自「Hopfield 网——擅长于联想记忆与解迷路 实现H网联想记忆的关键」· FRM 代码 · 共 74 行
FRM
74 行
VERSION 5.00
Begin VB.Form login
Caption = "Form1"
ClientHeight = 3465
ClientLeft = 60
ClientTop = 450
ClientWidth = 5325
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 3465
ScaleWidth = 5325
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "输入"
Height = 3015
Left = 120
TabIndex = 0
Top = 120
Width = 5055
Begin VB.CommandButton Command3
Caption = "运行机制"
Height = 615
Left = 3840
TabIndex = 4
Top = 1200
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 615
Left = 3840
TabIndex = 3
Top = 2160
Width = 975
End
Begin VB.CommandButton Command1
Caption = "联想记忆"
Height = 615
Left = 3840
TabIndex = 2
Top = 360
Width = 1095
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
Height = 1335
Left = 240
ScaleHeight = 12.371
ScaleMode = 0 'User
ScaleWidth = 3315
TabIndex = 1
Top = 480
Width = 3375
End
End
End
Attribute VB_Name = "login"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
prepare.Show
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Command3_Click()
run.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?