duzhe_zong.frm

来自「图书管理系统+论文 界面美观 适合学生课题设计之用」· FRM 代码 · 共 81 行

FRM
81
字号
VERSION 5.00
Begin VB.Form duzhe_zong 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "读者"
   ClientHeight    =   3615
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   7365
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3615
   ScaleWidth      =   7365
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command4 
      Caption         =   "-关闭-"
      Height          =   495
      Left            =   6120
      TabIndex        =   4
      Top             =   2640
      Width           =   1095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "-投诉-"
      Height          =   495
      Left            =   6120
      TabIndex        =   3
      Top             =   1800
      Width           =   1095
   End
   Begin VB.CommandButton Command3 
      Caption         =   "查询借书"
      Height          =   495
      Left            =   6120
      TabIndex        =   2
      Top             =   960
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "查询图书"
      Height          =   495
      Left            =   6120
      TabIndex        =   1
      Top             =   240
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   3135
      Left            =   240
      Picture         =   "duzhe_zong.frx":0000
      ScaleHeight     =   3075
      ScaleWidth      =   5595
      TabIndex        =   0
      Top             =   120
      Width           =   5655
   End
End
Attribute VB_Name = "duzhe_zong"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
duzhe_tushu.Show
End Sub



Private Sub Command2_Click()
duzhe_tousu.Show
End Sub

Private Sub command3_Click()
duzhe_student.Show
End Sub

Private Sub Command4_Click()
 Unload Me
End Sub

⌨️ 快捷键说明

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