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

📄 map.frm

📁 北京交通查询系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form map 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "北京市地图"
   ClientHeight    =   7695
   ClientLeft      =   2205
   ClientTop       =   2265
   ClientWidth     =   11430
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7695
   ScaleWidth      =   11430
   Begin VB.PictureBox Picture1 
      Height          =   7815
      Left            =   0
      MouseIcon       =   "map.frx":0000
      MousePointer    =   99  'Custom
      Picture         =   "map.frx":030A
      ScaleHeight     =   7755
      ScaleWidth      =   11355
      TabIndex        =   0
      Top             =   -120
      Width           =   11415
      Begin VB.VScrollBar VScroll1 
         Height          =   7695
         Left            =   6600
         TabIndex        =   1
         Top             =   0
         Width           =   30
      End
      Begin VB.Image Image16 
         Height          =   2055
         Left            =   8520
         Top             =   5760
         Width           =   2895
      End
      Begin VB.Image Image15 
         Height          =   2055
         Left            =   5640
         Top             =   5760
         Width           =   2895
      End
      Begin VB.Image Image14 
         Height          =   2055
         Left            =   2880
         Top             =   5760
         Width           =   2775
      End
      Begin VB.Image Image13 
         Height          =   2055
         Left            =   0
         Top             =   5760
         Width           =   2895
      End
      Begin VB.Image Image12 
         Height          =   1935
         Left            =   8520
         Top             =   3840
         Width           =   2895
      End
      Begin VB.Image Image11 
         Height          =   1935
         Left            =   5640
         Top             =   3840
         Width           =   2895
      End
      Begin VB.Image Image10 
         Height          =   1935
         Left            =   2880
         Top             =   3840
         Width           =   2850
      End
      Begin VB.Image Image9 
         Height          =   1935
         Left            =   0
         Top             =   3840
         Width           =   2895
      End
      Begin VB.Image Image8 
         Height          =   1935
         Left            =   8520
         Top             =   1920
         Width           =   2895
      End
      Begin VB.Image Image7 
         Height          =   1935
         Left            =   5640
         Top             =   1920
         Width           =   2895
      End
      Begin VB.Image Image6 
         Height          =   1935
         Left            =   2880
         Top             =   1920
         Width           =   2850
      End
      Begin VB.Image Image5 
         Height          =   1935
         Left            =   0
         Top             =   1920
         Width           =   2895
      End
      Begin VB.Image Image4 
         Height          =   1815
         Left            =   8520
         Top             =   120
         Width           =   2895
      End
      Begin VB.Image Image3 
         Height          =   1815
         Left            =   5640
         Top             =   120
         Width           =   2895
      End
      Begin VB.Image Image2 
         Height          =   1815
         Left            =   2880
         Top             =   120
         Width           =   2775
      End
      Begin VB.Image Image1 
         Height          =   1815
         Left            =   0
         Top             =   120
         Width           =   2895
      End
   End
End
Attribute VB_Name = "map"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False



Private Sub Image1_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-1.jpg")
bigmap.Show

End Sub

Private Sub Image10_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-10.jpg")
bigmap.Show
End Sub

Private Sub Image11_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-11.jpg")
bigmap.Show
End Sub

Private Sub Image12_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-12.jpg")
bigmap.Show
End Sub

Private Sub Image13_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-13.jpg")
bigmap.Show
End Sub

Private Sub Image14_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-14.jpg")
bigmap.Show
End Sub

Private Sub Image15_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-15.jpg")
bigmap.Show
End Sub

Private Sub Image16_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-16.jpg")
bigmap.Show
End Sub

Private Sub Image2_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-2.jpg")
bigmap.Show
End Sub

Private Sub Image3_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-3.jpg")
bigmap.Show
End Sub

Private Sub Image4_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-4.jpg")
bigmap.Show
End Sub

Private Sub Image5_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-5.jpg")
bigmap.Show
End Sub

Private Sub Image6_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-6.jpg")
bigmap.Show
End Sub

Private Sub Image7_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-7.jpg")
bigmap.Show
End Sub

Private Sub Image8_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-8.jpg")
bigmap.Show
End Sub

Private Sub Image9_Click()
Load bigmap
bigmap.Picture1.Picture = LoadPicture(App.path + "/beijing/Map-9.jpg")
bigmap.Show
End Sub

⌨️ 快捷键说明

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