Example #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.nodeCtrl = ((VisLab.Controls.NodeControl)(target));
                return;

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

            #line 303 "..\..\..\..\Controls\NodeControl.xaml"
                this.border.MouseLeave += new System.Windows.Input.MouseEventHandler(this.border_MouseLeave);

            #line default
            #line hidden
                return;

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

            #line 305 "..\..\..\..\Controls\NodeControl.xaml"
                this.expander.Collapsed += new System.Windows.RoutedEventHandler(this.expander_Collapsed);

            #line default
            #line hidden

            #line 305 "..\..\..\..\Controls\NodeControl.xaml"
                this.expander.Expanded += new System.Windows.RoutedEventHandler(this.expander_Expanded);

            #line default
            #line hidden
                return;

            case 6:
                this.grid2 = ((System.Windows.Controls.Grid)(target));
                return;

            case 7:
                this.lbl1 = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.lbl2 = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.lbl3 = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.lbl4 = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.btnLoad = ((System.Windows.Controls.Button)(target));

            #line 325 "..\..\..\..\Controls\NodeControl.xaml"
                this.btnLoad.Click += new System.Windows.RoutedEventHandler(this.btnLoad_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.btnDelete = ((System.Windows.Controls.Button)(target));

            #line 326 "..\..\..\..\Controls\NodeControl.xaml"
                this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Example #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.nodeCtrl = ((VisLab.Controls.NodeControl)(target));
     return;
     case 4:
     this.border = ((System.Windows.Controls.Border)(target));
     
     #line 296 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
     this.border.MouseLeave += new System.Windows.Input.MouseEventHandler(this.border_MouseLeave);
     
     #line default
     #line hidden
     return;
     case 5:
     this.expander = ((System.Windows.Controls.Expander)(target));
     
     #line 298 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
     this.expander.Collapsed += new System.Windows.RoutedEventHandler(this.expander_Collapsed);
     
     #line default
     #line hidden
     
     #line 298 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
     this.expander.Expanded += new System.Windows.RoutedEventHandler(this.expander_Expanded);
     
     #line default
     #line hidden
     return;
     case 6:
     this.grid2 = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.btnLoad = ((System.Windows.Controls.Button)(target));
     
     #line 336 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
     this.btnLoad.Click += new System.Windows.RoutedEventHandler(this.btnLoad_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 337 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.btnOpen = ((System.Windows.Controls.Button)(target));
     
     #line 338 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
     this.btnOpen.Click += new System.Windows.RoutedEventHandler(this.btnOpen_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.cbxAnalyze = ((System.Windows.Controls.CheckBox)(target));
     
     #line 343 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
     this.cbxAnalyze.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);
     
     #line default
     #line hidden
     
     #line 343 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
     this.cbxAnalyze.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Example #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.nodeCtrl = ((VisLab.Controls.NodeControl)(target));
                return;

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

            #line 296 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
                this.border.MouseLeave += new System.Windows.Input.MouseEventHandler(this.border_MouseLeave);

            #line default
            #line hidden
                return;

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

            #line 298 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
                this.expander.Collapsed += new System.Windows.RoutedEventHandler(this.expander_Collapsed);

            #line default
            #line hidden

            #line 298 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
                this.expander.Expanded += new System.Windows.RoutedEventHandler(this.expander_Expanded);

            #line default
            #line hidden
                return;

            case 6:
                this.grid2 = ((System.Windows.Controls.Grid)(target));
                return;

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

            #line 336 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
                this.btnLoad.Click += new System.Windows.RoutedEventHandler(this.btnLoad_Click);

            #line default
            #line hidden
                return;

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

            #line 337 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
                this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);

            #line default
            #line hidden
                return;

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

            #line 338 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
                this.btnOpen.Click += new System.Windows.RoutedEventHandler(this.btnOpen_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.cbxAnalyze = ((System.Windows.Controls.CheckBox)(target));

            #line 343 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
                this.cbxAnalyze.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden

            #line 343 "..\..\..\..\..\..\..\..\Classes\Implementation\Analysis\Boundaries\Controls\NodeControl.xaml"
                this.cbxAnalyze.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Example #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.nodeCtrl = ((VisLab.Controls.NodeControl)(target));
     return;
     case 4:
     this.border = ((System.Windows.Controls.Border)(target));
     
     #line 303 "..\..\..\..\Controls\NodeControl.xaml"
     this.border.MouseLeave += new System.Windows.Input.MouseEventHandler(this.border_MouseLeave);
     
     #line default
     #line hidden
     return;
     case 5:
     this.expander = ((System.Windows.Controls.Expander)(target));
     
     #line 305 "..\..\..\..\Controls\NodeControl.xaml"
     this.expander.Collapsed += new System.Windows.RoutedEventHandler(this.expander_Collapsed);
     
     #line default
     #line hidden
     
     #line 305 "..\..\..\..\Controls\NodeControl.xaml"
     this.expander.Expanded += new System.Windows.RoutedEventHandler(this.expander_Expanded);
     
     #line default
     #line hidden
     return;
     case 6:
     this.grid2 = ((System.Windows.Controls.Grid)(target));
     return;
     case 7:
     this.lbl1 = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.lbl2 = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.lbl3 = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.lbl4 = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.btnLoad = ((System.Windows.Controls.Button)(target));
     
     #line 325 "..\..\..\..\Controls\NodeControl.xaml"
     this.btnLoad.Click += new System.Windows.RoutedEventHandler(this.btnLoad_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.btnDelete = ((System.Windows.Controls.Button)(target));
     
     #line 326 "..\..\..\..\Controls\NodeControl.xaml"
     this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }