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

📄 main_parent.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            this.toolStripMenuItem7.Size = new System.Drawing.Size(142, 22);
            this.toolStripMenuItem7.Text = "自定义工具栏";
            this.toolStripMenuItem7.Click += new System.EventHandler(this.toolStripMenuItem7_Click);
            // 
            // toolStripMenuItem28
            // 
            this.toolStripMenuItem28.Checked = true;
            this.toolStripMenuItem28.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolStripMenuItem28.Name = "toolStripMenuItem28";
            this.toolStripMenuItem28.Size = new System.Drawing.Size(142, 22);
            this.toolStripMenuItem28.Text = "始终最前";
            this.toolStripMenuItem28.Click += new System.EventHandler(this.toolStripMenuItem28_Click);
            // 
            // fileMenu
            // 
            this.fileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.saveToolStripMenuItem,
            this.toolStripMenuItem1,
            this.销售状态设置ToolStripMenuItem,
            this.仓库信息设置ToolStripMenuItem,
            this.银行账户设置ToolStripMenuItem,
            this.外部单位ToolStripMenuItem,
            this.公司信息设置ToolStripMenuItem,
            this.会计科目设置ToolStripMenuItem,
            this.维修套系设置ToolStripMenuItem});
            this.fileMenu.ImageTransparentColor = System.Drawing.SystemColors.ActiveBorder;
            this.fileMenu.Name = "fileMenu";
            this.fileMenu.Size = new System.Drawing.Size(83, 20);
            this.fileMenu.Text = "基本信息(&B)";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.客户类型ToolStripMenuItem,
            this.购买类型ToolStripMenuItem});
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
            this.newToolStripMenuItem.Text = "基本类型设置(&N)";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.ShowNewForm);
            // 
            // 客户类型ToolStripMenuItem
            // 
            this.客户类型ToolStripMenuItem.Name = "客户类型ToolStripMenuItem";
            this.客户类型ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.客户类型ToolStripMenuItem.Text = "客户类型";
            // 
            // 购买类型ToolStripMenuItem
            // 
            this.购买类型ToolStripMenuItem.Name = "购买类型ToolStripMenuItem";
            this.购买类型ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.购买类型ToolStripMenuItem.Text = "购买类型";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
            this.openToolStripMenuItem.Text = "职员信息设置(&O)";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Black;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
            this.saveToolStripMenuItem.Text = "商品信息设置(&S)";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
            this.toolStripMenuItem1.Text = "维修项目设置";
            // 
            // 销售状态设置ToolStripMenuItem
            // 
            this.销售状态设置ToolStripMenuItem.Name = "销售状态设置ToolStripMenuItem";
            this.销售状态设置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
            this.销售状态设置ToolStripMenuItem.Text = "销售状态设置";
            // 
            // 仓库信息设置ToolStripMenuItem
            // 
            this.仓库信息设置ToolStripMenuItem.Name = "仓库信息设置ToolStripMenuItem";
            this.仓库信息设置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
            this.仓库信息设置ToolStripMenuItem.Text = "仓库信息设置";
            this.仓库信息设置ToolStripMenuItem.Click += new System.EventHandler(this.仓库信息设置ToolStripMenuItem_Click_1);
            // 
            // 银行账户设置ToolStripMenuItem
            // 
            this.银行账户设置ToolStripMenuItem.Name = "银行账户设置ToolStripMenuItem";
            this.银行账户设置ToolStripMenuItem.Size = new System.Drawing.Size(160, 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(160, 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(160, 22);
            this.公司信息设置ToolStripMenuItem.Text = "公司信息设置";
            this.公司信息设置ToolStripMenuItem.Click += new System.EventHandler(this.公司信息设置ToolStripMenuItem_Click_1);
            // 
            // 会计科目设置ToolStripMenuItem
            // 
            this.会计科目设置ToolStripMenuItem.Name = "会计科目设置ToolStripMenuItem";
            this.会计科目设置ToolStripMenuItem.Size = new System.Drawing.Size(160, 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(160, 22);
            this.维修套系设置ToolStripMenuItem.Text = "维修套系设置";
            this.维修套系设置ToolStripMenuItem.Click += new System.EventHandler(this.维修套系设置ToolStripMenuItem_Click);
            // 
            // toolStripMenuItem8
            // 
            this.toolStripMenuItem8.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.客户资料建立ToolStripMenuItem1,
            this.车俩信息建立ToolStripMenuItem,
            this.客户资料查询ToolStripMenuItem1,
            this.车辆信息查询ToolStripMenuItem1,
            this.车辆保险DToolStripMenuItem,
            this.toolStripMenuItem10,
            this.客户回访信息ToolStripMenuItem1,
            this.车辆保养信息ToolStripMenuItem1,
            this.toolStripMenuItem11,
            this.客户消费统计ToolStripMenuItem1,
            this.维修职员统计ToolStripMenuItem1,
            this.toolStripMenuItem12,
            this.vIP卡类型管理ToolStripMenuItem1,
            this.vIP卡管理ToolStripMenuItem1,
            this.回扣管理ToolStripMenuItem});
            this.toolStripMenuItem8.Name = "toolStripMenuItem8";
            this.toolStripMenuItem8.Size = new System.Drawing.Size(83, 20);
            this.toolStripMenuItem8.Text = "客户关系(&C)";
            // 
            // 客户资料建立ToolStripMenuItem1
            // 
            this.客户资料建立ToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("客户资料建立ToolStripMenuItem1.Image")));
            this.客户资料建立ToolStripMenuItem1.Name = "客户资料建立ToolStripMenuItem1";
            this.客户资料建立ToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.K)));
            this.客户资料建立ToolStripMenuItem1.Size = new System.Drawing.Size(201, 22);
            this.客户资料建立ToolStripMenuItem1.Text = "客户资料建立(&C)";
            this.客户资料建立ToolStripMenuItem1.Click += new System.EventHandler(this.客户资料建立ToolStripMenuItem1_Click);
            // 
            // 车俩信息建立ToolStripMenuItem
            // 
            this.车俩信息建立ToolStripMenuItem.Name = "车俩信息建立ToolStripMenuItem";
            this.车俩信息建立ToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
            this.车俩信息建立ToolStripMenuItem.Text = "车辆信息建立(&P)";
            this.车俩信息建立ToolStripMenuItem.Click += new System.EventHandler(this.车俩信息建立ToolStripMenuItem_Click);
            // 
            // 客户资料查询ToolStripMenuItem1
            // 
            this.客户资料查询ToolStripMenuItem1.Name = "客户资料查询ToolStripMenuItem1";
            this.客户资料查询ToolStripMenuItem1.Size = new System.Drawing.Size(201, 22);
            this.客户资料查询ToolStripMenuItem1.Text = "客户资料查询(&S)";
            this.客户资料查询ToolStripMenuItem1.Click += new System.EventHandler(this.客户资料查询ToolStripMenuItem1_Click);
            // 
            // 车辆信息查询ToolStripMenuItem1
            // 
            this.车辆信息查询ToolStripMenuItem1.Name = "车辆信息查询ToolStripMenuItem1";
            this.车辆信息查询ToolStripMenuItem1.Size = new System.Drawing.Size(201, 22);
            this.车辆信息查询ToolStripMenuItem1.Text = "车辆信息查询(&W)";
            this.车辆信息查询ToolStripMenuItem1.Click += new System.EventHandler(this.车辆信息查询ToolStripMenuItem1_Click);
            // 
            // 车辆保险DToolStripMenuItem
            // 
            this.车辆保险DToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.购买BToolStripMenuItem,
            this.提醒AToolStripMenuItem,
            this.查询SToolStripMenuItem});
            this.车辆保险DToolStripMenuItem.Name = "车辆保险DToolStripMenuItem";
            this.车辆保险DToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
            this.车辆保险DToolStripMenuItem.Text = "车辆保险(&D)";
            // 
            // 购买BToolStripMenuItem
            // 
            this.购买BToolStripMenuItem.Name = "购买BToolStripMenuItem";
            this.购买BToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.购买BToolStripMenuItem.Text = "购买(&B)";
            this.购买BToolStripMenuItem.Click += new System.EventHandler(this.购买BToolStripMenuItem_Click);
            // 
            // 提醒AToolStripMenuItem
            // 
            this.提醒AToolStripMenuItem.Name = "提醒AToolStripMenuItem";
            this.提醒AToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.提醒AToolStripMenuItem.Text = "提醒(&A)";
            this.提醒AToolStripMenuItem.Click += new System.EventHandler(this.提醒AToolStripMenuItem_Click);
            // 
            // 查询SToolStripMenuItem
            // 
            this.查询SToolStripMenuItem.Name = "查询SToolStripMenuItem";
            this.查询SToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.查询SToolStripMenuItem.Text = "查询(&S)";
            this.查询SToolStripMenuItem.Click += new System.EventHandler(this.查询SToolStripMenuItem_Click);
            // 
            // toolStripMenuItem10

⌨️ 快捷键说明

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