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

📄 form2.frm

📁 是关于图书的管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form setbooktype 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "书籍类别设置"
   ClientHeight    =   3990
   ClientLeft      =   6150
   ClientTop       =   2970
   ClientWidth     =   4080
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   3990
   ScaleWidth      =   4080
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command6 
      Caption         =   "关闭(&C)"
      Height          =   495
      Left            =   2040
      TabIndex        =   11
      Top             =   3360
      Width           =   1935
   End
   Begin VB.CommandButton Command5 
      Caption         =   "删除(&D)"
      Enabled         =   0   'False
      Height          =   495
      Left            =   120
      TabIndex        =   10
      Top             =   3360
      Width           =   1935
   End
   Begin VB.CommandButton Command4 
      Caption         =   "修改(&E)"
      Enabled         =   0   'False
      Height          =   495
      Left            =   2040
      TabIndex        =   9
      Top             =   2880
      Width           =   1935
   End
   Begin VB.CommandButton Command3 
      Caption         =   "添加(&A)"
      Height          =   495
      Left            =   120
      TabIndex        =   8
      Top             =   2880
      Width           =   1935
   End
   Begin VB.Frame Frame1 
      Caption         =   "图书类别信息"
      Height          =   2535
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   3855
      Begin VB.CommandButton Command2 
         Caption         =   "清除"
         Height          =   375
         Left            =   2760
         TabIndex        =   13
         Top             =   720
         Width           =   855
      End
      Begin VB.CommandButton Command1 
         Caption         =   "查找"
         Height          =   375
         Left            =   2760
         MaskColor       =   &H80000008&
         Style           =   1  'Graphical
         TabIndex        =   7
         Top             =   360
         Width           =   855
      End
      Begin VB.TextBox Text3 
         BackColor       =   &H00C0FFFF&
         Height          =   375
         Left            =   1080
         TabIndex        =   6
         Top             =   1800
         Width           =   1455
      End
      Begin VB.TextBox Text2 
         BackColor       =   &H00C0FFFF&
         Height          =   375
         Left            =   1080
         TabIndex        =   5
         Top             =   1080
         Width           =   1455
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00C0FFFF&
         Height          =   375
         Left            =   1080
         TabIndex        =   4
         Top             =   360
         Width           =   1455
      End
      Begin VB.Label Label4 
         Caption         =   "输入类别代码进行查询"
         ForeColor       =   &H000000FF&
         Height          =   255
         Left            =   840
         TabIndex        =   12
         Top             =   840
         Width           =   1815
      End
      Begin VB.Label Label3 
         Caption         =   "可借天数"
         Height          =   255
         Left            =   120
         TabIndex        =   3
         Top             =   1920
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "图书种类"
         Height          =   255
         Left            =   120
         TabIndex        =   2
         Top             =   1200
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "类别代码"
         Height          =   255
         Left            =   120
         TabIndex        =   1
         Top             =   480
         Width           =   855
      End
   End
End
Attribute VB_Name = "setbooktype"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command6_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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