📄 login.frm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -