earthblow.ctl

来自「我刚找到的撞球游戏原代码.rar是一个横好玩的游戏不知道你玩过没有」· CTL 代码 · 共 47 行

CTL
47
字号
VERSION 5.00
Object = "{27395F88-0C0C-101B-A3C9-08002B2F49FB}#1.1#0"; "PICCLP32.OCX"
Begin VB.UserControl EarthBlow1 
   Alignable       =   -1  'True
   Appearance      =   0  'Flat
   AutoRedraw      =   -1  'True
   BackColor       =   &H00000000&
   ClientHeight    =   3735
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5310
   ControlContainer=   -1  'True
   DefaultCancel   =   -1  'True
   ForwardFocus    =   -1  'True
   ScaleHeight     =   3735
   ScaleWidth      =   5310
   Begin VB.PictureBox Picture1 
      Appearance      =   0  'Flat
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BackColor       =   &H00000000&
      BorderStyle     =   0  'None
      ForeColor       =   &H80000008&
      Height          =   1815
      Left            =   0
      ScaleHeight     =   1815
      ScaleWidth      =   2220
      TabIndex        =   0
      Top             =   0
      Width           =   2220
   End
   Begin PicClip.PictureClip PClip 
      Left            =   810
      Top             =   1080
      _ExtentX        =   18891
      _ExtentY        =   7303
      _Version        =   393216
      Rows            =   3
      Cols            =   7
   End
End
Attribute VB_Name = "EarthBlow1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?