📄 form1.designer.cs
字号:
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Lavender;
this.label3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(42, 117);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 21);
this.label3.TabIndex = 13;
this.label3.Text = "密码:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(136, 122);
this.textBox2.Name = "textBox2";
this.textBox2.PasswordChar = '*';
this.textBox2.Size = new System.Drawing.Size(100, 21);
this.textBox2.TabIndex = 12;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(136, 74);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 21);
this.textBox1.TabIndex = 11;
//
// button2
//
this.button2.Location = new System.Drawing.Point(161, 179);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 10;
this.button2.Text = "退出";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(40, 179);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 9;
this.button1.Text = "登录";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Lavender;
this.label2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(21, 69);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(94, 21);
this.label2.TabIndex = 8;
this.label2.Text = "用户名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Lavender;
this.label1.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(34, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(195, 35);
this.label1.TabIndex = 7;
this.label1.Text = "图书管登录";
//
// sqlConnection1
//
this.sqlConnection1.ConnectionString = "Data Source=.;Initial Catalog=libbook;Integrated Security=True";
this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
//
// panel1
//
this.panel1.AutoSize = true;
this.panel1.BackgroundImage = global::图书馆管理系统.Properties.Resources.bj0;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.label2);
this.panel1.Location = new System.Drawing.Point(116, 36);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(280, 226);
this.panel1.TabIndex = 14;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.LightSkyBlue;
this.label4.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Fuchsia;
this.label4.Location = new System.Drawing.Point(32, 114);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(476, 64);
this.label4.TabIndex = 15;
this.label4.Text = "欢迎使用本软件";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label4.Resize += new System.EventHandler(this.Form1_Load);
//
// axWindowsMediaPlayer2
//
this.axWindowsMediaPlayer2.Enabled = true;
this.axWindowsMediaPlayer2.Location = new System.Drawing.Point(413, 283);
this.axWindowsMediaPlayer2.Name = "axWindowsMediaPlayer2";
this.axWindowsMediaPlayer2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWindowsMediaPlayer2.OcxState")));
this.axWindowsMediaPlayer2.Size = new System.Drawing.Size(129, 23);
this.axWindowsMediaPlayer2.TabIndex = 17;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = global::图书馆管理系统.Properties.Resources.bj;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(554, 337);
this.Controls.Add(this.axWindowsMediaPlayer2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.label4);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "图书馆管理系统";
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书类型设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书档案管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 出版社管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书注销ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书征定ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出系统ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助HToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书盘点ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 图书归还ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 逾期清单ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书罚款ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 管理员信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书馆管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 管理员管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 图书馆管理系统10版ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出系统QToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem 读者类型设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 读者档案管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 借书证挂失与恢复ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 过期续证管理ToolStripMenuItem;
public System.Windows.Forms.ToolStripMenuItem 读者管理ToolStripMenuItem;
public System.Windows.Forms.ToolStripMenuItem 图书管理ToolStripMenuItem;
public System.Windows.Forms.ToolStripMenuItem 流通管理ToolStripMenuItem;
public System.Windows.Forms.ToolStripMenuItem 系统管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Data.SqlClient.SqlConnection sqlConnection1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label4;
private AxWMPLib.AxWindowsMediaPlayer axWindowsMediaPlayer2;
private System.Windows.Forms.ToolStripMenuItem 音乐ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -