예제 #1
0
파일: Form2.cs 프로젝트: wdsongyj/yunzhi
 public Form2()
 {
     InitializeComponent();
     this.IsShowMaxBox = false;
     NotifyForm.AnimalShow("消息提示", "“末日”前晒出流逝的岁月,上传一组证明您岁月痕迹的新老对比照片,即可获得抽奖资格和微博积分");
     this.contextMenuStrip1.Renderer = new QQToolStripRenderer();
 }
예제 #2
0
        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);
        }
예제 #3
0
 public log()
 {
     InitializeComponent();
     NotifyForm.AnimalShow("消息提示", "您的云帐号于 2018/4/15 11:42 在 杭州 登录外包客户端,登陆 IP: 112.10.129.209 ,为了保证您的账号安全,请确认是否为您本人操作。");
     this.contextMenuStrip1.Renderer = new QQToolStripRenderer();
 }