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

📄 frmmain.frm

📁 图书馆管理系统,对书藉进出的管理,对学生借书的登记以及计时,并对一些学生进行会员登记,学生们可以进行网上续借.
💻 FRM
📖 第 1 页 / 共 4 页
字号:
      End
      Begin VB.TextBox txtReaderNameRenew 
         Enabled         =   0   'False
         Height          =   375
         Left            =   -67080
         TabIndex        =   20
         Top             =   600
         Width           =   2175
      End
      Begin VB.Frame Frame4 
         Caption         =   "所借图书"
         Height          =   3615
         Left            =   -74880
         TabIndex        =   18
         Top             =   1440
         Width           =   11535
         Begin MSDataGridLib.DataGrid dtgrdLendBookRenew 
            Height          =   2895
            Left            =   0
            TabIndex        =   19
            Top             =   360
            Width           =   11415
            _ExtentX        =   20135
            _ExtentY        =   5106
            _Version        =   393216
            AllowUpdate     =   -1  'True
            HeadLines       =   1
            RowHeight       =   15
            FormatLocked    =   -1  'True
            AllowDelete     =   -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     =   6
            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
            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
            EndProperty
         End
      End
      Begin VB.TextBox txtBookIDRenew 
         DataField       =   "书籍编号"
         DataSource      =   "Adodc1"
         Height          =   375
         Left            =   -73680
         TabIndex        =   17
         Top             =   5160
         Width           =   3375
      End
      Begin VB.TextBox txtBookNameRenew 
         DataField       =   "书籍名称"
         DataSource      =   "Adodc1"
         Height          =   375
         Left            =   -73680
         TabIndex        =   16
         Top             =   5640
         Width           =   3375
      End
      Begin VB.TextBox txtLendDate 
         DataField       =   "借书日期"
         DataSource      =   "Adodc1"
         Height          =   375
         Left            =   -69000
         TabIndex        =   15
         Top             =   5160
         Width           =   1815
      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        =   13
         Top             =   5280
         Width           =   1335
      End
      Begin VB.TextBox txtBookLeibieReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   2040
         TabIndex        =   12
         Top             =   2520
         Width           =   2415
      End
      Begin VB.TextBox txtBookNameReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   2040
         TabIndex        =   11
         Top             =   1320
         Width           =   3615
      End
      Begin VB.TextBox txtBookPriceReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   6120
         TabIndex        =   10
         Top             =   2520
         Width           =   2415
      End
      Begin VB.TextBox txtBookIDReturn 
         BackColor       =   &H00C0FFFF&
         Height          =   375
         Left            =   2040
         TabIndex        =   9
         Top             =   600
         Width           =   3855
      End
      Begin VB.TextBox txtReaderNameReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   6120
         TabIndex        =   8
         Top             =   1920
         Width           =   2415
      End
      Begin VB.TextBox txtReadIDReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   2040
         TabIndex        =   7
         Top             =   1920
         Width           =   2415
      End
      Begin VB.Frame Frame5 
         Height          =   135
         Left            =   120
         TabIndex        =   6
         Top             =   1080
         Width           =   11295
      End
      Begin VB.TextBox txtLendDateReturn 
         Enabled         =   0   'False
         Height          =   375
         Left            =   6120
         TabIndex        =   5
         Top             =   3120
         Width           =   2415
      End
      Begin VB.TextBox txtReturnDate 
         Enabled         =   0   'False
         Height          =   375
         Left            =   2040
         TabIndex        =   4
         Top             =   3120
         Width           =   2415
      End
      Begin VB.CommandButton cmdReturn 
         Caption         =   "归还图书"
         Enabled         =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   975
         Left            =   5280
         TabIndex        =   3
         Top             =   4800
         Width           =   2295
      End
      Begin MSDataGridLib.DataGrid dtgrdLendBook 
         Height          =   2895
         Left            =   -74880
         TabIndex        =   2
         Top             =   3960
         Width           =   11415
         _ExtentX        =   20135
         _ExtentY        =   5106
         _Version        =   393216
         AllowUpdate     =   -1  'True
         HeadLines       =   1
         RowHeight       =   15
         FormatLocked    =   -1  'True
         AllowDelete     =   -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     =   6
         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

⌨️ 快捷键说明

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