⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testeyes.frm

📁 跟着鼠标转的眼睛控
💻 FRM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -