frm_piclist.frm
来自「卧虎山水库监测管理程序:包含实时数据浏览、历史数据浏览以及曲线绘制」· FRM 代码 · 共 58 行
FRM
58 行
VERSION 5.00
Begin VB.Form Frm_Piclist
BackColor = &H00FFFFFF&
Caption = " 卧 虎 山 水 库 图 片"
ClientHeight = 11010
ClientLeft = 60
ClientTop = 450
ClientWidth = 15240
Icon = "Frm_Piclist.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 11010
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.Image Img
Height = 5160
Index = 3
Left = 7560
Picture = "Frm_Piclist.frx":0442
Stretch = -1 'True
Top = 5640
Width = 7440
End
Begin VB.Image Img
Height = 5280
Index = 2
Left = 7560
Picture = "Frm_Piclist.frx":1B18D
Stretch = -1 'True
Top = 240
Width = 7425
End
Begin VB.Image Img
Height = 5280
Index = 1
Left = 120
Picture = "Frm_Piclist.frx":107FA7
Stretch = -1 'True
Top = 240
Width = 7320
End
Begin VB.Image Img
Height = 5280
Index = 0
Left = 240
Picture = "Frm_Piclist.frx":2FF809
Stretch = -1 'True
Top = 5640
Width = 7320
End
End
Attribute VB_Name = "Frm_Piclist"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?