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

📄 frmyasuo.frm

📁 是一款经典的图书管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmyasuo 
   Caption         =   "Form1"
   ClientHeight    =   3180
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4770
   LinkTopic       =   "Form1"
   ScaleHeight     =   3180
   ScaleWidth      =   4770
   StartUpPosition =   2  '屏幕中心
   Begin VB.TextBox Text1 
      ForeColor       =   &H000000FF&
      Height          =   1695
      Left            =   600
      MultiLine       =   -1  'True
      TabIndex        =   1
      Text            =   "frmyasuo.frx":0000
      Top             =   960
      Width           =   3375
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H00FF0000&
      Caption         =   "开始压缩"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   960
      TabIndex        =   0
      Top             =   240
      Width           =   2655
   End
End
Attribute VB_Name = "frmyasuo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub command1_Click()
Dim answer As String
 
 answer = MsgBox("确定要压缩吗?", 64 + 4, "信息提示")
 If answer = 7 Then
  Exit Sub
 Else
  MsgBox "此压缩功能代码编制未完成!"
 End If
End Sub

⌨️ 快捷键说明

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