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

📄 mdifrm_main.cs

📁 汽车销售管理系统,进销存系统典范,值得初学者多多学习
💻 CS
📖 第 1 页 / 共 4 页
字号:
			this.mnuSysOpt.Index = 10;
			this.mnuSysOpt.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem5,
																					  this.menuItem6,
																					  this.menuItem7});
			this.mnuSysOpt.Text = "系统设置(&O)";
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 0;
			this.menuItem5.Text = "字体";
			this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 1;
			this.menuItem6.Text = "背景";
			this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
			// 
			// menuItem7
			// 
			this.menuItem7.Index = 2;
			this.menuItem7.Text = "恢复默认";
			this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
			// 
			// menuItem17
			// 
			this.menuItem17.Index = 11;
			this.menuItem17.Text = "-";
			// 
			// mnuExit
			// 
			this.mnuExit.Index = 12;
			this.mnuExit.Text = "退出(&E)";
			this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
			// 
			// mnuBase
			// 
			this.mnuBase.Index = 1;
			this.mnuBase.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					this.mnuFac,
																					this.mnuBuyer,
																					this.mnuCar,
																					this.mnuDepInfo,
																					this.mmuComm,
																					this.menuItem3,
																					this.menuItem2,
																					this.menuItem1,
																					this.menuItem23,
																					this.mnuMoneyQ});
			this.mnuBase.Text = "基本数据(&B)";
			// 
			// mnuFac
			// 
			this.mnuFac.Index = 0;
			this.mnuFac.Shortcut = System.Windows.Forms.Shortcut.F6;
			this.mnuFac.Text = "厂商资料";
			this.mnuFac.Click += new System.EventHandler(this.mnuFac_Click);
			// 
			// mnuBuyer
			// 
			this.mnuBuyer.Index = 1;
			this.mnuBuyer.Shortcut = System.Windows.Forms.Shortcut.F8;
			this.mnuBuyer.Text = "客户资料";
			this.mnuBuyer.Click += new System.EventHandler(this.mnuBuyer_Click);
			// 
			// mnuCar
			// 
			this.mnuCar.Index = 2;
			this.mnuCar.Shortcut = System.Windows.Forms.Shortcut.F7;
			this.mnuCar.Text = "车型资料";
			this.mnuCar.Click += new System.EventHandler(this.mnuCar_Click);
			// 
			// mnuDepInfo
			// 
			this.mnuDepInfo.Index = 3;
			this.mnuDepInfo.Text = "仓库信息";
			this.mnuDepInfo.Click += new System.EventHandler(this.mnuDepInfo_Click);
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 5;
			this.menuItem3.Text = "-";
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 6;
			this.menuItem2.Text = "客户回访";
			this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 7;
			this.menuItem1.Text = "客户跟踪";
			this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
			// 
			// menuItem23
			// 
			this.menuItem23.Index = 8;
			this.menuItem23.Text = "-";
			// 
			// mnuMoneyQ
			// 
			this.mnuMoneyQ.Index = 9;
			this.mnuMoneyQ.Text = "收付款摘要";
			// 
			// mnuBuy
			// 
			this.mnuBuy.Index = 2;
			this.mnuBuy.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																				   this.mnuBook,
																				   this.mnuInDep,
																				   this.menuItem30,
																				   this.mnuBuyPay});
			this.mnuBuy.Shortcut = System.Windows.Forms.Shortcut.F3;
			this.mnuBuy.Text = "进货管理(&I)";
			// 
			// mnuBook
			// 
			this.mnuBook.Index = 0;
			this.mnuBook.Shortcut = System.Windows.Forms.Shortcut.F3;
			this.mnuBook.Text = "采购订单";
			this.mnuBook.Click += new System.EventHandler(this.mnuBook_Click);
			// 
			// mnuInDep
			// 
			this.mnuInDep.Index = 1;
			this.mnuInDep.Shortcut = System.Windows.Forms.Shortcut.F4;
			this.mnuInDep.Text = "车辆入库";
			this.mnuInDep.Click += new System.EventHandler(this.mnuInDep_Click);
			// 
			// menuItem30
			// 
			this.menuItem30.Index = 2;
			this.menuItem30.Text = "-";
			// 
			// mnuBuyPay
			// 
			this.mnuBuyPay.Index = 3;
			this.mnuBuyPay.Text = "采购付款";
			// 
			// mnuSell
			// 
			this.mnuSell.Index = 3;
			this.mnuSell.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					this.mnuReady,
																					this.mnuSelling,
																					this.menuItem35,
																					this.mnuSellTake});
			this.mnuSell.Text = "销售管理(&L)";
			// 
			// mnuReady
			// 
			this.mnuReady.Index = 0;
			this.mnuReady.Shortcut = System.Windows.Forms.Shortcut.F2;
			this.mnuReady.Text = "车辆预售";
			this.mnuReady.Click += new System.EventHandler(this.mnuReady_Click);
			// 
			// mnuSelling
			// 
			this.mnuSelling.Index = 1;
			this.mnuSelling.Shortcut = System.Windows.Forms.Shortcut.F1;
			this.mnuSelling.Text = "车辆销售";
			this.mnuSelling.Click += new System.EventHandler(this.mnuSelling_Click);
			// 
			// menuItem35
			// 
			this.menuItem35.Index = 2;
			this.menuItem35.Text = "-";
			// 
			// mnuSellTake
			// 
			this.mnuSellTake.Index = 3;
			this.mnuSellTake.Shortcut = System.Windows.Forms.Shortcut.F5;
			this.mnuSellTake.Text = "销售收款";
			// 
			// mnuDepot
			// 
			this.mnuDepot.Index = 4;
			this.mnuDepot.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					 this.mnuDepCar,
																					 this.mnuMoveCar});
			this.mnuDepot.Text = "库存管理(&D)";
			// 
			// mnuDepCar
			// 
			this.mnuDepCar.Index = 0;
			this.mnuDepCar.Shortcut = System.Windows.Forms.Shortcut.F9;
			this.mnuDepCar.Text = "库存车辆";
			this.mnuDepCar.Click += new System.EventHandler(this.mnuDepCar_Click);
			// 
			// mnuMoveCar
			// 
			this.mnuMoveCar.Index = 1;
			this.mnuMoveCar.Text = "车辆移库";
			this.mnuMoveCar.Click += new System.EventHandler(this.mnuMoveCar_Click);
			// 
			// mnuReport
			// 
			this.mnuReport.Index = 5;
			this.mnuReport.Shortcut = System.Windows.Forms.Shortcut.F10;
			this.mnuReport.Text = "查询报表(&Q)";
			// 
			// mnuHelp
			// 
			this.mnuHelp.Index = 6;
			this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					this.mnuDirHelp,
																					this.menuItem42,
																					this.mnuAbout});
			this.mnuHelp.Text = "帮助(&H)";
			// 
			// mnuDirHelp
			// 
			this.mnuDirHelp.Index = 0;
			this.mnuDirHelp.Shortcut = System.Windows.Forms.Shortcut.F11;
			this.mnuDirHelp.Text = "目录";
			// 
			// menuItem42
			// 
			this.menuItem42.Index = 1;
			this.menuItem42.Text = "-";
			// 
			// mnuAbout
			// 
			this.mnuAbout.Index = 2;
			this.mnuAbout.Text = "关于(&A)";
			this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
			// 
			// toolBar1
			// 
			this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton1,
																						this.tbn,
																						this.tbnStock_m,
																						this.tbnInDep_m,
																						this.tbnPay_m,
																						this.toolBarButton7,
																						this.tbnSelPre,
																						this.tbnSell_m,
																						this.tbnSellMon_m,
																						this.tb,
																						this.tbnExit_m});
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.ImageList = this.imageList1;
			this.toolBar1.Location = new System.Drawing.Point(0, 0);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(692, 41);
			this.toolBar1.TabIndex = 1;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 
			// toolBarButton1
			// 
			this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbn
			// 
			this.tbn.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbnStock_m
			// 
			this.tbnStock_m.Text = "采购订单";
			// 
			// tbnInDep_m
			// 
			this.tbnInDep_m.Text = "车辆入库";
			// 
			// tbnPay_m
			// 
			this.tbnPay_m.Text = "采购付款";
			// 
			// toolBarButton7
			// 
			this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbnSelPre
			// 
			this.tbnSelPre.Text = "车辆预售";
			// 
			// tbnSell_m
			// 
			this.tbnSell_m.Text = "车辆销售";
			// 
			// tbnSellMon_m
			// 
			this.tbnSellMon_m.Text = "销售收款";
			// 
			// tb
			// 
			this.tb.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbnExit_m
			// 
			this.tbnExit_m.Text = "退出";
			// 
			// imageList1
			// 
			this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// _stuBar
			// 
			this._stuBar.Location = new System.Drawing.Point(0, 301);
			this._stuBar.Name = "_stuBar";
			this._stuBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
																					   this.sbplabel,
																					   this.tbpUserName_m,
																					   this.tbpLabel2,
																					   this.sbpNowTime_m,
																					   this.sbpCompany,
																					   this.sbpCompany_m});
			this._stuBar.ShowPanels = true;
			this._stuBar.Size = new System.Drawing.Size(692, 24);
			this._stuBar.TabIndex = 2;
			// 
			// sbplabel
			// 
			this.sbplabel.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
			this.sbplabel.MinWidth = 62;
			this.sbplabel.Text = " 用户名称";
			this.sbplabel.Width = 62;
			// 
			// tbpUserName_m
			// 
			this.tbpUserName_m.ToolTipText = "用户姓名";
			// 
			// tbpLabel2
			// 
			this.tbpLabel2.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
			this.tbpLabel2.MinWidth = 40;
			this.tbpLabel2.Text = "时间";
			this.tbpLabel2.Width = 40;
			// 
			// sbpNowTime_m
			// 
			this.sbpNowTime_m.MinWidth = 130;
			this.sbpNowTime_m.ToolTipText = "当前时间";
			this.sbpNowTime_m.Width = 130;
			// 
			// sbpCompany
			// 
			this.sbpCompany.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
			this.sbpCompany.MinWidth = 62;
			this.sbpCompany.Text = "单位名称";
			this.sbpCompany.Width = 62;
			// 
			// sbpCompany_m
			// 
			this.sbpCompany_m.Text = "厦门T77汽车销售公司";
			this.sbpCompany_m.ToolTipText = "厦门T77汽车销售公司";
			this.sbpCompany_m.Width = 800;
			// 
			// pnlLeft
			// 
			this.pnlLeft.BackColor = System.Drawing.SystemColors.Control;
			this.pnlLeft.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.pnlLeft.Controls.Add(this.Dir);
			this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
			this.pnlLeft.Location = new System.Drawing.Point(0, 41);
			this.pnlLeft.Name = "pnlLeft";
			this.pnlLeft.Size = new System.Drawing.Size(203, 260);
			this.pnlLeft.TabIndex = 4;
			// 
			// Dir
			// 
			this.Dir.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.Dir.Location = new System.Drawing.Point(184, 120);
			this.Dir.Name = "Dir";
			this.Dir.Size = new System.Drawing.Size(16, 48);
			this.Dir.TabIndex = 1;
			this.Dir.Text = "<<";
			this.Dir.Click += new System.EventHandler(this.Dir_Click);
			// 
			// _timer
			// 
			this._timer.Enabled = true;
			this._timer.Interval = 999;
			this._timer.SynchronizingObject = this;
			this._timer.Elapsed += new System.Timers.ElapsedEventHandler(this._timer_Elapsed);
			// 
			// fontDialog1
			// 
			this.fontDialog1.MaxSize = 20;
			this.fontDialog1.MinSize = 5;
			this.fontDialog1.ShowApply = true;
			this.fontDialog1.ShowColor = true;
			// 
			// colorDialog1
			// 
			this.colorDialog1.AnyColor = true;
			// 
			// mmuComm
			// 
			this.mmuComm.Index = 4;
			this.mmuComm.Text = "代办管理";
			this.mmuComm.Click += new System.EventHandler(this.mmuComm_Click);
			// 
			// MdiFrm_Main
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.BackColor = System.Drawing.Color.WhiteSmoke;
			this.ClientSize = new System.Drawing.Size(692, 325);
			this.ContextMenu = this.contextMenu1;
			this.Controls.Add(this.pnlLeft);
			this.Controls.Add(this._stuBar);
			this.Controls.Add(this.toolBar1);
			this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.ForeColor = System.Drawing.Color.Black;
			this.IsMdiContainer = true;
			this.Menu = this.mainMenu1;

⌨️ 快捷键说明

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