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

📄 tushucard.frm

📁 图书管理系统,用VB做的,可以使用,用于课程设计
💻 FRM
字号:
VERSION 5.00
Begin VB.Form tushucard 
   Caption         =   "办理借书卡"
   ClientHeight    =   3285
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5745
   LinkTopic       =   "Form1"
   ScaleHeight     =   3285
   ScaleWidth      =   5745
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   495
      Left            =   3600
      TabIndex        =   9
      Top             =   2280
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   1080
      TabIndex        =   8
      Top             =   2280
      Width           =   1095
   End
   Begin VB.TextBox Text4 
      Height          =   495
      Left            =   3840
      TabIndex        =   3
      Top             =   1320
      Width           =   1455
   End
   Begin VB.TextBox Text3 
      Height          =   495
      Left            =   1080
      TabIndex        =   2
      Top             =   1320
      Width           =   1455
   End
   Begin VB.TextBox Text2 
      Height          =   495
      Left            =   3840
      TabIndex        =   1
      Top             =   240
      Width           =   1455
   End
   Begin VB.TextBox Text1 
      Height          =   495
      Left            =   1080
      TabIndex        =   0
      Top             =   240
      Width           =   1455
   End
   Begin VB.Label Label4 
      Caption         =   "手续费"
      Height          =   495
      Left            =   3000
      TabIndex        =   7
      Top             =   1320
      Width           =   615
   End
   Begin VB.Label Label3 
      Caption         =   "班  级"
      Height          =   495
      Left            =   3000
      TabIndex        =   6
      Top             =   240
      Width           =   615
   End
   Begin VB.Label Label2 
      Caption         =   "卡  号"
      Height          =   375
      Left            =   120
      TabIndex        =   5
      Top             =   1320
      Width           =   735
   End
   Begin VB.Label Label1 
      Caption         =   "姓  名"
      Height          =   495
      Left            =   120
      TabIndex        =   4
      Top             =   240
      Width           =   735
   End
End
Attribute VB_Name = "tushucard"
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 + -