public Form2() { InitializeComponent(); this.IsShowMaxBox = false; NotifyForm.AnimalShow("消息提示", "“末日”前晒出流逝的岁月,上传一组证明您岁月痕迹的新老对比照片,即可获得抽奖资格和微博积分"); this.contextMenuStrip1.Renderer = new QQToolStripRenderer(); }
private void AnimalShow() { string caption = "消息提示"; string text = @"“末日”前晒出流逝的岁月 上传一组证明您岁月痕迹的新老对比照片 即可获得抽奖资格和微博积分"; text = string.Format("{0}\r\n{1}", text, DateTime.Now.ToLongTimeString()); NotifyForm form = new NotifyForm(); form.AnimalShow(caption, text, int.MaxValue); }
public log() { InitializeComponent(); NotifyForm.AnimalShow("消息提示", "您的云帐号于 2018/4/15 11:42 在 杭州 登录外包客户端,登陆 IP: 112.10.129.209 ,为了保证您的账号安全,请确认是否为您本人操作。"); this.contextMenuStrip1.Renderer = new QQToolStripRenderer(); }