📄 frmyaoce.frm
字号:
VERSION 5.00
Begin VB.Form frmYaoce
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 6885
ClientLeft = 0
ClientTop = 0
ClientWidth = 12300
LinkTopic = "Form2"
MDIChild = -1 'True
ScaleHeight = 6885
ScaleWidth = 12300
ShowInTaskbar = 0 'False
Begin VB.PictureBox Picture1
Height = 6615
Left = 120
ScaleHeight = 6555
ScaleWidth = 11955
TabIndex = 0
Top = 120
Width = 12015
End
End
Attribute VB_Name = "frmYaoce"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
LoadNewForm Me
With Me.Picture1
.Left = 50
.Top = 50
.Width = Me.ScaleWidth - 100
.Height = Me.ScaleHeight - 100
End With
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -