示例#1
0
 public WebChat1998()
 {
     InitializeComponent();
     bsod  = bc.throw9XBSOD(false, BSODCreator.BSODCauses.WimpEnding);
     bsod2 = bc.throw9XBSOD(false, BSODCreator.BSODCauses.PiracyEnding);
     bsod.Hide();
     bsod2.Hide();
 }
示例#2
0
        public WebChat1998()
        {
            InitializeComponent();
            bsod = bc.throw9XBSOD(false, BSODCreator.BSODCauses.WimpEnding);
            bsod.Hide();

            textBox1.Text = "If you do not agree to the following rules below DO NOT log into the chat:\n\nNo Bullying\nNo Swearing\nNo Hacking\nNo Illegal Files / Piracy\n\nFailure to follow these rules will result in serious irreversible consequences.";
        }
示例#3
0
        public WebChat1998()
        {
            InitializeComponent();
            bsod  = bc.throw9XBSOD(false, BSODCreator.BSODCauses.WimpEnding);
            bsod2 = bc.throw9XBSOD(false, BSODCreator.BSODCauses.PiracyEnding);
            bsod.Hide();
            bsod2.Hide();

            this.button1.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
            this.button2.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
            this.button3.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
            this.button4.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);

            textBox1.Text = "If you do not agree to the following rules below DO NOT log into the chat:\n\nNo Bullying\nNo Swearing\nNo Hacking\nNo Illegal Files / Piracy\n\nFailure to follow these rules will result in serious irreversible consequences.";
        }