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

📄 frmview.frm

📁 用于河南省主体功能区区划的一个小地理信息系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmview 
   Caption         =   "导出地图"
   ClientHeight    =   4620
   ClientLeft      =   60
   ClientTop       =   465
   ClientWidth     =   6300
   LinkTopic       =   "Form1"
   ScaleHeight     =   4620
   ScaleWidth      =   6300
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Height          =   3975
      Left            =   0
      ScaleHeight     =   3915
      ScaleWidth      =   5715
      TabIndex        =   2
      Top             =   0
      Width           =   5775
      Begin VB.Image Image1 
         BorderStyle     =   1  'Fixed Single
         Height          =   2655
         Left            =   240
         Top             =   360
         Width           =   4935
      End
   End
   Begin VB.VScrollBar VScroll1 
      Height          =   3975
      LargeChange     =   10
      Left            =   5760
      Max             =   10
      TabIndex        =   1
      Top             =   0
      Width           =   390
   End
   Begin VB.Label Label1 
      BorderStyle     =   1  'Fixed Single
      Caption         =   "Label1"
      Height          =   495
      Left            =   0
      TabIndex        =   0
      Top             =   4080
      Width           =   5895
   End
End
Attribute VB_Name = "frmview"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub VScroll1_Change()
On Error Resume Next
Image1.Top = -VScroll1.Value
End Sub

⌨️ 快捷键说明

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