?? mdifrm_main.cs
字號:
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 + -