void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ApplicationHub = ((X_Hub.XHubWindow)(target));
     
     #line 4 "..\..\XHubWindow.xaml"
     this.ApplicationHub.Loaded += new System.Windows.RoutedEventHandler(this.ApplicationHub_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.WindowFrame = ((System.Windows.Controls.Border)(target));
     return;
     case 3:
     this.HeaderRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 4:
     this.BodyRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 5:
     this.FooterRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 6:
     this.ConfigurationTab = ((System.Windows.Controls.TabControl)(target));
     return;
     case 7:
     this.MainTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 8:
     this.TaskAssistTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 9:
     this.TasksStack = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 10:
     this.ShowTasks = ((System.Windows.Controls.Button)(target));
     
     #line 28 "..\..\XHubWindow.xaml"
     this.ShowTasks.Click += new System.Windows.RoutedEventHandler(this.ShowTasks_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.AddTasks = ((System.Windows.Controls.Button)(target));
     
     #line 29 "..\..\XHubWindow.xaml"
     this.AddTasks.Click += new System.Windows.RoutedEventHandler(this.AddTasks_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.RemoveTasks = ((System.Windows.Controls.Button)(target));
     
     #line 30 "..\..\XHubWindow.xaml"
     this.RemoveTasks.Click += new System.Windows.RoutedEventHandler(this.RemoveTasks_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.EditTasks = ((System.Windows.Controls.Button)(target));
     
     #line 31 "..\..\XHubWindow.xaml"
     this.EditTasks.Click += new System.Windows.RoutedEventHandler(this.EditTasks_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.HideTasks = ((System.Windows.Controls.Button)(target));
     
     #line 32 "..\..\XHubWindow.xaml"
     this.HideTasks.Click += new System.Windows.RoutedEventHandler(this.HideTasks_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.ConfigTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 16:
     this.ConfigStack = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 17:
     this.HubOnTop = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 18:
     this.DockToVirtual = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 19:
     this.TaskOnTop = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 20:
     this.HubTranspTxt = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 21:
     this.HubTransSlider = ((System.Windows.Controls.Slider)(target));
     return;
     case 22:
     this.TaskTranspTxt = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 23:
     this.TaskTransSlider = ((System.Windows.Controls.Slider)(target));
     return;
     case 24:
     this.WrapPanel1 = ((System.Windows.Controls.WrapPanel)(target));
     return;
     case 25:
     this.DockTLW = ((System.Windows.Controls.Button)(target));
     
     #line 49 "..\..\XHubWindow.xaml"
     this.DockTLW.Click += new System.Windows.RoutedEventHandler(this.DockHubW_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.CloseTLW = ((System.Windows.Controls.Button)(target));
     
     #line 50 "..\..\XHubWindow.xaml"
     this.CloseTLW.Click += new System.Windows.RoutedEventHandler(this.CloseHubW_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.HeaderTxt = ((System.Windows.Controls.TextBlock)(target));
     
     #line 52 "..\..\XHubWindow.xaml"
     this.HeaderTxt.MouseEnter += new System.Windows.Input.MouseEventHandler(this.MouseOverTitle);
     
     #line default
     #line hidden
     
     #line 52 "..\..\XHubWindow.xaml"
     this.HeaderTxt.MouseLeave += new System.Windows.Input.MouseEventHandler(this.MouseLeaveTitle);
     
     #line default
     #line hidden
     
     #line 52 "..\..\XHubWindow.xaml"
     this.HeaderTxt.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.MouseDragTitle);
     
     #line default
     #line hidden
     return;
     case 28:
     this.FooterTxt = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ApplicationHub = ((X_Hub.XHubWindow)(target));

            #line 4 "..\..\XHubWindow.xaml"
                this.ApplicationHub.Loaded += new System.Windows.RoutedEventHandler(this.ApplicationHub_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.HeaderRow = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 4:
                this.BodyRow = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 5:
                this.FooterRow = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 6:
                this.ConfigurationTab = ((System.Windows.Controls.TabControl)(target));
                return;

            case 7:
                this.MainTab = ((System.Windows.Controls.TabItem)(target));
                return;

            case 8:
                this.TaskAssistTab = ((System.Windows.Controls.TabItem)(target));
                return;

            case 9:
                this.TasksStack = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 10:
                this.ShowTasks = ((System.Windows.Controls.Button)(target));

            #line 28 "..\..\XHubWindow.xaml"
                this.ShowTasks.Click += new System.Windows.RoutedEventHandler(this.ShowTasks_Click);

            #line default
            #line hidden
                return;

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

            #line 29 "..\..\XHubWindow.xaml"
                this.AddTasks.Click += new System.Windows.RoutedEventHandler(this.AddTasks_Click);

            #line default
            #line hidden
                return;

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

            #line 30 "..\..\XHubWindow.xaml"
                this.RemoveTasks.Click += new System.Windows.RoutedEventHandler(this.RemoveTasks_Click);

            #line default
            #line hidden
                return;

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

            #line 31 "..\..\XHubWindow.xaml"
                this.EditTasks.Click += new System.Windows.RoutedEventHandler(this.EditTasks_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.HideTasks = ((System.Windows.Controls.Button)(target));

            #line 32 "..\..\XHubWindow.xaml"
                this.HideTasks.Click += new System.Windows.RoutedEventHandler(this.HideTasks_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.ConfigTab = ((System.Windows.Controls.TabItem)(target));
                return;

            case 16:
                this.ConfigStack = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 17:
                this.HubOnTop = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 18:
                this.DockToVirtual = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 19:
                this.TaskOnTop = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 20:
                this.HubTranspTxt = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 21:
                this.HubTransSlider = ((System.Windows.Controls.Slider)(target));
                return;

            case 22:
                this.TaskTranspTxt = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 23:
                this.TaskTransSlider = ((System.Windows.Controls.Slider)(target));
                return;

            case 24:
                this.WrapPanel1 = ((System.Windows.Controls.WrapPanel)(target));
                return;

            case 25:
                this.DockTLW = ((System.Windows.Controls.Button)(target));

            #line 49 "..\..\XHubWindow.xaml"
                this.DockTLW.Click += new System.Windows.RoutedEventHandler(this.DockHubW_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.CloseTLW = ((System.Windows.Controls.Button)(target));

            #line 50 "..\..\XHubWindow.xaml"
                this.CloseTLW.Click += new System.Windows.RoutedEventHandler(this.CloseHubW_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.HeaderTxt = ((System.Windows.Controls.TextBlock)(target));

            #line 52 "..\..\XHubWindow.xaml"
                this.HeaderTxt.MouseEnter += new System.Windows.Input.MouseEventHandler(this.MouseOverTitle);

            #line default
            #line hidden

            #line 52 "..\..\XHubWindow.xaml"
                this.HeaderTxt.MouseLeave += new System.Windows.Input.MouseEventHandler(this.MouseLeaveTitle);

            #line default
            #line hidden

            #line 52 "..\..\XHubWindow.xaml"
                this.HeaderTxt.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.MouseDragTitle);

            #line default
            #line hidden
                return;

            case 28:
                this.FooterTxt = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }