tv.frm

来自「VOD卡拉OK点歌系统源码」· FRM 代码 · 共 36 行

FRM
36
字号
VERSION 5.00
Begin VB.Form tv 
   BorderStyle     =   0  'None
   Caption         =   "Form3"
   ClientHeight    =   7200
   ClientLeft      =   4500
   ClientTop       =   3750
   ClientWidth     =   9600
   LinkTopic       =   "Form3"
   ScaleHeight     =   7200
   ScaleWidth      =   9600
   ShowInTaskbar   =   0   'False
   Begin VB.PictureBox Picture1 
      BorderStyle     =   0  'None
      Height          =   7380
      Left            =   -75
      ScaleHeight     =   7380
      ScaleWidth      =   9600
      TabIndex        =   0
      Top             =   -30
      Width           =   9600
   End
End
Attribute VB_Name = "tv"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
'Picture1.Width = tv.Width
'Picture1.Height = Me.Height
'Picture1.Top = 0
'Picture1.Left = 0
End Sub

⌨️ 快捷键说明

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