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

📄 frm_rentbook.designer.vb

📁 是关于图书管理系统的用vb.net 和access开发的
💻 VB
📖 第 1 页 / 共 2 页
字号:
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(26, 117)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(83, 12)
        Me.Label4.TabIndex = 15
        Me.Label4.Text = "Max Borrow No"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(80, 81)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(29, 12)
        Me.Label5.TabIndex = 14
        Me.Label5.Text = "Name"
        '
        'readerNametxt
        '
        Me.readerNametxt.Location = New System.Drawing.Point(129, 72)
        Me.readerNametxt.Name = "readerNametxt"
        Me.readerNametxt.ReadOnly = True
        Me.readerNametxt.Size = New System.Drawing.Size(162, 21)
        Me.readerNametxt.TabIndex = 2
        '
        'readerNotxt
        '
        Me.ErrorProvider1.SetError(Me.readerNotxt, "Enter Key")
        Me.readerNotxt.Location = New System.Drawing.Point(129, 32)
        Me.readerNotxt.Name = "readerNotxt"
        Me.readerNotxt.Size = New System.Drawing.Size(162, 21)
        Me.readerNotxt.TabIndex = 1
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(50, 41)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(59, 12)
        Me.Label1.TabIndex = 5
        Me.Label1.Text = "Reader No"
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.Label14)
        Me.GroupBox3.Controls.Add(Me.dueDatetxt)
        Me.GroupBox3.Controls.Add(Me.rentDatetxt)
        Me.GroupBox3.Controls.Add(Me.Label9)
        Me.GroupBox3.Location = New System.Drawing.Point(22, 237)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Size = New System.Drawing.Size(646, 74)
        Me.GroupBox3.TabIndex = 2
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "Rent Information"
        '
        'Label14
        '
        Me.Label14.AutoSize = True
        Me.Label14.Location = New System.Drawing.Point(60, 40)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(59, 12)
        Me.Label14.TabIndex = 13
        Me.Label14.Text = "Rent Date"
        '
        'dueDatetxt
        '
        Me.dueDatetxt.Location = New System.Drawing.Point(422, 37)
        Me.dueDatetxt.Name = "dueDatetxt"
        Me.dueDatetxt.ReadOnly = True
        Me.dueDatetxt.Size = New System.Drawing.Size(199, 21)
        Me.dueDatetxt.TabIndex = 12
        '
        'rentDatetxt
        '
        Me.rentDatetxt.Location = New System.Drawing.Point(129, 34)
        Me.rentDatetxt.Name = "rentDatetxt"
        Me.rentDatetxt.ReadOnly = True
        Me.rentDatetxt.Size = New System.Drawing.Size(162, 21)
        Me.rentDatetxt.TabIndex = 11
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Location = New System.Drawing.Point(363, 40)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(53, 12)
        Me.Label9.TabIndex = 1
        Me.Label9.Text = "Due Date"
        '
        'Label12
        '
        Me.Label12.AutoSize = True
        Me.Label12.Location = New System.Drawing.Point(367, 37)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(53, 12)
        Me.Label12.TabIndex = 2
        Me.Label12.Text = "Password"
        '
        'rentbt
        '
        Me.rentbt.Location = New System.Drawing.Point(40, 438)
        Me.rentbt.Name = "rentbt"
        Me.rentbt.Size = New System.Drawing.Size(136, 30)
        Me.rentbt.TabIndex = 3
        Me.rentbt.Text = "Rent"
        Me.rentbt.UseVisualStyleBackColor = True
        '
        'exitbt
        '
        Me.exitbt.Location = New System.Drawing.Point(508, 438)
        Me.exitbt.Name = "exitbt"
        Me.exitbt.Size = New System.Drawing.Size(130, 30)
        Me.exitbt.TabIndex = 4
        Me.exitbt.Text = "Exit"
        Me.exitbt.UseVisualStyleBackColor = True
        '
        'Label15
        '
        Me.Label15.AutoSize = True
        Me.Label15.Location = New System.Drawing.Point(26, 37)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(101, 12)
        Me.Label15.TabIndex = 20
        Me.Label15.Text = "Administrator No"
        '
        'admNotxt
        '
        Me.admNotxt.Location = New System.Drawing.Point(155, 34)
        Me.admNotxt.Name = "admNotxt"
        Me.admNotxt.Size = New System.Drawing.Size(146, 21)
        Me.admNotxt.TabIndex = 21
        '
        'passwordtxt
        '
        Me.passwordtxt.Location = New System.Drawing.Point(432, 34)
        Me.passwordtxt.Name = "passwordtxt"
        Me.passwordtxt.Size = New System.Drawing.Size(165, 21)
        Me.passwordtxt.TabIndex = 23
        '
        'resetbt
        '
        Me.resetbt.Location = New System.Drawing.Point(270, 438)
        Me.resetbt.Name = "resetbt"
        Me.resetbt.Size = New System.Drawing.Size(130, 30)
        Me.resetbt.TabIndex = 24
        Me.resetbt.Text = "Reset"
        Me.resetbt.UseVisualStyleBackColor = True
        '
        'GroupBox4
        '
        Me.GroupBox4.Controls.Add(Me.passwordtxt)
        Me.GroupBox4.Controls.Add(Me.admNotxt)
        Me.GroupBox4.Controls.Add(Me.Label12)
        Me.GroupBox4.Controls.Add(Me.Label15)
        Me.GroupBox4.Location = New System.Drawing.Point(22, 332)
        Me.GroupBox4.Name = "GroupBox4"
        Me.GroupBox4.Size = New System.Drawing.Size(656, 72)
        Me.GroupBox4.TabIndex = 25
        Me.GroupBox4.TabStop = False
        Me.GroupBox4.Text = "Administrator Information"
        '
        'ErrorProvider1
        '
        Me.ErrorProvider1.ContainerControl = Me
        '
        'frm_RentBook
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(693, 529)
        Me.Controls.Add(Me.GroupBox4)
        Me.Controls.Add(Me.resetbt)
        Me.Controls.Add(Me.exitbt)
        Me.Controls.Add(Me.rentbt)
        Me.Controls.Add(Me.GroupBox3)
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.GroupBox1)
        Me.Name = "frm_RentBook"
        Me.Text = "frm_RentBook"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.GroupBox3.ResumeLayout(False)
        Me.GroupBox3.PerformLayout()
        Me.GroupBox4.ResumeLayout(False)
        Me.GroupBox4.PerformLayout()
        CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents ISBNtxt As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents bookNametxt As System.Windows.Forms.TextBox
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents statustxt As System.Windows.Forms.TextBox
    Friend WithEvents authortxt As System.Windows.Forms.TextBox
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents editiontxt As System.Windows.Forms.TextBox
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents readerNotxt As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents readerNametxt As System.Windows.Forms.TextBox
    Friend WithEvents maxBorrNotxt As System.Windows.Forms.TextBox
    Friend WithEvents alreadyBorrNotxt As System.Windows.Forms.TextBox
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents dueDatetxt As System.Windows.Forms.TextBox
    Friend WithEvents rentDatetxt As System.Windows.Forms.TextBox
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents rentbt As System.Windows.Forms.Button
    Friend WithEvents exitbt As System.Windows.Forms.Button
    Friend WithEvents maxRewNotxt As System.Windows.Forms.TextBox
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents admNotxt As System.Windows.Forms.TextBox
    Friend WithEvents passwordtxt As System.Windows.Forms.TextBox
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents resetbt As System.Windows.Forms.Button
    Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
    Friend WithEvents ErrorProvider1 As System.Windows.Forms.ErrorProvider
End Class

⌨️ 快捷键说明

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