Class that represents a canvas that contains the wave application.
Inheritance: System.Windows.FrameworkElement
Esempio n. 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.waveCanvas = ((WaveWPF.WaveCanvas)(target));
                return;

            case 3:
                this.mainInner = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.textBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 5:
                this.loginButton = ((System.Windows.Controls.Button)(target));
                return;

            case 6:
                this.regButton = ((System.Windows.Controls.Button)(target));
                return;

            case 7:
                this.nametextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.passwordtextBox = ((System.Windows.Controls.TextBox)(target));

            #line 41 "..\..\MainWindow.xaml"
                this.passwordtextBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.passwordtextBox_TextChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.checkBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 10:
                this.textBlock1 = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.waveCanvas = ((WaveWPF.WaveCanvas)(target));
                return;

            case 3:
                this.mainInner = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.Authentication = ((System.Windows.Controls.Grid)(target));
                return;

            case 5:
                this.background = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 6:
                this.authenticationText = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.enter = ((System.Windows.Controls.Button)(target));

            #line 45 "..\..\MainWindow.xaml"
                this.enter.Click += new System.Windows.RoutedEventHandler(this.enter_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.registration = ((System.Windows.Controls.Button)(target));

            #line 49 "..\..\MainWindow.xaml"
                this.registration.Click += new System.Windows.RoutedEventHandler(this.registration_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.checkBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 10:
                this.forgetPassword = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 11:
                this.namePH = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.passwordPH = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this.name = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.password = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.nameBg = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 16:
                this.passwordBg = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 17:
                this.Registration = ((System.Windows.Controls.Grid)(target));
                return;

            case 18:
                this.registrationText = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 19:
                this.signUp = ((System.Windows.Controls.Button)(target));
                return;

            case 20:
                this.back = ((System.Windows.Controls.Button)(target));

            #line 120 "..\..\MainWindow.xaml"
                this.back.Click += new System.Windows.RoutedEventHandler(this.back_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.regNamePH = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 22:
                this.regName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 23:
                this.ergNameBg = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 24:
                this.regEmailPH = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 25:
                this.regEmail = ((System.Windows.Controls.TextBox)(target));
                return;

            case 26:
                this.regEmailBg = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 27:
                this.regPassword = ((System.Windows.Controls.TextBox)(target));
                return;

            case 28:
                this.regPasswordBg = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 29:
                this.regPasswordPH = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 30:
                this.regRepasswordPH = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 31:
                this.regRepassword = ((System.Windows.Controls.TextBox)(target));
                return;

            case 32:
                this.regRepasswordBg = ((System.Windows.Shapes.Rectangle)(target));
                return;
            }
            this._contentLoaded = true;
        }