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

📄 testewppocx.frm

📁 一个很酷拼图游戏
💻 FRM
字号:
VERSION 5.00
Object = "{3BB6039C-E086-11D3-B049-0000B45A08EB}#1.0#0"; "WppAdm2.ocx"
Begin VB.Form TesteWppOcx 
   Caption         =   "Papel de Parede - By JAG Softwares"
   ClientHeight    =   2415
   ClientLeft      =   5835
   ClientTop       =   1410
   ClientWidth     =   5715
   Icon            =   "TesteWppOcx.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   2415
   ScaleWidth      =   5715
   Begin WppAdm2.WppCtl WppCtl1 
      Left            =   2640
      Top             =   975
      _ExtentX        =   741
      _ExtentY        =   794
   End
   Begin VB.CommandButton cmdAtualizar 
      Caption         =   "Atualizar"
      Height          =   390
      Left            =   4320
      TabIndex        =   8
      Top             =   1890
      Width           =   1275
   End
   Begin VB.TextBox Text2 
      Height          =   360
      Left            =   1575
      TabIndex        =   7
      Top             =   1410
      Width           =   4020
   End
   Begin VB.CommandButton cmdNovo 
      Caption         =   "Novo Wpp"
      Height          =   330
      Left            =   105
      TabIndex        =   6
      Top             =   1410
      Width           =   1320
   End
   Begin VB.TextBox Text1 
      Enabled         =   0   'False
      Height          =   360
      Left            =   1575
      TabIndex        =   5
      Top             =   915
      Width           =   4020
   End
   Begin VB.Frame Frame1 
      Caption         =   "Estilo"
      Height          =   735
      Left            =   105
      TabIndex        =   0
      Top             =   105
      Width           =   5490
      Begin VB.OptionButton opt 
         Caption         =   "Expandido"
         Height          =   345
         Index           =   2
         Left            =   3915
         TabIndex        =   3
         Top             =   255
         Width           =   1200
      End
      Begin VB.OptionButton opt 
         Caption         =   "Lado a lado"
         Height          =   345
         Index           =   1
         Left            =   2175
         TabIndex        =   2
         Top             =   255
         Width           =   1200
      End
      Begin VB.OptionButton opt 
         Caption         =   "Centralizado"
         Height          =   345
         Index           =   0
         Left            =   435
         TabIndex        =   1
         Top             =   255
         Width           =   1200
      End
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      Caption         =   "Wpp Atual"
      Height          =   360
      Left            =   105
      TabIndex        =   4
      Top             =   915
      Width           =   1305
   End
End
Attribute VB_Name = "TesteWppOcx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdAtualizar_Click()
WppCtl1.AtualizarWpp
End Sub
Private Sub cmdNovo_Click()
Text2 = WppCtl1.LocalizarBmp
End Sub
Private Sub Form_Load()
Text1 = WppCtl1.pWppAtual
Text2 = Text1
opt(WppCtl1.pEstiloWpp).Value = True
End Sub
Private Sub opt_Click(Index As Integer)
WppCtl1.pEstiloWpp = Index
WppCtl1.AtualizarWpp
End Sub

⌨️ 快捷键说明

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