Exemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mv = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 2:
                this.myMap = ((Esri.ArcGISRuntime.Mapping.Map)(target));
                return;

            case 3:

            #line 24 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.DownloadGDB_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 25 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 2:
                this.OnDemand = ((System.Windows.Controls.Button)(target));

            #line 12 "..\..\MainWindow.xaml"
                this.OnDemand.Click += new System.Windows.RoutedEventHandler(this.OnDemand_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.OpenPackage = ((System.Windows.Controls.Button)(target));

            #line 13 "..\..\MainWindow.xaml"
                this.OpenPackage.Click += new System.Windows.RoutedEventHandler(this.OpenPackage_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));

            #line 11 "..\..\MainWindow.xaml"
                this.MyMapView.Loaded += new System.Windows.RoutedEventHandler(this.MyMapView_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.addressTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.geocoording = ((System.Windows.Controls.Button)(target));

            #line 14 "..\..\MainWindow.xaml"
                this.geocoording.Click += new System.Windows.RoutedEventHandler(this.geocoording_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));

            #line 12 "..\..\MainWindow.xaml"
                this.MyMapView.GeoViewTapped += new System.EventHandler <Esri.ArcGISRuntime.UI.Controls.GeoViewInputEventArgs>(this.MyMapView_GeoViewTapped);

            #line default
            #line hidden
                return;

            case 2:
                this.BasemapCombobox = ((System.Windows.Controls.ComboBox)(target));

            #line 16 "..\..\MainWindow.xaml"
                this.BasemapCombobox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.BasemapCombobox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.GoTimeListbox = ((System.Windows.Controls.ListBox)(target));

            #line 18 "..\..\MainWindow.xaml"
                this.GoTimeListbox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.GoTimeListbox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.CountryTitleLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.CountryValueLabel = ((System.Windows.Controls.Label)(target));
                return;

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

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

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

            case 9:
                this.PopulationValueLabel = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 2:
                this.AddressTextBox = ((System.Windows.Controls.TextBox)(target));

            #line 32 "..\..\MainWindow.xaml"
                this.AddressTextBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.AddressTextChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.SuggestionList = ((System.Windows.Controls.ListBox)(target));

            #line 38 "..\..\MainWindow.xaml"
                this.SuggestionList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.SuggestionChosen);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 6 "..\..\SignIn_Window.xaml"
                ((WxzGIS.SignIn_Window)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.axMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 3:
                this.tbx_username = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:
                this.tbx_password = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.btn_signIn = ((System.Windows.Controls.Button)(target));

            #line 22 "..\..\SignIn_Window.xaml"
                this.btn_signIn.Click += new System.Windows.RoutedEventHandler(this.btn_signIn_Click);

            #line default
            #line hidden
                return;

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

            #line 23 "..\..\SignIn_Window.xaml"
                this.btn_signUp.Click += new System.Windows.RoutedEventHandler(this.btn_signUp_Click);

            #line default
            #line hidden
                return;

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

            #line 24 "..\..\SignIn_Window.xaml"
                this.btn_exit.Click += new System.Windows.RoutedEventHandler(this.Btn_exit_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 7
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.MyMapview = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
         return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));

            #line 12 "..\..\MainWindow.xaml"
                this.mapView.GeoViewTapped += new System.EventHandler <Esri.ArcGISRuntime.UI.Controls.GeoViewInputEventArgs>(this.mapView_GeoViewTapped);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 9
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 2:
                this.FromDate = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 3:
                this.ToDate = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            #line 33 "..\..\MainWindow.xaml"
                this.analyzeHotspots.Click += new System.Windows.RoutedEventHandler(this.OnAnalyzeHotspotsClicked);

            #line default
            #line hidden
                return;

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

            case 6:
                this.progress = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 7:

            #line 43 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnCancelTaskClicked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));

            #line 15 "..\..\MainWindow.xaml"
                this.MyMapView.GeoViewTapped += new System.EventHandler <Esri.ArcGISRuntime.UI.Controls.GeoViewInputEventArgs>(this.MyMapView_GeoViewTapped);

            #line default
            #line hidden
                return;

            case 2:
                this.CollectionItemIdTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.OpenPortalFeatureCollectionButton = ((System.Windows.Controls.Button)(target));

            #line 30 "..\..\MainWindow.xaml"
                this.OpenPortalFeatureCollectionButton.Click += new System.Windows.RoutedEventHandler(this.OpenPortalFeatureCollectionClick);

            #line default
            #line hidden
                return;

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

            #line 33 "..\..\MainWindow.xaml"
                this.SaveButton.Click += new System.Windows.RoutedEventHandler(this.SaveButton_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

#line 13 "..\..\MainWindow.xaml"
                ((PathMet_V2.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);

#line default
#line hidden
                return;

            case 2:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 3:
                this.StatusTxt = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 5:
                this.downloadMapBtn = ((System.Windows.Controls.Button)(target));

#line 132 "..\..\MainWindow.xaml"
                this.downloadMapBtn.Click += new System.Windows.RoutedEventHandler(this.DownloadOfflineMap);

#line default
#line hidden
                return;

            case 6:
                this.pathDrawingControls = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 7:
                this.undoBtn_border = ((System.Windows.Controls.Border)(target));
                return;

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

#line 142 "..\..\MainWindow.xaml"
                this.undoBtn.Click += new System.Windows.RoutedEventHandler(this.UndoLastVertex);

#line default
#line hidden
                return;

            case 9:
                this.drawnLineStatusIndicator = ((System.Windows.Controls.Border)(target));
                return;

            case 10:
                this.pastRunDistTxt = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 11:
                this.drawnRunDistTxt = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.progressIndicator = ((System.Windows.Controls.Grid)(target));
                return;

            case 13:
                this.busyJobText = ((System.Windows.Documents.Run)(target));
                return;

            case 14:
                this.Percentage = ((System.Windows.Documents.Run)(target));
                return;

            case 15:
                this.progressBar = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 16:
                this.CancelJobButton = ((System.Windows.Controls.Button)(target));

#line 198 "..\..\MainWindow.xaml"
                this.CancelJobButton.Click += new System.Windows.RoutedEventHandler(this.CancelJobButton_Click);

#line default
#line hidden
                return;

            case 17:
                this.FullControlPanel = ((System.Windows.Controls.Grid)(target));
                return;

            case 18:
                this.UserContentGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 19:
                this.disconnectedFlagBox = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 21:
                this.profilePic = ((System.Windows.Controls.Image)(target));
                return;

            case 22:
                this.loginBtn_border = ((System.Windows.Controls.Border)(target));
                return;

            case 23:
                this.loginBtn = ((System.Windows.Controls.Button)(target));

#line 226 "..\..\MainWindow.xaml"
                this.loginBtn.Click += new System.Windows.RoutedEventHandler(this.LoginBtn_Click);

#line default
#line hidden
                return;

            case 24:
                this.UserDataProgressIndicator = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 25:
                this.PathMetTitle = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 26:
                this.MapSyncInfoContainer = ((System.Windows.Controls.Grid)(target));
                return;

            case 27:
                this.UserMapsBox = ((System.Windows.Controls.ComboBox)(target));

#line 243 "..\..\MainWindow.xaml"
                this.UserMapsBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.MapChosen);

#line default
#line hidden
                return;

            case 28:
                this.MapSyncStatus = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 29:
                this.SyncBtn_border = ((System.Windows.Controls.Border)(target));
                return;

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

#line 251 "..\..\MainWindow.xaml"
                this.SyncBtn.Click += new System.Windows.RoutedEventHandler(this.Sync_Clicked);

#line default
#line hidden
                return;

            case 31:
                this.RunContentGrid = ((System.Windows.Controls.Border)(target));
                return;

            case 32:
                this.sensorsBox = ((System.Windows.Controls.Grid)(target));
                return;

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

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

            case 35:
                this.chkbxC = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 36:
                this.chkbxI = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 37:
                this.chkbxE = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 38:
                this.txtFName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 39:
                this.RunControlsGrid = ((System.Windows.Controls.Grid)(target));
                return;

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

#line 320 "..\..\MainWindow.xaml"
                this.pmStart.Click += new System.Windows.RoutedEventHandler(this.OnStart);

#line default
#line hidden
                return;

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

#line 353 "..\..\MainWindow.xaml"
                this.btnStop.Click += new System.Windows.RoutedEventHandler(this.OnStop);

#line default
#line hidden
                return;

            case 42:
                this.btnRetryPmConnect_border = ((System.Windows.Controls.Border)(target));
                return;

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

#line 392 "..\..\MainWindow.xaml"
                this.btnRetryPmConnect.Click += new System.Windows.RoutedEventHandler(this.RetryPmConnection_Click);

#line default
#line hidden
                return;

            case 44:
                this.PostRunControlsPanel = ((System.Windows.Controls.Border)(target));
                return;

            case 45:
                this.reviewBtn_border = ((System.Windows.Controls.Border)(target));
                return;

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

#line 413 "..\..\MainWindow.xaml"
                this.reviewBtn.Click += new System.Windows.RoutedEventHandler(this.ReviewBtn_Click);

#line default
#line hidden
                return;

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

#line 419 "..\..\MainWindow.xaml"
                this.discardBtn.Click += new System.Windows.RoutedEventHandler(this.OnDiscard);

#line default
#line hidden
                return;

            case 48:
                this.submitBtn = ((System.Windows.Controls.Button)(target));

#line 442 "..\..\MainWindow.xaml"
                this.submitBtn.Click += new System.Windows.RoutedEventHandler(this.OnSubmit);

#line default
#line hidden
                return;

            case 49:
                this.RunEventsPanel = ((System.Windows.Controls.Grid)(target));
                return;

            case 50:
                this.ObstacleGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 51:
                this.btnTrippingHazard_Container = ((System.Windows.Controls.Border)(target));
                return;

            case 52:
                this.btnTrippingHazard = ((System.Windows.Controls.Button)(target));

#line 468 "..\..\MainWindow.xaml"
                this.btnTrippingHazard.Click += new System.Windows.RoutedEventHandler(this.BtnTrippingHazard_Click);

#line default
#line hidden
                return;

            case 53:
                this.tripHazardTxt = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 54:
                this.btnBrokenSidewalk_Container = ((System.Windows.Controls.Border)(target));
                return;

            case 55:
                this.btnBrokenSidewalk = ((System.Windows.Controls.Button)(target));

#line 494 "..\..\MainWindow.xaml"
                this.btnBrokenSidewalk.Click += new System.Windows.RoutedEventHandler(this.BtnBrokenSidewalk_Click);

#line default
#line hidden
                return;

            case 56:
                this.btnVegetation_Container = ((System.Windows.Controls.Border)(target));
                return;

            case 57:
                this.btnVegetation = ((System.Windows.Controls.Button)(target));

#line 520 "..\..\MainWindow.xaml"
                this.btnVegetation.Click += new System.Windows.RoutedEventHandler(this.BtnVegetation_Click);

#line default
#line hidden
                return;

            case 58:
                this.btnOther_Container = ((System.Windows.Controls.Border)(target));
                return;

            case 59:
                this.btnOther = ((System.Windows.Controls.Button)(target));

#line 546 "..\..\MainWindow.xaml"
                this.btnOther.Click += new System.Windows.RoutedEventHandler(this.BtnOther_Click);

#line default
#line hidden
                return;

            case 60:
                this.CommentBox = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 2:
                this.cbAllFeatures = ((System.Windows.Controls.CheckBox)(target));

            #line 43 "..\..\..\MainWindow.xaml"
                this.cbAllFeatures.Checked += new System.Windows.RoutedEventHandler(this.cbAllFeatures_CheckedChanged);

            #line default
            #line hidden

            #line 43 "..\..\..\MainWindow.xaml"
                this.cbAllFeatures.Unchecked += new System.Windows.RoutedEventHandler(this.cbAllFeatures_CheckedChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.cbFeatureAbc = ((System.Windows.Controls.CheckBox)(target));

            #line 45 "..\..\..\MainWindow.xaml"
                this.cbFeatureAbc.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 45 "..\..\..\MainWindow.xaml"
                this.cbFeatureAbc.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.cbFeatureXyz = ((System.Windows.Controls.CheckBox)(target));

            #line 46 "..\..\..\MainWindow.xaml"
                this.cbFeatureXyz.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 46 "..\..\..\MainWindow.xaml"
                this.cbFeatureXyz.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.cbFeatureWww = ((System.Windows.Controls.CheckBox)(target));

            #line 47 "..\..\..\MainWindow.xaml"
                this.cbFeatureWww.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 47 "..\..\..\MainWindow.xaml"
                this.cbFeatureWww.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.cbFeatureAbc1 = ((System.Windows.Controls.CheckBox)(target));

            #line 48 "..\..\..\MainWindow.xaml"
                this.cbFeatureAbc1.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 48 "..\..\..\MainWindow.xaml"
                this.cbFeatureAbc1.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.cbFeatureXyz1 = ((System.Windows.Controls.CheckBox)(target));

            #line 49 "..\..\..\MainWindow.xaml"
                this.cbFeatureXyz1.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 49 "..\..\..\MainWindow.xaml"
                this.cbFeatureXyz1.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

            case 8:
                this.cbFeatureWww1 = ((System.Windows.Controls.CheckBox)(target));

            #line 50 "..\..\..\MainWindow.xaml"
                this.cbFeatureWww1.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 50 "..\..\..\MainWindow.xaml"
                this.cbFeatureWww1.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.AvcsFolio = ((System.Windows.Controls.CheckBox)(target));

            #line 58 "..\..\..\MainWindow.xaml"
                this.AvcsFolio.Checked += new System.Windows.RoutedEventHandler(this.cbAllFeatures_CheckedChanged);

            #line default
            #line hidden

            #line 58 "..\..\..\MainWindow.xaml"
                this.AvcsFolio.Unchecked += new System.Windows.RoutedEventHandler(this.cbAllFeatures_CheckedChanged);

            #line default
            #line hidden
                return;

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

            #line 60 "..\..\..\MainWindow.xaml"
                this.Transit.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 60 "..\..\..\MainWindow.xaml"
                this.Transit.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

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

            #line 61 "..\..\..\MainWindow.xaml"
                this.Regional.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 61 "..\..\..\MainWindow.xaml"
                this.Regional.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

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

            #line 62 "..\..\..\MainWindow.xaml"
                this.Port.Checked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden

            #line 62 "..\..\..\MainWindow.xaml"
                this.Port.Unchecked += new System.Windows.RoutedEventHandler(this.cbFeature_CheckedChanged);

            #line default
            #line hidden
                return;

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

            case 14:

            #line 80 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.DrawButtonClick);

            #line default
            #line hidden
                return;

            case 15:

            #line 86 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectProductsUnderRootclick);

            #line default
            #line hidden
                return;

            case 16:
                this.srchlabel = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.srchtextbox = ((System.Windows.Controls.TextBox)(target));
                return;

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

            #line 105 "..\..\..\MainWindow.xaml"
                this.searchbtn.Click += new System.Windows.RoutedEventHandler(this.searchbtnclick);

            #line default
            #line hidden
                return;

            case 19:

            #line 119 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Complete_click);

            #line default
            #line hidden
                return;

            case 20:

            #line 125 "..\..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.CancelButton_click);

            #line default
            #line hidden
                return;

            case 21:
                this.mylistbox = ((System.Windows.Controls.ListBox)(target));

            #line 155 "..\..\..\MainWindow.xaml"
                this.mylistbox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.mylistbox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 22:
                this.mylistbox1 = ((System.Windows.Controls.ListBox)(target));

            #line 166 "..\..\..\MainWindow.xaml"
                this.mylistbox1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.mylistbox_SelectionChanged_default);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 13
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.button = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\..\..\Code\View\MainWindow.xaml"
                this.button.Click += new System.Windows.RoutedEventHandler(this.button_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.frequencyButton = ((System.Windows.Controls.Button)(target));

            #line 36 "..\..\..\..\Code\View\MainWindow.xaml"
                this.frequencyButton.Click += new System.Windows.RoutedEventHandler(this.freqAnalysisButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.graphicsButton = ((System.Windows.Controls.Button)(target));

            #line 37 "..\..\..\..\Code\View\MainWindow.xaml"
                this.graphicsButton.Click += new System.Windows.RoutedEventHandler(this.graphicsButton_Click);

            #line default
            #line hidden
                return;

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

            #line 38 "..\..\..\..\Code\View\MainWindow.xaml"
                this.clearGraphicsButton.Click += new System.Windows.RoutedEventHandler(this.clearGraphicsButton_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.treeView = ((System.Windows.Controls.TreeView)(target));

            #line 59 "..\..\..\..\Code\View\MainWindow.xaml"
                this.treeView.SelectedItemChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.treeView_SelectedItemChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.gridSplitter1 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 7:
                this.tabControl = ((System.Windows.Controls.TabControl)(target));
                return;

            case 8:
                this.mapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 9:
                this.basemapChooser = ((System.Windows.Controls.ComboBox)(target));

            #line 78 "..\..\..\..\Code\View\MainWindow.xaml"
                this.basemapChooser.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.OnBasemapChooserSelectionChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.loggingTextBlock = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.gridSplitter2 = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 12:
                this.dataGrid = ((System.Windows.Controls.DataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Ribbon = ((DevExpress.Xpf.Ribbon.RibbonControl)(target));

            #line 14 "..\..\MainWindow.xaml"
                this.Ribbon.SelectedPageChanged += new DevExpress.Xpf.Ribbon.RibbonPropertyChangedEventHandler(this.RibbonControl_SelectedPageChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.Model = ((DevExpress.Xpf.Ribbon.RibbonPage)(target));
                return;

            case 3:

            #line 37 "..\..\MainWindow.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.BarButtonItem_ItemClick);

            #line default
            #line hidden
                return;

            case 4:

            #line 39 "..\..\MainWindow.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.BarButtonItem_ItemClick_1);

            #line default
            #line hidden
                return;

            case 5:
                this.Predict = ((DevExpress.Xpf.Ribbon.RibbonPage)(target));
                return;

            case 6:

            #line 47 "..\..\MainWindow.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.BarButtonItem_ItemClick_4);

            #line default
            #line hidden
                return;

            case 7:

            #line 48 "..\..\MainWindow.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.BarButtonItem_ItemClick_2);

            #line default
            #line hidden
                return;

            case 8:

            #line 49 "..\..\MainWindow.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.BarButtonItem_ItemClick_5);

            #line default
            #line hidden
                return;

            case 9:

            #line 50 "..\..\MainWindow.xaml"
                ((DevExpress.Xpf.Bars.BarButtonItem)(target)).ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.BarButtonItem_ItemClick_3);

            #line default
            #line hidden
                return;

            case 10:
                this.Map = ((DevExpress.Xpf.Ribbon.RibbonPage)(target));
                return;

            case 11:
                this.RowsCount = ((DevExpress.Xpf.Bars.BarStaticItem)(target));
                return;

            case 12:
                this.ColumnCount = ((DevExpress.Xpf.Bars.BarStaticItem)(target));
                return;

            case 13:
                this.ModelingGrid = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 14:
                this.GridSource = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 15:
                this.GridSourceRule = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

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

            case 17:
                this.GridSourceRule2 = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 18:
                this.GridSourceTest = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 19:
                this.MapGrid = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 20:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 15
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\MainWindow.xaml"
                ((PathMet_V2.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);

            #line default
            #line hidden
                return;

            case 2:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 3:
                this.StatusTxt = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 4:
                this.PastRunDistContainer = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 5:
                this.pastRunDistLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 6:
                this.pastRunDistTxt = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 7:
                this.pathDrawingControls = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            #line 29 "..\..\MainWindow.xaml"
                this.editBtn.Click += new System.Windows.RoutedEventHandler(this.EditButtonClick);

            #line default
            #line hidden
                return;

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

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

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

            #line 32 "..\..\MainWindow.xaml"
                this.doneBtn.Click += new System.Windows.RoutedEventHandler(this.doneDrawingLine_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.RunControlsPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 13:
                this.UserInfoContainer = ((System.Windows.Controls.Grid)(target));
                return;

            case 14:
                this.UserMapsBox = ((System.Windows.Controls.ComboBox)(target));

            #line 42 "..\..\MainWindow.xaml"
                this.UserMapsBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.InitializeMap);

            #line default
            #line hidden
                return;

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

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

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

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

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

            case 20:
                this.chkbxE = ((System.Windows.Controls.CheckBox)(target));
                return;

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

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

            #line 73 "..\..\MainWindow.xaml"
                this.btnTrippingHazard.Click += new System.Windows.RoutedEventHandler(this.btnTrippingHazard_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.btnVegetation = ((System.Windows.Controls.Button)(target));

            #line 74 "..\..\MainWindow.xaml"
                this.btnVegetation.Click += new System.Windows.RoutedEventHandler(this.btnVegetation_Click);

            #line default
            #line hidden
                return;

            case 24:
                this.pmStart = ((System.Windows.Controls.Button)(target));

            #line 75 "..\..\MainWindow.xaml"
                this.pmStart.Click += new System.Windows.RoutedEventHandler(this.OnStart);

            #line default
            #line hidden
                return;

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

            #line 78 "..\..\MainWindow.xaml"
                this.btnBrokenSidewalk.Click += new System.Windows.RoutedEventHandler(this.btnBrokenSidewalk_Click);

            #line default
            #line hidden
                return;

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

            #line 79 "..\..\MainWindow.xaml"
                this.btnOther.Click += new System.Windows.RoutedEventHandler(this.btnOther_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.btnStop = ((System.Windows.Controls.Button)(target));

            #line 80 "..\..\MainWindow.xaml"
                this.btnStop.Click += new System.Windows.RoutedEventHandler(this.OnStop);

            #line default
            #line hidden
                return;

            case 28:
                this.btnRestart = ((System.Windows.Controls.Button)(target));

            #line 83 "..\..\MainWindow.xaml"
                this.btnRestart.Click += new System.Windows.RoutedEventHandler(this.btnRestart_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.PostRunControlsPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            #line 94 "..\..\MainWindow.xaml"
                this.reviewBtn.Click += new System.Windows.RoutedEventHandler(this.btnRestart_Click);

            #line default
            #line hidden
                return;

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

            #line 95 "..\..\MainWindow.xaml"
                this.discardBtn.Click += new System.Windows.RoutedEventHandler(this.btnRestart_Click);

            #line default
            #line hidden
                return;

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

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

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 16
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MainGrid = ((System.Windows.Controls.Grid)(target));
                return;

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

            case 3:
                this.LoginBrdr = ((System.Windows.Controls.Border)(target));
                return;

            case 4:
                this.Id_Label = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.Id_TextEntry = ((System.Windows.Controls.TextBox)(target));
                return;

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

            #line 32 "..\..\MainWindow.xaml"
                this.Logon_btn.Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

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

            #line 33 "..\..\MainWindow.xaml"
                this.Logoff_btn.Click += new System.Windows.RoutedEventHandler(this.LogOffClose_Click);

            #line default
            #line hidden
                return;

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

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

            case 10:
                this.Pw_Box = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 11:
                this.SearchGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 12:
                this.SearchBorder = ((System.Windows.Controls.Border)(target));
                return;

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

            #line 48 "..\..\MainWindow.xaml"
                this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.txtCost = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.lblCost = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this.txtFName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 17:
                this.lblFName = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 18:
                this.txtTransfer = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

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

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

            case 23:
                this.txtLName2 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 24:
                this.lblLName2 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 25:
                this.cmbStatus = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 26:
                this.txtFName2 = ((System.Windows.Controls.TextBox)(target));
                return;

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

            case 28:
                this.txtPurchase = ((System.Windows.Controls.TextBox)(target));
                return;

            case 29:
                this.lblDeedDate = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 30:
                this.lblLot = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 31:
                this.txtLot = ((System.Windows.Controls.TextBox)(target));
                return;

            case 32:
                this.txtOcc = ((System.Windows.Controls.TextBox)(target));
                return;

            case 33:
                this.lblOcc = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 35:
                this.cbVet = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 36:
                this.SaveBtn = ((System.Windows.Controls.Button)(target));

            #line 77 "..\..\MainWindow.xaml"
                this.SaveBtn.Click += new System.Windows.RoutedEventHandler(this.SaveBtn_Click);

            #line default
            #line hidden
                return;

            case 37:
                this.txtNotes = ((System.Windows.Controls.TextBox)(target));
                return;

            case 38:
                this.txtNotes1 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 39:
                this.PlotSearch = ((System.Windows.Controls.TextBox)(target));

            #line 89 "..\..\MainWindow.xaml"
                this.PlotSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.PlotSearch_TextChanged);

            #line default
            #line hidden
                return;

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

            #line 90 "..\..\MainWindow.xaml"
                this.SearchBtn.Click += new System.Windows.RoutedEventHandler(this.btnSearch_Click);

            #line default
            #line hidden
                return;

            case 41:
                this.LastNameSearch = ((System.Windows.Controls.TextBox)(target));

            #line 91 "..\..\MainWindow.xaml"
                this.LastNameSearch.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.LastNameSearch_TextChanged);

            #line default
            #line hidden
                return;

            case 42:
                this.grdList = ((System.Windows.Controls.DataGrid)(target));

            #line 93 "..\..\MainWindow.xaml"
                this.grdList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.grdList_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 43:
                this.blResults = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 44:
                this.lblStatus = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 45:
                this.lblTransfer = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 46:
                this.lblDetails = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 47:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 48:
                this.popup = ((System.Windows.Controls.Grid)(target));
                return;

            case 49:
                this.MyMap = ((Esri.ArcGISRuntime.Mapping.Map)(target));
                return;

            case 50:
                this.legend = ((System.Windows.Controls.Image)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 17
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 11 "..\..\Trace.xaml"
                ((test.Trace)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.MainWindows_Keydown);

            #line default
            #line hidden
                return;

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

            case 3:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 4:
                this.Basemap1 = ((Esri.ArcGISRuntime.Mapping.ArcGISTiledLayer)(target));
                return;

            case 5:
                this.MySceneView = ((Esri.ArcGISRuntime.UI.Controls.SceneView)(target));
                return;

            case 6:

            #line 29 "..\..\Trace.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.NameLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.AltitudeLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.LonLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.LatLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 11:
                this.NameLabel1 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.AltitudeLabel1 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:
                this.LonLabel1 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 14:
                this.LatLabel1 = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 15:
                this.AreaInfo = ((System.Windows.Controls.ContentControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 18
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 13 "..\..\Window1.xaml"
                ((test.Window1)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.MainWindows_Keydown);

            #line default
            #line hidden
                return;

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

            case 3:
                this.MyMapView = ((Esri.ArcGISRuntime.UI.Controls.MapView)(target));
                return;

            case 4:
                this.Basemap1 = ((Esri.ArcGISRuntime.Mapping.ArcGISTiledLayer)(target));
                return;

            case 5:
                this.MySceneView = ((Esri.ArcGISRuntime.UI.Controls.SceneView)(target));
                return;

            case 6:
                this.menu = ((System.Windows.Controls.Menu)(target));
                return;

            case 7:

            #line 31 "..\..\Window1.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);

            #line default
            #line hidden
                return;

            case 8:

            #line 33 "..\..\Window1.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click_1);

            #line default
            #line hidden
                return;

            case 9:

            #line 35 "..\..\Window1.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click_2);

            #line default
            #line hidden
                return;

            case 10:
                this.NameLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 11:
                this.AboveSeaLevelLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.LonLabel = ((System.Windows.Controls.TextBlock)(target));
                return;

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