📄 frmref.frm
字号:
VERSION 5.00
Begin VB.Form frmRef
BorderStyle = 3 'Fixed Dialog
Caption = "参考图"
ClientHeight = 3615
ClientLeft = 45
ClientTop = 330
ClientWidth = 4800
Icon = "frmRef.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 241
ScaleMode = 3 'Pixel
ScaleWidth = 320
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin VB.Image Image1
Height = 3600
Left = 0
Stretch = -1 'True
Top = 0
Width = 4800
End
End
Attribute VB_Name = "frmRef"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Unload(Cancel As Integer)
frmMain.showref = False
frmMain.cmdShowRef.Caption = "显示参考图"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -