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

📄 jieshu.frm

📁 图书管理系统,用VB做的,可以使用,用于课程设计
💻 FRM
字号:
VERSION 5.00
Begin VB.Form jieshu 
   Caption         =   "借出记录"
   ClientHeight    =   3885
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   4875
   LinkTopic       =   "Form1"
   ScaleHeight     =   3885
   ScaleWidth      =   4875
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   1095
      Left            =   3600
      TabIndex        =   9
      Top             =   2280
      Width           =   855
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   1095
      Left            =   3600
      TabIndex        =   8
      Top             =   600
      Width           =   855
   End
   Begin VB.TextBox Text4 
      Height          =   495
      Left            =   1320
      TabIndex        =   3
      Top             =   3000
      Width           =   1575
   End
   Begin VB.TextBox Text3 
      Height          =   495
      Left            =   1320
      TabIndex        =   2
      Top             =   2160
      Width           =   1575
   End
   Begin VB.TextBox Text2 
      Height          =   495
      Left            =   1320
      TabIndex        =   1
      Top             =   1080
      Width           =   1575
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Left            =   1320
      TabIndex        =   0
      Top             =   240
      Width           =   1575
   End
   Begin VB.Label Label4 
      Caption         =   "借书时长"
      Height          =   375
      Left            =   240
      TabIndex        =   7
      Top             =   3000
      Width           =   855
   End
   Begin VB.Label Label3 
      Caption         =   "借出日期"
      Height          =   375
      Left            =   240
      TabIndex        =   6
      Top             =   2280
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "图书编号"
      Height          =   495
      Left            =   240
      TabIndex        =   5
      Top             =   1200
      Width           =   735
   End
   Begin VB.Label Label1 
      Caption         =   "图书名称"
      Height          =   375
      Left            =   240
      TabIndex        =   4
      Top             =   360
      Width           =   735
   End
End
Attribute VB_Name = "jieshu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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