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

📄 frmborrowedit.frm

📁 这是用不VB+SQLSERVER2000开发的.
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form FrmBorrowEdit 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "编辑图书借阅信息"
   ClientHeight    =   7485
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8340
   Icon            =   "FrmBorrowEdit.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7485
   ScaleWidth      =   8340
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Cmd_Del 
      Caption         =   "删除图书"
      Height          =   375
      Left            =   7080
      TabIndex        =   40
      Top             =   5520
      Width           =   1095
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   4320
      Top             =   0
      Visible         =   0   'False
      Width           =   1815
      _ExtentX        =   3201
      _ExtentY        =   661
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=Books;Data Source=127.0.0.1"
      OLEDBString     =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=Books;Data Source=127.0.0.1"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   "sa"
      Password        =   "sa"
      RecordSource    =   "select * from borrowlist"
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin VB.CommandButton Cmd_Add 
      Caption         =   "添加图书"
      Height          =   375
      Left            =   7080
      TabIndex        =   36
      Top             =   4920
      Width           =   1095
   End
   Begin VB.CommandButton Cmd_Save 
      Caption         =   "保 存"
      Height          =   375
      Left            =   7080
      TabIndex        =   35
      Top             =   4320
      Width           =   1095
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "FrmBorrowEdit.frx":0442
      Height          =   3255
      Left            =   120
      TabIndex        =   34
      Top             =   4080
      Width           =   6735
      _ExtentX        =   11880
      _ExtentY        =   5741
      _Version        =   393216
      AllowUpdate     =   0   'False
      HeadLines       =   1
      RowHeight       =   15
      BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ColumnCount     =   2
      BeginProperty Column00 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      BeginProperty Column01 
         DataField       =   ""
         Caption         =   ""
         BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
            Type            =   0
            Format          =   ""
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
      EndProperty
      SplitCount      =   1
      BeginProperty Split0 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame3 
      Caption         =   "借阅人信息"
      Height          =   1335
      Left            =   120
      TabIndex        =   9
      Top             =   1080
      Width           =   8055
      Begin VB.TextBox txtBCount 
         Enabled         =   0   'False
         Height          =   330
         Left            =   6720
         TabIndex        =   22
         Top             =   840
         Width           =   1095
      End
      Begin VB.TextBox txtCardType 
         Enabled         =   0   'False
         Height          =   330
         Left            =   6720
         TabIndex        =   20
         Top             =   360
         Width           =   1095
      End
      Begin VB.TextBox txtMaxDays 
         Enabled         =   0   'False
         Height          =   330
         Left            =   3840
         TabIndex        =   18
         Top             =   840
         Width           =   1095
      End
      Begin VB.TextBox txtMaxCount 
         Enabled         =   0   'False
         Height          =   330
         Left            =   1320
         TabIndex        =   16
         Top             =   840
         Width           =   1095
      End
      Begin VB.TextBox txtName 
         Enabled         =   0   'False
         Height          =   330
         Left            =   4560
         TabIndex        =   14
         Top             =   360
         Width           =   1095
      End
      Begin VB.CommandButton Cmd_SchCard 
         Caption         =   "查 找"
         Height          =   375
         Left            =   2600
         TabIndex        =   12
         Top             =   360
         Width           =   855
      End
      Begin VB.TextBox txtCardNo 
         Height          =   330
         Left            =   1320
         TabIndex        =   11
         Top             =   360
         Width           =   1095
      End
      Begin VB.Label Label14 
         AutoSize        =   -1  'True
         Caption         =   "已经借阅数量"
         Height          =   180
         Left            =   5520
         TabIndex        =   21
         Top             =   900
         Width           =   1080
      End
      Begin VB.Label Label13 
         AutoSize        =   -1  'True
         Caption         =   "类型"
         Height          =   180
         Left            =   6120
         TabIndex        =   19
         Top             =   420
         Width           =   360
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         Caption         =   "最多借阅天数"
         Height          =   180
         Left            =   2640
         TabIndex        =   17
         Top             =   900
         Width           =   1080
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "最大借阅数量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   180
         Left            =   120
         TabIndex        =   15
         Top             =   900
         Width           =   1080
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         Caption         =   "姓名"
         Height          =   180
         Left            =   3960
         TabIndex        =   13
         Top             =   420
         Width           =   360
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "借阅证编号"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00000000&
         Height          =   180
         Left            =   120
         TabIndex        =   10
         Top             =   420
         Width           =   900
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "图书信息"
      Height          =   1455
      Left            =   120
      TabIndex        =   5
      Top             =   2520
      Width           =   8055
      Begin VB.TextBox txtCount 
         Enabled         =   0   'False
         Height          =   330
         Left            =   3840
         TabIndex        =   38
         Text            =   "1"
         Top             =   885
         Width           =   495
      End
      Begin VB.CommandButton Cmd_SchBook 
         Caption         =   "查找图书"
         Height          =   375
         Left            =   2400
         TabIndex        =   37
         Top             =   360
         Width           =   975
      End
      Begin VB.TextBox txtBookName 
         Enabled         =   0   'False
         Height          =   330
         Left            =   4440
         TabIndex        =   28
         Top             =   405
         Width           =   3375
      End
      Begin VB.TextBox txtBookNo 
         Height          =   330
         Left            =   960
         TabIndex        =   27
         Top             =   405
         Width           =   1215
      End
      Begin VB.TextBox txtBookType 
         Enabled         =   0   'False
         Height          =   330
         Left            =   960
         TabIndex        =   26
         Top             =   885
         Width           =   1815
      End
      Begin VB.TextBox txtLCount 
         Enabled         =   0   'False
         Height          =   330
         Left            =   7200
         TabIndex        =   24
         Top             =   885
         Width           =   615
      End
      Begin VB.TextBox txtTotal 
         Enabled         =   0   'False
         Height          =   330
         Left            =   5520
         TabIndex        =   6
         Top             =   885
         Width           =   495
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "借阅数量"
         Height          =   180
         Left            =   3000
         TabIndex        =   39
         Top             =   930
         Width           =   720
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "图书名称"
         Height          =   180
         Left            =   3600
         TabIndex        =   31
         Top             =   480
         Width           =   720
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         BackColor       =   &H00FFC0C0&

⌨️ 快捷键说明

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