首界面.frm
来自「仓库管理系统是一个关于货物出仓」· FRM 代码 · 共 52 行
FRM
52 行
VERSION 5.00
Begin VB.Form Form1
Caption = "进入界面"
ClientHeight = 4515
ClientLeft = 60
ClientTop = 345
ClientWidth = 6840
LinkTopic = "Form1"
ScaleHeight = 4515
ScaleWidth = 6840
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox Picture1
Height = 4575
Left = 0
Picture = "首界面.frx":0000
ScaleHeight = 4515
ScaleWidth = 6795
TabIndex = 0
Top = 0
Width = 6855
Begin VB.CommandButton Command2
Caption = "退 出"
Height = 495
Left = 3840
TabIndex = 2
Top = 3960
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "进 入"
Height = 495
Left = 1320
TabIndex = 1
Top = 3960
Width = 1095
End
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Show
Unload Me
End Sub
Private Sub Command2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?