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

📄 rl_newbooksmanage.frm

📁 图书管理软件,基本功能已具备
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form RL_newBooksManage 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "图书管理"
   ClientHeight    =   6465
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9360
   Icon            =   "RL_newBooksManage.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6465
   ScaleWidth      =   9360
   ShowInTaskbar   =   0   'False
   Begin MSHierarchicalFlexGridLib.MSHFlexGrid msh_BooksManage 
      Height          =   1740
      Left            =   105
      TabIndex        =   60
      Top             =   4110
      Width           =   9120
      _ExtentX        =   16087
      _ExtentY        =   3069
      _Version        =   393216
      AllowUserResizing=   1
      _NumberOfBands  =   1
      _Band(0).Cols   =   2
   End
   Begin VB.CommandButton cmd_Add 
      Caption         =   "添加(&A)"
      Height          =   345
      Left            =   4530
      TabIndex        =   25
      Top             =   5985
      Width           =   1095
   End
   Begin VB.CommandButton cmd_Modification 
      Caption         =   "修改(&M)"
      Height          =   345
      Left            =   5745
      TabIndex        =   26
      Top             =   5985
      Width           =   1095
   End
   Begin VB.CommandButton cmd_Delete 
      Caption         =   "删除(&D)"
      Height          =   345
      Left            =   6945
      TabIndex        =   27
      Top             =   5985
      Width           =   1095
   End
   Begin VB.CommandButton cmd_Quit 
      Caption         =   "关闭(&Q)"
      Height          =   345
      Left            =   8145
      TabIndex        =   28
      Top             =   5985
      Width           =   1095
   End
   Begin VB.CommandButton cmd_Previous 
      Caption         =   "上一条记录(&P)"
      Enabled         =   0   'False
      Height          =   345
      Left            =   75
      TabIndex        =   22
      Top             =   5985
      Width           =   1370
   End
   Begin VB.CommandButton cmd_Next 
      Caption         =   "下一条记录(&N)"
      Enabled         =   0   'False
      Height          =   345
      Left            =   1530
      TabIndex        =   23
      Top             =   5985
      Width           =   1370
   End
   Begin VB.CommandButton cmd_Excel 
      Caption         =   "导出Excel(&X)"
      Enabled         =   0   'False
      Height          =   345
      Left            =   3000
      TabIndex        =   24
      Top             =   5985
      Width           =   1370
   End
   Begin TabDlg.SSTab sst_BooksManage 
      Height          =   4005
      Left            =   90
      TabIndex        =   53
      Top             =   0
      Width           =   9165
      _ExtentX        =   16166
      _ExtentY        =   7064
      _Version        =   393216
      Style           =   1
      TabHeight       =   520
      TabCaption(0)   =   "图书基本资料(&1)"
      TabPicture(0)   =   "RL_newBooksManage.frx":0CCA
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "fra_BooksBasic"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).ControlCount=   1
      TabCaption(1)   =   "图书在馆信息(&2)"
      TabPicture(1)   =   "RL_newBooksManage.frx":0CE6
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "fra_BooksInLibrary"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).ControlCount=   1
      TabCaption(2)   =   "查询(&3)"
      TabPicture(2)   =   "RL_newBooksManage.frx":0D02
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "fra_Search"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).ControlCount=   1
      Begin VB.Frame fra_Search 
         Height          =   3480
         Left            =   -74850
         TabIndex        =   59
         Top             =   345
         Width           =   8825
         Begin VB.TextBox txt_sBooksID 
            Height          =   300
            Left            =   1815
            MaxLength       =   10
            TabIndex        =   38
            Top             =   225
            Width           =   2000
         End
         Begin VB.TextBox txt_sBarCode 
            Height          =   300
            Left            =   1815
            MaxLength       =   13
            TabIndex        =   40
            Top             =   675
            Width           =   2000
         End
         Begin VB.TextBox txt_sBooksName 
            Height          =   300
            Left            =   1815
            MaxLength       =   50
            TabIndex        =   42
            Top             =   1155
            Width           =   2000
         End
         Begin VB.TextBox txt_sWriter 
            Height          =   300
            Left            =   1815
            MaxLength       =   20
            TabIndex        =   44
            Top             =   1620
            Width           =   2000
         End
         Begin VB.ComboBox cbo_sPublishing 
            Height          =   300
            Left            =   1815
            Style           =   2  'Dropdown List
            TabIndex        =   46
            Top             =   2085
            Width           =   1995
         End
         Begin VB.ComboBox cbo_sBooksType 
            Height          =   300
            Left            =   1815
            Style           =   2  'Dropdown List
            TabIndex        =   48
            Top             =   2535
            Width           =   1995
         End
         Begin VB.TextBox txt_sRemarks 
            Height          =   2115
            Left            =   6345
            MaxLength       =   100
            TabIndex        =   50
            Top             =   225
            Width           =   2000
         End
         Begin VB.CommandButton cmd_Search 
            Caption         =   "搜索(&S)"
            Height          =   345
            Left            =   6015
            TabIndex        =   51
            Top             =   2925
            Width           =   1095
         End
         Begin VB.CommandButton cmd_Clear 
            Caption         =   "清空(&Q)"
            Height          =   345
            Left            =   7230
            TabIndex        =   52
            Top             =   2925
            Width           =   1095
         End
         Begin VB.Label lbl_sBooksID 
            Caption         =   "图书编号(&K)"
            Height          =   360
            Left            =   270
            TabIndex        =   37
            Top             =   270
            Width           =   1275
         End
         Begin VB.Label lbl_sBarCode 
            Caption         =   "条形码(&C)"
            Height          =   390
            Left            =   270
            TabIndex        =   39
            Top             =   720
            Width           =   1410
         End
         Begin VB.Label lbl_sBooksName 
            Caption         =   "图书名称(&V)"
            Height          =   360
            Left            =   270
            TabIndex        =   41
            Top             =   1200
            Width           =   1230
         End
         Begin VB.Label lbl_sWriter 
            Caption         =   "作者(M)"
            Height          =   315
            Left            =   270
            TabIndex        =   43
            Top             =   1665
            Width           =   645
         End
         Begin VB.Label lbl_sPublishing 
            Caption         =   "出版社(&J)"
            Height          =   375
            Left            =   270
            TabIndex        =   45
            Top             =   2130
            Width           =   1080
         End
         Begin VB.Label lbl_sBooksType 
            Caption         =   "类别(&Y)"
            Height          =   405
            Left            =   270
            TabIndex        =   47
            Top             =   2595
            Width           =   645
         End
         Begin VB.Label lbl_sRemark 
            Caption         =   "简介(&G)"
            Height          =   375
            Left            =   5040
            TabIndex        =   49
            Top             =   270
            Width           =   705
         End
      End
      Begin VB.Frame fra_BooksInLibrary 
         Height          =   3480
         Left            =   -74850
         TabIndex        =   57
         Top             =   345
         Width           =   8835
         Begin VB.TextBox txt_HandleDate 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1800
            MaxLength       =   50
            TabIndex        =   65
            Top             =   2565
            Width           =   2000
         End
         Begin VB.TextBox txt_Handler 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1800
            MaxLength       =   50
            TabIndex        =   63
            Top             =   2100
            Width           =   2000
         End
         Begin VB.TextBox txt_InLibraryNumber 
            Enabled         =   0   'False
            Height          =   300
            Left            =   1800
            MaxLength       =   10
            TabIndex        =   34
            Top             =   1620
            Width           =   750
         End
         Begin VB.ComboBox cbo_Place 
            Height          =   300
            Left            =   1815
            Style           =   2  'Dropdown List
            TabIndex        =   32
            Top             =   1155
            Width           =   1995
         End
         Begin VB.TextBox txt_EnterNumber 
            Height          =   300
            Left            =   1815
            MaxLength       =   10
            TabIndex        =   36
            Top             =   690
            Width           =   750
         End
         Begin MSComCtl2.DTPicker dtp_BooksRegisterDate 
            Height          =   300
            Left            =   1815
            TabIndex        =   30
            Top             =   225
            Width           =   2000
            _ExtentX        =   3519
            _ExtentY        =   529
            _Version        =   393216
            Enabled         =   0   'False
            Format          =   24641536
            CurrentDate     =   38421
         End
         Begin VB.Label Label4 
            Caption         =   "操作时间"
            Height          =   240
            Left            =   270
            TabIndex        =   64
            Top             =   2670
            Width           =   1125
         End
         Begin VB.Label Label3 
            Caption         =   "操作员"
            Height          =   240
            Left            =   270
            TabIndex        =   62
            Top             =   2175
            Width           =   1125
         End
         Begin VB.Label Label2 
            Caption         =   "本"
            Height          =   225
            Left            =   2775
            TabIndex        =   61
            Top             =   1680
            Width           =   285
         End
         Begin VB.Label Label1 
            Caption         =   "现存数量(&T)"
            Height          =   240
            Left            =   270
            TabIndex        =   33
            Top             =   1680
            Width           =   1125
         End
         Begin VB.Label lbl_Time 
            Caption         =   "本"
            Height          =   225
            Left            =   2775
            TabIndex        =   58
            Top             =   735
            Width           =   285
         End
         Begin VB.Label lbl_Position 
            Caption         =   "摆放位置(&O)"
            Height          =   240
            Left            =   270
            TabIndex        =   31
            Top             =   1215
            Width           =   1125
         End
         Begin VB.Label lbl_BorrowTime 
            Caption         =   "入馆数量(&E)"
            Height          =   240
            Left            =   270
            TabIndex        =   35
            Top             =   735
            Width           =   1125
         End
         Begin VB.Label lbl_BooksRegisterDate 
            Caption         =   "入馆日期(&R)"
            Height          =   240
            Left            =   270
            TabIndex        =   29
            Top             =   270
            Width           =   1125
         End
      End
      Begin VB.Frame fra_BooksBasic 
         Height          =   3480
         Left            =   150
         TabIndex        =   54
         Top             =   345
         Width           =   8835
         Begin MSComCtl2.DTPicker dtp_PublishingDate 
            Height          =   300
            Left            =   6345
            TabIndex        =   17
            Top             =   705
            Width           =   1995
            _ExtentX        =   3519
            _ExtentY        =   529
            _Version        =   393216
            Format          =   24641536
            CurrentDate     =   38425
         End
         Begin VB.TextBox txt_BooksName 
            Height          =   300
            Left            =   1815
            MaxLength       =   50
            TabIndex        =   7
            Top             =   1650
            Width           =   2000
         End

⌨️ 快捷键说明

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