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

144 lines
5.6 KiB
C#
Raw Normal View History

2023-11-20 05:11:09 +00:00
#pragma checksum "..\..\..\..\Views\FirstPageView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0CFEB27BE7D099FCD454281B3F3886C26AEA61BF"
2023-11-13 07:46:12 +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-11-15 05:34:33 +00:00
using _20230724_MBJC_upperpc.Views;
2023-11-16 08:18:55 +00:00
using _3DTools;
2023-11-13 07:46:12 +00:00
2023-11-15 05:34:33 +00:00
namespace _20230724_MBJC_upperpc.Views {
2023-11-13 07:46:12 +00:00
/// <summary>
2023-11-15 05:34:33 +00:00
/// FirstPageView
2023-11-13 07:46:12 +00:00
/// </summary>
2023-11-15 05:34:33 +00:00
public partial class FirstPageView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
2023-11-13 07:46:12 +00:00
2023-11-20 05:11:09 +00:00
#line 43 "..\..\..\..\Views\FirstPageView.xaml"
2023-11-13 07:46:12 +00:00
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
2023-11-20 05:11:09 +00:00
internal System.Windows.Media.Media3D.AxisAngleRotation3D rotateX;
2023-11-13 07:46:12 +00:00
#line default
#line hidden
2023-11-20 05:11:09 +00:00
#line 54 "..\..\..\..\Views\FirstPageView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.Media3D.AxisAngleRotation3D rotateY;
#line default
#line hidden
#line 65 "..\..\..\..\Views\FirstPageView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.Media3D.AxisAngleRotation3D rotateZ;
#line default
#line hidden
#line 71 "..\..\..\..\Views\FirstPageView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Media.Media3D.ScaleTransform3D narrow_enlarge;
#line default
#line hidden
#line 30460 "..\..\..\..\Views\FirstPageView.xaml"
2023-11-13 07:46:12 +00:00
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
2023-11-16 08:18:55 +00:00
internal System.Windows.Media.Media3D.PerspectiveCamera camera1;
2023-11-13 07:46:12 +00:00
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
2023-11-15 05:59:43 +00:00
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
2023-11-13 07:46:12 +00:00
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
2023-11-20 05:11:09 +00:00
System.Uri resourceLocater = new System.Uri("/20230724_MBJC_upperpc;component/views/firstpageview.xaml", System.UriKind.Relative);
2023-11-13 07:46:12 +00:00
2023-11-15 05:34:33 +00:00
#line 1 "..\..\..\..\Views\FirstPageView.xaml"
2023-11-13 07:46:12 +00:00
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
2023-11-15 05:59:43 +00:00
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.5.0")]
2023-11-13 07:46:12 +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) {
switch (connectionId)
{
case 1:
2023-11-20 05:11:09 +00:00
this.rotateX = ((System.Windows.Media.Media3D.AxisAngleRotation3D)(target));
2023-11-13 07:46:12 +00:00
return;
case 2:
2023-11-20 05:11:09 +00:00
this.rotateY = ((System.Windows.Media.Media3D.AxisAngleRotation3D)(target));
2023-11-13 07:46:12 +00:00
return;
case 3:
2023-11-20 05:11:09 +00:00
this.rotateZ = ((System.Windows.Media.Media3D.AxisAngleRotation3D)(target));
return;
case 4:
this.narrow_enlarge = ((System.Windows.Media.Media3D.ScaleTransform3D)(target));
return;
case 5:
this.camera1 = ((System.Windows.Media.Media3D.PerspectiveCamera)(target));
return;
case 6:
2023-11-13 07:46:12 +00:00
2023-11-20 05:11:09 +00:00
#line 30569 "..\..\..\..\Views\FirstPageView.xaml"
2023-11-13 07:46:12 +00:00
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}