20230724_MBJC_upperpc/obj/Debug/net6.0-windows/Views/BuoyPlatformView.g.cs

110 lines
4.5 KiB
C#
Raw Normal View History

2024-01-22 09:48:13 +00:00
#pragma checksum "..\..\..\..\Views\BuoyPlatformView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8BF302FFC27BC61958DD239BC97A7DF58BCDF53F"
2023-12-15 08:14:17 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
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;
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;
2023-12-23 03:35:57 +00:00
using _20230724_MBJC_upperpc.Common;
2023-12-15 08:14:17 +00:00
using _20230724_MBJC_upperpc.Views;
namespace _20230724_MBJC_upperpc.Views {
/// <summary>
2023-12-23 03:35:57 +00:00
/// BuoyPlatformView
2023-12-15 08:14:17 +00:00
/// </summary>
2023-12-23 03:35:57 +00:00
public partial class BuoyPlatformView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 22 "..\..\..\..\Views\BuoyPlatformView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid LeftGrid;
#line default
#line hidden
#line 24 "..\..\..\..\Views\BuoyPlatformView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal _20230724_MBJC_upperpc.Views.BuoyModel BuoyModel;
#line default
#line hidden
2023-12-15 08:14:17 +00:00
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
2024-01-22 09:48:13 +00:00
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
2023-12-15 08:14:17 +00:00
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
2023-12-23 03:35:57 +00:00
System.Uri resourceLocater = new System.Uri("/20230724_MBJC_upperpc;component/views/buoyplatformview.xaml", System.UriKind.Relative);
2023-12-15 08:14:17 +00:00
2023-12-23 03:35:57 +00:00
#line 1 "..\..\..\..\Views\BuoyPlatformView.xaml"
2023-12-15 08:14:17 +00:00
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
2023-12-23 03:35:57 +00:00
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
2024-01-22 09:48:13 +00:00
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
2023-12-23 03:35:57 +00:00
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
2023-12-15 08:14:17 +00:00
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
2024-01-22 09:48:13 +00:00
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
2023-12-15 08:14:17 +00:00
[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) {
2023-12-23 03:35:57 +00:00
switch (connectionId)
{
case 1:
this.LeftGrid = ((System.Windows.Controls.Grid)(target));
return;
case 2:
this.BuoyModel = ((_20230724_MBJC_upperpc.Views.BuoyModel)(target));
return;
}
2023-12-15 08:14:17 +00:00
this._contentLoaded = true;
}
}
}