📄 form1.cs
字号:
this.menuItem15,
this.menuItem16,
this.menuItem17});
this.menuItem14.Text = "快速增加资料";
//
// menuItem15
//
this.menuItem15.Index = 0;
this.menuItem15.Text = "新增读者资料";
//
// menuItem16
//
this.menuItem16.Index = 1;
this.menuItem16.Text = "新增书籍资料";
//
// menuItem17
//
this.menuItem17.Index = 2;
this.menuItem17.Text = "新增期刊资料";
//
// menuItem18
//
this.menuItem18.Index = 3;
this.menuItem18.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem19,
this.menuItem20});
this.menuItem18.Text = "资料打印";
this.menuItem18.Click += new System.EventHandler(this.menuItem18_Click);
//
// menuItem19
//
this.menuItem19.Index = 0;
this.menuItem19.Text = "读者资料表";
//
// menuItem20
//
this.menuItem20.Index = 1;
this.menuItem20.Text = "借阅资料表";
//
// menuItem21
//
this.menuItem21.Index = 2;
this.menuItem21.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem22,
this.menuItem23,
this.menuItem24,
this.menuItem25,
this.menuItem26,
this.menuItem27});
this.menuItem21.Text = "常用操作";
this.menuItem21.Click += new System.EventHandler(this.menuItem21_Click);
//
// menuItem22
//
this.menuItem22.Index = 0;
this.menuItem22.Text = "借阅管理";
//
// menuItem23
//
this.menuItem23.Index = 1;
this.menuItem23.Text = "罚款管理";
//
// menuItem24
//
this.menuItem24.Index = 2;
this.menuItem24.Text = "会员管理";
//
// menuItem25
//
this.menuItem25.Index = 3;
this.menuItem25.Text = "押金冲值";
//
// menuItem26
//
this.menuItem26.Index = 4;
this.menuItem26.Text = "-";
//
// menuItem27
//
this.menuItem27.Index = 5;
this.menuItem27.Text = "借阅查询";
//
// menuItem28
//
this.menuItem28.Index = 3;
this.menuItem28.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem29,
this.menuItem30,
this.menuItem31,
this.menuItem32,
this.menuItem33});
this.menuItem28.Text = "窗口";
//
// menuItem29
//
this.menuItem29.Index = 0;
this.menuItem29.Text = "层叠窗口";
//
// menuItem30
//
this.menuItem30.Index = 1;
this.menuItem30.Text = "水平窗口";
//
// menuItem31
//
this.menuItem31.Index = 2;
this.menuItem31.Text = "平铺窗口";
//
// menuItem32
//
this.menuItem32.Index = 3;
this.menuItem32.Text = "-";
//
// menuItem33
//
this.menuItem33.Index = 4;
this.menuItem33.Text = "关闭所有";
//
// menuItem34
//
this.menuItem34.Index = 4;
this.menuItem34.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem35,
this.menuItem36});
this.menuItem34.Text = "帮助";
//
// menuItem35
//
this.menuItem35.Index = 0;
this.menuItem35.Text = "帮助(&H)";
//
// menuItem36
//
this.menuItem36.Index = 1;
this.menuItem36.Text = "关于(&A)";
//
// hScrollBar1
//
this.hScrollBar1.Location = new System.Drawing.Point(0, 0);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.TabIndex = 1;
//
// toolBar1
//
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarButton1,
this.toolBarButton2,
this.toolBarButton3,
this.toolBarButton4,
this.toolBarButton5});
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Location = new System.Drawing.Point(0, 0);
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(492, 41);
this.toolBar1.TabIndex = 2;
//
// toolBarButton1
//
this.toolBarButton1.ImageIndex = 1;
this.toolBarButton1.Text = "借出资料";
//
// toolBarButton2
//
this.toolBarButton2.ImageIndex = 3;
this.toolBarButton2.Text = "归还资料";
//
// toolBarButton3
//
this.toolBarButton3.ImageIndex = 0;
this.toolBarButton3.Text = "关闭窗口";
//
// toolBarButton4
//
this.toolBarButton4.ImageIndex = 0;
this.toolBarButton4.Text = "退出窗口";
//
// toolBarButton5
//
this.toolBarButton5.ImageIndex = 4;
this.toolBarButton5.Text = "帮助(&H)";
//
// imageList1
//
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// frmMain
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(492, 373);
this.Controls.Add(this.toolBar1);
this.Controls.Add(this.hScrollBar1);
this.IsMdiContainer = true;
this.Menu = this.munMain;
this.Name = "frmMain";
this.Text = "图书管理系统";
this.ResumeLayout(false);
}
#endregion
/// <summary>
/// 应用程序的主入口点。
/// </summary>
[STAThread]
static void Main()
{
Application.Run(new frmMain());
}
private void menuItem3_Click(object sender, System.EventArgs e)
{
}
private void menuItem4_Click(object sender, System.EventArgs e)
{
}
private void menuItem13_Click(object sender, System.EventArgs e)
{
}
private void menuItem18_Click(object sender, System.EventArgs e)
{
}
private void menuItem21_Click(object sender, System.EventArgs e)
{
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -