void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 10 "..\..\..\Windows\MainWindow.xaml"
     ((Demo.WindowsPresentation.MainWindow)(target)).KeyUp += new System.Windows.Input.KeyEventHandler(this.Window_KeyUp);
     
     #line default
     #line hidden
     
     #line 10 "..\..\..\Windows\MainWindow.xaml"
     ((Demo.WindowsPresentation.MainWindow)(target)).PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Window_PreviewKeyDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.mapgroup = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 3:
     this.MainMap = ((Demo.WindowsPresentation.Map)(target));
     return;
     case 4:
     this.czuZoomUp = ((System.Windows.Controls.Button)(target));
     
     #line 65 "..\..\..\Windows\MainWindow.xaml"
     this.czuZoomUp.Click += new System.Windows.RoutedEventHandler(this.czuZoomUp_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.sliderZoom = ((System.Windows.Controls.Slider)(target));
     
     #line 66 "..\..\..\Windows\MainWindow.xaml"
     this.sliderZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderZoom_ValueChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.czuZoomDown = ((System.Windows.Controls.Button)(target));
     
     #line 67 "..\..\..\Windows\MainWindow.xaml"
     this.czuZoomDown.Click += new System.Windows.RoutedEventHandler(this.czuZoomDown_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 8:
     this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 9:
     this.validator = ((Demo.WindowsPresentation.MapValidationRule)(target));
     return;
     case 10:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.checkBoxDragMap = ((System.Windows.Controls.CheckBox)(target));
     
     #line 83 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxDragMap.Checked += new System.Windows.RoutedEventHandler(this.checkBoxDragMap_Checked);
     
     #line default
     #line hidden
     
     #line 83 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxDragMap.Unchecked += new System.Windows.RoutedEventHandler(this.checkBoxDragMap_Unchecked);
     
     #line default
     #line hidden
     return;
     case 12:
     this.checkBoxCurrentMarker = ((System.Windows.Controls.CheckBox)(target));
     
     #line 84 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxCurrentMarker.Checked += new System.Windows.RoutedEventHandler(this.checkBoxCurrentMarker_Checked);
     
     #line default
     #line hidden
     
     #line 84 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxCurrentMarker.Unchecked += new System.Windows.RoutedEventHandler(this.checkBoxCurrentMarker_Unchecked);
     
     #line default
     #line hidden
     return;
     case 13:
     this.comboBoxMode = ((System.Windows.Controls.ComboBox)(target));
     
     #line 85 "..\..\..\Windows\MainWindow.xaml"
     this.comboBoxMode.DropDownClosed += new System.EventHandler(this.comboBoxMode_DropDownClosed);
     
     #line default
     #line hidden
     return;
     case 14:
     this.label5 = ((System.Windows.Controls.Label)(target));
     return;
     case 15:
     this.button7 = ((System.Windows.Controls.Button)(target));
     
     #line 87 "..\..\..\Windows\MainWindow.xaml"
     this.button7.Click += new System.Windows.RoutedEventHandler(this.button7_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.checkBoxDebug = ((System.Windows.Controls.CheckBox)(target));
     
     #line 88 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxDebug.Checked += new System.Windows.RoutedEventHandler(this.checkBox1_Checked);
     
     #line default
     #line hidden
     
     #line 88 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxDebug.Unchecked += new System.Windows.RoutedEventHandler(this.checkBox1_Unchecked);
     
     #line default
     #line hidden
     return;
     case 17:
     this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 18:
     this.button1 = ((System.Windows.Controls.Button)(target));
     
     #line 93 "..\..\..\Windows\MainWindow.xaml"
     this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
     return;
     case 20:
     this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
     return;
     case 21:
     this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));
     
     #line 96 "..\..\..\Windows\MainWindow.xaml"
     this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);
     
     #line default
     #line hidden
     return;
     case 22:
     this.button2 = ((System.Windows.Controls.Button)(target));
     
     #line 97 "..\..\..\Windows\MainWindow.xaml"
     this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.label2 = ((System.Windows.Controls.Label)(target));
     return;
     case 24:
     this.label3 = ((System.Windows.Controls.Label)(target));
     return;
     case 25:
     this.label4 = ((System.Windows.Controls.Label)(target));
     return;
     case 26:
     this.groupBox3 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 27:
     this.progressBar1 = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 28:
     this.groupBox4 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 29:
     this.button3 = ((System.Windows.Controls.Button)(target));
     
     #line 110 "..\..\..\Windows\MainWindow.xaml"
     this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.button4 = ((System.Windows.Controls.Button)(target));
     
     #line 111 "..\..\..\Windows\MainWindow.xaml"
     this.button4.Click += new System.Windows.RoutedEventHandler(this.button4_Click);
     
     #line default
     #line hidden
     return;
     case 31:
     this.button5 = ((System.Windows.Controls.Button)(target));
     
     #line 112 "..\..\..\Windows\MainWindow.xaml"
     this.button5.Click += new System.Windows.RoutedEventHandler(this.button5_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.button6 = ((System.Windows.Controls.Button)(target));
     
     #line 113 "..\..\..\Windows\MainWindow.xaml"
     this.button6.Click += new System.Windows.RoutedEventHandler(this.button6_Click);
     
     #line default
     #line hidden
     return;
     case 33:
     this.checkBoxCacheRoute = ((System.Windows.Controls.CheckBox)(target));
     
     #line 114 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxCacheRoute.Checked += new System.Windows.RoutedEventHandler(this.checkBoxCacheRoute_Checked);
     
     #line default
     #line hidden
     
     #line 114 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxCacheRoute.Unchecked += new System.Windows.RoutedEventHandler(this.checkBoxCacheRoute_Checked);
     
     #line default
     #line hidden
     return;
     case 34:
     this.checkBoxGeoCache = ((System.Windows.Controls.CheckBox)(target));
     
     #line 115 "..\..\..\Windows\MainWindow.xaml"
     this.checkBoxGeoCache.Checked += new System.Windows.RoutedEventHandler(this.checkBoxGeoCache_Checked);
     
     #line default
     #line hidden
     return;
     case 35:
     this.groupBox5 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 36:
     this.radioButtonTransport = ((System.Windows.Controls.RadioButton)(target));
     
     #line 120 "..\..\..\Windows\MainWindow.xaml"
     this.radioButtonTransport.Checked += new System.Windows.RoutedEventHandler(this.realTimeChanged);
     
     #line default
     #line hidden
     return;
     case 37:
     this.radioButtonPerformance = ((System.Windows.Controls.RadioButton)(target));
     
     #line 121 "..\..\..\Windows\MainWindow.xaml"
     this.radioButtonPerformance.Checked += new System.Windows.RoutedEventHandler(this.realTimeChanged);
     
     #line default
     #line hidden
     return;
     case 38:
     this.radioButtonNone = ((System.Windows.Controls.RadioButton)(target));
     
     #line 122 "..\..\..\Windows\MainWindow.xaml"
     this.radioButtonNone.Checked += new System.Windows.RoutedEventHandler(this.realTimeChanged);
     
     #line default
     #line hidden
     return;
     case 39:
     this.markers = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 40:
     this.button8 = ((System.Windows.Controls.Button)(target));
     
     #line 127 "..\..\..\Windows\MainWindow.xaml"
     this.button8.Click += new System.Windows.RoutedEventHandler(this.button8_Click);
     
     #line default
     #line hidden
     return;
     case 41:
     this.button10 = ((System.Windows.Controls.Button)(target));
     
     #line 128 "..\..\..\Windows\MainWindow.xaml"
     this.button10.Click += new System.Windows.RoutedEventHandler(this.button10_Click);
     
     #line default
     #line hidden
     return;
     case 42:
     this.checkBoxPlace = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 43:
     this.button13 = ((System.Windows.Controls.Button)(target));
     
     #line 130 "..\..\..\Windows\MainWindow.xaml"
     this.button13.Click += new System.Windows.RoutedEventHandler(this.button13_Click);
     
     #line default
     #line hidden
     return;
     case 44:
     this.routes = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 45:
     this.button11 = ((System.Windows.Controls.Button)(target));
     
     #line 135 "..\..\..\Windows\MainWindow.xaml"
     this.button11.Click += new System.Windows.RoutedEventHandler(this.button11_Click);
     
     #line default
     #line hidden
     return;
     case 46:
     this.button9 = ((System.Windows.Controls.Button)(target));
     
     #line 136 "..\..\..\Windows\MainWindow.xaml"
     this.button9.Click += new System.Windows.RoutedEventHandler(this.button9_Click);
     
     #line default
     #line hidden
     return;
     case 47:
     this.button12 = ((System.Windows.Controls.Button)(target));
     
     #line 137 "..\..\..\Windows\MainWindow.xaml"
     this.button12.Click += new System.Windows.RoutedEventHandler(this.button12_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:

            #line 10 "..\..\..\Windows\MainWindow.xaml"
                ((Demo.WindowsPresentation.MainWindow)(target)).KeyUp += new System.Windows.Input.KeyEventHandler(this.Window_KeyUp);

            #line default
            #line hidden

            #line 10 "..\..\..\Windows\MainWindow.xaml"
                ((Demo.WindowsPresentation.MainWindow)(target)).PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Window_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.mapgroup = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 3:
                this.MainMap = ((Demo.WindowsPresentation.Map)(target));
                return;

            case 4:
                this.czuZoomUp = ((System.Windows.Controls.Button)(target));

            #line 65 "..\..\..\Windows\MainWindow.xaml"
                this.czuZoomUp.Click += new System.Windows.RoutedEventHandler(this.czuZoomUp_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.sliderZoom = ((System.Windows.Controls.Slider)(target));

            #line 66 "..\..\..\Windows\MainWindow.xaml"
                this.sliderZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.sliderZoom_ValueChanged);

            #line default
            #line hidden
                return;

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

            #line 67 "..\..\..\Windows\MainWindow.xaml"
                this.czuZoomDown.Click += new System.Windows.RoutedEventHandler(this.czuZoomDown_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 8:
                this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 9:
                this.validator = ((Demo.WindowsPresentation.MapValidationRule)(target));
                return;

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

            case 11:
                this.checkBoxDragMap = ((System.Windows.Controls.CheckBox)(target));

            #line 83 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxDragMap.Checked += new System.Windows.RoutedEventHandler(this.checkBoxDragMap_Checked);

            #line default
            #line hidden

            #line 83 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxDragMap.Unchecked += new System.Windows.RoutedEventHandler(this.checkBoxDragMap_Unchecked);

            #line default
            #line hidden
                return;

            case 12:
                this.checkBoxCurrentMarker = ((System.Windows.Controls.CheckBox)(target));

            #line 84 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxCurrentMarker.Checked += new System.Windows.RoutedEventHandler(this.checkBoxCurrentMarker_Checked);

            #line default
            #line hidden

            #line 84 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxCurrentMarker.Unchecked += new System.Windows.RoutedEventHandler(this.checkBoxCurrentMarker_Unchecked);

            #line default
            #line hidden
                return;

            case 13:
                this.comboBoxMode = ((System.Windows.Controls.ComboBox)(target));

            #line 85 "..\..\..\Windows\MainWindow.xaml"
                this.comboBoxMode.DropDownClosed += new System.EventHandler(this.comboBoxMode_DropDownClosed);

            #line default
            #line hidden
                return;

            case 14:
                this.label5 = ((System.Windows.Controls.Label)(target));
                return;

            case 15:
                this.button7 = ((System.Windows.Controls.Button)(target));

            #line 87 "..\..\..\Windows\MainWindow.xaml"
                this.button7.Click += new System.Windows.RoutedEventHandler(this.button7_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.checkBoxDebug = ((System.Windows.Controls.CheckBox)(target));

            #line 88 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxDebug.Checked += new System.Windows.RoutedEventHandler(this.checkBox1_Checked);

            #line default
            #line hidden

            #line 88 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxDebug.Unchecked += new System.Windows.RoutedEventHandler(this.checkBox1_Unchecked);

            #line default
            #line hidden
                return;

            case 17:
                this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 18:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 93 "..\..\..\Windows\MainWindow.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
                return;

            case 20:
                this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
                return;

            case 21:
                this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));

            #line 96 "..\..\..\Windows\MainWindow.xaml"
                this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);

            #line default
            #line hidden
                return;

            case 22:
                this.button2 = ((System.Windows.Controls.Button)(target));

            #line 97 "..\..\..\Windows\MainWindow.xaml"
                this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.label2 = ((System.Windows.Controls.Label)(target));
                return;

            case 24:
                this.label3 = ((System.Windows.Controls.Label)(target));
                return;

            case 25:
                this.label4 = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.groupBox3 = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 27:
                this.progressBar1 = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 28:
                this.groupBox4 = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 29:
                this.button3 = ((System.Windows.Controls.Button)(target));

            #line 110 "..\..\..\Windows\MainWindow.xaml"
                this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.button4 = ((System.Windows.Controls.Button)(target));

            #line 111 "..\..\..\Windows\MainWindow.xaml"
                this.button4.Click += new System.Windows.RoutedEventHandler(this.button4_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.button5 = ((System.Windows.Controls.Button)(target));

            #line 112 "..\..\..\Windows\MainWindow.xaml"
                this.button5.Click += new System.Windows.RoutedEventHandler(this.button5_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.button6 = ((System.Windows.Controls.Button)(target));

            #line 113 "..\..\..\Windows\MainWindow.xaml"
                this.button6.Click += new System.Windows.RoutedEventHandler(this.button6_Click);

            #line default
            #line hidden
                return;

            case 33:
                this.checkBoxCacheRoute = ((System.Windows.Controls.CheckBox)(target));

            #line 114 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxCacheRoute.Checked += new System.Windows.RoutedEventHandler(this.checkBoxCacheRoute_Checked);

            #line default
            #line hidden

            #line 114 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxCacheRoute.Unchecked += new System.Windows.RoutedEventHandler(this.checkBoxCacheRoute_Checked);

            #line default
            #line hidden
                return;

            case 34:
                this.checkBoxGeoCache = ((System.Windows.Controls.CheckBox)(target));

            #line 115 "..\..\..\Windows\MainWindow.xaml"
                this.checkBoxGeoCache.Checked += new System.Windows.RoutedEventHandler(this.checkBoxGeoCache_Checked);

            #line default
            #line hidden
                return;

            case 35:
                this.groupBox5 = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 36:
                this.radioButtonTransport = ((System.Windows.Controls.RadioButton)(target));

            #line 120 "..\..\..\Windows\MainWindow.xaml"
                this.radioButtonTransport.Checked += new System.Windows.RoutedEventHandler(this.realTimeChanged);

            #line default
            #line hidden
                return;

            case 37:
                this.radioButtonPerformance = ((System.Windows.Controls.RadioButton)(target));

            #line 121 "..\..\..\Windows\MainWindow.xaml"
                this.radioButtonPerformance.Checked += new System.Windows.RoutedEventHandler(this.realTimeChanged);

            #line default
            #line hidden
                return;

            case 38:
                this.radioButtonNone = ((System.Windows.Controls.RadioButton)(target));

            #line 122 "..\..\..\Windows\MainWindow.xaml"
                this.radioButtonNone.Checked += new System.Windows.RoutedEventHandler(this.realTimeChanged);

            #line default
            #line hidden
                return;

            case 39:
                this.markers = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 40:
                this.button8 = ((System.Windows.Controls.Button)(target));

            #line 127 "..\..\..\Windows\MainWindow.xaml"
                this.button8.Click += new System.Windows.RoutedEventHandler(this.button8_Click);

            #line default
            #line hidden
                return;

            case 41:
                this.button10 = ((System.Windows.Controls.Button)(target));

            #line 128 "..\..\..\Windows\MainWindow.xaml"
                this.button10.Click += new System.Windows.RoutedEventHandler(this.button10_Click);

            #line default
            #line hidden
                return;

            case 42:
                this.checkBoxPlace = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 43:
                this.button13 = ((System.Windows.Controls.Button)(target));

            #line 130 "..\..\..\Windows\MainWindow.xaml"
                this.button13.Click += new System.Windows.RoutedEventHandler(this.button13_Click);

            #line default
            #line hidden
                return;

            case 44:
                this.routes = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 45:
                this.button11 = ((System.Windows.Controls.Button)(target));

            #line 135 "..\..\..\Windows\MainWindow.xaml"
                this.button11.Click += new System.Windows.RoutedEventHandler(this.button11_Click);

            #line default
            #line hidden
                return;

            case 46:
                this.button9 = ((System.Windows.Controls.Button)(target));

            #line 136 "..\..\..\Windows\MainWindow.xaml"
                this.button9.Click += new System.Windows.RoutedEventHandler(this.button9_Click);

            #line default
            #line hidden
                return;

            case 47:
                this.button12 = ((System.Windows.Controls.Button)(target));

            #line 137 "..\..\..\Windows\MainWindow.xaml"
                this.button12.Click += new System.Windows.RoutedEventHandler(this.button12_Click);

            #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:
     
     #line 12 "..\..\MainWindow.xaml"
     ((Demo.WindowsPresentation.MainWindow)(target)).KeyUp += new System.Windows.Input.KeyEventHandler(this.Window_KeyUp);
     
     #line default
     #line hidden
     
     #line 12 "..\..\MainWindow.xaml"
     ((Demo.WindowsPresentation.MainWindow)(target)).PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Window_PreviewKeyDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.mapgroup = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 3:
     this.MainMap = ((Demo.WindowsPresentation.Map)(target));
     return;
     case 4:
     this.czuZoomUp = ((System.Windows.Controls.Button)(target));
     
     #line 734 "..\..\MainWindow.xaml"
     this.czuZoomUp.Click += new System.Windows.RoutedEventHandler(this.czuZoomUp_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.sliderZoom = ((System.Windows.Controls.Slider)(target));
     
     #line 735 "..\..\MainWindow.xaml"
     this.sliderZoom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.sliderZoom_ValueChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.czuZoomDown = ((System.Windows.Controls.Button)(target));
     
     #line 736 "..\..\MainWindow.xaml"
     this.czuZoomDown.Click += new System.Windows.RoutedEventHandler(this.czuZoomDown_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.groupBox2 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 8:
     this.comboBoxMapType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 9:
     this.validator = ((Demo.WindowsPresentation.MapValidationRule)(target));
     return;
     case 10:
     this.label5 = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.button7 = ((System.Windows.Controls.Button)(target));
     
     #line 753 "..\..\MainWindow.xaml"
     this.button7.Click += new System.Windows.RoutedEventHandler(this.button7_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 13:
     this.button1 = ((System.Windows.Controls.Button)(target));
     
     #line 758 "..\..\MainWindow.xaml"
     this.button1.Click += new System.Windows.RoutedEventHandler(this.button1_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.textBoxLat = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.textBoxLng = ((System.Windows.Controls.TextBox)(target));
     return;
     case 16:
     this.textBoxGeo = ((System.Windows.Controls.TextBox)(target));
     
     #line 761 "..\..\MainWindow.xaml"
     this.textBoxGeo.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxGeo_KeyUp);
     
     #line default
     #line hidden
     return;
     case 17:
     this.button2 = ((System.Windows.Controls.Button)(target));
     
     #line 762 "..\..\MainWindow.xaml"
     this.button2.Click += new System.Windows.RoutedEventHandler(this.buttonLocation_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.label2 = ((System.Windows.Controls.Label)(target));
     return;
     case 19:
     this.label3 = ((System.Windows.Controls.Label)(target));
     return;
     case 20:
     this.label4 = ((System.Windows.Controls.Label)(target));
     return;
     case 21:
     this.button2_Copy = ((System.Windows.Controls.Button)(target));
     
     #line 766 "..\..\MainWindow.xaml"
     this.button2_Copy.Click += new System.Windows.RoutedEventHandler(this.buttonCoordinate_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.buttonExit = ((System.Windows.Controls.Button)(target));
     
     #line 767 "..\..\MainWindow.xaml"
     this.buttonExit.Click += new System.Windows.RoutedEventHandler(this.buttonExit_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.markers = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 24:
     this.button8 = ((System.Windows.Controls.Button)(target));
     
     #line 779 "..\..\MainWindow.xaml"
     this.button8.Click += new System.Windows.RoutedEventHandler(this.button8_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.button10 = ((System.Windows.Controls.Button)(target));
     
     #line 780 "..\..\MainWindow.xaml"
     this.button10.Click += new System.Windows.RoutedEventHandler(this.button10_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.checkBoxPlace = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 27:
     this.button13 = ((System.Windows.Controls.Button)(target));
     
     #line 782 "..\..\MainWindow.xaml"
     this.button13.Click += new System.Windows.RoutedEventHandler(this.buttonCenter_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.routes = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 29:
     this.sliderJumpLength = ((System.Windows.Controls.Slider)(target));
     return;
     case 30:
     this.checkBoxAvoidHighways = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 31:
     this.button11 = ((System.Windows.Controls.Button)(target));
     
     #line 791 "..\..\MainWindow.xaml"
     this.button11.Click += new System.Windows.RoutedEventHandler(this.buttonRouteStart_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.button9 = ((System.Windows.Controls.Button)(target));
     
     #line 792 "..\..\MainWindow.xaml"
     this.button9.Click += new System.Windows.RoutedEventHandler(this.buttonRouteEnd_Click);
     
     #line default
     #line hidden
     return;
     case 33:
     this.button12 = ((System.Windows.Controls.Button)(target));
     
     #line 793 "..\..\MainWindow.xaml"
     this.button12.Click += new System.Windows.RoutedEventHandler(this.buttonRouteAdd_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.checkBoxAvoidTools = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 35:
     this.checkBoxWalkingMode = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 36:
     this.buttonStreetViewQuality = ((System.Windows.Controls.Button)(target));
     
     #line 796 "..\..\MainWindow.xaml"
     this.buttonStreetViewQuality.Click += new System.Windows.RoutedEventHandler(this.buttonStreetView_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.buttonStreetViewQuick = ((System.Windows.Controls.Button)(target));
     
     #line 797 "..\..\MainWindow.xaml"
     this.buttonStreetViewQuick.Click += new System.Windows.RoutedEventHandler(this.buttonStreetView_Click);
     
     #line default
     #line hidden
     return;
     case 38:
     this.buttonOculusView = ((System.Windows.Controls.Button)(target));
     
     #line 798 "..\..\MainWindow.xaml"
     this.buttonOculusView.Click += new System.Windows.RoutedEventHandler(this.buttonStreetView_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }