Files
2026-04-17 14:55:32 -04:00

342 lines
14 KiB
C#

#pragma checksum "..\..\..\..\Controls\ISOPopup.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "196A5E8BF9BECADF53899F177EA08BA3E2D2C771D783F134180EA4E76D46FF79"
//------------------------------------------------------------------------------
// <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 DTS.Common.Controls;
using DTS.Common.Converters;
using Microsoft.Windows.Controls;
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.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 DTS.Common.Controls {
/// <summary>
/// ISOPopup
/// </summary>
public partial class ISOPopup : System.Windows.Controls.Primitives.Popup, System.Windows.Markup.IComponentConnector {
#line 41 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtTO;
#line default
#line hidden
#line 53 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtPosition;
#line default
#line hidden
#line 65 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtMainLoc;
#line default
#line hidden
#line 77 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtFL1;
#line default
#line hidden
#line 89 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtFL2;
#line default
#line hidden
#line 101 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtFL3;
#line default
#line hidden
#line 113 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtDim;
#line default
#line hidden
#line 125 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtDir;
#line default
#line hidden
#line 137 "..\..\..\..\Controls\ISOPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtFilterClass;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[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("/DTS.Common;component/controls/isopopup.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\ISOPopup.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:
this.txtTO = ((System.Windows.Controls.TextBox)(target));
#line 41 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtTO.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 41 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtTO.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 41 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtTO.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
case 2:
this.txtPosition = ((System.Windows.Controls.TextBox)(target));
#line 53 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtPosition.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 53 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtPosition.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 53 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtPosition.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
case 3:
this.txtMainLoc = ((System.Windows.Controls.TextBox)(target));
#line 65 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtMainLoc.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 65 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtMainLoc.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 65 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtMainLoc.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
case 4:
this.txtFL1 = ((System.Windows.Controls.TextBox)(target));
#line 77 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL1.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 77 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL1.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 77 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL1.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
case 5:
this.txtFL2 = ((System.Windows.Controls.TextBox)(target));
#line 89 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL2.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 89 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL2.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 89 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL2.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
case 6:
this.txtFL3 = ((System.Windows.Controls.TextBox)(target));
#line 101 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL3.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 101 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL3.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 101 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFL3.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
case 7:
this.txtDim = ((System.Windows.Controls.TextBox)(target));
#line 113 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtDim.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 113 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtDim.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 113 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtDim.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
case 8:
this.txtDir = ((System.Windows.Controls.TextBox)(target));
#line 125 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtDir.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 125 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtDir.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 125 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtDir.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
case 9:
this.txtFilterClass = ((System.Windows.Controls.TextBox)(target));
#line 137 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFilterClass.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.ISOPart_OnGotKeyboardFocus);
#line default
#line hidden
#line 137 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFilterClass.GotMouseCapture += new System.Windows.Input.MouseEventHandler(this.ISOPart_OnGotMouseCapture);
#line default
#line hidden
#line 137 "..\..\..\..\Controls\ISOPopup.xaml"
this.txtFilterClass.PreviewKeyUp += new System.Windows.Input.KeyEventHandler(this.ISOPart_OnPreviewKeyUp);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}