📄 frmmain.designer.cs
字号:
this.btnExit.TabIndex = 23;
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnAU
//
this.btnAU.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAU.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnAU.Location = new System.Drawing.Point(246, 323);
this.btnAU.Name = "btnAU";
this.btnAU.Size = new System.Drawing.Size(81, 74);
this.btnAU.TabIndex = 22;
this.btnAU.UseVisualStyleBackColor = true;
this.btnAU.Click += new System.EventHandler(this.btnAU_Click);
//
// btnUM
//
this.btnUM.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUM.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnUM.Location = new System.Drawing.Point(491, 179);
this.btnUM.Name = "btnUM";
this.btnUM.Size = new System.Drawing.Size(81, 74);
this.btnUM.TabIndex = 21;
this.btnUM.UseVisualStyleBackColor = true;
this.btnUM.Click += new System.EventHandler(this.btnUM_Click);
//
// btnEP
//
this.btnEP.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnEP.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnEP.Location = new System.Drawing.Point(343, 65);
this.btnEP.Name = "btnEP";
this.btnEP.Size = new System.Drawing.Size(81, 74);
this.btnEP.TabIndex = 19;
this.btnEP.UseVisualStyleBackColor = true;
this.btnEP.Click += new System.EventHandler(this.btnEP_Click);
//
// btnHelp
//
this.btnHelp.Enabled = false;
this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnHelp.Location = new System.Drawing.Point(343, 199);
this.btnHelp.Name = "btnHelp";
this.btnHelp.Size = new System.Drawing.Size(81, 74);
this.btnHelp.TabIndex = 5;
this.btnHelp.UseVisualStyleBackColor = true;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslUser,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3,
this.tsslDate,
this.toolStripStatusLabel7,
this.tsslTime,
this.toolStripStatusLabel5,
this.toolStripStatusLabel1,
this.toolStripStatusLabel4,
this.toolStripStatusLabel6});
this.statusStrip1.Location = new System.Drawing.Point(0, 544);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(792, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// tsslUser
//
this.tsslUser.Name = "tsslUser";
this.tsslUser.Size = new System.Drawing.Size(0, 17);
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel2.Text = "|";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(89, 17);
this.toolStripStatusLabel3.Text = "当前系统日期:";
//
// tsslDate
//
this.tsslDate.Name = "tsslDate";
this.tsslDate.Size = new System.Drawing.Size(0, 17);
//
// toolStripStatusLabel7
//
this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
this.toolStripStatusLabel7.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel7.Text = "|";
//
// tsslTime
//
this.tsslTime.Name = "tsslTime";
this.tsslTime.Size = new System.Drawing.Size(0, 17);
//
// toolStripStatusLabel5
//
this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
this.toolStripStatusLabel5.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel5.Text = "|";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Blue;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(161, 17);
this.toolStripStatusLabel1.Text = "吉林省明日科技有限公司制作";
//
// toolStripStatusLabel4
//
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
this.toolStripStatusLabel4.Size = new System.Drawing.Size(11, 17);
this.toolStripStatusLabel4.Text = "|";
//
// toolStripStatusLabel6
//
this.toolStripStatusLabel6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel6.Image")));
this.toolStripStatusLabel6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
this.toolStripStatusLabel6.Size = new System.Drawing.Size(483, 17);
this.toolStripStatusLabel6.Spring = true;
this.toolStripStatusLabel6.Tag = "";
this.toolStripStatusLabel6.Text = "www.mingrisoft.com";
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 566);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.msMenu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.msMenu;
this.MaximizeBox = false;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "库存管理系统";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
this.Load += new System.EventHandler(this.frmMain_Load);
this.msMenu.ResumeLayout(false);
this.msMenu.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tpGM.ResumeLayout(false);
this.tpBI.ResumeLayout(false);
this.tpSum.ResumeLayout(false);
this.tpSM.ResumeLayout(false);
this.tpHelp.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip msMenu;
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 借货还货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 库存查询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 警戒货物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.GroupBox groupBox1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tpGM;
private System.Windows.Forms.TabPage tpBI;
private System.Windows.Forms.TabPage tpSum;
private System.Windows.Forms.TabPage tpSM;
private System.Windows.Forms.TabPage tpHelp;
private System.Windows.Forms.Button btnCM;
private System.Windows.Forms.Button btnBR;
private System.Windows.Forms.Button btnOS;
private System.Windows.Forms.Button btnIS;
private System.Windows.Forms.Button btnGM;
private System.Windows.Forms.Button btnSI;
private System.Windows.Forms.Button btnGI;
private System.Windows.Forms.Button btnPI;
private System.Windows.Forms.Button btnBI;
private System.Windows.Forms.Button btnDC;
private System.Windows.Forms.Button btnDR;
private System.Windows.Forms.Button btnDS;
private System.Windows.Forms.Button btnSM;
private System.Windows.Forms.Button btnWG;
private System.Windows.Forms.Button btnGOL;
private System.Windows.Forms.Button btnOSL;
private System.Windows.Forms.Button btnSL;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnAU;
private System.Windows.Forms.Button btnUM;
private System.Windows.Forms.Button btnEP;
private System.Windows.Forms.Button btnHelp;
private System.Windows.Forms.Button btnISL;
private System.Windows.Forms.Button btnRI;
private System.Windows.Forms.Button btnGIL;
private System.Windows.Forms.Button btnIOMS;
private System.Windows.Forms.Button btnSum;
private System.Windows.Forms.Button btnIOYS;
private System.Windows.Forms.ToolStripStatusLabel tsslUser;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel tsslDate;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel6;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel7;
private System.Windows.Forms.ToolStripStatusLabel tsslTime;
private System.Windows.Forms.ToolStripMenuItem 重新登录ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -