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

📄 form3.frm

📁 车次查询-输入要查询的车次既可查询车次所有的停靠站 站点查询-输入一个站点
💻 FRM
字号:
VERSION 5.00
Begin VB.Form xia_frm 
   AutoRedraw      =   -1  'True
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "详细资料"
   ClientHeight    =   4605
   ClientLeft      =   1605
   ClientTop       =   2865
   ClientWidth     =   6075
   Icon            =   "Form3.frx":0000
   LinkTopic       =   "Form3"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "Form3.frx":058A
   ScaleHeight     =   4605
   ScaleWidth      =   6075
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   495
      Left            =   1680
      Picture         =   "Form3.frx":20719
      ScaleHeight     =   465
      ScaleWidth      =   1425
      TabIndex        =   6
      Top             =   3240
      Width           =   1455
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "   查看路线图"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   780
         Left            =   -120
         TabIndex        =   7
         Top             =   0
         Width           =   1695
      End
   End
   Begin VB.PictureBox Picture2 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      ForeColor       =   &H80000008&
      Height          =   495
      Left            =   240
      Picture         =   "Form3.frx":2EF53
      ScaleHeight     =   465
      ScaleWidth      =   1305
      TabIndex        =   4
      Top             =   3240
      Width           =   1335
      Begin VB.Label Lb3 
         BackStyle       =   0  'Transparent
         Caption         =   "   退 出"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   15
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   780
         Left            =   0
         TabIndex        =   5
         Top             =   0
         Width           =   1695
      End
   End
   Begin VB.TextBox Txt2 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   120
      TabIndex        =   3
      Top             =   2160
      Width           =   2295
   End
   Begin VB.TextBox Txt1 
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   120
      TabIndex        =   0
      Top             =   1080
      Width           =   2295
   End
   Begin VB.Label Lb2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "收车时间:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   240
      Left            =   720
      TabIndex        =   2
      Top             =   1800
      Width           =   1080
   End
   Begin VB.Label Lb1 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "发车时间:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   240
      Left            =   720
      TabIndex        =   1
      Top             =   600
      Width           =   1080
   End
End
Attribute VB_Name = "xia_frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


Private Sub Label1_Click()
   xia_frm.Hide
    Form4.Show
End Sub

Private Sub Lb3_Click()
    xia_frm.Hide
End Sub

Private Sub Lb4_Click()

End Sub

Private Sub Text1_Change()

End Sub

⌨️ 快捷键说明

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