1. 首页
  2. 编程语言
  3. C#
  4. C#写的五子棋程序源码

C#写的五子棋程序源码

上传者: 2019-04-12 06:47:05上传 TXT文件 13.43KB 热度 36次
C#写的五子棋后台程序源码,部分代码: this.menuItem8.Index = 3; this.menuItem8.Shortcut = System.Windows.Forms.Shortcut.AltBksp; this.menuItem8.Text = "悔一步棋 (&H)"; this.menuItem8.Click += new System.EventHandler(this.menuItem8_Click); // // menuItem9 // this.menuItem9.Index = 1; this.menuItem9.Text = "-" ;; // // menuItem4 // this.menuItem4.Index = 1; this.menuItem4.Text = "关于… (&A)"; this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click_1); // // menuItem5 // this.menuItem5.Index = 0; this.menuItem5.Shortcut = System.Windows.Forms.Shortcut.CtrlN; this.menuItem5.Text = "重新开始 (&N)"; this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click); // // menuItem6 // this.menuItem6.Index = 5; this.menuItem6.Shortcut = System.Windows.Forms.Shortcut.CtrlX; this.menuItem6.Text = "退出 (&X)"; this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click); ;; // // menuItem4 // this.menuItem4.Index = 1; this.menuItem4.Text = "关于… (&A)"; this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click_1); // // menuItem5 // this.menuItem5.Index = 0; this.menuItem5.Shortcut = System.Windows.Forms.Shortcut.CtrlN; this.menuItem5.Text = "重新开始 (&N)"; this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click); // // menuItem6 // this.menuItem6.Index = 5; this.menuItem6.Shortcut = System.Windows.Forms.Shortcut.CtrlX; this.menuItem6.Text = "退出 (&X)"; this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
用户评论