📄 sms_main.designer.cs
字号:
namespace FORU_SMS_
{
partial class SMS_Main
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMS_Main));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.货物管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.入库管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.出库管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.借货还货ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.盘点管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.基本设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.供货商设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.货物档案设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.仓库设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.查询统计ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.入库查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.出库查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.货物借出查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.货物归还查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.出入库年查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.系统管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.用户管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.添加用户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.数据备份ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.数据还原ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.数据压缩ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重新登陆ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.bt_Cm = new System.Windows.Forms.Button();
this.bt_InOut = new System.Windows.Forms.Button();
this.bt_Mag = new System.Windows.Forms.Button();
this.bt_Out = new System.Windows.Forms.Button();
this.bt_In = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.btnSI = new System.Windows.Forms.Button();
this.btnGI = new System.Windows.Forms.Button();
this.btnBI = new System.Windows.Forms.Button();
this.btnPI = new System.Windows.Forms.Button();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.btnOSL = new System.Windows.Forms.Button();
this.btnIOYS = new System.Windows.Forms.Button();
this.btnWG = new System.Windows.Forms.Button();
this.btnGIL = new System.Windows.Forms.Button();
this.btnGOL = new System.Windows.Forms.Button();
this.btnIOMS = new System.Windows.Forms.Button();
this.btnSL = new System.Windows.Forms.Button();
this.btnISL = new System.Windows.Forms.Button();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.button3 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.btnSum = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.货物管理ToolStripMenuItem,
this.基本设置ToolStripMenuItem,
this.查询统计ToolStripMenuItem,
this.系统管理ToolStripMenuItem,
this.帮助ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(721, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 货物管理ToolStripMenuItem
//
this.货物管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.入库管理ToolStripMenuItem,
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(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.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.AutoSize = false;
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(70, 20);
this.基本设置ToolStripMenuItem.Text = "基本设置";
//
// 供货商设置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 = "货物档案设置";
//
// 仓库设置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.AutoSize = false;
this.查询统计ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.入库查询ToolStripMenuItem,
this.出库查询ToolStripMenuItem,
this.货物借出查询ToolStripMenuItem,
this.货物归还查询ToolStripMenuItem,
this.出入库年查询ToolStripMenuItem});
this.查询统计ToolStripMenuItem.Name = "查询统计ToolStripMenuItem";
this.查询统计ToolStripMenuItem.Size = new System.Drawing.Size(70, 20);
this.查询统计ToolStripMenuItem.Text = "查询统计";
//
// 入库查询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 = "货物借出查询";
//
// 货物归还查询ToolStripMenuItem
//
this.货物归还查询ToolStripMenuItem.Name = "货物归还查询ToolStripMenuItem";
this.货物归还查询ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.货物归还查询ToolStripMenuItem.Text = "货物归还查询";
//
// 出入库年查询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.AutoSize = false;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -