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

📄 frmutterbook.vb

📁 图书管理系统能过完成基本的功能
💻 VB
📖 第 1 页 / 共 4 页
字号:
        Me.Button2.Size = New System.Drawing.Size(64, 24)
        Me.Button2.TabIndex = 30
        Me.Button2.Text = "还书"
        '
        'Label8
        '
        Me.Label8.BackColor = System.Drawing.Color.Black
        Me.Label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label8.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label8.ForeColor = System.Drawing.Color.White
        Me.Label8.Location = New System.Drawing.Point(8, 232)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(120, 23)
        Me.Label8.TabIndex = 29
        Me.Label8.Text = "罚款总金额"
        Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbSum
        '
        Me.lbSum.BackColor = System.Drawing.Color.Black
        Me.lbSum.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbSum.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbSum.ForeColor = System.Drawing.Color.White
        Me.lbSum.Location = New System.Drawing.Point(128, 232)
        Me.lbSum.Name = "lbSum"
        Me.lbSum.Size = New System.Drawing.Size(392, 23)
        Me.lbSum.TabIndex = 28
        Me.lbSum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'GroupBox8
        '
        Me.GroupBox8.Controls.Add(Me.DataGrid3)
        Me.GroupBox8.Location = New System.Drawing.Point(8, 256)
        Me.GroupBox8.Name = "GroupBox8"
        Me.GroupBox8.Size = New System.Drawing.Size(512, 136)
        Me.GroupBox8.TabIndex = 27
        Me.GroupBox8.TabStop = False
        '
        'DataGrid3
        '
        Me.DataGrid3.DataMember = ""
        Me.DataGrid3.Dock = System.Windows.Forms.DockStyle.Fill
        Me.DataGrid3.HeaderForeColor = System.Drawing.SystemColors.ControlText
        Me.DataGrid3.Location = New System.Drawing.Point(3, 17)
        Me.DataGrid3.Name = "DataGrid3"
        Me.DataGrid3.ReadOnly = True
        Me.DataGrid3.Size = New System.Drawing.Size(506, 116)
        Me.DataGrid3.TabIndex = 0
        '
        'Label12
        '
        Me.Label12.BackColor = System.Drawing.Color.Black
        Me.Label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label12.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label12.ForeColor = System.Drawing.Color.White
        Me.Label12.Location = New System.Drawing.Point(8, 208)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(120, 23)
        Me.Label12.TabIndex = 26
        Me.Label12.Text = "金额(元/日)"
        Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label13
        '
        Me.Label13.BackColor = System.Drawing.Color.Black
        Me.Label13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label13.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label13.ForeColor = System.Drawing.Color.White
        Me.Label13.Location = New System.Drawing.Point(8, 136)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(120, 23)
        Me.Label13.TabIndex = 25
        Me.Label13.Text = "超期天数"
        Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label14
        '
        Me.Label14.BackColor = System.Drawing.Color.Black
        Me.Label14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label14.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label14.ForeColor = System.Drawing.Color.White
        Me.Label14.Location = New System.Drawing.Point(8, 160)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(120, 23)
        Me.Label14.TabIndex = 24
        Me.Label14.Text = "罚款基额"
        Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label15
        '
        Me.Label15.BackColor = System.Drawing.Color.Black
        Me.Label15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label15.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label15.ForeColor = System.Drawing.Color.White
        Me.Label15.Location = New System.Drawing.Point(8, 184)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(120, 23)
        Me.Label15.TabIndex = 23
        Me.Label15.Text = "罚款倍数"
        Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbFFactor
        '
        Me.lbFFactor.BackColor = System.Drawing.Color.Black
        Me.lbFFactor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbFFactor.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbFFactor.ForeColor = System.Drawing.Color.White
        Me.lbFFactor.Location = New System.Drawing.Point(128, 208)
        Me.lbFFactor.Name = "lbFFactor"
        Me.lbFFactor.Size = New System.Drawing.Size(392, 23)
        Me.lbFFactor.TabIndex = 22
        Me.lbFFactor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbFBase
        '
        Me.lbFBase.BackColor = System.Drawing.Color.Black
        Me.lbFBase.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbFBase.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbFBase.ForeColor = System.Drawing.Color.White
        Me.lbFBase.Location = New System.Drawing.Point(128, 160)
        Me.lbFBase.Name = "lbFBase"
        Me.lbFBase.Size = New System.Drawing.Size(392, 23)
        Me.lbFBase.TabIndex = 21
        Me.lbFBase.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbFMulti
        '
        Me.lbFMulti.BackColor = System.Drawing.Color.Black
        Me.lbFMulti.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbFMulti.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbFMulti.ForeColor = System.Drawing.Color.White
        Me.lbFMulti.Location = New System.Drawing.Point(128, 184)
        Me.lbFMulti.Name = "lbFMulti"
        Me.lbFMulti.Size = New System.Drawing.Size(392, 23)
        Me.lbFMulti.TabIndex = 20
        Me.lbFMulti.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbDays
        '
        Me.lbDays.BackColor = System.Drawing.Color.Black
        Me.lbDays.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbDays.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbDays.ForeColor = System.Drawing.Color.White
        Me.lbDays.Location = New System.Drawing.Point(128, 136)
        Me.lbDays.Name = "lbDays"
        Me.lbDays.Size = New System.Drawing.Size(392, 23)
        Me.lbDays.TabIndex = 19
        Me.lbDays.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label4
        '
        Me.Label4.BackColor = System.Drawing.Color.Black
        Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label4.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label4.ForeColor = System.Drawing.Color.White
        Me.Label4.Location = New System.Drawing.Point(8, 112)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(120, 23)
        Me.Label4.TabIndex = 18
        Me.Label4.Text = "应还书日期"
        Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label5
        '
        Me.Label5.BackColor = System.Drawing.Color.Black
        Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label5.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label5.ForeColor = System.Drawing.Color.White
        Me.Label5.Location = New System.Drawing.Point(8, 40)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(120, 23)
        Me.Label5.TabIndex = 17
        Me.Label5.Text = "借阅人学号"
        Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label6
        '
        Me.Label6.BackColor = System.Drawing.Color.Black
        Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label6.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label6.ForeColor = System.Drawing.Color.White
        Me.Label6.Location = New System.Drawing.Point(8, 64)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(120, 23)
        Me.Label6.TabIndex = 16
        Me.Label6.Text = "图书名称"
        Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label7
        '
        Me.Label7.BackColor = System.Drawing.Color.Black
        Me.Label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label7.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label7.ForeColor = System.Drawing.Color.White
        Me.Label7.Location = New System.Drawing.Point(8, 88)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(120, 23)
        Me.Label7.TabIndex = 15
        Me.Label7.Text = "借阅日期"
        Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbReDate
        '
        Me.lbReDate.BackColor = System.Drawing.Color.Black
        Me.lbReDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbReDate.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbReDate.ForeColor = System.Drawing.Color.White
        Me.lbReDate.Location = New System.Drawing.Point(128, 112)
        Me.lbReDate.Name = "lbReDate"
        Me.lbReDate.Size = New System.Drawing.Size(392, 23)
        Me.lbReDate.TabIndex = 14
        Me.lbReDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbBName
        '
        Me.lbBName.BackColor = System.Drawing.Color.Black
        Me.lbBName.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbBName.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbBName.ForeColor = System.Drawing.Color.White
        Me.lbBName.Location = New System.Drawing.Point(128, 64)
        Me.lbBName.Name = "lbBName"
        Me.lbBName.Size = New System.Drawing.Size(392, 23)
        Me.lbBName.TabIndex = 13
        Me.lbBName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbBDate
        '
        Me.lbBDate.BackColor = System.Drawing.Color.Black
        Me.lbBDate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbBDate.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbBDate.ForeColor = System.Drawing.Color.White
        Me.lbBDate.Location = New System.Drawing.Point(128, 88)
        Me.lbBDate.Name = "lbBDate"
        Me.lbBDate.Size = New System.Drawing.Size(392, 23)
        Me.lbBDate.TabIndex = 12
        Me.lbBDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'lbsID
        '
        Me.lbsID.BackColor = System.Drawing.Color.Black
        Me.lbsID.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbsID.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.lbsID.ForeColor = System.Drawing.Color.White
        Me.lbsID.Location = New System.Drawing.Point(128, 40)
        Me.lbsID.Name = "lbsID"
        Me.lbsID.Size = New System.Drawing.Size(392, 23)
        Me.lbsID.TabIndex = 11
        Me.lbsID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'TextBox5
        '
        Me.TextBox5.BackColor = System.Drawing.SystemColors.Info
        Me.TextBox5.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.TextBox5.Location = New System.Drawing.Point(128, 16)
        Me.TextBox5.MaxLength = 25
        Me.TextBox5.Name = "TextBox5"
        Me.TextBox5.Size = New System.Drawing.Size(328, 23)
        Me.TextBox5.TabIndex = 7
        Me.TextBox5.Text = ""
        '
        'Label3
        '
        Me.Label3.BackColor = System.Drawing.Color.Black
        Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.Label3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label3.ForeColor = System.Drawing.Color.White
        Me.Label3.Location = New System.Drawing.Point(8, 16)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(120, 23)
        Me.Label3.TabIndex = 6
        Me.Label3.Text = "图书的 ISBN"
        Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'frmUtterBook
        '
        Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)
        Me.ClientSize = New System.Drawing.Size(544, 429)
        Me.Controls.Add(Me.TabCtr)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Name = "frmUtterBook"
        Me.Text = "图书流通管理"
        Me.TabCtr.ResumeLayout(False)
        Me.TabPage1.ResumeLayout(False)

⌨️ 快捷键说明

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