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

📄 frmabout.frm

📁 数据库管理系统的实习内容
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmAbout 
   Caption         =   "关于一卡通系统"
   ClientHeight    =   5730
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5865
   LinkTopic       =   "Form1"
   ScaleHeight     =   5730
   ScaleWidth      =   5865
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command1 
      Caption         =   "关闭(&X)"
      Height          =   375
      Left            =   4560
      TabIndex        =   4
      Top             =   5160
      Width           =   855
   End
   Begin VB.Frame Frame1 
      Caption         =   "使用说明"
      Height          =   4575
      Left            =   360
      TabIndex        =   0
      Top             =   360
      Width           =   5055
      Begin VB.Frame Frame2 
         Caption         =   "使用说明"
         Height          =   4575
         Left            =   0
         TabIndex        =   2
         Top             =   0
         Width           =   5055
         Begin VB.Label Label2 
            Caption         =   $"frmAbout.frx":0000
            Height          =   3975
            Left            =   240
            TabIndex        =   3
            Top             =   360
            Width           =   4575
         End
      End
      Begin VB.Label Label1 
         Caption         =   "Label1"
         Height          =   3975
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   4575
      End
   End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

⌨️ 快捷键说明

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