⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form2.frm

📁 该系统包括:前台做了客户查询
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   7065
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   10560
   LinkTopic       =   "Form2"
   ScaleHeight     =   7065
   ScaleWidth      =   10560
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command4 
      Caption         =   "退票"
      Height          =   615
      Left            =   2520
      TabIndex        =   4
      Top             =   6360
      Width           =   1455
   End
   Begin VB.CommandButton Command5 
      Caption         =   "预定信息"
      Height          =   615
      Left            =   3960
      TabIndex        =   3
      Top             =   6360
      Width           =   1575
   End
   Begin VB.CommandButton Command3 
      Caption         =   "在线预定"
      Height          =   615
      Left            =   5520
      TabIndex        =   2
      Top             =   6360
      Width           =   1815
   End
   Begin VB.CommandButton Command2 
      Caption         =   "车次查询"
      Height          =   615
      Left            =   7320
      TabIndex        =   1
      Top             =   6360
      Width           =   1695
   End
   Begin VB.CommandButton Command1 
      Caption         =   "返回"
      Height          =   615
      Left            =   9000
      TabIndex        =   0
      Top             =   6360
      Width           =   1575
   End
   Begin VB.Image Image1 
      Height          =   6255
      Left            =   0
      Picture         =   "Form2.frx":0000
      Stretch         =   -1  'True
      Top             =   0
      Width           =   10575
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
登录主界面.Show
Form2.Hide
End Sub

Private Sub Command2_Click()
车次查询.Show
Form2.Hide
End Sub

Private Sub Command3_Click()
旅客信息录入.Show
Form2.Hide
End Sub



Private Sub Command4_Click()
退票.Show
Form2.Hide
End Sub

Private Sub Command5_Click()
预订信息.Show
Form2.Hide
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -