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

📄 b借书.frm

📁 原码和使用说明都有,用VB和SQL2000综合、设计的
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form B借书 
   Caption         =   "借书"
   ClientHeight    =   4665
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8040
   LinkTopic       =   "Form1"
   ScaleHeight     =   4665
   ScaleWidth      =   8040
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame FrameBook 
      Caption         =   "借书信息"
      Height          =   4695
      Left            =   120
      TabIndex        =   7
      Top             =   0
      Width           =   7935
      Begin VB.Frame Frame1 
         Height          =   2655
         Left            =   3360
         TabIndex        =   16
         Top             =   120
         Width           =   4335
         Begin VB.Label LblNum 
            Caption         =   "0"
            ForeColor       =   &H000000FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   30
            Top             =   1800
            Width           =   2175
         End
         Begin VB.Label Label7 
            AutoSize        =   -1  'True
            Caption         =   "数量:"
            Height          =   180
            Index           =   4
            Left            =   480
            TabIndex        =   29
            Top             =   1800
            Width           =   540
         End
         Begin VB.Label Label7 
            AutoSize        =   -1  'True
            Caption         =   "版次:"
            Height          =   180
            Index           =   3
            Left            =   480
            TabIndex        =   28
            Top             =   1440
            Width           =   540
         End
         Begin VB.Label LblPubNo 
            Caption         =   "无"
            ForeColor       =   &H000000FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   27
            Top             =   1440
            Width           =   2175
         End
         Begin VB.Label Label7 
            AutoSize        =   -1  'True
            Caption         =   "作者:"
            Height          =   180
            Index           =   2
            Left            =   480
            TabIndex        =   26
            Top             =   1080
            Width           =   540
         End
         Begin VB.Label LblAuthor 
            Caption         =   "无"
            ForeColor       =   &H000000FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   25
            Top             =   1080
            Width           =   2175
         End
         Begin VB.Label LblBookName 
            Caption         =   "无"
            ForeColor       =   &H000000FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   24
            Top             =   600
            Width           =   2175
         End
         Begin VB.Label Label7 
            AutoSize        =   -1  'True
            Caption         =   "题名:"
            Height          =   180
            Index           =   1
            Left            =   480
            TabIndex        =   23
            Top             =   720
            Width           =   540
         End
         Begin VB.Label LblNoReturn 
            Caption         =   "无"
            ForeColor       =   &H000000FF&
            Height          =   255
            Left            =   3480
            TabIndex        =   22
            Top             =   240
            Width           =   735
         End
         Begin VB.Label Label9 
            AutoSize        =   -1  'True
            Caption         =   "未还图书:"
            Height          =   180
            Left            =   2520
            TabIndex        =   21
            Top             =   240
            Width           =   900
         End
         Begin VB.Label LblValid 
            Caption         =   "无"
            ForeColor       =   &H000000FF&
            Height          =   255
            Left            =   1200
            TabIndex        =   20
            Top             =   240
            Width           =   735
         End
         Begin VB.Label Label7 
            AutoSize        =   -1  'True
            Caption         =   "超期图书:"
            Height          =   180
            Index           =   0
            Left            =   120
            TabIndex        =   19
            Top             =   240
            Width           =   900
         End
         Begin VB.Label Label3 
            AutoSize        =   -1  'True
            Caption         =   "读者罚款(元):"
            Height          =   180
            Left            =   120
            TabIndex        =   18
            Top             =   2160
            Width           =   1260
         End
         Begin VB.Label LblPenalty 
            Caption         =   "无"
            ForeColor       =   &H000000FF&
            Height          =   255
            Left            =   1440
            TabIndex        =   17
            Top             =   2160
            Width           =   1785
         End
      End
      Begin VB.CommandButton CmdExit 
         BackColor       =   &H00C0C0C0&
         Caption         =   "退出"
         Height          =   360
         Left            =   4920
         Style           =   1  'Graphical
         TabIndex        =   6
         Top             =   4200
         Width           =   800
      End
      Begin VB.CommandButton CmdCancel 
         BackColor       =   &H00C0C0C0&
         Caption         =   "取消"
         Height          =   360
         Left            =   3600
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   4200
         Width           =   800
      End
      Begin VB.CommandButton CmdSave 
         BackColor       =   &H00C0C0C0&
         Caption         =   "借书"
         Height          =   360
         Left            =   2280
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   4200
         Width           =   800
      End
      Begin VB.TextBox txtNum 
         Enabled         =   0   'False
         Height          =   375
         Left            =   1200
         MaxLength       =   50
         TabIndex        =   8
         Text            =   "0"
         Top             =   2160
         Width           =   2175
      End
      Begin VB.TextBox txtNotes 
         Height          =   1095
         Left            =   1200
         MultiLine       =   -1  'True
         ScrollBars      =   3  'Both
         TabIndex        =   3
         Top             =   2880
         Width           =   6135
      End
      Begin VB.TextBox txtReadNo 
         Height          =   375
         Left            =   1200
         MaxLength       =   10
         TabIndex        =   0
         Top             =   360
         Width           =   1695
      End
      Begin VB.TextBox txtBookNo 
         Height          =   375
         Left            =   1200
         MaxLength       =   12
         TabIndex        =   1
         Top             =   960
         Width           =   1695
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   375
         Left            =   1200
         TabIndex        =   2
         Top             =   1560
         Width           =   1695
         _ExtentX        =   2990
         _ExtentY        =   661
         _Version        =   393216
         Format          =   73072641
         CurrentDate     =   39711
      End
      Begin VB.Label Label8 
         Caption         =   "(6位)"
         Enabled         =   0   'False
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   1

⌨️ 快捷键说明

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