📄 mainform.designer.cs
字号:
namespace Elysian
{
partial class mainForm
{
/// <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(mainForm));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.基础信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.供应商资料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
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.入库报表ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.出库报表ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.库存报表ToolStripMenuItem1 = 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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
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.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.计算器ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.自定义ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.基础信息ToolStripMenuItem,
this.仓库管理ToolStripMenuItem,
this.综合信息ToolStripMenuItem,
this.系统管理ToolStripMenuItem,
this.帮助ToolStripMenuItem,
this.退出系统ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(3, 17);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(714, 25);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 基础信息ToolStripMenuItem
//
this.基础信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.供应商资料ToolStripMenuItem,
this.toolStripSeparator3,
this.商品类别ToolStripMenuItem,
this.商品规格ToolStripMenuItem});
this.基础信息ToolStripMenuItem.Name = "基础信息ToolStripMenuItem";
this.基础信息ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.基础信息ToolStripMenuItem.Text = "基础信息";
//
// 供应商资料ToolStripMenuItem
//
this.供应商资料ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("供应商资料ToolStripMenuItem.Image")));
this.供应商资料ToolStripMenuItem.Name = "供应商资料ToolStripMenuItem";
this.供应商资料ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.供应商资料ToolStripMenuItem.Text = "供应商资料";
this.供应商资料ToolStripMenuItem.Click += new System.EventHandler(this.供应商资料ToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(133, 6);
//
// 商品类别ToolStripMenuItem
//
this.商品类别ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("商品类别ToolStripMenuItem.Image")));
this.商品类别ToolStripMenuItem.Name = "商品类别ToolStripMenuItem";
this.商品类别ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.商品类别ToolStripMenuItem.Text = "商品类别";
this.商品类别ToolStripMenuItem.Click += new System.EventHandler(this.商品类别ToolStripMenuItem_Click);
//
// 商品规格ToolStripMenuItem
//
this.商品规格ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("商品规格ToolStripMenuItem.Image")));
this.商品规格ToolStripMenuItem.Name = "商品规格ToolStripMenuItem";
this.商品规格ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.商品规格ToolStripMenuItem.Text = "商品规格";
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(68, 21);
this.仓库管理ToolStripMenuItem.Text = "仓库管理";
//
// 入库信息ToolStripMenuItem
//
this.入库信息ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("入库信息ToolStripMenuItem.Image")));
this.入库信息ToolStripMenuItem.Name = "入库信息ToolStripMenuItem";
this.入库信息ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.入库信息ToolStripMenuItem.Text = "入库信息";
this.入库信息ToolStripMenuItem.Click += new System.EventHandler(this.入库信息ToolStripMenuItem_Click);
//
// 出库信息ToolStripMenuItem
//
this.出库信息ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("出库信息ToolStripMenuItem.Image")));
this.出库信息ToolStripMenuItem.Name = "出库信息ToolStripMenuItem";
this.出库信息ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.出库信息ToolStripMenuItem.Text = "出库信息";
this.出库信息ToolStripMenuItem.Click += new System.EventHandler(this.出库信息ToolStripMenuItem_Click);
//
// 库存信息ToolStripMenuItem
//
this.库存信息ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("库存信息ToolStripMenuItem.Image")));
this.库存信息ToolStripMenuItem.Name = "库存信息ToolStripMenuItem";
this.库存信息ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.库存信息ToolStripMenuItem.Text = "库存信息";
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.Name = "综合信息ToolStripMenuItem";
this.综合信息ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.综合信息ToolStripMenuItem.Text = "综合信息";
//
// 库存查询ToolStripMenuItem
//
this.库存查询ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("库存查询ToolStripMenuItem.Image")));
this.库存查询ToolStripMenuItem.Name = "库存查询ToolStripMenuItem";
this.库存查询ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.库存查询ToolStripMenuItem.Text = "库存查询";
this.库存查询ToolStripMenuItem.Click += new System.EventHandler(this.库存查询ToolStripMenuItem_Click);
//
// 查询报表ToolStripMenuItem
//
this.查询报表ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.入库报表ToolStripMenuItem1,
this.出库报表ToolStripMenuItem1,
this.库存报表ToolStripMenuItem1});
this.查询报表ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("查询报表ToolStripMenuItem.Image")));
this.查询报表ToolStripMenuItem.Name = "查询报表ToolStripMenuItem";
this.查询报表ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.查询报表ToolStripMenuItem.Text = "查询报表";
this.查询报表ToolStripMenuItem.Click += new System.EventHandler(this.查询报表ToolStripMenuItem_Click);
//
// 入库报表ToolStripMenuItem1
//
this.入库报表ToolStripMenuItem1.Name = "入库报表ToolStripMenuItem1";
this.入库报表ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.入库报表ToolStripMenuItem1.Text = "入库报表";
this.入库报表ToolStripMenuItem1.Click += new System.EventHandler(this.入库报表ToolStripMenuItem1_Click);
//
// 出库报表ToolStripMenuItem1
//
this.出库报表ToolStripMenuItem1.Name = "出库报表ToolStripMenuItem1";
this.出库报表ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.出库报表ToolStripMenuItem1.Text = "出库报表";
this.出库报表ToolStripMenuItem1.Click += new System.EventHandler(this.出库报表ToolStripMenuItem1_Click);
//
// 库存报表ToolStripMenuItem1
//
this.库存报表ToolStripMenuItem1.Name = "库存报表ToolStripMenuItem1";
this.库存报表ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.库存报表ToolStripMenuItem1.Text = "库存报表";
this.库存报表ToolStripMenuItem1.Click += new System.EventHandler(this.库存报表ToolStripMenuItem1_Click);
//
// 系统管理ToolStripMenuItem
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -