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

📄 rdfrm.frm

📁 图书管理系统:分成图书管理模块和图书查询模块
💻 FRM
📖 第 1 页 / 共 4 页
字号:
            SelectionMode   =   1
            AllowUserResizing=   1
            Appearance      =   0
            FormatString    =   "书名|作者1|作者2|ISBN|主题词|分类|出版社|价格|现有数量|总量"
         End
         Begin VB.Frame Frame5 
            Height          =   15
            Left            =   120
            TabIndex        =   26
            Top             =   2640
            Width           =   7335
         End
         Begin VB.TextBox Text7 
            BackColor       =   &H8000000F&
            Enabled         =   0   'False
            Height          =   270
            Left            =   1320
            TabIndex        =   25
            Top             =   2160
            Width           =   2295
         End
         Begin VB.TextBox Text6 
            BackColor       =   &H8000000F&
            Enabled         =   0   'False
            Height          =   270
            Left            =   1320
            TabIndex        =   24
            Top             =   1680
            Width           =   2295
         End
         Begin VB.ComboBox Combo1 
            Enabled         =   0   'False
            Height          =   300
            ItemData        =   "rdfrm.frx":047E
            Left            =   1320
            List            =   "rdfrm.frx":04A0
            TabIndex        =   23
            Top             =   1200
            Width           =   2295
         End
         Begin VB.TextBox Text5 
            BackColor       =   &H8000000F&
            Enabled         =   0   'False
            Height          =   270
            Left            =   1320
            TabIndex        =   22
            Top             =   720
            Width           =   2295
         End
         Begin VB.TextBox Text4 
            BackColor       =   &H8000000F&
            Enabled         =   0   'False
            Height          =   270
            Left            =   1320
            TabIndex        =   21
            Top             =   240
            Width           =   2295
         End
         Begin VB.CheckBox Check5 
            Caption         =   "出版社"
            Height          =   255
            Left            =   360
            TabIndex        =   20
            Top             =   2160
            Width           =   855
         End
         Begin VB.CheckBox Check4 
            Caption         =   "主题词"
            Height          =   255
            Left            =   360
            TabIndex        =   19
            Top             =   1680
            Width           =   855
         End
         Begin VB.CheckBox Check3 
            Caption         =   "分  类"
            Height          =   255
            Left            =   360
            TabIndex        =   18
            Top             =   1200
            Width           =   855
         End
         Begin VB.CheckBox Check2 
            Caption         =   "作  者"
            Height          =   255
            Left            =   360
            TabIndex        =   17
            Top             =   720
            Width           =   855
         End
         Begin VB.CheckBox Check1 
            Caption         =   "书  名"
            Height          =   255
            Left            =   360
            TabIndex        =   16
            Top             =   240
            Width           =   855
         End
      End
   End
   Begin VB.Frame Frame1 
      Height          =   5415
      Left            =   0
      TabIndex        =   2
      Top             =   720
      Width           =   8175
      Begin MSFlexGridLib.MSFlexGrid MSFlexGrid4 
         Bindings        =   "rdfrm.frx":04E2
         Height          =   1935
         Left            =   120
         TabIndex        =   63
         Top             =   2280
         Width           =   7935
         _ExtentX        =   13996
         _ExtentY        =   3413
         _Version        =   393216
         Cols            =   10
         FixedCols       =   0
         BackColorBkg    =   12648447
         HighLight       =   2
         SelectionMode   =   1
         AllowUserResizing=   1
         Appearance      =   0
         FormatString    =   "书名|作者1|作者2|ISBN|主题词|分类|出版社|价格|现有数量|总量"
      End
      Begin VB.Data Data3 
         Caption         =   "Data3"
         Connect         =   "Access"
         DatabaseName    =   "F:\vb程序1\vb程序1\V_Library.mdb"
         DefaultCursorType=   0  '缺省游标
         DefaultType     =   2  '使用 ODBC
         Exclusive       =   0   'False
         Height          =   285
         Left            =   2760
         Options         =   0
         ReadOnly        =   0   'False
         RecordsetType   =   1  'Dynaset
         RecordSource    =   ""
         Top             =   4920
         Visible         =   0   'False
         Width           =   2055
      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          =   345
         Left            =   4800
         Options         =   0
         ReadOnly        =   0   'False
         RecordsetType   =   1  'Dynaset
         RecordSource    =   "预订书单"
         Top             =   4920
         Visible         =   0   'False
         Width           =   2895
      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            =   240
         Options         =   0
         ReadOnly        =   0   'False
         RecordsetType   =   1  'Dynaset
         RecordSource    =   "读者名单"
         Top             =   4920
         Visible         =   0   'False
         Width           =   2535
      End
      Begin VB.CommandButton Command5 
         Caption         =   "预订书籍"
         Enabled         =   0   'False
         Height          =   255
         Left            =   3480
         TabIndex        =   12
         Top             =   4440
         Width           =   1215
      End
      Begin VB.Frame Frame2 
         Height          =   15
         Left            =   120
         TabIndex        =   11
         Top             =   2040
         Width           =   7935
      End
      Begin VB.CommandButton Command2 
         Caption         =   "确  定"
         Enabled         =   0   'False
         Height          =   255
         Left            =   5160
         TabIndex        =   10
         Top             =   1320
         Width           =   975
      End
      Begin VB.TextBox Text3 
         Height          =   270
         Left            =   1560
         TabIndex        =   9
         Top             =   1320
         Width           =   3495
      End
      Begin VB.CommandButton Command1 
         Caption         =   "身份确认"
         Height          =   255
         Left            =   5160
         TabIndex        =   7
         Top             =   495
         Width           =   975
      End
      Begin VB.TextBox Text2 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   3720
         MaxLength       =   7
         PasswordChar    =   "*"
         TabIndex        =   6
         Top             =   480
         Width           =   1215
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   1680
         MaxLength       =   8
         TabIndex        =   5
         Top             =   480
         Width           =   1335
      End
      Begin VB.Label Label3 
         Caption         =   "请输入您所要预订书的书名(可使用关键字)"
         Height          =   255
         Left            =   2040
         TabIndex        =   8
         Top             =   960
         Width           =   3615
      End
      Begin VB.Label Label2 
         Caption         =   "密  码"
         Height          =   255
         Left            =   3120
         TabIndex        =   4
         Top             =   495
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "帐  号"
         Height          =   255
         Left            =   1080
         TabIndex        =   3
         Top             =   495
         Width           =   615
      End
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   255
      Left            =   0
      TabIndex        =   1
      Top             =   6225
      Width           =   8160
      _ExtentX        =   14393
      _ExtentY        =   450
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   3
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            AutoSize        =   1
            Object.Width           =   9208
         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 MSComctlLib.ImageList ImageList1 
      Left            =   5760
      Top             =   240
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   32
      ImageHeight     =   32
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   5
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "rdfrm.frx":04F6
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "rdfrm.frx":094A
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "rdfrm.frx":0D9E
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "rdfrm.frx":11F2
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "rdfrm.frx":1946
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Align           =   1  'Align Top
      Height          =   855
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   8160
      _ExtentX        =   14393
      _ExtentY        =   1508
      ButtonWidth     =   1455
      ButtonHeight    =   1349
      Appearance      =   1
      ImageList       =   "ImageList1"
      HotImageList    =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   5
         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
      EndProperty
   End
   Begin VB.Frame Frame9 
      Height          =   5415
      Left            =   0
      TabIndex        =   48
      Top             =   720
      Visible         =   0   'False
      Width           =   8175
      Begin VB.TextBox Text18 
         Height          =   270
         IMEMode         =   3  'DISABLE
         Left            =   3120
         MaxLength       =   7

⌨️ 快捷键说明

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