⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main_parent.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.toolStripMenuItem26.Click += new System.EventHandler(this.toolStripMenuItem26_Click);
            // 
            // 仓库管理ToolStripMenuItem
            // 
            this.仓库管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.配件入库IToolStripMenuItem,
            this.配件销售SToolStripMenuItem,
            this.配件退货MToolStripMenuItem,
            this.销售报表PToolStripMenuItem,
            this.库存查询FToolStripMenuItem,
            this.toolStripMenuItem5,
            this.工具入库ToolStripMenuItem,
            this.工具借出BToolStripMenuItem,
            this.工具查询RToolStripMenuItem,
            this.toolStripMenuItem14,
            this.库房报损ToolStripMenuItem,
            this.库房报溢ToolStripMenuItem});
            this.仓库管理ToolStripMenuItem.Name = "仓库管理ToolStripMenuItem";
            this.仓库管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
            this.仓库管理ToolStripMenuItem.Text = "仓库管理";
            // 
            // 配件入库IToolStripMenuItem
            // 
            this.配件入库IToolStripMenuItem.Name = "配件入库IToolStripMenuItem";
            this.配件入库IToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.配件入库IToolStripMenuItem.Text = "配件入库(&I)";
            this.配件入库IToolStripMenuItem.Click += new System.EventHandler(this.配件入库IToolStripMenuItem_Click);
            // 
            // 配件销售SToolStripMenuItem
            // 
            this.配件销售SToolStripMenuItem.Name = "配件销售SToolStripMenuItem";
            this.配件销售SToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.配件销售SToolStripMenuItem.Text = "配件销售(&S)";
            this.配件销售SToolStripMenuItem.Click += new System.EventHandler(this.配件销售SToolStripMenuItem_Click);
            // 
            // 配件退货MToolStripMenuItem
            // 
            this.配件退货MToolStripMenuItem.Name = "配件退货MToolStripMenuItem";
            this.配件退货MToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.配件退货MToolStripMenuItem.Text = "配件退货(&M)";
            this.配件退货MToolStripMenuItem.Click += new System.EventHandler(this.配件退货MToolStripMenuItem_Click);
            // 
            // 销售报表PToolStripMenuItem
            // 
            this.销售报表PToolStripMenuItem.Name = "销售报表PToolStripMenuItem";
            this.销售报表PToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.销售报表PToolStripMenuItem.Text = "销售报表(&P)";
            // 
            // 库存查询FToolStripMenuItem
            // 
            this.库存查询FToolStripMenuItem.Name = "库存查询FToolStripMenuItem";
            this.库存查询FToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.库存查询FToolStripMenuItem.Text = "库存查询(&F)";
            // 
            // toolStripMenuItem5
            // 
            this.toolStripMenuItem5.Name = "toolStripMenuItem5";
            this.toolStripMenuItem5.Size = new System.Drawing.Size(133, 6);
            // 
            // 工具入库ToolStripMenuItem
            // 
            this.工具入库ToolStripMenuItem.Name = "工具入库ToolStripMenuItem";
            this.工具入库ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.工具入库ToolStripMenuItem.Text = "工具入库(&T)";
            this.工具入库ToolStripMenuItem.Click += new System.EventHandler(this.工具入库ToolStripMenuItem_Click);
            // 
            // 工具借出BToolStripMenuItem
            // 
            this.工具借出BToolStripMenuItem.Name = "工具借出BToolStripMenuItem";
            this.工具借出BToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.工具借出BToolStripMenuItem.Text = "工具借出(&B)";
            this.工具借出BToolStripMenuItem.Click += new System.EventHandler(this.工具借出BToolStripMenuItem_Click);
            // 
            // 工具查询RToolStripMenuItem
            // 
            this.工具查询RToolStripMenuItem.Name = "工具查询RToolStripMenuItem";
            this.工具查询RToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.工具查询RToolStripMenuItem.Text = "工具查询(&R)";
            // 
            // toolStripMenuItem14
            // 
            this.toolStripMenuItem14.Name = "toolStripMenuItem14";
            this.toolStripMenuItem14.Size = new System.Drawing.Size(133, 6);
            // 
            // 库房报损ToolStripMenuItem
            // 
            this.库房报损ToolStripMenuItem.Name = "库房报损ToolStripMenuItem";
            this.库房报损ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.库房报损ToolStripMenuItem.Text = "库房报损(&K)";
            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 = "库房报溢(&N)";
            this.库房报溢ToolStripMenuItem.Click += new System.EventHandler(this.库房报溢ToolStripMenuItem_Click);
            // 
            // 系统管理SToolStripMenuItem
            // 
            this.系统管理SToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.添加用户UToolStripMenuItem,
            this.更改密码PToolStripMenuItem});
            this.系统管理SToolStripMenuItem.Name = "系统管理SToolStripMenuItem";
            this.系统管理SToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.系统管理SToolStripMenuItem.Text = "系统管理(&S)";
            // 
            // 添加用户UToolStripMenuItem
            // 
            this.添加用户UToolStripMenuItem.Name = "添加用户UToolStripMenuItem";
            this.添加用户UToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.添加用户UToolStripMenuItem.Text = "添加用户(&U)";
            this.添加用户UToolStripMenuItem.Click += new System.EventHandler(this.添加用户UToolStripMenuItem_Click);
            // 
            // 更改密码PToolStripMenuItem
            // 
            this.更改密码PToolStripMenuItem.Name = "更改密码PToolStripMenuItem";
            this.更改密码PToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.更改密码PToolStripMenuItem.Text = "更改密码(&P)";
            // 
            // editMenu
            // 
            this.editMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator7,
            this.selectAllToolStripMenuItem,
            this.toolStripMenuItem3,
            this.快捷工具ToolStripMenuItem,
            this.toolStripSeparator4,
            this.ttttToolStripMenuItem,
            this.toolStripMenuItem27,
            this.printToolStripMenuItem,
            this.printPreviewToolStripMenuItem,
            this.printSetupToolStripMenuItem,
            this.toolStripSeparator5,
            this.exitToolStripMenuItem});
            this.editMenu.Name = "editMenu";
            this.editMenu.Size = new System.Drawing.Size(83, 20);
            this.editMenu.Text = "界面工具(&E)";
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
            this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.cutToolStripMenuItem.Text = "剪切(&T)";
            this.cutToolStripMenuItem.Click += new System.EventHandler(this.CutToolStripMenuItem_Click);
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
            this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.copyToolStripMenuItem.Text = "复制(&C)";
            this.copyToolStripMenuItem.Click += new System.EventHandler(this.CopyToolStripMenuItem_Click);
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
            this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.pasteToolStripMenuItem.Text = "粘贴(&P)";
            this.pasteToolStripMenuItem.Click += new System.EventHandler(this.PasteToolStripMenuItem_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(150, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.selectAllToolStripMenuItem.Text = "全选(&A)";
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(150, 6);
            // 
            // 快捷工具ToolStripMenuItem
            // 
            this.快捷工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolBarToolStripMenuItem,
            this.statusBarToolStripMenuItem,
            this.toolStripMenuItem2,
            this.自定义工具栏ToolStripMenuItem});
            this.快捷工具ToolStripMenuItem.Name = "快捷工具ToolStripMenuItem";
            this.快捷工具ToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
            this.快捷工具ToolStripMenuItem.Text = "工具栏(&K)";
            // 
            // toolBarToolStripMenuItem
            // 
            this.toolBarToolStripMenuItem.Checked = true;
            this.toolBarToolStripMenuItem.CheckOnClick = true;
            this.toolBarToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolBarToolStripMenuItem.Name = "toolBarToolStripMenuItem";
            this.toolBarToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
            this.toolBarToolStripMenuItem.Text = "工具栏(&T)";
            this.toolBarToolStripMenuItem.Click += new System.EventHandler(this.toolBarToolStripMenuItem_Click_1);
            // 
            // statusBarToolStripMenuItem
            // 
            this.statusBarToolStripMenuItem.Checked = true;
            this.statusBarToolStripMenuItem.CheckOnClick = true;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -