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

📄 frmbookmemo.frm

📁 一个适用于书店的图书管理信息系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmBookMemo 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "图书资料更正"
   ClientHeight    =   6105
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9600
   Icon            =   "FrmBookMemo.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6105
   ScaleWidth      =   9600
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      Caption         =   "信息管理"
      Height          =   975
      Left            =   120
      TabIndex        =   29
      Top             =   4920
      Width           =   9255
      Begin VB.CommandButton CmdClose 
         Cancel          =   -1  'True
         Caption         =   "关闭(&C)"
         Height          =   375
         Left            =   5520
         TabIndex        =   14
         Top             =   360
         Width           =   1575
      End
      Begin VB.CommandButton CmdUpdate 
         Caption         =   "修改资料(&U)"
         Height          =   375
         Left            =   1800
         TabIndex        =   13
         Top             =   360
         Width           =   1575
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "图书资料"
      Height          =   4575
      Left            =   120
      TabIndex        =   15
      Top             =   120
      Width           =   9255
      Begin VB.TextBox TxtGuanJianCi 
         Height          =   390
         Left            =   5160
         TabIndex        =   11
         Top             =   1920
         Width           =   3855
      End
      Begin VB.TextBox TxtCongShu 
         BeginProperty DataFormat 
            Type            =   0
            Format          =   "0"
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   0
         EndProperty
         Height          =   390
         Left            =   5160
         TabIndex        =   10
         Top             =   1400
         Width           =   3855
      End
      Begin VB.TextBox TxtDingJia 
         BeginProperty DataFormat 
            Type            =   1
            Format          =   "0.00"
            HaveTrueFalseNull=   0
            FirstDayOfWeek  =   0
            FirstWeekOfYear =   0
            LCID            =   2052
            SubFormatType   =   1
         EndProperty
         Height          =   390
         Left            =   1440
         TabIndex        =   7
         Top             =   3960
         Width           =   2535
      End
      Begin VB.ComboBox ComboZiLei 
         Height          =   300
         Left            =   1440
         TabIndex        =   1
         Text            =   "请选择子类"
         Top             =   840
         Width           =   2535
      End
      Begin VB.ComboBox ComboFuLei 
         Height          =   300
         Left            =   1440
         TabIndex        =   0
         Text            =   "请选择图书类别"
         Top             =   360
         Width           =   2535
      End
      Begin VB.TextBox TxtBook 
         Height          =   390
         Left            =   1440
         TabIndex        =   3
         Top             =   1848
         Width           =   2535
      End
      Begin VB.TextBox TxtChuBanShe 
         Height          =   390
         Left            =   1440
         TabIndex        =   4
         Top             =   2376
         Width           =   2535
      End
      Begin VB.TextBox TxtZuoZhe 
         Height          =   390
         Left            =   1440
         TabIndex        =   5
         Top             =   2904
         Width           =   2535
      End
      Begin VB.TextBox TxtChuBanRQ 
         Height          =   390
         Left            =   1440
         TabIndex        =   6
         Top             =   3432
         Width           =   2535
      End
      Begin VB.TextBox TxtBanCi 
         Height          =   390
         Left            =   5160
         TabIndex        =   8
         Top             =   360
         Width           =   3855
      End
      Begin VB.TextBox TxtISBN 
         Height          =   390
         Left            =   5160
         TabIndex        =   9
         Top             =   880
         Width           =   3855
      End
      Begin VB.TextBox TxtJianJie 
         Height          =   1935
         Left            =   5160
         MultiLine       =   -1  'True
         ScrollBars      =   3  'Both
         TabIndex        =   12
         Top             =   2400
         Width           =   3855
      End
      Begin VB.TextBox TxtBianHao 
         Height          =   390
         Left            =   1440
         TabIndex        =   2
         Top             =   1320
         Width           =   2535
      End
      Begin VB.Label Label13 
         AutoSize        =   -1  'True
         Caption         =   "关键词:"
         Height          =   180
         Left            =   4380
         TabIndex        =   28
         Top             =   2040
         Width           =   720
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         Caption         =   "丛书:"
         Height          =   180
         Left            =   4560
         TabIndex        =   27
         Top             =   1515
         Width           =   540
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "定价:"
         Height          =   180
         Left            =   780
         TabIndex        =   26
         Top             =   4080
         Width           =   540
      End
      Begin VB.Label Label11 
         AutoSize        =   -1  'True
         Caption         =   "图书编号:"
         Height          =   180
         Left            =   420
         TabIndex        =   25
         Top             =   1440
         Width           =   900
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "所属子类:"
         Height          =   180
         Left            =   420
         TabIndex        =   24
         Top             =   960
         Width           =   900
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "所属大类:"
         Height          =   180
         Left            =   420
         TabIndex        =   23
         Top             =   480
         Width           =   900
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "图书名称:"
         Height          =   180
         Left            =   420
         TabIndex        =   22
         Top             =   1965
         Width           =   900
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "出版社:"
         Height          =   180
         Left            =   600
         TabIndex        =   21
         Top             =   2493
         Width           =   720
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "作者:"
         Height          =   180
         Left            =   780
         TabIndex        =   20
         Top             =   3021
         Width           =   540
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "出版日期:"
         Height          =   180
         Left            =   420
         TabIndex        =   19
         Top             =   3549
         Width           =   900
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "版次:"
         Height          =   180
         Left            =   4560
         TabIndex        =   18
         Top             =   480
         Width           =   540
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "ISBN:"
         Height          =   180
         Left            =   4560
         TabIndex        =   17
         Top             =   1000
         Width           =   540
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         Caption         =   "内容简介:"
         Height          =   180
         Left            =   4200
         TabIndex        =   16
         Top             =   2520
         Width           =   900
      End
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   4200
      Top             =   4680
      Visible         =   0   'False
      Width           =   1200
      _ExtentX        =   2117
      _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=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400

⌨️ 快捷键说明

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