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

📄 safrm.frm

📁 图书管理系统:分成图书管理模块和图书查询模块
💻 FRM
📖 第 1 页 / 共 5 页
字号:
      Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
         Bindings        =   "safrm.frx":04E2
         Height          =   4815
         Left            =   120
         TabIndex        =   30
         Top             =   600
         Width           =   7815
         _ExtentX        =   13785
         _ExtentY        =   8493
         _Version        =   393216
         Cols            =   9
         FixedCols       =   0
         BackColorFixed  =   -2147483644
         ForeColorSel    =   -2147483625
         BackColorBkg    =   12648447
         GridColor       =   0
         HighLight       =   2
         GridLinesFixed  =   1
         SelectionMode   =   1
         AllowUserResizing=   2
         Appearance      =   0
         FormatString    =   "书名|作者1|作者2|ISBN|主题词|分类|出版社|价格|总量"
      End
      Begin VB.Data Data2 
         Caption         =   "Data2"
         Connect         =   "Access"
         DatabaseName    =   "F:\vb程序1\vb程序1\V_Library.mdb"
         DefaultCursorType=   0  '缺省游标
         DefaultType     =   2  '使用 ODBC
         Exclusive       =   0   'False
         Height          =   405
         Left            =   360
         Options         =   0
         ReadOnly        =   0   'False
         RecordsetType   =   1  'Dynaset
         RecordSource    =   "select 书名,作者1,作者2,ISBN,主题词,分类,出版社,价格,总量 from 书库清单 where 总量=0"
         Top             =   4920
         Visible         =   0   'False
         Width           =   1935
      End
      Begin VB.Label Label9 
         Caption         =   "选择一条记录后,点击<删除>按钮进行删除!"
         Height          =   255
         Left            =   240
         TabIndex        =   32
         Top             =   240
         Width           =   3735
      End
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   315
      Left            =   0
      TabIndex        =   13
      Top             =   6390
      Width           =   8070
      _ExtentX        =   14235
      _ExtentY        =   556
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   3
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   9049
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   5
            Alignment       =   1
            TextSave        =   "21:29"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   6
            Alignment       =   1
            TextSave        =   "2004-4-30"
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame1 
      Height          =   5535
      Left            =   0
      TabIndex        =   12
      Top             =   720
      Width           =   8055
      Begin MSFlexGridLib.MSFlexGrid MSFlexGrid2 
         Height          =   2415
         Left            =   120
         TabIndex        =   31
         Top             =   240
         Width           =   7815
         _ExtentX        =   13785
         _ExtentY        =   4260
         _Version        =   393216
         Cols            =   9
         FixedCols       =   0
         BackColor       =   -2147483628
         ForeColorSel    =   -2147483630
         BackColorBkg    =   12648447
         GridColor       =   0
         AllowBigSelection=   0   'False
         HighLight       =   0
         GridLinesFixed  =   1
         SelectionMode   =   1
         AllowUserResizing=   1
         Appearance      =   0
         FormatString    =   "书名|作者1|作者2|ISBN|主题词|分类|出版社|价格|总量"
      End
      Begin VB.CommandButton cancelbook 
         Caption         =   "取消添加"
         Height          =   255
         Left            =   5400
         TabIndex        =   11
         Top             =   5040
         Width           =   1095
      End
      Begin VB.CommandButton addbook 
         Caption         =   "添加记录"
         Height          =   255
         Left            =   4080
         TabIndex        =   10
         Top             =   5040
         Width           =   1095
      End
      Begin VB.Frame Frame2 
         Caption         =   "数据录入"
         Height          =   2655
         Left            =   120
         TabIndex        =   14
         Top             =   2760
         Width           =   7815
         Begin VB.TextBox Text4 
            Height          =   270
            Left            =   1560
            MaxLength       =   13
            TabIndex        =   4
            Top             =   1800
            Width           =   2295
         End
         Begin VB.ComboBox Combo1 
            Height          =   300
            ItemData        =   "safrm.frx":04F6
            Left            =   4800
            List            =   "safrm.frx":0518
            TabIndex        =   6
            Top             =   360
            Width           =   2295
         End
         Begin VB.TextBox Text9 
            Height          =   270
            Left            =   4800
            TabIndex        =   9
            Top             =   1800
            Width           =   855
         End
         Begin VB.TextBox Text8 
            Height          =   270
            Left            =   4800
            TabIndex        =   8
            Top             =   1320
            Width           =   855
         End
         Begin VB.TextBox Text7 
            Height          =   270
            Left            =   4800
            TabIndex        =   7
            Top             =   840
            Width           =   2295
         End
         Begin VB.TextBox Text5 
            Height          =   270
            Left            =   1560
            TabIndex        =   5
            Top             =   2280
            Width           =   2295
         End
         Begin VB.TextBox Text3 
            Height          =   270
            Left            =   1560
            TabIndex        =   3
            Top             =   1320
            Width           =   2295
         End
         Begin VB.TextBox Text2 
            Height          =   270
            Left            =   1560
            TabIndex        =   2
            Top             =   840
            Width           =   2295
         End
         Begin VB.TextBox Text1 
            Height          =   270
            Left            =   1560
            TabIndex        =   1
            Top             =   390
            Width           =   2295
         End
         Begin VB.Label Label10 
            Caption         =   "总量"
            Height          =   255
            Left            =   3960
            TabIndex        =   23
            Top             =   1815
            Width           =   855
         End
         Begin VB.Label Label8 
            Caption         =   "价格"
            Height          =   255
            Left            =   3960
            TabIndex        =   22
            Top             =   1335
            Width           =   855
         End
         Begin VB.Label Label7 
            Caption         =   "出版社"
            Height          =   255
            Left            =   3960
            TabIndex        =   21
            Top             =   855
            Width           =   855
         End
         Begin VB.Label Label6 
            Caption         =   "分类"
            Height          =   255
            Left            =   3960
            TabIndex        =   20
            Top             =   405
            Width           =   855
         End
         Begin VB.Label Label5 
            Caption         =   "主题词"
            Height          =   255
            Left            =   600
            TabIndex        =   19
            Top             =   2295
            Width           =   855
         End
         Begin VB.Label Label4 
            Caption         =   "ISBN"
            Height          =   255
            Left            =   600
            TabIndex        =   18
            Top             =   1800
            Width           =   855
         End
         Begin VB.Label Label3 
            Caption         =   "作者2"
            Height          =   255
            Left            =   600
            TabIndex        =   17
            Top             =   1320
            Width           =   855
         End
         Begin VB.Label Label2 
            Caption         =   "作者1"
            Height          =   255
            Left            =   600
            TabIndex        =   16
            Top             =   840
            Width           =   855
         End
         Begin VB.Label Label1 
            Caption         =   "书名"
            Height          =   255
            Left            =   600
            TabIndex        =   15
            Top             =   405
            Width           =   855
         End
      End
      Begin VB.Data Data1 
         Caption         =   "Data1"
         Connect         =   "Access"
         DatabaseName    =   "F:\vb程序1\vb程序1\V_Library.mdb"
         DefaultCursorType=   0  '缺省游标
         DefaultType     =   2  '使用 ODBC
         Exclusive       =   0   'False
         Height          =   345
         Left            =   1680
         Options         =   0
         ReadOnly        =   0   'False
         RecordsetType   =   1  'Dynaset
         RecordSource    =   "书库清单"
         Top             =   5040
         Visible         =   0   'False
         Width           =   5295
      End
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   855
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   8070
      _ExtentX        =   14235
      _ExtentY        =   1508
      ButtonWidth     =   1455
      ButtonHeight    =   1349
      Appearance      =   1
      ImageList       =   "ImageList1"
      HotImageList    =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   7
         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
      EndProperty
   End
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   6000
      Top             =   240
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   32
      ImageHeight     =   32
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   7
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "safrm.frx":055A
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "safrm.frx":087A
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "safrm.frx":0B9A
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "safrm.frx":0FEE
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "safrm.frx":130E
            Key             =   ""
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "safrm.frx":1762
            Key             =   ""
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 

⌨️ 快捷键说明

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