#pragma checksum "..\..\..\MotionDebugView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FBB2FEE6E63499E4A1195867C9C315FA8579D791" //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ 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; using TeamAAS.Localization; namespace TeamAAS.Motion { /// /// MotionDebugView /// public partial class MotionDebugView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { #line 19 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock TxtTitle; #line default #line hidden #line 22 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnOpen; #line default #line hidden #line 24 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnClose; #line default #line hidden #line 30 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DataGrid AxisGrid; #line default #line hidden #line 46 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TxtAxis; #line default #line hidden #line 48 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TxtVel; #line default #line hidden #line 50 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox TxtPos; #line default #line hidden #line 51 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnMoveAbs; #line default #line hidden #line 54 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnEnable; #line default #line hidden #line 55 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnHome; #line default #line hidden #line 56 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnStop; #line default #line hidden #line 57 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button BtnRefresh; #line default #line hidden #line 63 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.WrapPanel IoPanel; #line default #line hidden #line 65 "..\..\..\MotionDebugView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBlock TxtStatus; #line default #line hidden private bool _contentLoaded; /// /// InitializeComponent /// [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")] public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Uri resourceLocater = new System.Uri("/TeamAAS.Motion;component/motiondebugview.xaml", System.UriKind.Relative); #line 1 "..\..\..\MotionDebugView.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); #line default #line hidden } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.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.TxtTitle = ((System.Windows.Controls.TextBlock)(target)); return; case 2: this.BtnOpen = ((System.Windows.Controls.Button)(target)); #line 23 "..\..\..\MotionDebugView.xaml" this.BtnOpen.Click += new System.Windows.RoutedEventHandler(this.BtnOpen_Click); #line default #line hidden return; case 3: this.BtnClose = ((System.Windows.Controls.Button)(target)); #line 25 "..\..\..\MotionDebugView.xaml" this.BtnClose.Click += new System.Windows.RoutedEventHandler(this.BtnClose_Click); #line default #line hidden return; case 4: this.AxisGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 5: this.TxtAxis = ((System.Windows.Controls.TextBox)(target)); return; case 6: this.TxtVel = ((System.Windows.Controls.TextBox)(target)); return; case 7: this.TxtPos = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.BtnMoveAbs = ((System.Windows.Controls.Button)(target)); #line 51 "..\..\..\MotionDebugView.xaml" this.BtnMoveAbs.Click += new System.Windows.RoutedEventHandler(this.BtnMoveAbs_Click); #line default #line hidden return; case 9: this.BtnEnable = ((System.Windows.Controls.Button)(target)); #line 54 "..\..\..\MotionDebugView.xaml" this.BtnEnable.Click += new System.Windows.RoutedEventHandler(this.BtnEnable_Click); #line default #line hidden return; case 10: this.BtnHome = ((System.Windows.Controls.Button)(target)); #line 55 "..\..\..\MotionDebugView.xaml" this.BtnHome.Click += new System.Windows.RoutedEventHandler(this.BtnHome_Click); #line default #line hidden return; case 11: this.BtnStop = ((System.Windows.Controls.Button)(target)); #line 56 "..\..\..\MotionDebugView.xaml" this.BtnStop.Click += new System.Windows.RoutedEventHandler(this.BtnStop_Click); #line default #line hidden return; case 12: this.BtnRefresh = ((System.Windows.Controls.Button)(target)); #line 57 "..\..\..\MotionDebugView.xaml" this.BtnRefresh.Click += new System.Windows.RoutedEventHandler(this.BtnRefresh_Click); #line default #line hidden return; case 13: this.IoPanel = ((System.Windows.Controls.WrapPanel)(target)); return; case 14: this.TxtStatus = ((System.Windows.Controls.TextBlock)(target)); return; } this._contentLoaded = true; } } }