frmyaoce.frm
来自「自动化测试程序」· FRM 代码 · 共 43 行
FRM
43 行
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 + =
减小字号Ctrl + -
显示快捷键?