📄 frmmain.designer.cs
字号:
this.出入库货物年统计ToolStripMenuItem.Name = "出入库货物年统计ToolStripMenuItem";
this.出入库货物年统计ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.出入库货物年统计ToolStripMenuItem.Text = "出入库货物年统计[&D]";
this.出入库货物年统计ToolStripMenuItem.Click += new System.EventHandler(this.出入库货物年统计ToolStripMenuItem_Click);
//
// 出入库货物月统计ToolStripMenuItem
//
this.出入库货物月统计ToolStripMenuItem.Name = "出入库货物月统计ToolStripMenuItem";
this.出入库货物月统计ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.出入库货物月统计ToolStripMenuItem.Text = "出入库货物月统计[&M]";
this.出入库货物月统计ToolStripMenuItem.Click += new System.EventHandler(this.出入库货物月统计ToolStripMenuItem_Click);
//
// 货物借出查询ToolStripMenuItem
//
this.货物借出查询ToolStripMenuItem.Name = "货物借出查询ToolStripMenuItem";
this.货物借出查询ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.货物借出查询ToolStripMenuItem.Text = "货物借出查询[&J]";
this.货物借出查询ToolStripMenuItem.Click += new System.EventHandler(this.货物借出查询ToolStripMenuItem_Click);
//
// 货物归还查询ToolStripMenuItem
//
this.货物归还查询ToolStripMenuItem.Name = "货物归还查询ToolStripMenuItem";
this.货物归还查询ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.货物归还查询ToolStripMenuItem.Text = "货物归还查询[&H]";
this.货物归还查询ToolStripMenuItem.Click += new System.EventHandler(this.货物归还查询ToolStripMenuItem_Click);
//
// 警戒货物ToolStripMenuItem
//
this.警戒货物ToolStripMenuItem.Name = "警戒货物ToolStripMenuItem";
this.警戒货物ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.警戒货物ToolStripMenuItem.Text = "警戒货物[&W]";
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(83, 20);
this.系统维护ToolStripMenuItem.Text = "系统维护[&W]";
this.系统维护ToolStripMenuItem.Click += new System.EventHandler(this.系统维护ToolStripMenuItem_Click);
//
// 数据备份ToolStripMenuItem
//
this.数据备份ToolStripMenuItem.Name = "数据备份ToolStripMenuItem";
this.数据备份ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.数据备份ToolStripMenuItem.Text = "数据备份[&Z]";
this.数据备份ToolStripMenuItem.Click += new System.EventHandler(this.数据备份ToolStripMenuItem_Click);
//
// 数据恢复ToolStripMenuItem
//
this.数据恢复ToolStripMenuItem.Name = "数据恢复ToolStripMenuItem";
this.数据恢复ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.数据恢复ToolStripMenuItem.Text = "数据还原[&F]";
this.数据恢复ToolStripMenuItem.Click += new System.EventHandler(this.数据恢复ToolStripMenuItem_Click);
//
// 数据压缩ToolStripMenuItem
//
this.数据压缩ToolStripMenuItem.Name = "数据压缩ToolStripMenuItem";
this.数据压缩ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.数据压缩ToolStripMenuItem.Text = "数据压缩[&Y]";
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,
this.重新登录ToolStripMenuItem,
this.退出系统ToolStripMenuItem});
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.帮助ToolStripMenuItem.Text = "帮助[&H]";
this.帮助ToolStripMenuItem.Click += new System.EventHandler(this.帮助ToolStripMenuItem_Click);
//
// 更改密码ToolStripMenuItem
//
this.更改密码ToolStripMenuItem.Name = "更改密码ToolStripMenuItem";
this.更改密码ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.更改密码ToolStripMenuItem.Text = "更改密码[&X]";
this.更改密码ToolStripMenuItem.Click += new System.EventHandler(this.更改密码ToolStripMenuItem_Click);
//
// 权限设置ToolStripMenuItem
//
this.权限设置ToolStripMenuItem.Name = "权限设置ToolStripMenuItem";
this.权限设置ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.权限设置ToolStripMenuItem.Text = "权限设置[&Q]";
this.权限设置ToolStripMenuItem.Click += new System.EventHandler(this.权限设置ToolStripMenuItem_Click);
//
// 用户管理ToolStripMenuItem
//
this.用户管理ToolStripMenuItem.Name = "用户管理ToolStripMenuItem";
this.用户管理ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.用户管理ToolStripMenuItem.Text = "用户管理[&U]";
this.用户管理ToolStripMenuItem.Click += new System.EventHandler(this.用户管理ToolStripMenuItem_Click);
//
// 关于本系统ToolStripMenuItem
//
this.关于本系统ToolStripMenuItem.Name = "关于本系统ToolStripMenuItem";
this.关于本系统ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.关于本系统ToolStripMenuItem.Text = "关于本系统[&A]";
this.关于本系统ToolStripMenuItem.Click += new System.EventHandler(this.关于本系统ToolStripMenuItem_Click);
//
// 重新登录ToolStripMenuItem
//
this.重新登录ToolStripMenuItem.Name = "重新登录ToolStripMenuItem";
this.重新登录ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.重新登录ToolStripMenuItem.Text = "重新登录[&R]";
this.重新登录ToolStripMenuItem.Click += new System.EventHandler(this.重新登录ToolStripMenuItem_Click);
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.退出系统ToolStripMenuItem.Text = "退出系统[&E]";
this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.tabControl1);
this.groupBox1.Location = new System.Drawing.Point(12, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(768, 510);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tpGM);
this.tabControl1.Controls.Add(this.tpBI);
this.tabControl1.Controls.Add(this.tpSum);
this.tabControl1.Controls.Add(this.tpSM);
this.tabControl1.Controls.Add(this.tpHelp);
this.tabControl1.Location = new System.Drawing.Point(6, 18);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(756, 486);
this.tabControl1.TabIndex = 0;
//
// tpGM
//
this.tpGM.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tpGM.BackgroundImage")));
this.tpGM.Controls.Add(this.btnCM);
this.tpGM.Controls.Add(this.btnBR);
this.tpGM.Controls.Add(this.btnOS);
this.tpGM.Controls.Add(this.btnIS);
this.tpGM.Controls.Add(this.btnGM);
this.tpGM.Location = new System.Drawing.Point(4, 21);
this.tpGM.Name = "tpGM";
this.tpGM.Padding = new System.Windows.Forms.Padding(3);
this.tpGM.Size = new System.Drawing.Size(748, 461);
this.tpGM.TabIndex = 0;
this.tpGM.Text = "货物管理";
this.tpGM.UseVisualStyleBackColor = true;
//
// btnCM
//
this.btnCM.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCM.FlatAppearance.BorderSize = 0;
this.btnCM.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnCM.Location = new System.Drawing.Point(305, 332);
this.btnCM.Name = "btnCM";
this.btnCM.Size = new System.Drawing.Size(80, 75);
this.btnCM.TabIndex = 3;
this.btnCM.UseVisualStyleBackColor = true;
this.btnCM.Click += new System.EventHandler(this.btnCM_Click);
//
// btnBR
//
this.btnBR.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnBR.FlatAppearance.BorderSize = 0;
this.btnBR.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnBR.Location = new System.Drawing.Point(469, 220);
this.btnBR.Name = "btnBR";
this.btnBR.Size = new System.Drawing.Size(80, 75);
this.btnBR.TabIndex = 2;
this.btnBR.UseVisualStyleBackColor = true;
this.btnBR.Click += new System.EventHandler(this.btnBR_Click);
//
// btnOS
//
this.btnOS.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOS.FlatAppearance.BorderSize = 0;
this.btnOS.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnOS.Location = new System.Drawing.Point(182, 161);
this.btnOS.Name = "btnOS";
this.btnOS.Size = new System.Drawing.Size(80, 75);
this.btnOS.TabIndex = 1;
this.btnOS.UseVisualStyleBackColor = true;
this.btnOS.Click += new System.EventHandler(this.btnOS_Click);
//
// btnIS
//
this.btnIS.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnIS.FlatAppearance.BorderSize = 0;
this.btnIS.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnIS.ForeColor = System.Drawing.Color.Transparent;
this.btnIS.Location = new System.Drawing.Point(345, 52);
this.btnIS.Name = "btnIS";
this.btnIS.Size = new System.Drawing.Size(80, 75);
this.btnIS.TabIndex = 0;
this.btnIS.UseVisualStyleBackColor = false;
this.btnIS.Click += new System.EventHandler(this.btnIS_Click);
//
// btnGM
//
this.btnGM.Enabled = false;
this.btnGM.FlatAppearance.BorderSize = 0;
this.btnGM.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnGM.Location = new System.Drawing.Point(324, 191);
this.btnGM.Name = "btnGM";
this.btnGM.Size = new System.Drawing.Size(81, 74);
this.btnGM.TabIndex = 0;
this.btnGM.UseVisualStyleBackColor = true;
//
// tpBI
//
this.tpBI.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tpBI.BackgroundImage")));
this.tpBI.Controls.Add(this.btnSI);
this.tpBI.Controls.Add(this.btnGI);
this.tpBI.Controls.Add(this.btnPI);
this.tpBI.Controls.Add(this.btnBI);
this.tpBI.Location = new System.Drawing.Point(4, 21);
this.tpBI.Name = "tpBI";
this.tpBI.Padding = new System.Windows.Forms.Padding(3);
this.tpBI.Size = new System.Drawing.Size(748, 461);
this.tpBI.TabIndex = 1;
this.tpBI.Text = "基本档案";
this.tpBI.UseVisualStyleBackColor = true;
//
// btnSI
//
this.btnSI.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSI.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnSI.Location = new System.Drawing.Point(484, 255);
this.btnSI.Name = "btnSI";
this.btnSI.Size = new System.Drawing.Size(81, 74);
this.btnSI.TabIndex = 7;
this.btnSI.UseVisualStyleBackColor = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -