testeyes.frm
来自「跟着鼠标转的眼睛控」· FRM 代码 · 共 37 行
FRM
37 行
VERSION 5.00
Object = "*\AEyes.vbp"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 1560
ClientLeft = 1350
ClientTop = 1485
ClientWidth = 1890
LinkTopic = "Form1"
ScaleHeight = 1560
ScaleWidth = 1890
Begin Project1.Eyes Eyes1
Height = 1335
Left = 120
TabIndex = 0
Top = 120
Width = 1455
_ExtentX = 2566
_ExtentY = 2355
Interval = 200
PupilColor = 16711680
EyeballColor = 65535
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Resize()
Eyes1.Move 0, 0, ScaleWidth, ScaleHeight
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?