📄 form1.designer.cs
字号:
this.图书管理ToolStripMenuItem.Text = "图书管理(&T)";
//
// 图书类型设置ToolStripMenuItem
//
this.图书类型设置ToolStripMenuItem.Name = "图书类型设置ToolStripMenuItem";
this.图书类型设置ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.图书类型设置ToolStripMenuItem.Text = "图书类型设置";
this.图书类型设置ToolStripMenuItem.Click += new System.EventHandler(this.图书类型设置ToolStripMenuItem_Click);
//
// 图书档案管理ToolStripMenuItem
//
this.图书档案管理ToolStripMenuItem.Name = "图书档案管理ToolStripMenuItem";
this.图书档案管理ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.图书档案管理ToolStripMenuItem.Text = "图书档案管理";
this.图书档案管理ToolStripMenuItem.Click += new System.EventHandler(this.图书档案管理ToolStripMenuItem_Click);
//
// 出版社管理ToolStripMenuItem
//
this.出版社管理ToolStripMenuItem.Name = "出版社管理ToolStripMenuItem";
this.出版社管理ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.出版社管理ToolStripMenuItem.Text = "出版社管理";
this.出版社管理ToolStripMenuItem.Click += new System.EventHandler(this.出版社管理ToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(139, 6);
//
// 图书注销ToolStripMenuItem
//
this.图书注销ToolStripMenuItem.Name = "图书注销ToolStripMenuItem";
this.图书注销ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.图书注销ToolStripMenuItem.Text = "图书注销";
this.图书注销ToolStripMenuItem.Click += new System.EventHandler(this.图书注销ToolStripMenuItem_Click);
//
// 图书征定ToolStripMenuItem
//
this.图书征定ToolStripMenuItem.Name = "图书征定ToolStripMenuItem";
this.图书征定ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.图书征定ToolStripMenuItem.Text = "图书征定";
this.图书征定ToolStripMenuItem.Click += new System.EventHandler(this.图书征定ToolStripMenuItem_Click);
//
// 图书ToolStripMenuItem
//
this.图书ToolStripMenuItem.Name = "图书ToolStripMenuItem";
this.图书ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.图书ToolStripMenuItem.Text = "图书验收";
this.图书ToolStripMenuItem.Click += new System.EventHandler(this.图书ToolStripMenuItem_Click);
//
// 图书盘点ToolStripMenuItem
//
this.图书盘点ToolStripMenuItem.Name = "图书盘点ToolStripMenuItem";
this.图书盘点ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.图书盘点ToolStripMenuItem.Text = "图书盘点";
this.图书盘点ToolStripMenuItem.Click += new System.EventHandler(this.图书盘点ToolStripMenuItem_Click);
//
// 流通管理ToolStripMenuItem
//
this.流通管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.图书ToolStripMenuItem1,
this.图书归还ToolStripMenuItem,
this.逾期清单ToolStripMenuItem,
this.图书罚款ToolStripMenuItem});
this.流通管理ToolStripMenuItem.Name = "流通管理ToolStripMenuItem";
this.流通管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.流通管理ToolStripMenuItem.Text = "流通管理";
//
// 图书ToolStripMenuItem1
//
this.图书ToolStripMenuItem1.Name = "图书ToolStripMenuItem1";
this.图书ToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
this.图书ToolStripMenuItem1.Text = "图书借阅";
this.图书ToolStripMenuItem1.Click += new System.EventHandler(this.图书ToolStripMenuItem1_Click);
//
// 图书归还ToolStripMenuItem
//
this.图书归还ToolStripMenuItem.Name = "图书归还ToolStripMenuItem";
this.图书归还ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.图书归还ToolStripMenuItem.Text = "图书归还";
this.图书归还ToolStripMenuItem.Click += new System.EventHandler(this.图书归还ToolStripMenuItem_Click);
//
// 逾期清单ToolStripMenuItem
//
this.逾期清单ToolStripMenuItem.Name = "逾期清单ToolStripMenuItem";
this.逾期清单ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.逾期清单ToolStripMenuItem.Text = "逾期清单";
this.逾期清单ToolStripMenuItem.Click += new System.EventHandler(this.逾期清单ToolStripMenuItem_Click);
//
// 图书罚款ToolStripMenuItem
//
this.图书罚款ToolStripMenuItem.Name = "图书罚款ToolStripMenuItem";
this.图书罚款ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.图书罚款ToolStripMenuItem.Text = "图书罚款";
this.图书罚款ToolStripMenuItem.Click += new System.EventHandler(this.图书罚款ToolStripMenuItem_Click);
//
// 系统管理ToolStripMenuItem
//
this.系统管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.图书馆管理ToolStripMenuItem,
this.管理员管理ToolStripMenuItem,
this.音乐ToolStripMenuItem});
this.系统管理ToolStripMenuItem.Name = "系统管理ToolStripMenuItem";
this.系统管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.系统管理ToolStripMenuItem.Text = "系统管理";
//
// 图书馆管理ToolStripMenuItem
//
this.图书馆管理ToolStripMenuItem.Name = "图书馆管理ToolStripMenuItem";
this.图书馆管理ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.图书馆管理ToolStripMenuItem.Text = "图书馆管理";
this.图书馆管理ToolStripMenuItem.Click += new System.EventHandler(this.图书馆管理ToolStripMenuItem_Click);
//
// 管理员管理ToolStripMenuItem
//
this.管理员管理ToolStripMenuItem.Name = "管理员管理ToolStripMenuItem";
this.管理员管理ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.管理员管理ToolStripMenuItem.Text = "管理员管理";
this.管理员管理ToolStripMenuItem.Click += new System.EventHandler(this.管理员管理ToolStripMenuItem_Click);
//
// 音乐ToolStripMenuItem
//
this.音乐ToolStripMenuItem.Name = "音乐ToolStripMenuItem";
this.音乐ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
this.音乐ToolStripMenuItem.Text = "音乐";
this.音乐ToolStripMenuItem.Click += new System.EventHandler(this.音乐ToolStripMenuItem_Click);
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
this.退出系统ToolStripMenuItem.Text = "退出系统";
this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
//
// 帮助HToolStripMenuItem
//
this.帮助HToolStripMenuItem.Name = "帮助HToolStripMenuItem";
this.帮助HToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.帮助HToolStripMenuItem.Text = "帮助(&H)";
this.帮助HToolStripMenuItem.Click += new System.EventHandler(this.帮助HToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3});
this.statusStrip1.Location = new System.Drawing.Point(0, 309);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(554, 28);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
this.toolStripStatusLabel1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.toolStripStatusLabel1.Image = global::图书馆管理系统.Properties.Resources._1;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(205, 23);
this.toolStripStatusLabel1.Text = "欢迎使用本图书管理系统";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel2.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
this.toolStripStatusLabel2.Image = global::图书馆管理系统.Properties.Resources._3;
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(167, 23);
this.toolStripStatusLabel2.Spring = true;
this.toolStripStatusLabel2.Text = "toolStripStatusLabel2";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.toolStripStatusLabel3.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
this.toolStripStatusLabel3.Image = global::图书馆管理系统.Properties.Resources._865;
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.toolStripStatusLabel3.Size = new System.Drawing.Size(167, 23);
this.toolStripStatusLabel3.Spring = true;
this.toolStripStatusLabel3.Text = "toolStripStatusLabel3";
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// label3
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -