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

📄 form1.frm

📁 软件功能完善
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{3BB88638-DA7A-11D4-80F9-444553540000}#1.0#0"; "COOLLABEL.OCX"
Begin VB.Form Form1 
   Caption         =   "图书管理系统:"
   ClientHeight    =   6720
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   9660
   LinkTopic       =   "Form1"
   ScaleHeight     =   6720
   ScaleWidth      =   9660
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton start 
      DownPicture     =   "Form1.frx":0000
      Height          =   495
      Left            =   6120
      Picture         =   "Form1.frx":064F
      Style           =   1  'Graphical
      TabIndex        =   10
      Top             =   1080
      UseMaskColor    =   -1  'True
      Width           =   495
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   120
      Top             =   6000
      Width           =   9375
      _ExtentX        =   16536
      _ExtentY        =   661
      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=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\My Documents\毕业设计2\libary.mdb"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\My Documents\毕业设计2\libary.mdb"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "libary"
      Caption         =   ""
      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 DataGrid1 
      Height          =   4215
      Left            =   120
      TabIndex        =   7
      Top             =   1680
      Visible         =   0   'False
      Width           =   9375
      _ExtentX        =   16536
      _ExtentY        =   7435
      _Version        =   393216
      AllowUpdate     =   0   'False
      AllowArrows     =   0   'False
      HeadLines       =   1
      RowHeight       =   15
      TabAction       =   2
      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 CoolLabel.Cool L1 
      Height          =   255
      Left            =   6600
      TabIndex        =   8
      Top             =   1200
      Width           =   2895
      _ExtentX        =   5106
      _ExtentY        =   450
      名称            =   ""
      对齐            =   2
      颜色            =   -2147483630
      字体            =   8.25
   End
   Begin VB.ComboBox Combo2 
      BackColor       =   &H80000004&
      Height          =   300
      Left            =   1680
      TabIndex        =   9
      Text            =   "男"
      Top             =   1680
      Visible         =   0   'False
      Width           =   1215
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      Left            =   3960
      TabIndex        =   6
      Text            =   "请选择类别"
      Top             =   1200
      Width           =   1935
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Left            =   1680
      TabIndex        =   5
      Text            =   "关键字"
      Top             =   1200
      Width           =   2175
   End
   Begin CoolLabel.Cool Cool1 
      Height          =   255
      Left            =   240
      TabIndex        =   4
      Top             =   1200
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   450
      名称            =   "输入查询内容:"
      颜色            =   -2147483630
      字体            =   9.75
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Height          =   585
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   9675
      _ExtentX        =   17066
      _ExtentY        =   1032
      ButtonWidth     =   1455
      ButtonHeight    =   1032
      Wrappable       =   0   'False
      Appearance      =   1
      Style           =   1
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   9
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "借书"
            Object.ToolTipText     =   "借阅新书所在目录"
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "还书"
            Object.ToolTipText     =   "还书操作"
            ImageIndex      =   2
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "查询"
            Object.ToolTipText     =   "查询书籍借阅情况"
            ImageIndex      =   3
         EndProperty
         BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "学号"
            Object.ToolTipText     =   "添加或删除学号"
            ImageIndex      =   4
         EndProperty
         BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "书号"
            Object.ToolTipText     =   "登记新书"
            ImageIndex      =   5
         EndProperty
         BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "设置"
            Object.ToolTipText     =   "设置系统参数"
            ImageIndex      =   6
         EndProperty
         BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "借阅管理"
            Object.ToolTipText     =   "添加或删除出错的借阅记录"
            ImageIndex      =   7
         EndProperty
         BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "备份"
            Object.ToolTipText     =   "备份数据库"
            ImageIndex      =   8
         EndProperty
         BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "删除备份"
            Object.ToolTipText     =   "删除备份数据库"
            ImageIndex      =   9
         EndProperty
      EndProperty
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   5955
      Left            =   0
      TabIndex        =   1
      Top             =   600
      Width           =   9645
      _ExtentX        =   17013
      _ExtentY        =   10504
      _Version        =   393216
      Tabs            =   5
      Tab             =   4
      TabsPerRow      =   5
      TabHeight       =   520
      TabCaption(0)   =   "借书管理"
      TabPicture(0)   =   "Form1.frx":0C2F
      Tab(0).ControlEnabled=   0   'False
      Tab(0).ControlCount=   0
      TabCaption(1)   =   "还书管理"
      TabPicture(1)   =   "Form1.frx":0C4B
      Tab(1).ControlEnabled=   0   'False
      Tab(1).ControlCount=   0
      TabCaption(2)   =   "借阅查询"
      TabPicture(2)   =   "Form1.frx":0C67
      Tab(2).ControlEnabled=   0   'False
      Tab(2).ControlCount=   0
      TabCaption(3)   =   "书库查询"
      TabPicture(3)   =   "Form1.frx":0C83
      Tab(3).ControlEnabled=   0   'False
      Tab(3).ControlCount=   0
      TabCaption(4)   =   "学号查询"
      TabPicture(4)   =   "Form1.frx":0C9F
      Tab(4).ControlEnabled=   -1  'True
      Tab(4).Control(0)=   "ImageList1"
      Tab(4).Control(0).Enabled=   0   'False
      Tab(4).Control(1)=   "CommonDialog1"
      Tab(4).Control(1).Enabled=   0   'False
      Tab(4).Control(2)=   "CommonDialog2"
      Tab(4).Control(2).Enabled=   0   'False
      Tab(4).Control(3)=   "CommonDialog3"
      Tab(4).Control(3).Enabled=   0   'False
      Tab(4).Control(4)=   "CommonDialog4"
      Tab(4).Control(4).Enabled=   0   'False
      Tab(4).Control(5)=   "CommonDialog5"
      Tab(4).Control(5).Enabled=   0   'False
      Tab(4).Control(6)=   "CommonDialog6"
      Tab(4).Control(6).Enabled=   0   'False
      Tab(4).ControlCount=   7
      Begin MSComDlg.CommonDialog CommonDialog6 
         Left            =   6120
         Top             =   480
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin MSComDlg.CommonDialog CommonDialog5 
         Left            =   6120
         Top             =   480
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin MSComDlg.CommonDialog CommonDialog4 
         Left            =   6120
         Top             =   480
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin MSComDlg.CommonDialog CommonDialog3 
         Left            =   6120
         Top             =   480
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin MSComDlg.CommonDialog CommonDialog2 
         Left            =   6120
         Top             =   480
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin MSComDlg.CommonDialog CommonDialog1 
         Left            =   6120
         Top             =   480
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
      End
      Begin MSComctlLib.ImageList ImageList1 
         Left            =   8760
         Top             =   1440
         _ExtentX        =   1005
         _ExtentY        =   1005
         BackColor       =   -2147483643
         ImageWidth      =   20
         ImageHeight     =   20
         MaskColor       =   12632256
         _Version        =   393216
         BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
            NumListImages   =   9
            BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":0CBB
               Key             =   ""
            EndProperty
            BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":0DFF
               Key             =   ""
            EndProperty
            BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":119F
               Key             =   ""
            EndProperty
            BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":173B
               Key             =   ""
            EndProperty
            BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":1D9B
               Key             =   ""
            EndProperty
            BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":1F63
               Key             =   ""
            EndProperty
            BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":2397
               Key             =   ""
            EndProperty
            BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":2987
               Key             =   ""
            EndProperty
            BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "Form1.frx":2A8B
               Key             =   ""
            EndProperty
         EndProperty
      End
      Begin VB.CommandButton begin 
         Height          =   300
         Index           =   0
         Left            =   4800
         Picture         =   "Form1.frx":2BBB
         Style           =   1  'Graphical
         TabIndex        =   3
         Top             =   -840
         UseMaskColor    =   -1  'True
         Width           =   345
      End
      Begin VB.Label Label1 
         Caption         =   "输入查询内容"
         Height          =   255
         Left            =   480
         TabIndex        =   2
         Top             =   -720
         Width           =   1215
      End
   End
   Begin VB.Menu file 
      Caption         =   "操作管理(A)"
      Begin VB.Menu borrow 
         Caption         =   "借书"
         WindowList      =   -1  'True
         Begin VB.Menu normal 
            Caption         =   "普通 "
            Shortcut        =   ^A
         End
         Begin VB.Menu special 
            Caption         =   "续借 "
            Shortcut        =   ^B
         End
      End

⌨️ 快捷键说明

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