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

📄 frmbuybook.frm

📁 一些对图书馆的基本管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
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 frmBuyBook 
   Caption         =   "图书征订"
   ClientHeight    =   6315
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   10395
   Icon            =   "frmBuyBook.frx":0000
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   6315
   ScaleWidth      =   10395
   Begin VB.CommandButton btnSubmit 
      Caption         =   "提交征订(验收)"
      Height          =   375
      Left            =   4320
      TabIndex        =   29
      Top             =   5880
      Width           =   1695
   End
   Begin VB.CommandButton btnOpen 
      Caption         =   "查找"
      Height          =   375
      Left            =   3120
      TabIndex        =   28
      Top             =   4680
      Width           =   615
   End
   Begin VB.TextBox txbWorker 
      CausesValidation=   0   'False
      DataField       =   "操作员"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   120
      TabIndex        =   15
      Top             =   5400
      Width           =   1215
   End
   Begin VB.TextBox txbBookName 
      Enabled         =   0   'False
      Height          =   375
      Left            =   3960
      TabIndex        =   14
      Top             =   4680
      Width           =   2775
   End
   Begin VB.TextBox txbBookNumber 
      DataField       =   "图书编号"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1800
      TabIndex        =   13
      Top             =   4680
      Width           =   1215
   End
   Begin VB.TextBox txbNumber 
      DataField       =   "征订编号"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   120
      TabIndex        =   12
      Top             =   4680
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Height          =   615
      Left            =   0
      TabIndex        =   5
      Top             =   600
      Width           =   10335
      Begin VB.TextBox txbTwo 
         Height          =   270
         Left            =   4320
         TabIndex        =   27
         Top             =   240
         Width           =   1215
      End
      Begin VB.CommandButton btnSearch 
         Caption         =   "搜索"
         Height          =   255
         Left            =   120
         TabIndex        =   8
         Top             =   240
         Width           =   615
      End
      Begin VB.TextBox txbOne 
         Height          =   270
         Left            =   2040
         TabIndex        =   7
         Top             =   240
         Width           =   1215
      End
      Begin VB.TextBox txbThree 
         Height          =   270
         Left            =   6600
         TabIndex        =   6
         Top             =   240
         Width           =   1215
      End
      Begin VB.Label Label1 
         Caption         =   "征订编号"
         Height          =   255
         Left            =   1200
         TabIndex        =   11
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label2 
         Caption         =   "图书编号"
         Height          =   255
         Left            =   3480
         TabIndex        =   10
         Top             =   240
         Width           =   855
      End
      Begin VB.Label Label3 
         Caption         =   "图书名称"
         Height          =   255
         Left            =   5760
         TabIndex        =   9
         Top             =   240
         Width           =   1095
      End
   End
   Begin VB.TextBox txbPrice 
      CausesValidation=   0   'False
      DataField       =   "订购单价"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   3480
      TabIndex        =   4
      Top             =   5400
      Width           =   1215
   End
   Begin VB.TextBox txbContact 
      CausesValidation=   0   'False
      DataField       =   "订购者联系方式"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   6840
      TabIndex        =   3
      Top             =   5400
      Width           =   1455
   End
   Begin VB.TextBox txbDate 
      CausesValidation=   0   'False
      DataField       =   "订购日期"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   5160
      TabIndex        =   2
      Top             =   5400
      Width           =   1215
   End
   Begin VB.TextBox txbCount 
      CausesValidation=   0   'False
      DataField       =   "订购数量"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   1800
      TabIndex        =   1
      Top             =   5400
      Width           =   1215
   End
   Begin VB.TextBox txbSubscriber 
      CausesValidation=   0   'False
      DataField       =   "订购者"
      DataSource      =   "Adodc1"
      Height          =   375
      Left            =   7080
      TabIndex        =   0
      Top             =   4680
      Width           =   1215
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   5400
      Top             =   6600
      Visible         =   0   'False
      Width           =   2415
      _ExtentX        =   4260
      _ExtentY        =   582
      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=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=liblink"
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   "liblink"
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from 图书征订"
      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 MSDataGridLib.DataGrid grdDataGrid 
      Bindings        =   "frmBuyBook.frx":0442
      Height          =   2895
      Left            =   0
      TabIndex        =   16
      Top             =   1320
      Width           =   10335
      _ExtentX        =   18230
      _ExtentY        =   5106
      _Version        =   393216
      HeadLines       =   1
      RowHeight       =   15
      FormatLocked    =   -1  'True
      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     =   10
      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
      BeginProperty Column02 
         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 Column03 
         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 Column04 
         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 Column05 
         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 Column06 
         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 Column07 
         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 Column08 
         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 Column09 
         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 
            ColumnWidth     =   884.976
         EndProperty
         BeginProperty Column01 
            ColumnWidth     =   1110.047
         EndProperty
         BeginProperty Column02 
            ColumnWidth     =   780.095
         EndProperty
         BeginProperty Column03 
            ColumnWidth     =   2129.953
         EndProperty
         BeginProperty Column04 
            ColumnWidth     =   780.095
         EndProperty
         BeginProperty Column05 
            ColumnWidth     =   794.835
         EndProperty
         BeginProperty Column06 
            ColumnWidth     =   824.882
         EndProperty
         BeginProperty Column07 
            ColumnWidth     =   840.189
         EndProperty
         BeginProperty Column08 
            ColumnWidth     =   824.882
         EndProperty
         BeginProperty Column09 
            ColumnWidth     =   705.26
         EndProperty
      EndProperty
   End

⌨️ 快捷键说明

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