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

📄 frmmain.frm

📁 这是一个用VB编写的图书管理系统
💻 FRM
📖 第 1 页 / 共 4 页
字号:
         Top             =   3720
         Width           =   2415
      End
      Begin VB.TextBox txtReturnDate 
         Enabled         =   0   'False
         Height          =   375
         Left            =   6120
         TabIndex        =   62
         Top             =   3720
         Width           =   2415
      End
      Begin VB.TextBox txtLendDateReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   6120
         TabIndex        =   60
         Top             =   3120
         Width           =   2415
      End
      Begin VB.Frame Frame5 
         Height          =   135
         Left            =   120
         TabIndex        =   59
         Top             =   1080
         Width           =   11295
      End
      Begin VB.TextBox txtReadIDReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   2040
         TabIndex        =   55
         Top             =   1920
         Width           =   2415
      End
      Begin VB.TextBox txtReaderNameReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   6120
         TabIndex        =   54
         Top             =   1920
         Width           =   2415
      End
      Begin VB.TextBox txtBookIDReturn 
         BackColor       =   &H00C0FFFF&
         Height          =   375
         Left            =   2040
         TabIndex        =   47
         Top             =   600
         Width           =   3855
      End
      Begin VB.TextBox txtBookPriceReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   6120
         TabIndex        =   46
         Top             =   2520
         Width           =   2415
      End
      Begin VB.TextBox txtBookNameReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   2040
         TabIndex        =   45
         Top             =   1320
         Width           =   3615
      End
      Begin VB.TextBox txtBookLeibieReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   2040
         TabIndex        =   44
         Top             =   2520
         Width           =   2415
      End
      Begin VB.TextBox txtBookPageReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   2040
         TabIndex        =   43
         Top             =   3120
         Width           =   2415
      End
      Begin VB.CommandButton cmdOK 
         Caption         =   "确  定"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   615
         Left            =   -66720
         TabIndex        =   42
         Top             =   5280
         Width           =   1335
      End
      Begin MSComCtl2.DTPicker dtpLendDateChange 
         Height          =   375
         Left            =   -69000
         TabIndex        =   41
         Top             =   5640
         Width           =   1815
         _ExtentX        =   3201
         _ExtentY        =   661
         _Version        =   393216
         Format          =   63242241
         CurrentDate     =   37828
      End
      Begin VB.TextBox txtLendDate 
         DataField       =   "借书日期"
         DataSource      =   "Adodc1"
         Height          =   375
         Left            =   -69000
         TabIndex        =   39
         Top             =   5160
         Width           =   1815
      End
      Begin VB.TextBox txtBookNameRenew 
         DataField       =   "书籍名称"
         DataSource      =   "Adodc1"
         Height          =   375
         Left            =   -73680
         TabIndex        =   37
         Top             =   5640
         Width           =   3375
      End
      Begin VB.TextBox txtBookIDRenew 
         DataField       =   "书籍编号"
         DataSource      =   "Adodc1"
         Height          =   375
         Left            =   -73680
         TabIndex        =   35
         Top             =   5160
         Width           =   3375
      End
      Begin VB.Frame Frame4 
         Caption         =   "所借图书"
         Height          =   3615
         Left            =   -74880
         TabIndex        =   33
         Top             =   1440
         Width           =   11535
         Begin MSDataGridLib.DataGrid dtgrdLendBookRenew 
            Height          =   2895
            Left            =   0
            TabIndex        =   74
            Top             =   360
            Width           =   11415
            _ExtentX        =   20135
            _ExtentY        =   5106
            _Version        =   393216
            AllowUpdate     =   -1  'True
            HeadLines       =   1
            RowHeight       =   15
            FormatLocked    =   -1  'True
            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     =   8
            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
            BeginProperty Column02 
               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 Column03 
               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 Column04 
               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 Column05 
               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 Column06 
               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 Column07 
               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 
                  ColumnWidth     =   1019.906
               EndProperty
               BeginProperty Column01 
                  ColumnWidth     =   1260.284
               EndProperty
               BeginProperty Column02 
                  ColumnWidth     =   1170.142
               EndProperty
               BeginProperty Column03 
                  ColumnWidth     =   1440
               EndProperty
               BeginProperty Column04 
               EndProperty
               BeginProperty Column05 
               EndProperty
               BeginProperty Column06 
               EndProperty
               BeginProperty Column07 
               EndProperty
            EndProperty
         End
      End
      Begin VB.TextBox txtReaderNameRenew 
         Enabled         =   0   'False
         Height          =   375
         Left            =   -67080
         TabIndex        =   31
         Top             =   600
         Width           =   2175
      End
      Begin VB.Frame Frame3 
         Height          =   135
         Left            =   -74400
         TabIndex        =   30
         Top             =   1080
         Width           =   10215
      End
      Begin VB.TextBox txtReaderIDRenew 
         BackColor       =   &H00C0FFFF&
         Height          =   375
         Left            =   -72840
         TabIndex        =   27
         Top             =   600
         Width           =   2655
      End
      Begin VB.Frame Frame2 
         Caption         =   "借阅图书信息"
         Height          =   2175
         Left            =   -74640
         TabIndex        =   7
         Top             =   1320
         Width           =   10935
         Begin VB.CommandButton cmdLendBook 
            Caption         =   "借出当前图书"
            Enabled         =   0   'False
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   14.25
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   735
            Left            =   8520
            Style           =   1  'Graphical
            TabIndex        =   23
            Top             =   1080
            Width           =   2175
         End
         Begin MSComCtl2.DTPicker dtpLendDate 
            Height          =   375
            Left            =   5040
            TabIndex        =   22
            Top             =   1680
            Width           =   2415
            _ExtentX        =   4260
            _ExtentY        =   661
            _Version        =   393216
            CalendarTitleBackColor=   -2147483646
            CalendarTitleForeColor=   -2147483624
            Format          =   63242241
            CurrentDate     =   37828
         End
         Begin VB.TextBox txtBookPage 
            Enabled         =   0   'False
            Height          =   375
            Left            =   1080
            TabIndex        =   20
            Top             =   1680
            Width           =   2415
         End
         Begin VB.TextBox txtBookConcern 
            Enabled         =   0   'False
            Height          =   375
            Left            =   5040
            TabIndex        =   19
            Top             =   1200
            Width           =   3135
         End
         Begin VB.TextBox txtBookLeibie 
            Enabled         =   0   'False
            Height          =   375
            Left            =   1080
            TabIndex        =   18
            Top             =   1200
            Width           =   2415
         End
         Begin VB.TextBox txtBookName 
            Enabled         =   0   'False
            Height          =   375
            Left            =   5040
            TabIndex        =   17

⌨️ 快捷键说明

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