Beispiel #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.wndMain = ((VisLab.Windows.MainWindow)(target));

            #line 7 "..\..\..\..\Windows\MainWindow.xaml"
                this.wndMain.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 7 "..\..\..\..\Windows\MainWindow.xaml"
                this.wndMain.SizeChanged += new System.Windows.SizeChangedEventHandler(this.wndMain_SizeChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.expander = ((System.Windows.Controls.Expander)(target));
                return;

            case 4:
                this.border = ((System.Windows.Controls.Border)(target));

            #line 45 "..\..\..\..\Windows\MainWindow.xaml"
                this.border.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.border_MouseUp);

            #line default
            #line hidden
                return;

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

            case 6:
                this.lblExperiment = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.pcPlayer = ((VisLab.Controls.PlayerControl)(target));
                return;

            case 8:
                this.ccControlsHost = ((System.Windows.Controls.ContentControl)(target));
                return;

            case 9:
                this.ccControlsHost2 = ((System.Windows.Controls.ContentControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.wndMain = ((VisLab.Windows.MainWindow)(target));
     
     #line 7 "..\..\..\..\Windows\MainWindow.xaml"
     this.wndMain.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     
     #line 7 "..\..\..\..\Windows\MainWindow.xaml"
     this.wndMain.SizeChanged += new System.Windows.SizeChangedEventHandler(this.wndMain_SizeChanged);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.expander = ((System.Windows.Controls.Expander)(target));
     return;
     case 4:
     this.border = ((System.Windows.Controls.Border)(target));
     
     #line 45 "..\..\..\..\Windows\MainWindow.xaml"
     this.border.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.border_MouseUp);
     
     #line default
     #line hidden
     return;
     case 5:
     this.gExpanderGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.lblExperiment = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.pcPlayer = ((VisLab.Controls.PlayerControl)(target));
     return;
     case 8:
     this.ccControlsHost = ((System.Windows.Controls.ContentControl)(target));
     return;
     case 9:
     this.ccControlsHost2 = ((System.Windows.Controls.ContentControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
                ((VisLab.Controls.TreeControl)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.UserControl_SizeChanged);

            #line default
            #line hidden

            #line 11 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
                ((VisLab.Controls.TreeControl)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:

            #line 32 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.UserControl_MouseDown);

            #line default
            #line hidden

            #line 32 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.UserControl_MouseMove);

            #line default
            #line hidden

            #line 32 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.UserControl_MouseUp);

            #line default
            #line hidden

            #line 32 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.UserControl_MouseWheel);

            #line default
            #line hidden
                return;

            case 3:
                this.cnvTree = ((System.Windows.Controls.Canvas)(target));
                return;

            case 4:
                this.ttModel = ((System.Windows.Media.TranslateTransform)(target));
                return;

            case 5:
                this.stModel = ((System.Windows.Media.ScaleTransform)(target));
                return;

            case 6:
                this.slider = ((System.Windows.Controls.Slider)(target));
                return;

            case 7:
                this.ccShadowHost = ((System.Windows.Controls.ContentControl)(target));
                return;

            case 8:
                this.modelControlGrid = ((System.Windows.Controls.Grid)(target));
                return;

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

            #line 67 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
                this.button.Click += new System.Windows.RoutedEventHandler(this.btnLoad_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.player = ((VisLab.Controls.PlayerControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 10 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
     ((VisLab.Controls.TreeControl)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.UserControl_SizeChanged);
     
     #line default
     #line hidden
     
     #line 11 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
     ((VisLab.Controls.TreeControl)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 32 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
     ((System.Windows.Controls.Grid)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.UserControl_MouseDown);
     
     #line default
     #line hidden
     
     #line 32 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
     ((System.Windows.Controls.Grid)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.UserControl_MouseMove);
     
     #line default
     #line hidden
     
     #line 32 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
     ((System.Windows.Controls.Grid)(target)).MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.UserControl_MouseUp);
     
     #line default
     #line hidden
     
     #line 32 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
     ((System.Windows.Controls.Grid)(target)).MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.UserControl_MouseWheel);
     
     #line default
     #line hidden
     return;
     case 3:
     this.cnvTree = ((System.Windows.Controls.Canvas)(target));
     return;
     case 4:
     this.ttModel = ((System.Windows.Media.TranslateTransform)(target));
     return;
     case 5:
     this.stModel = ((System.Windows.Media.ScaleTransform)(target));
     return;
     case 6:
     this.slider = ((System.Windows.Controls.Slider)(target));
     return;
     case 7:
     this.ccShadowHost = ((System.Windows.Controls.ContentControl)(target));
     return;
     case 8:
     this.modelControlGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.button = ((System.Windows.Controls.Button)(target));
     
     #line 67 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\TreeControl.xaml"
     this.button.Click += new System.Windows.RoutedEventHandler(this.btnLoad_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.player = ((VisLab.Controls.PlayerControl)(target));
     return;
     }
     this._contentLoaded = true;
 }