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

📄 form1.frm

📁 以VC为前台
💻 FRM
字号:
VERSION 5.00
Begin VB.Form 关于 
   Caption         =   "关于"
   ClientHeight    =   5970
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7725
   LinkTopic       =   "Form1"
   ScaleHeight     =   5970
   ScaleWidth      =   7725
   StartUpPosition =   1  'CenterOwner
   Begin VB.Frame Frame1 
      Height          =   5415
      Left            =   240
      TabIndex        =   0
      Top             =   240
      Width           =   7215
      Begin VB.PictureBox Picture1 
         Height          =   5055
         Left            =   120
         Picture         =   "form1.frx":0000
         ScaleHeight     =   4995
         ScaleWidth      =   3435
         TabIndex        =   3
         Top             =   240
         Width           =   3495
      End
      Begin VB.CommandButton Command1 
         Caption         =   "确定"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   495
         Left            =   4560
         TabIndex        =   1
         Top             =   4440
         Width           =   2055
      End
      Begin VB.Label Label1 
         Caption         =   $"form1.frx":EBEA4
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   18
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H8000000D&
         Height          =   3735
         Left            =   3840
         TabIndex        =   2
         Top             =   480
         Width           =   3135
      End
   End
End
Attribute VB_Name = "关于"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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