frmview.frm
来自「用于河南省主体功能区区划的一个小地理信息系统」· FRM 代码 · 共 56 行
FRM
56 行
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 + =
减小字号Ctrl + -
显示快捷键?