form1.frm
来自「这是一个用VB写的网上订票的系统」· FRM 代码 · 共 55 行
FRM
55 行
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5085
ClientLeft = 165
ClientTop = 855
ClientWidth = 7230
LinkTopic = "Form1"
ScaleHeight = 5085
ScaleWidth = 7230
StartUpPosition = 3 '窗口缺省
Begin VB.Menu frm
Caption = "订票信息"
Begin VB.Menu frm2
Caption = "订票"
End
Begin VB.Menu frm1
Caption = "查询"
End
Begin VB.Menu frm3
Caption = "退票"
End
End
Begin VB.Menu grm
Caption = "管理信息"
Begin VB.Menu grm1
Caption = "登陆"
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 frm1_Click()
Form2.Show
Hide
End Sub
Private Sub frm2_Click()
Form7.Show
Hide
End Sub
Private Sub frm3_Click()
Form7.Show
Hide
End Sub
Private Sub grm1_Click()
frmLogin.Show
Hide
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?