private void DDChallenge()
        {
            int    result;
            Button btn = new Button();

            btn.Content = "推!";
            btn.Click  += Fnc;
            btn.Height  = 100;
            MessageBox.ButtonFontSize    = 25;
            MessageBox.TextWrappingMode  = TextWrapping.WrapWithOverflow;
            MessageBox.EnableCloseButton = true;
            MessageBox.CloseTimer        = new MessageBoxCloseTimer(5, -100);
            lbl.Content = result = MessageBox.Show(new List <object> {
                btn, "洋葱", "fbk", "马自立", "狗妈", "新科娘"
            }, "在五秒内单推所有人", "DD挑战", MessageBoxImage.Exclamation);
            if (result == -100)
            {
                if (MessageBox.Show("人是有极限的. \n再试一次?", "单推失败", MessageBoxButton.YesNo, MessageBoxImage.Error) == MessageBoxResult.Yes)
                {
                    DDChallenge();
                }
            }
            else
            {
                MessageBox.Show("单推所有人是虚假的单推", "单推成功", MessageBoxButton.OKCancel);
            }
        }
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     MessageBox.TitleFontSize    = 25;
     MessageBox.ButtonFontSize   = 25;
     MessageBox.MessageFontSize  = 22;
     MessageBox.TextWrappingMode = TextWrapping.WrapWithOverflow;
     lbl.Content = MessageBox.Show("啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊qqqqqqqq\n0efwfewfefqfqfaaaaaaaaaaaq\n1efwfewfefqfqfaaaaaaaaaaaq\n2efwfewfefqfqfaaaaaaaaaaaq\n3efwfewfefqfqfaaaaaaaaaaaaaaiiiiiiiiiiiiiiiiiiiiiiiiiiiiii\nsaaaaaaaaaan siiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaan saaaaaaaan\nsaaaaaaaaaan siiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaan saaaaaaaan\nsaaaaaaaaaan siiiiiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaan saaaaaaaan\naaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaawqwqedwqew\nfewsdddddddddddddddddddddddddddddddddddddd\ndwddddddddddddddddddddddddddddddddfefeeeeeeeeeeeeeeeeeeeeeeeeeeeeeef\nhnujyyyyyyyyyyyyy\nutjjjjjjjjjeeeeeeeeeeeeeeeef\nhnujyyyyyyyyyyyyy\nutjjjjjjjjjeeeeeeeeeeeeeeeeeeeeeeeeef\nhnujyyyyyyyyyyyyy\nutjjjjjjjjjjjjjjjjjjjjjjjjjjjj\nyrhhhhtr\nyhhhhhhhhhhh\nrythr\nrthyrhr\nryhrhr", "123123", MessageBoxButton.OK, MessageBoxImage.None);
 }
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     MessageBox.ButtonPanelColor       = new MessageBoxColor("red");
     MessageBox.ButtonFontColor        = new MessageBoxColor("#114514");
     MessageBox.ButtonPanelBorderColor = new MessageBoxColor(Colors.Blue);
     MessageBox.ButtonBorderColor      = new MessageBoxColor("#19198100");
     MessageBox.WindowMinHeight        = 150;
     MessageBox.EnableCloseButton      = true;
     MessageBox.CloseTimer             = new MessageBoxCloseTimer(2, 106);
     lbl.Content = MessageBox.Show("123123", "123123", MessageBoxButton.OKCancel, MessageBoxImage.Question);
 }
        private void Button_Click_6(object sender, RoutedEventArgs e)
        {
            bc6Btn         = new Button();
            bc6Btn.Content = "增加一个按钮";
            bc6Btn.Click  += Btn6_Btn_Click;
            bc6Btn.Margin  = new Thickness(10, 6, 10, 6);
            bc6Tb          = new TextBox();
            bc6Tb.VerticalContentAlignment = VerticalAlignment.Center;
            bc6Tb.FontSize = 25;
            bc6Tb.Margin   = new Thickness(10, 6, 10, 6);
            bc6BtnList     = new List <object> {
                bc6Btn, bc6Tb, "132"
            };
            int result;

            lbl.Content = result = MessageBox.Show(bc6BtnList, "点击最左边的按钮, 添加一个内容为输入框内容的按钮. ", "增加一个按钮", MessageBoxImage.Information);
        }
        private void Button_Click_5(object sender, RoutedEventArgs e)
        {
            TextBox newTb = new TextBox();

            newTb.Margin   = new Thickness(10, 7, 10, 7);
            newTb.FontSize = 16;
            newTb.Width    = 150;
            newTb.VerticalContentAlignment = VerticalAlignment.Center;
            int result;

            lbl.Content = result = MessageBox.Show(ps5, new List <object> {
                new ButtonSpacer(20), "手滑了", new ButtonSpacer(80), "不好用", "界面不好看", new ButtonSpacer(20), "其他: ", newTb, new ButtonSpacer(20)
            }, "您为什么卸载本软件", "问卷调查", MessageBoxImage.Information);
            if (result == -100 || (result >= 0 && result < MessageBox.ButtonList.Count && (string)MessageBox.ButtonList[result] == "手滑了"))
            {
                lbl.Content = result = MessageBox.Show(ps1, new List <object> {
                    new ButtonSpacer(300), "不用谢"
                }, "感谢您的留情", "取消卸载", MessageBoxImage.Information);
            }
            else
            {
                lbl.Content = result = MessageBox.Show(ps5, new List <object> {
                    "确定", new ButtonSpacer(400), "狠心拒绝"
                }, "您真的要卸载我吗, 请不要卸载我, 嘤嘤嘤...", "正在卸载", MessageBoxImage.Information);
                if (result == -100 || (result >= 0 && result < MessageBox.ButtonList.Count && (string)MessageBox.ButtonList[result] == "确定"))
                {
                    lbl.Content = result = MessageBox.Show(ps1, new List <object> {
                        new ButtonSpacer(300), "不用谢"
                    }, "感谢您的留情", "取消卸载", MessageBoxImage.Information);
                }
                else
                {
                    lbl.Content = result = MessageBox.Show(ps6, new List <object> {
                        "好的", new ButtonSpacer(400)
                    }, "感谢您的一路陪伴, 欢迎今后再次安装", "卸载成功", MessageBoxImage.Information);
                    if (result == -100 || (result >= 0 && result < MessageBox.ButtonList.Count && (string)MessageBox.ButtonList[result] == "好的"))
                    {
                        lbl.Content = result = MessageBox.Show(ps7, new List <object> {
                            new ButtonSpacer(300), "不用谢"
                        }, "请勿关闭本界面", "安装中...", MessageBoxImage.Information);
                    }
                }
            }
        }
        private void Button_Click_7(object sender, RoutedEventArgs e)
        {
            Button btn = new Button();

            btn.Content = "改变主窗口显示文字";
            btn.Click  += Fnc;
            btn.Height  = 100;
            MessageBox.ButtonFontSize    = 25;
            MessageBox.TextWrappingMode  = TextWrapping.WrapWithOverflow;
            MessageBox.EnableCloseButton = true;

            //DoubleAnimation widthAnimation = new DoubleAnimation(200, 800, new Duration(TimeSpan.FromSeconds(100)));
            //DoubleAnimation heightAnimation = new DoubleAnimation(700, 1080, new Duration(TimeSpan.FromSeconds(100)));
            //List<KeyValuePair<DependencyProperty, AnimationTimeline>> lkv = new List<KeyValuePair<DependencyProperty, AnimationTimeline>>();
            //lkv.Add(new KeyValuePair<DependencyProperty, AnimationTimeline> ( Window.WidthProperty, widthAnimation ));
            //lkv.Add(new KeyValuePair<DependencyProperty, AnimationTimeline>(Window.HeightProperty, heightAnimation));
            //MessageBox.WindowShowAnimations = lkv;

            //DoubleAnimation widthAnimation = new DoubleAnimation(0, new Duration(TimeSpan.FromSeconds(0.5)));
            //DoubleAnimation heightAnimation = new DoubleAnimation(0, new Duration(TimeSpan.FromSeconds(0.5)));
            //Timeline.SetDesiredFrameRate(widthAnimation, 100);
            //Timeline.SetDesiredFrameRate(heightAnimation, 100);
            //List<KeyValuePair<DependencyProperty, AnimationTimeline>> lkv = new List<KeyValuePair<DependencyProperty, AnimationTimeline>>();
            //lkv.Add(new KeyValuePair<DependencyProperty, AnimationTimeline>(Window.WidthProperty, widthAnimation));
            //lkv.Add(new KeyValuePair<DependencyProperty, AnimationTimeline>(Window.HeightProperty, heightAnimation));
            //MessageBox.WindowCloseAnimations = lkv;

            MessageBox.CloseTimer = new MessageBoxCloseTimer(5, -100);

            MessageBox.WarningIcon = new BitmapImage(new Uri("C:\\Users\\1\\Pictures\\ssccicon.png"));

            lbl.Content = MessageBox.Show(new List <object> {
                btn, "洋葱", "awsl", "fbk", "艾维斯了", "DD"
            }, "啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\n啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\n啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\n啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\naaaaaaaaaaaaa\naaaaaaaaaaaaaaa啊啊啊啊啊啊aaaaaaaaaaaaaaaaaaaaa啊aaaaaaaaaaaaaaaaaaaa\n1514564464\nrgeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee\nerfewfwf\nerwfwfewfewfef\nefewfewgfewgewrewqrwqedwqwqqqqqqqqqjj\nyrhhhhtr\nyhhhhhhhhhhh\nrythr\nrthyrhr\nryhrhrqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqjj\nyrhhhhtr\nyhhhhhhhhhhh\nrythr\nrthyrhr\nryhrhrqq\nefwfewfefqfqfwqwqedwqew\nfewf", "123123", MessageBoxImage.Warning);
            Info.PrintLog(MessageBoxType.CustomizableMessageBox);
            Info.PrintLog(MessageBoxType.SystemMessageBox);
            Info.PrintLog("C:\\Users\\1\\Desktop\\log.txt", false, true);
        }
        private void Button_Click_4(object sender, RoutedEventArgs e)
        {
            //MessageBox.WindowMinHeight = 300;
            TextBox newTb = new TextBox();

            newTb.Margin   = new Thickness(10, 7, 10, 7);
            newTb.FontSize = 16;
            newTb.Width    = 150;

            pb         = new ProgressBar();
            pb.Margin  = new Thickness(10, 7, 10, 7);
            pb.Width   = 150;
            pb.Minimum = 0;
            pb.Maximum = 10000;
            Timer timer = new Timer();

            timer.Interval = 100;
            timer.Elapsed += Tick;
            timer.Start();
            lbl.Content = MessageBox.Show(ps3, new List <object> {
                new ButtonSpacer(30), pb, new ButtonSpacer(90), "好的", "不明白", new ButtonSpacer(30)
            }, "露易丝定型文是流传于2ch VIP版上的一段定型文。主要内容是某阿宅对《零之使魔》作品女主角露易丝撕心裂肺的表白。 ", "露易丝定型文", MessageBoxImage.Information);
            timer.Stop();

            pb         = new ProgressBar();
            pb.Margin  = new Thickness(10, 7, 10, 7);
            pb.Width   = 150;
            pb.Minimum = 0;
            pb.Maximum = 10000;
            timer.Start();
            lbl.Content = MessageBox.Show(ps3, new List <object> {
                new ButtonSpacer(30), pb, new ButtonSpacer(90), "好的", "不明白", new ButtonSpacer(30)
            }, "该篇定型文首次流行于2007年左右,具体发表的时间和出处已不可考。但就内容来看,该篇定型文提及《零之使魔》动画二期放送(2007年7月8日)、漫画第二卷发售(2007年5月23日)、小说第12卷发售(2007年8月24日),故推测成型于2007年8月左右。\n此后,该篇定型文被众多声优、up主配音。最早的配音是up主podcast于2008年4月17日投稿的sm3018556,截至2019年8月21日已有70万再生。最著名的女性声优配音则是电波 / 音游歌手ななひら于2008年11月2日投稿的成名作sm5123978,也是她的黑历史之一,截至2019年8月21日已有60万再生。 ", "露易丝定型文", MessageBoxImage.Information);
            timer.Stop();

            int result;

            lbl.Content = result = MessageBox.Show(ps2, new List <object> {
                new ButtonSpacer(30), newTb, new ButtonSpacer(90), "提交", "取消", new ButtonSpacer(30)
            }, "你对露易丝定型文有什么看法吗?", "问题", MessageBoxImage.Question);
            TextBox tb = (TextBox)MessageBox.ButtonList[1];

            MessageBox.Show(ps4, tb.Text == string.Empty ? "用户未输入" : "内容: \n" + tb.Text, "您点击了" + (string)MessageBox.ButtonList[result]);

            DDChallenge();

            MessageBox.ErrorIcon          = new BitmapImage(new Uri("C:\\Users\\1\\Pictures\\lys2.png"));
            MessageBox.WindowShowDuration = new Duration(new TimeSpan(0, 0, 0, 1));
            MessageBox.MessageFontSize   += 5;
            MessageBox.TitleFontFamily    = new FontFamily("游明朝");
            MessageBox.MessageFontFamily  = new FontFamily("UD デジタル 教科書体 NP-B");
            MessageBox.ButtonFontFamily   = new FontFamily("Yu Gothic UI Light");
            // MessageBox.MessagePanelBorderThickness = new Thickness(50);
            MessageBox.MessagePanelBorderColor = new MessageBoxColor(Colors.Red);
            MessageBox.TextWrappingMode        = TextWrapping.Wrap;
            timer          = new Timer();
            timer.Interval = 1000;
            timer.Elapsed += Tick_AddStr;
            timer.Start();
            MessageBox.Show(new List <object> {
                new ButtonSpacer(), new ButtonSpacer(), "露易丝!", "露易丝?", "露易丝."
            }, "ルイズ!ルイズ!ルイズ!ルイズぅぅうううわぁああああああああああああああああああああああん!!!", "露易丝定型文全文鉴赏");
            timer.Stop();

            MessageBox.WindowShowDuration = new Duration(new TimeSpan(0, 0, 0, 1));
            timer                  = new Timer();
            timer.Interval         = 1000;
            timer.Elapsed         += Tick_ShaMaTe;
            MessageBox.WarningIcon = new BitmapImage(new Uri("C:\\Users\\1\\Pictures\\lys1.jpg"));
            List <Style> buttonStyleList = new List <Style>();
            Style        s1 = new Style();

            s1.TargetType = typeof(Button);
            s1.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Blue)));
            s1.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.Fuchsia)));
            s1.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.Bisque)));
            s1.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(13, 20, 6, 11)));
            s1.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("游明朝")));
            s1.Setters.Add(new Setter(Button.MarginProperty, new Thickness(10, 6, 10, 6)));
            Trigger t1 = new Trigger();

            t1.Property = Button.IsMouseOverProperty;
            t1.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Red)));
            t1.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.MediumAquamarine)));
            t1.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.DarkOrange)));
            t1.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(5, 6, 0, 4)));
            t1.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("Yu Gothic UI Light")));
            t1.Value = true;
            s1.Triggers.Add(t1);
            Trigger t4 = new Trigger();

            t4.Property = Button.IsPressedProperty;
            t4.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Green)));
            t4.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.Brown)));
            t4.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.Aqua)));
            t4.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(0, 7, 5, 0)));
            t4.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("UD デジタル 教科書体 NP-B")));
            t4.Value = true;
            s1.Triggers.Add(t1);
            s1.Triggers.Add(t4);
            buttonStyleList.Add(s1);
            Style s2 = new Style();

            s2.TargetType = typeof(Button);
            s2.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Red)));
            s2.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.MediumAquamarine)));
            s2.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.DarkOrange)));
            s2.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(5, 6, 0, 4)));
            s2.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("Yu Gothic UI Light")));
            s2.Setters.Add(new Setter(Button.MarginProperty, new Thickness(10, 6, 10, 6)));
            Trigger t2 = new Trigger();

            t2.Property = Button.IsMouseOverProperty;
            t2.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Green)));
            t2.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.Brown)));
            t2.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.Aqua)));
            t2.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(0, 7, 5, 0)));
            t2.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("UD デジタル 教科書体 NP-B")));
            t2.Value = true;
            Trigger t5 = new Trigger();

            t5.Property = Button.IsPressedProperty;
            t5.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Blue)));
            t5.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.Fuchsia)));
            t5.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.Bisque)));
            t5.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(13, 20, 6, 11)));
            t5.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("游明朝")));
            t5.Value = true;
            s1.Triggers.Add(t2);
            s2.Triggers.Add(t5);
            buttonStyleList.Add(s2);
            Style s3 = new Style();

            s3.TargetType = typeof(Button);
            s3.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Green)));
            s3.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.Brown)));
            s3.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.Aqua)));
            s3.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(0, 7, 5, 0)));
            s3.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("UD デジタル 教科書体 NP-B")));
            s3.Setters.Add(new Setter(Button.MarginProperty, new Thickness(10, 6, 10, 6)));
            Trigger t3 = new Trigger();

            t3.Property = Button.IsMouseOverProperty;
            t3.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Red)));
            t3.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.MediumAquamarine)));
            t3.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.DarkOrange)));
            t3.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(5, 6, 0, 4)));
            t3.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("游明朝")));
            t3.Value = true;
            Trigger t6 = new Trigger();

            t6.Property = Button.IsPressedProperty;
            t6.Setters.Add(new Setter(Button.BackgroundProperty, new SolidColorBrush(Colors.Blue)));
            t6.Setters.Add(new Setter(Button.BorderBrushProperty, new SolidColorBrush(Colors.Fuchsia)));
            t6.Setters.Add(new Setter(Button.ForegroundProperty, new SolidColorBrush(Colors.Bisque)));
            t6.Setters.Add(new Setter(Button.BorderThicknessProperty, new Thickness(13, 20, 6, 11)));
            t6.Setters.Add(new Setter(Button.FontFamilyProperty, new FontFamily("Yu Gothic UI Light")));
            t6.Value = true;
            s3.Triggers.Add(t3);
            s3.Triggers.Add(t6);
            buttonStyleList.Add(s3);
            MessageBox.ButtonStyleList       = buttonStyleList;
            MessageBox.ButtonFontFamily      = null;
            MessageBox.ButtonBorderThickness = new Thickness();
            MessageBox.ButtonBorderColor     = null;
            MessageBox.ButtonFontColor       = null;
            timer.Start();
            lys_i = 0;
            MessageBox.Show(new List <object> {
                new ButtonSpacer(30), "余裕余裕", "理解理解", "いいっすね", new ButtonSpacer(60)
            }, "Neeeeeeeeeeeeeeeeeeeee", "Mooooooooooooooooooooooo");
            timer.Stop();
        }
 private void Button_Click_3(object sender, RoutedEventArgs e)
 {
     MessageBox.TextWrappingMode = TextWrapping.WrapWithOverflow;
     lbl.Content = MessageBox.Show("开啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊结\ns啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊n\naaaaaaaaaaa啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\n啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\n啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊\n啊啊啊啊aa\naaaaaaaaaaaaaaa啊啊啊啊啊啊aaaaaaaaaaaaaaaaaaaaa啊aaaaaaaaaaaaaaaaaaaa\n1514564464\nrgeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee\nerfewfwf\nerwfwfewfewfef\nefewfewgfewgewrewqrwqedwqwqqqqqqqqqjj\nyrhhhhtr\nyhhhhhhhhhhh\nrythr\nrthyrhr\nryhrhrqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqjj\nyrhhhhtr\nyhhhhhhhhhhh\nrythr\nrthyrhr\nryhrhrqq\nefwfewfefqfqfwqwqedwqew\nfewf", "123123", MessageBoxButton.YesNoCancel, MessageBoxImage.Information);
 }
 private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     MessageBox.WindowOpacity = 0.1;
     lbl.Content = MessageBox.Show("啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊aaaaaaaa啊啊啊啊啊啊aaaaa\n1514564464", "123123", MessageBoxButton.YesNoCancel, MessageBoxImage.Warning);
 }