agrobot_base/AgroBase/OperationControl/obj/Debug/net8.0-windows7.0/Controls/MapViewControl.g.i.cs

150 lines
5.8 KiB
C#
Raw Normal View History

#pragma checksum "..\..\..\..\Controls\MapViewControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8CB2E419D16C16F3B20F380765669C781457F673"
2025-11-14 17:11:58 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using Mapsui.UI.Wpf;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
2025-11-24 16:05:50 +00:00
using System.Windows.Forms.Integration;
2025-11-14 17:11:58 +00:00
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace OperationControl.Controls {
/// <summary>
/// MapViewControl
/// </summary>
public partial class MapViewControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 5 "..\..\..\..\Controls\MapViewControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal OperationControl.Controls.MapViewControl Root;
#line default
#line hidden
#line 10 "..\..\..\..\Controls\MapViewControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Mapsui.UI.Wpf.MapControl Mapa;
#line default
#line hidden
#line 13 "..\..\..\..\Controls\MapViewControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Border OverlayMessage;
#line default
#line hidden
#line 14 "..\..\..\..\Controls\MapViewControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock OverlayText;
#line default
#line hidden
#line 17 "..\..\..\..\Controls\MapViewControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox CmbBaseMap;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/OperationControl;component/controls/mapviewcontrol.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\MapViewControl.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.Root = ((OperationControl.Controls.MapViewControl)(target));
return;
case 2:
this.Mapa = ((Mapsui.UI.Wpf.MapControl)(target));
return;
case 3:
this.OverlayMessage = ((System.Windows.Controls.Border)(target));
return;
case 4:
this.OverlayText = ((System.Windows.Controls.TextBlock)(target));
return;
case 5:
this.CmbBaseMap = ((System.Windows.Controls.ComboBox)(target));
#line 17 "..\..\..\..\Controls\MapViewControl.xaml"
this.CmbBaseMap.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.OnBaseMapChanged);
#line default
#line hidden
return;
case 6:
#line 19 "..\..\..\..\Controls\MapViewControl.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnLoadMapClicked);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}