void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 10 "..\..\..\ShowFitChartView.xaml"
     ((LumbarRobot.ShowFitChartView)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txExitemName = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.btnClosed = ((System.Windows.Controls.Button)(target));
     
     #line 354 "..\..\..\ShowFitChartView.xaml"
     this.btnClosed.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.btnClosed_PreviewMouseLeftButtonDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.plotter2 = ((Microsoft.Research.DynamicDataDisplay.ChartPlotter)(target));
     return;
     case 5:
     this.dateAxis = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis)(target));
     return;
     case 6:
     this.barChart = ((Microsoft.Research.DynamicDataDisplay.Charts.ClusteredBarChart)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.txExitemName = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 2:
     this.btnClosed = ((System.Windows.Controls.Button)(target));
     
     #line 354 "..\..\..\..\ChartNodes\ChartNodesControl.xaml"
     this.btnClosed.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.btnClosed_PreviewMouseLeftButtonDown);
     
     #line default
     #line hidden
     return;
     case 3:
     this.imgred = ((System.Windows.Controls.Image)(target));
     return;
     case 4:
     this.imgYellow = ((System.Windows.Controls.Image)(target));
     return;
     case 5:
     this.imgOrange = ((System.Windows.Controls.Image)(target));
     return;
     case 6:
     this.imgspringgreen = ((System.Windows.Controls.Image)(target));
     return;
     case 7:
     this.imgdeepink = ((System.Windows.Controls.Image)(target));
     return;
     case 8:
     this.CkGuided = ((System.Windows.Controls.CheckBox)(target));
     
     #line 420 "..\..\..\..\ChartNodes\ChartNodesControl.xaml"
     this.CkGuided.Checked += new System.Windows.RoutedEventHandler(this.CkGuided_Checked);
     
     #line default
     #line hidden
     return;
     case 9:
     this.CkIsotonicA = ((System.Windows.Controls.CheckBox)(target));
     
     #line 426 "..\..\..\..\ChartNodes\ChartNodesControl.xaml"
     this.CkIsotonicA.Checked += new System.Windows.RoutedEventHandler(this.CkIsotonicA_Checked);
     
     #line default
     #line hidden
     return;
     case 10:
     this.CkIsotonicB = ((System.Windows.Controls.CheckBox)(target));
     
     #line 429 "..\..\..\..\ChartNodes\ChartNodesControl.xaml"
     this.CkIsotonicB.Checked += new System.Windows.RoutedEventHandler(this.CkIsotonicB_Checked);
     
     #line default
     #line hidden
     return;
     case 11:
     this.CkFreeCounterWeight = ((System.Windows.Controls.CheckBox)(target));
     
     #line 437 "..\..\..\..\ChartNodes\ChartNodesControl.xaml"
     this.CkFreeCounterWeight.Checked += new System.Windows.RoutedEventHandler(this.CkFreeCounterWeight_Checked);
     
     #line default
     #line hidden
     return;
     case 12:
     this.CkFreeConstantResistance = ((System.Windows.Controls.CheckBox)(target));
     
     #line 441 "..\..\..\..\ChartNodes\ChartNodesControl.xaml"
     this.CkFreeConstantResistance.Checked += new System.Windows.RoutedEventHandler(this.CkFreeConstantResistance_Checked);
     
     #line default
     #line hidden
     return;
     case 13:
     this.ColumnScroll = ((System.Windows.Controls.ScrollViewer)(target));
     return;
     case 14:
     this.Mid = ((System.Windows.Controls.Grid)(target));
     return;
     case 15:
     this.Grid_FW = ((System.Windows.Controls.Grid)(target));
     return;
     case 16:
     this.Grid_Power = ((System.Windows.Controls.Grid)(target));
     return;
     case 17:
     this.Grid_C = ((System.Windows.Controls.Grid)(target));
     return;
     case 18:
     this.plotter2 = ((Microsoft.Research.DynamicDataDisplay.ChartPlotter)(target));
     return;
     case 19:
     this.dateAxis = ((Microsoft.Research.DynamicDataDisplay.Charts.HorizontalDateTimeAxis)(target));
     return;
     case 20:
     this.barChart = ((Microsoft.Research.DynamicDataDisplay.Charts.ClusteredBarChart)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.btnClosed = ((System.Windows.Controls.Button)(target));
     
     #line 17 "..\..\..\..\MyUserControl\TrainRecordDialog.xaml"
     this.btnClosed.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.btnClosed_PreviewMouseLeftButtonDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.plotter = ((Microsoft.Research.DynamicDataDisplay.ChartPlotter)(target));
     
     #line 27 "..\..\..\..\MyUserControl\TrainRecordDialog.xaml"
     this.plotter.Loaded += new System.Windows.RoutedEventHandler(this.plotter_Loaded);
     
     #line default
     #line hidden
     return;
     case 3:
     this.axis = ((Microsoft.Research.DynamicDataDisplay.Charts.Axes.HorizontalIntegerAxis)(target));
     return;
     case 4:
     this.innerPlotter = ((Microsoft.Research.DynamicDataDisplay.InjectedPlotter)(target));
     return;
     case 5:
     this.plotter2 = ((Microsoft.Research.DynamicDataDisplay.ChartPlotter)(target));
     return;
     case 6:
     this.xAxis = ((Microsoft.Research.DynamicDataDisplay.Charts.Axes.IntegerAxis)(target));
     return;
     case 7:
     this.barChart = ((Microsoft.Research.DynamicDataDisplay.Charts.ClusteredBarChart)(target));
     return;
     }
     this._contentLoaded = true;
 }