form1.frm

来自「图书管理系统,图书信息,添加学生信息,借书与归还记载,借书卡办理,查询图书信息」· FRM 代码 · 共 83 行

FRM
83
字号
VERSION 5.00
Begin VB.Form frmzong 
   Caption         =   "图书管理系统"
   ClientHeight    =   6780
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9375
   LinkTopic       =   "Form1"
   ScaleHeight     =   6780
   ScaleWidth      =   9375
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmd_exit 
      Cancel          =   -1  'True
      Caption         =   "exit"
      Height          =   495
      Left            =   7680
      TabIndex        =   6
      Top             =   4680
      Width           =   1335
   End
   Begin VB.CommandButton Command6 
      Caption         =   "查询"
      Height          =   615
      Left            =   7680
      TabIndex        =   5
      Top             =   5640
      Width           =   1215
   End
   Begin VB.CommandButton Command5 
      Caption         =   "还书"
      Height          =   615
      Left            =   3840
      TabIndex        =   4
      Top             =   4200
      Width           =   1215
   End
   Begin VB.CommandButton Command4 
      Caption         =   "借书"
      Height          =   615
      Left            =   720
      TabIndex        =   3
      Top             =   4200
      Width           =   1215
   End
   Begin VB.CommandButton Command3 
      Caption         =   "借书卡办理"
      Height          =   615
      Left            =   2400
      TabIndex        =   2
      Top             =   2520
      Width           =   1215
   End
   Begin VB.CommandButton Command2 
      Caption         =   "图书信息"
      Height          =   615
      Left            =   3720
      TabIndex        =   1
      Top             =   1200
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "添加学生信息"
      Height          =   615
      Left            =   720
      TabIndex        =   0
      Top             =   1200
      Width           =   1215
   End
End
Attribute VB_Name = "frmzong"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Cmd_exit_Click()
End
End Sub

Private Sub Command1_Click()
frmstudent.Show 1
End Sub

⌨️ 快捷键说明

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