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

📄 frmissue.frm

📁 自己的作品。。基于VB的图书馆管理系统。 感觉很有现实意义
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form frmIssue 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "图书借阅"
   ClientHeight    =   4995
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   3750
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   4995
   ScaleWidth      =   3750
   Begin VB.TextBox txt_memid 
      Alignment       =   1  'Right Justify
      ForeColor       =   &H00400000&
      Height          =   285
      Left            =   2160
      Locked          =   -1  'True
      TabIndex        =   22
      Top             =   840
      Width           =   1335
   End
   Begin VB.TextBox txt_bookid 
      Alignment       =   1  'Right Justify
      ForeColor       =   &H00400000&
      Height          =   285
      Left            =   2160
      Locked          =   -1  'True
      TabIndex        =   21
      Top             =   1200
      Width           =   1335
   End
   Begin VB.Frame Fra_Date 
      Caption         =   "时间"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000040&
      Height          =   1095
      Left            =   0
      TabIndex        =   16
      Top             =   1560
      Width           =   3735
      Begin MSMask.MaskEdBox msk_return 
         Height          =   285
         Left            =   2160
         TabIndex        =   17
         ToolTipText     =   "Administrator default settings"
         Top             =   720
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   503
         _Version        =   393216
         ForeColor       =   4194304
         MaxLength       =   11
         Format          =   "yyyy年mm月dd日"
         Mask            =   "####年##月##日"
         PromptChar      =   "_"
      End
      Begin MSMask.MaskEdBox msk_issue 
         Height          =   285
         Left            =   2160
         TabIndex        =   18
         ToolTipText     =   "Administrator default settings"
         Top             =   360
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   503
         _Version        =   393216
         ForeColor       =   4194304
         MaxLength       =   11
         Format          =   "yyyy年mm月dd日"
         Mask            =   "####年##月##日"
         PromptChar      =   "_"
      End
      Begin VB.Label lbl_Doreturn 
         BackStyle       =   0  'Transparent
         Caption         =   "归还日期"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   120
         TabIndex        =   20
         Top             =   720
         Width           =   2055
      End
      Begin VB.Label Doissue 
         BackStyle       =   0  'Transparent
         Caption         =   "借出日期"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00800000&
         Height          =   255
         Left            =   120
         TabIndex        =   19
         Top             =   360
         Width           =   2295
      End
   End
   Begin VB.Frame Frame1 
      Height          =   2295
      Left            =   0
      TabIndex        =   0
      Top             =   2640
      Width           =   3735
      Begin VB.CommandButton cmdLast 
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   3240
         MouseIcon       =   "frmIssue.frx":0000
         MousePointer    =   99  'Custom
         Picture         =   "frmIssue.frx":0152
         Style           =   1  'Graphical
         TabIndex        =   8
         ToolTipText     =   "Move Last"
         Top             =   1200
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.CommandButton cmdNext 
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   2880
         MouseIcon       =   "frmIssue.frx":03A4
         MousePointer    =   99  'Custom
         Picture         =   "frmIssue.frx":04F6
         Style           =   1  'Graphical
         TabIndex        =   7
         ToolTipText     =   "Move Next"
         Top             =   1200
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.CommandButton cmdPrevious 
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   1800
         MouseIcon       =   "frmIssue.frx":0702
         MousePointer    =   99  'Custom
         Picture         =   "frmIssue.frx":0854
         Style           =   1  'Graphical
         TabIndex        =   6
         ToolTipText     =   "Move Previous"
         Top             =   1200
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.CommandButton cmdFirst 
         Appearance      =   0  'Flat
         Height          =   345
         Left            =   1440
         MouseIcon       =   "frmIssue.frx":0A63
         MousePointer    =   99  'Custom
         Picture         =   "frmIssue.frx":0BB5
         Style           =   1  'Graphical
         TabIndex        =   5
         ToolTipText     =   "Move First"
         Top             =   1200
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.CommandButton cmd_cancel 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   1320
         MouseIcon       =   "frmIssue.frx":0E04
         MousePointer    =   99  'Custom
         Picture         =   "frmIssue.frx":0F56
         Style           =   1  'Graphical
         TabIndex        =   4
         ToolTipText     =   "Cancel"
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton cmd_return 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   120
         MouseIcon       =   "frmIssue.frx":14D6
         MousePointer    =   99  'Custom
         Picture         =   "frmIssue.frx":1628
         Style           =   1  'Graphical
         TabIndex        =   3
         ToolTipText     =   "Switch to Return form"
         Top             =   1200
         Width           =   1095
      End
      Begin VB.CommandButton cmd_issue 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   2520
         MouseIcon       =   "frmIssue.frx":1C31
         MousePointer    =   99  'Custom
         Picture         =   "frmIssue.frx":1D83
         Style           =   1  'Graphical
         TabIndex        =   2
         ToolTipText     =   "Issue book"
         Top             =   240
         Width           =   1095
      End
      Begin VB.CommandButton cmd_add 
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   120
         MouseIcon       =   "frmIssue.frx":237D
         MousePointer    =   99  'Custom
         Picture         =   "frmIssue.frx":24CF
         Style           =   1  'Graphical
         TabIndex        =   1
         ToolTipText     =   "Add new"
         Top             =   240
         Width           =   1095
      End
      Begin VB.Label lbl_total 
         BackStyle       =   0  'Transparent
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2640
         TabIndex        =   15
         Top             =   1680
         Width           =   975
      End
      Begin VB.Label lbl_rec 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1440
         TabIndex        =   14
         Top             =   1680
         Width           =   855
      End
      Begin VB.Label Label10 
         BackStyle       =   0  'Transparent
         Caption         =   "of"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   9.75
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2400
         TabIndex        =   13
         Top             =   1680
         Width           =   255
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "跳到归还处理"
         Height          =   375
         Left            =   120
         TabIndex        =   12
         Top             =   1845
         Width           =   1215
      End
      Begin VB.Label Label4 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "借出"
         Height          =   255
         Left            =   2520
         TabIndex        =   11
         Top             =   885
         Width           =   975
      End
      Begin VB.Label Label3 
         Alignment       =   2  'Center
         BackStyle       =   0  'Transparent
         Caption         =   "取消"

⌨️ 快捷键说明

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