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

📄 查看库存信息.frm

📁 图书馆管理系统的实现
💻 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 FrmFindKuCun 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "查找库存信息..."
   ClientHeight    =   6360
   ClientLeft      =   1050
   ClientTop       =   390
   ClientWidth     =   10005
   Icon            =   "查看库存信息.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   6360
   ScaleWidth      =   10005
   Begin MSAdodcLib.Adodc a 
      Height          =   375
      Left            =   3360
      Top             =   6600
      Visible         =   0   'False
      Width           =   3735
      _ExtentX        =   6588
      _ExtentY        =   661
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      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=Bookdate;Data Source=127.0.0.1"
      OLEDBString     =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=Bookdate;Data Source=127.0.0.1"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   "sa"
      Password        =   ""
      RecordSource    =   "select * from kucun"
      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.Frame Frame1 
      Height          =   6135
      Left            =   120
      TabIndex        =   0
      Top             =   0
      Width           =   9855
      Begin MSDataGridLib.DataGrid DataGrid1 
         Bindings        =   "查看库存信息.frx":058A
         Height          =   2745
         Left            =   120
         TabIndex        =   27
         Top             =   240
         Width           =   9615
         _ExtentX        =   16960
         _ExtentY        =   4842
         _Version        =   393216
         AllowUpdate     =   0   'False
         HeadLines       =   1
         RowHeight       =   16
         FormatLocked    =   -1  'True
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Caption         =   "库存概况"
         ColumnCount     =   5
         BeginProperty Column00 
            DataField       =   "book_id"
            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       =   "book_id"
            Caption         =   "图书编号"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column02 
            DataField       =   "book_name"
            Caption         =   "图书名称"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column03 
            DataField       =   "book_num"
            Caption         =   "图书数量"
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column04 
            DataField       =   "book_add"
            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
            BeginProperty Column02 
            EndProperty
            BeginProperty Column03 
            EndProperty
            BeginProperty Column04 
            EndProperty
         EndProperty
      End
      Begin VB.Frame Frame4 
         Height          =   2925
         Left            =   8040
         TabIndex        =   26
         Top             =   3120
         Width           =   1695
         Begin VB.CommandButton 退出 
            Caption         =   "退出"
            Height          =   375
            Left            =   120
            TabIndex        =   9
            Top             =   2160
            Width           =   1455
         End
         Begin VB.CommandButton 最后一条 
            Caption         =   "最后一条"
            Height          =   375
            Left            =   120
            TabIndex        =   8
            Top             =   1680
            Width           =   1455
         End
         Begin VB.CommandButton 下一条 
            Caption         =   "下一条"
            Height          =   375
            Left            =   120
            TabIndex        =   7
            Top             =   1200
            Width           =   1455
         End
         Begin VB.CommandButton 上一条 
            Caption         =   "上一条"
            Height          =   375
            Left            =   120
            TabIndex        =   6
            Top             =   720
            Width           =   1455
         End
         Begin VB.CommandButton 第一条 
            Caption         =   "第一条"
            Height          =   375
            Left            =   120
            TabIndex        =   5
            Top             =   240
            Width           =   1455
         End
         Begin VB.Label 共0条 
            AutoSize        =   -1  'True
            Caption         =   "共0条"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   960
            TabIndex        =   29
            Top             =   2640
            Width           =   450
         End
         Begin VB.Label 第0条 
            AutoSize        =   -1  'True
            Caption         =   "第0条"
            ForeColor       =   &H00FF0000&
            Height          =   180
            Left            =   240
            TabIndex        =   28
            Top             =   2640
            Width           =   450
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "浏览记录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   1455
         Left            =   120
         TabIndex        =   15
         Top             =   4600
         Width           =   7815
         Begin VB.Label Label12 
            Appearance      =   0  'Flat
            BackColor       =   &H80000005&
            BorderStyle     =   1  'Fixed Single
            DataField       =   "book_add"
            DataSource      =   "a"
            ForeColor       =   &H000080FF&
            Height          =   255
            Left            =   5040
            TabIndex        =   25
            Top             =   720
            Width           =   2295
         End
         Begin VB.Label Label11 
            AutoSize        =   -1  'True
            Caption         =   "存放地点:"
            Height          =   180
            Left            =   4200
            TabIndex        =   24
            Top             =   757
            Width           =   810
         End
         Begin VB.Label Label10 

⌨️ 快捷键说明

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