Exemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 23 "..\..\..\MainWindow.xaml"
                ((DatasetAnalizer.MainWindow)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.Window_SizeChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.windowChrome = ((System.Windows.Shell.WindowChrome)(target));
                return;

            case 3:
                this.MainBorder = ((System.Windows.Controls.Border)(target));
                return;

            case 4:

            #line 75 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Label)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.OnHandleClick);

            #line default
            #line hidden
                return;

            case 5:

            #line 78 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnMinimizeButtonClick);

            #line default
            #line hidden
                return;

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

            #line 79 "..\..\..\MainWindow.xaml"
                this.B_maximize.Click += new System.Windows.RoutedEventHandler(this.OnMaximizeButtonClick);

            #line default
            #line hidden
                return;

            case 7:

            #line 80 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnCloseButtonClick);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.windowChrome = ((System.Windows.Shell.WindowChrome)(target));
                return;

            case 2:
                this.MainBorder = ((System.Windows.Controls.Border)(target));
                return;

            case 3:
                this.OH_Main = ((DatasetAnalizer.View.Controls.OverlayHolder)(target));
                return;

            case 4:

            #line 47 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Label)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.OnHandleClick);

            #line default
            #line hidden
                return;

            case 5:

            #line 50 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnMinimizeButtonClick);

            #line default
            #line hidden
                return;

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

            #line 51 "..\..\..\MainWindow.xaml"
                this.B_maximize.Click += new System.Windows.RoutedEventHandler(this.OnMaximizeButtonClick);

            #line default
            #line hidden
                return;

            case 7:

            #line 52 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnCloseButtonClick);

            #line default
            #line hidden
                return;

            case 8:
                this.lvUsers = ((System.Windows.Controls.ListView)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.WindowChrome = ((System.Windows.Shell.WindowChrome)(target));
         return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Window = ((WpfApp2.MainWindow)(target));
                return;

            case 2:
                this.WindowChrome = ((System.Windows.Shell.WindowChrome)(target));
                return;

            case 3:
                this.WindowPage = ((System.Windows.Controls.Frame)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.wChrome = ((System.Windows.Shell.WindowChrome)(target));
                return;

            case 2:

            #line 37 "..\..\..\MessageBoxStyle\MssgBox.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.Message = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.wndMain = ((NanaManager.MainWindow)(target));

            #line 9 "..\..\MainWindow.xaml"
                this.wndMain.Closing += new System.ComponentModel.CancelEventHandler(this.window_Closing);

            #line default
            #line hidden

            #line 9 "..\..\MainWindow.xaml"
                this.wndMain.StateChanged += new System.EventHandler(this.window_StateChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.wchChrome = ((System.Windows.Shell.WindowChrome)(target));
                return;

            case 3:
                this.frmMain = ((System.Windows.Controls.Frame)(target));
                return;

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

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

            case 6:
                this.imgIcon = ((System.Windows.Controls.Image)(target));
                return;

            case 7:

            #line 67 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.onMinimizeButtonClick);

            #line default
            #line hidden
                return;

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

            #line 70 "..\..\MainWindow.xaml"
                this.btnMaximise.Click += new System.Windows.RoutedEventHandler(this.onMaximizeRestoreButtonClick);

            #line default
            #line hidden
                return;

            case 9:
                this.btnRestore = ((System.Windows.Controls.Button)(target));

            #line 73 "..\..\MainWindow.xaml"
                this.btnRestore.Click += new System.Windows.RoutedEventHandler(this.onMaximizeRestoreButtonClick);

            #line default
            #line hidden
                return;

            case 10:

            #line 76 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.onCloseButtonClick);

            #line default
            #line hidden
                return;

            case 11:
                this.bdrNotif = ((System.Windows.Controls.Border)(target));

            #line 82 "..\..\MainWindow.xaml"
                this.bdrNotif.MouseEnter += new System.Windows.Input.MouseEventHandler(this.bdrNotif_MouseEnter);

            #line default
            #line hidden

            #line 82 "..\..\MainWindow.xaml"
                this.bdrNotif.MouseLeave += new System.Windows.Input.MouseEventHandler(this.bdrNotif_MouseLeave);

            #line default
            #line hidden
                return;

            case 12:
                this.lblNotif = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.bdrNotifList = ((System.Windows.Controls.Border)(target));
                return;

            case 14:
                this.stkNotifList = ((System.Windows.Controls.StackPanel)(target));

            #line 87 "..\..\MainWindow.xaml"
                this.stkNotifList.MouseLeave += new System.Windows.Input.MouseEventHandler(this.stkNotifList_MouseLeave);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.wChrome = ((System.Windows.Shell.WindowChrome)(target));
                return;

            case 2:
                this.Exit = ((System.Windows.Controls.Button)(target));

            #line 61 "..\..\..\Pages\Login.xaml"
                this.Exit.Click += new System.Windows.RoutedEventHandler(this.Exit_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.sign_in = ((System.Windows.Controls.RadioButton)(target));

            #line 73 "..\..\..\Pages\Login.xaml"
                this.sign_in.Click += new System.Windows.RoutedEventHandler(this.sign_in_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.sign_up = ((System.Windows.Controls.RadioButton)(target));

            #line 79 "..\..\..\Pages\Login.xaml"
                this.sign_up.Click += new System.Windows.RoutedEventHandler(this.sign_up_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.signup_grid = ((System.Windows.Controls.Grid)(target));
                return;

            case 6:
                this.username = ((System.Windows.Controls.TextBox)(target));
                return;

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

            case 8:
                this.password = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 9:
                this.signup = ((System.Windows.Controls.Button)(target));

            #line 103 "..\..\..\Pages\Login.xaml"
                this.signup.Click += new System.Windows.RoutedEventHandler(this.signup_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.login_grid = ((System.Windows.Controls.Grid)(target));
                return;

            case 11:
                this.user2 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 12:
                this.pass2 = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 13:
                this.login = ((System.Windows.Controls.Button)(target));

            #line 122 "..\..\..\Pages\Login.xaml"
                this.login.Click += new System.Windows.RoutedEventHandler(this.login_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 /// <summary>Sets the value of the <see cref="P:System.Windows.Shell.WindowChrome.WindowChrome" /> attached property on the specified <see cref="T:System.Windows.Window" />.</summary>
 /// <param name="window">The <see cref="T:System.Windows.Window" /> on which to set the <see cref="P:System.Windows.Shell.WindowChrome.WindowChrome" /> attached property.</param>
 /// <param name="chrome">The instance of <see cref="T:System.Windows.Shell.WindowChrome" /> to set.</param>
 /// <exception cref="T:System.ArgumentNullException">
 ///         <paramref name="window" /> is <see langword="null" />.</exception>
 // Token: 0x06000ECF RID: 3791 RVA: 0x00038B1D File Offset: 0x00036D1D
 public static void SetWindowChrome(Window window, WindowChrome chrome)
 {
     Verify.IsNotNull <Window>(window, "window");
     window.SetValue(WindowChrome.WindowChromeProperty, chrome);
 }