📄 bookms.designer.cs
字号:
namespace BookMS
{
partial class BookMS
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BookMS));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.MakesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.BorrowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ReturnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.XujieToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.AdminLoginToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ModifiMgPwdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ExitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.InfoCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.BookMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ReaderMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.AddManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.SystemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.UserName = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.MakesToolStripMenuItem,
this.InfoCToolStripMenuItem,
this.SystemToolStripMenuItem,
this.HelpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(645, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// MakesToolStripMenuItem
//
this.MakesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.BorrowToolStripMenuItem,
this.ReturnToolStripMenuItem,
this.XujieToolStripMenuItem,
this.toolStripSeparator7,
this.AdminLoginToolStripMenuItem,
this.ModifiMgPwdToolStripMenuItem,
this.ExitToolStripMenuItem});
this.MakesToolStripMenuItem.Name = "MakesToolStripMenuItem";
this.MakesToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.MakesToolStripMenuItem.Text = "常用操作(&M)";
//
// BorrowToolStripMenuItem
//
this.BorrowToolStripMenuItem.Name = "BorrowToolStripMenuItem";
this.BorrowToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.BorrowToolStripMenuItem.Text = "借阅";
this.BorrowToolStripMenuItem.Click += new System.EventHandler(this.Borrow_Book);
//
// ReturnToolStripMenuItem
//
this.ReturnToolStripMenuItem.Name = "ReturnToolStripMenuItem";
this.ReturnToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.ReturnToolStripMenuItem.Text = "归还";
this.ReturnToolStripMenuItem.Click += new System.EventHandler(this.Return_Book);
//
// XujieToolStripMenuItem
//
this.XujieToolStripMenuItem.Name = "XujieToolStripMenuItem";
this.XujieToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.XujieToolStripMenuItem.Text = "续借";
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(139, 6);
//
// AdminLoginToolStripMenuItem
//
this.AdminLoginToolStripMenuItem.Name = "AdminLoginToolStripMenuItem";
this.AdminLoginToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.AdminLoginToolStripMenuItem.Text = "切换用户";
this.AdminLoginToolStripMenuItem.Click += new System.EventHandler(this.AdminLoginToolStripMenuItem_Click);
//
// ModifiMgPwdToolStripMenuItem
//
this.ModifiMgPwdToolStripMenuItem.Name = "ModifiMgPwdToolStripMenuItem";
this.ModifiMgPwdToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.ModifiMgPwdToolStripMenuItem.Text = "修改用户密码";
this.ModifiMgPwdToolStripMenuItem.Click += new System.EventHandler(this.ModifiMgPwdToolStripMenuItem_Click);
//
// ExitToolStripMenuItem
//
this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
this.ExitToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.ExitToolStripMenuItem.Text = "退出";
this.ExitToolStripMenuItem.Click += new System.EventHandler(this.Exit_Click);
//
// InfoCToolStripMenuItem
//
this.InfoCToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.BookMToolStripMenuItem,
this.ReaderMToolStripMenuItem,
this.AddManagerToolStripMenuItem});
this.InfoCToolStripMenuItem.Name = "InfoCToolStripMenuItem";
this.InfoCToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.InfoCToolStripMenuItem.Text = "资料管理(&C)";
//
// BookMToolStripMenuItem
//
this.BookMToolStripMenuItem.Name = "BookMToolStripMenuItem";
this.BookMToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.BookMToolStripMenuItem.Text = "图书管理";
this.BookMToolStripMenuItem.Click += new System.EventHandler(this.BookManagement);
//
// ReaderMToolStripMenuItem
//
this.ReaderMToolStripMenuItem.Name = "ReaderMToolStripMenuItem";
this.ReaderMToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.ReaderMToolStripMenuItem.Text = "读者管理";
this.ReaderMToolStripMenuItem.Click += new System.EventHandler(this.ReaderManagement);
//
// AddManagerToolStripMenuItem
//
this.AddManagerToolStripMenuItem.Name = "AddManagerToolStripMenuItem";
this.AddManagerToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.AddManagerToolStripMenuItem.Text = "添加管理员";
this.AddManagerToolStripMenuItem.Click += new System.EventHandler(this.AddManagerToolStripMenuItem_Click);
//
// SystemToolStripMenuItem
//
this.SystemToolStripMenuItem.Name = "SystemToolStripMenuItem";
this.SystemToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.SystemToolStripMenuItem.Text = "系统设置(&S)";
//
// HelpToolStripMenuItem
//
this.HelpToolStripMenuItem.Name = "HelpToolStripMenuItem";
this.HelpToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.HelpToolStripMenuItem.Text = "帮助(&H)";
//
// toolStrip1
//
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator1,
this.toolStripSeparator2,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -