📄 myinformention.cs
字号:
//using System;
//using System.Collections.Generic;
//using System.ComponentModel;
//using System.Data;
//using System.Drawing;
//using System.Text;
//using System.Windows.Forms;
//namespace CheongSam
//{
// public partial class MyInformention : Form
// {
// public MyInformention()
// {
// InitializeComponent();
// this.BackColor = Color.White;
// }
// protected override void OnPaint(PaintEventArgs e)
// {
// using (grap = this.CreateGraphics())
// {
// Font font = new Font("宋体", 10, FontStyle.Bold);
// ChessBoard.grap.DrawString("\t程序介绍:\n\n"+
// "\t 第一次制作游戏,感觉很是爽。\n\n"+
// "\t 也是第一次设计抽象类和接口,感觉\n\n" +
// "\t 是失败的。没时间再做,以后继续修改\n\n" +
// "\t 制作人:赵睿(CheongSam)\n\n" +
// "\t 联系方式:QQ12153016\n\n" +
// "\t Email:faves.007@163.com\n",
// font, Brushes.Green, new Point(0, 10));
// }
// base.OnPaint(e);
// }
// private void MyInformention_Load(object sender, EventArgs e)
// {
// for (double i = 0.001; i < 10; i += 0.001)
// {
// this.Opacity = i;
// this.Show();
// }
// }
// }
//}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -