about3.frm

来自「两个VB播放器 两个VB播放器 两个VB播放器 两个VB播放器」· FRM 代码 · 共 97 行

FRM
97
字号
VERSION 5.00
Begin VB.Form Dialog4 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "关于Flash播放器"
   ClientHeight    =   2280
   ClientLeft      =   5730
   ClientTop       =   3735
   ClientWidth     =   4920
   Icon            =   "About3.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "About3.frx":0E42
   ScaleHeight     =   2280
   ScaleWidth      =   4920
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   375
      Left            =   120
      TabIndex        =   4
      Top             =   1800
      Width           =   975
   End
   Begin VB.Label Label4 
      BackStyle       =   0  'Transparent
      Caption         =   $"About3.frx":D3AD
      Height          =   255
      Left            =   1920
      TabIndex        =   3
      Top             =   2040
      Width           =   3015
   End
   Begin VB.Label Label3 
      BackStyle       =   0  'Transparent
      Caption         =   "版权所有   2004-2006"
      Height          =   255
      Left            =   3000
      TabIndex        =   2
      Top             =   1680
      Width           =   2175
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "作者:南昌航空工业学院材料系030112班 刘诸桂"
      Height          =   255
      Left            =   960
      TabIndex        =   1
      Top             =   1320
      Width           =   3975
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "红叶Flash播放器"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   21.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00008000&
      Height          =   735
      Left            =   360
      TabIndex        =   0
      Top             =   360
      Width           =   4335
   End
   Begin VB.Image Image1 
      Height          =   1140
      Left            =   0
      Picture         =   "About3.frx":D3D3
      Stretch         =   -1  'True
      Top             =   0
      Width           =   6450
   End
End
Attribute VB_Name = "Dialog4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Option Explicit

Private Sub OKButton_Click()

End Sub

Private Sub Command1_Click()
  Unload Me
End Sub

⌨️ 快捷键说明

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