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

📄 form2.frm

📁 《草堂图书管理系统》提供了丰富的可视信息
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "草堂借书管理"
   ClientHeight    =   1965
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   2985
   LinkTopic       =   "Form2"
   Picture         =   "Form2.frx":0000
   ScaleHeight     =   1965
   ScaleWidth      =   2985
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command4 
      Caption         =   "QUIT"
      Height          =   375
      Left            =   2160
      TabIndex        =   8
      Top             =   1560
      Width           =   735
   End
   Begin VB.CommandButton Command3 
      Caption         =   "BACK"
      Height          =   375
      Left            =   1440
      TabIndex        =   7
      Top             =   1560
      Width           =   735
   End
   Begin VB.CommandButton Command2 
      Caption         =   "概况"
      Height          =   375
      Left            =   720
      TabIndex        =   6
      Top             =   1560
      Width           =   735
   End
   Begin VB.CommandButton Command1 
      Caption         =   "续借"
      Height          =   375
      Left            =   0
      TabIndex        =   5
      Top             =   1560
      Width           =   735
   End
   Begin VB.Frame Frame1 
      Caption         =   "借书"
      Height          =   1455
      Left            =   0
      TabIndex        =   0
      Top             =   120
      Width           =   2895
      Begin VB.TextBox Text2 
         Height          =   270
         Left            =   1080
         TabIndex        =   4
         Top             =   840
         Width           =   1335
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   1080
         TabIndex        =   3
         Top             =   360
         Width           =   1335
      End
      Begin VB.Label Label2 
         Caption         =   "学号:"
         Height          =   495
         Left            =   240
         TabIndex        =   2
         Top             =   840
         Width           =   855
      End
      Begin VB.Label Label1 
         Caption         =   "书号:"
         Height          =   375
         Left            =   240
         TabIndex        =   1
         Top             =   480
         Width           =   615
      End
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command3_Click()
rc = MsgBox("确定要取消借书操作吗?", 49)
If rc = vbOK Then
If bflag = True Then
Data1.Recordset.CancelUpdate
End If
Else
Exit Sub
End If
Unload Me
End Sub

⌨️ 快捷键说明

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