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

📄 添加图书信息.frm

📁 图书馆管理系统的实现
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form frmAddBookInfo 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "添加图书信息..."
   ClientHeight    =   6735
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   6225
   Icon            =   "添加图书信息.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   6735
   ScaleWidth      =   6225
   Begin VB.Frame FramEdit 
      Caption         =   "修改图书信息:"
      ForeColor       =   &H00FF0000&
      Height          =   2895
      Left            =   120
      TabIndex        =   22
      Top             =   120
      Width           =   3855
      Begin MSAdodcLib.Adodc Adodc1 
         Height          =   330
         Left            =   2280
         Top             =   1320
         Visible         =   0   'False
         Width           =   1200
         _ExtentX        =   2117
         _ExtentY        =   582
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   2
         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    =   "BookType"
         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 MSDataListLib.DataCombo DcbEditType 
         Bindings        =   "添加图书信息.frx":058A
         DataField       =   "booktype"
         DataSource      =   "Adodc1"
         Height          =   330
         Left            =   1200
         TabIndex        =   13
         Top             =   1920
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   582
         _Version        =   393216
         ForeColor       =   33023
         ListField       =   "booktype"
         Text            =   "DataCombo2"
      End
      Begin MSComCtl2.DTPicker DTPEditTime 
         Height          =   255
         Left            =   1200
         TabIndex        =   14
         Top             =   2400
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   450
         _Version        =   393216
         Format          =   24641537
         CurrentDate     =   38325
      End
      Begin VB.TextBox TxtByTelEd 
         Appearance      =   0  'Flat
         ForeColor       =   &H000080FF&
         Height          =   270
         Left            =   1200
         TabIndex        =   11
         Top             =   1177
         Width           =   1335
      End
      Begin VB.TextBox TxtCompanyEd 
         Appearance      =   0  'Flat
         ForeColor       =   &H000080FF&
         Height          =   270
         Left            =   1200
         TabIndex        =   12
         Top             =   1560
         Width           =   1335
      End
      Begin VB.TextBox TxtByNameEd 
         Appearance      =   0  'Flat
         ForeColor       =   &H000080FF&
         Height          =   270
         Left            =   1200
         TabIndex        =   10
         Top             =   746
         Width           =   1335
      End
      Begin VB.CommandButton CmdQuXiao 
         Caption         =   "取 消"
         Height          =   300
         Left            =   2760
         TabIndex        =   16
         Top             =   2340
         Width           =   800
      End
      Begin VB.CommandButton CmdOkEd 
         Caption         =   "确 定"
         Height          =   300
         Left            =   2760
         TabIndex        =   15
         Top             =   1920
         Width           =   800
      End
      Begin VB.Label Label12 
         AutoSize        =   -1  'True
         Caption         =   "入库时间:"
         Height          =   180
         Left            =   240
         TabIndex        =   30
         Top             =   2445
         Width           =   900
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "图书编号:"
         Height          =   180
         Left            =   240
         TabIndex        =   27
         Top             =   360
         Width           =   900
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "图书名称:"
         Height          =   180
         Left            =   240
         TabIndex        =   26
         Top             =   780
         Width           =   900
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "出版社:"
         Height          =   180
         Left            =   240
         TabIndex        =   25
         Top             =   1620
         Width           =   720
      End
      Begin VB.Label Label9 
         AutoSize        =   -1  'True
         Caption         =   "图书单价:"
         Height          =   180
         Left            =   240
         TabIndex        =   24
         Top             =   1200
         Width           =   900
      End
      Begin VB.Label Label10 
         AutoSize        =   -1  'True
         Caption         =   "图书类型:"
         Height          =   180
         Left            =   240
         TabIndex        =   23
         Top             =   2040
         Width           =   900
      End
      Begin VB.Image Image2 
         Height          =   780
         Left            =   2760
         Picture         =   "添加图书信息.frx":059F
         Top             =   480
         Width           =   780
      End
      Begin VB.Label LabByIdEd 
         Appearance      =   0  'Flat
         BackColor       =   &H80000005&
         BorderStyle     =   1  'Fixed Single
         ForeColor       =   &H000080FF&
         Height          =   255
         Left            =   1200
         TabIndex        =   9
         Top             =   360
         Width           =   1335
      End
   End
   Begin VB.Frame FramAddBookInfo 
      Caption         =   "添加客户信息:"
      ForeColor       =   &H00FF0000&
      Height          =   2895
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   3855
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   255
         Left            =   1200
         TabIndex        =   6
         Top             =   2408
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   450
         _Version        =   393216
         Format          =   24641537
         CurrentDate     =   38325

⌨️ 快捷键说明

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