#pragma checksum "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5FCD2E81F8B24DF27C7D7B84EF422DF4DA0BA92531CCAA0965615142A40902BE" //------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ using Aitex.Core.UI.Control; using System; using System.Diagnostics; using System.Windows; using System.Windows.Automation; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Forms.Integration; 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 Aitex.Core.UI.Control { /// /// AITRfInputDialogBox /// public partial class AITRfInputDialogBox : System.Windows.Window, System.Windows.Markup.IComponentConnector { #line 55 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label lblFrequency; #line default #line hidden #line 56 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Label lblDuty; #line default #line hidden #line 67 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.CheckBox ckContinuous; #line default #line hidden #line 68 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.CheckBox ckPulsing; #line default #line hidden #line 72 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox inputBoxFrequency; #line default #line hidden #line 73 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox inputBoxDuty; #line default #line hidden #line 80 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox inputBoxPower; #line default #line hidden #line 81 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button buttonSet; #line default #line hidden #line 82 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button buttonRFOn; #line default #line hidden #line 83 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button buttonRFOff; #line default #line hidden private bool _contentLoaded; /// /// InitializeComponent /// [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Uri resourceLocater = new System.Uri("/Core;component/ui/devicecontrol/aitrfinputdialogbox.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); #line default #line hidden } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.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: #line 7 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" ((Aitex.Core.UI.Control.AITRfInputDialogBox)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.OnEnterKeyIsHit); #line default #line hidden return; case 2: this.lblFrequency = ((System.Windows.Controls.Label)(target)); return; case 3: this.lblDuty = ((System.Windows.Controls.Label)(target)); return; case 4: this.ckContinuous = ((System.Windows.Controls.CheckBox)(target)); #line 67 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.ckContinuous.Checked += new System.Windows.RoutedEventHandler(this.CkContinuous_OnChecked); #line default #line hidden #line 67 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.ckContinuous.Click += new System.Windows.RoutedEventHandler(this.CkContinuous_OnClick); #line default #line hidden return; case 5: this.ckPulsing = ((System.Windows.Controls.CheckBox)(target)); #line 68 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.ckPulsing.Checked += new System.Windows.RoutedEventHandler(this.CkPulsing_OnChecked); #line default #line hidden #line 68 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.ckPulsing.Click += new System.Windows.RoutedEventHandler(this.CkPulsing_OnClick); #line default #line hidden return; case 6: this.inputBoxFrequency = ((System.Windows.Controls.TextBox)(target)); #line 72 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.inputBoxFrequency.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.InputTextBoxFrequency_TextChanged); #line default #line hidden return; case 7: this.inputBoxDuty = ((System.Windows.Controls.TextBox)(target)); #line 73 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.inputBoxDuty.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.InputTextBoxDuty_TextChanged); #line default #line hidden return; case 8: this.inputBoxPower = ((System.Windows.Controls.TextBox)(target)); #line 80 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.inputBoxPower.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.InputTextBoxPower_TextChanged); #line default #line hidden return; case 9: this.buttonSet = ((System.Windows.Controls.Button)(target)); #line 81 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.buttonSet.Click += new System.Windows.RoutedEventHandler(this.ButtonSet_Click); #line default #line hidden return; case 10: this.buttonRFOn = ((System.Windows.Controls.Button)(target)); #line 82 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.buttonRFOn.Click += new System.Windows.RoutedEventHandler(this.ButtonRFOn_Click); #line default #line hidden return; case 11: this.buttonRFOff = ((System.Windows.Controls.Button)(target)); #line 83 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" this.buttonRFOff.Click += new System.Windows.RoutedEventHandler(this.ButtonRFOff_Click); #line default #line hidden return; case 12: #line 84 "..\..\..\..\UI\DeviceControl\AITRfInputDialogBox.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonCancel_Click); #line default #line hidden return; } this._contentLoaded = true; } } }