protected override void OnPaint(PaintEventArgs e)
        {
            Font f1 = new Font("宋体", 10, FontStyle.Regular);
            Brush b1 = new SolidBrush(Color.Black);
            Graphics g = e.Graphics;
            g.DrawImage(img,0,0,498,144);
            g.DrawString("中国共产党",f1,b1,60,160);
        }

g.DrawString("中华明国", f1, WinList, 20, 665);