This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,161 @@
#pragma checksum "..\..\..\..\Controls\ChannelCodeBuilder.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5A6267956A6F41CE3DF483C97D7C46D89B5325DAFB8B0F235EA9CB8F82D3BA3E"
//------------------------------------------------------------------------------
// <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.Behaviors;
using DTS.Common.Controls;
using DTS.Common.Strings;
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>
/// ChannelCodeBuilder
/// </summary>
public partial class ChannelCodeBuilder : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.ChannelCodeBuilder dtsChannelCodeBuilder;
#line default
#line hidden
/// <summary>
/// MainEditBox Name Field
/// </summary>
#line 18 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
public System.Windows.Controls.TextBox MainEditBox;
#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/channelcodebuilder.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[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.dtsChannelCodeBuilder = ((DTS.Common.Controls.ChannelCodeBuilder)(target));
#line 11 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.dtsChannelCodeBuilder.Loaded += new System.Windows.RoutedEventHandler(this.ChannelCodeBuilder_OnLoaded);
#line default
#line hidden
return;
case 2:
this.MainEditBox = ((System.Windows.Controls.TextBox)(target));
#line 20 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.LostFocus += new System.Windows.RoutedEventHandler(this.MainEditBox_OnLostFocus);
#line default
#line hidden
#line 21 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.MainEditBox_OnGotKeyboardFocus);
#line default
#line hidden
#line 22 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.MainEditBox_OnMouseDoubleClick);
#line default
#line hidden
#line 23 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.MainEditBox_OnPreviewKeyDown);
#line default
#line hidden
#line 26 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.AddHandler(System.Windows.Data.Binding.SourceUpdatedEvent, new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.TextBoxSourceUpdated));
#line default
#line hidden
#line 27 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.MainEditBox_OnTextChanged);
#line default
#line hidden
#line 28 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.SelectionChanged += new System.Windows.RoutedEventHandler(this.MainEditBox_SelectionChanged);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,161 @@
#pragma checksum "..\..\..\..\Controls\ChannelCodeBuilder.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5A6267956A6F41CE3DF483C97D7C46D89B5325DAFB8B0F235EA9CB8F82D3BA3E"
//------------------------------------------------------------------------------
// <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.Behaviors;
using DTS.Common.Controls;
using DTS.Common.Strings;
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>
/// ChannelCodeBuilder
/// </summary>
public partial class ChannelCodeBuilder : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.ChannelCodeBuilder dtsChannelCodeBuilder;
#line default
#line hidden
/// <summary>
/// MainEditBox Name Field
/// </summary>
#line 18 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
public System.Windows.Controls.TextBox MainEditBox;
#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/channelcodebuilder.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[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.dtsChannelCodeBuilder = ((DTS.Common.Controls.ChannelCodeBuilder)(target));
#line 11 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.dtsChannelCodeBuilder.Loaded += new System.Windows.RoutedEventHandler(this.ChannelCodeBuilder_OnLoaded);
#line default
#line hidden
return;
case 2:
this.MainEditBox = ((System.Windows.Controls.TextBox)(target));
#line 20 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.LostFocus += new System.Windows.RoutedEventHandler(this.MainEditBox_OnLostFocus);
#line default
#line hidden
#line 21 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.MainEditBox_OnGotKeyboardFocus);
#line default
#line hidden
#line 22 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.MainEditBox_OnMouseDoubleClick);
#line default
#line hidden
#line 23 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.MainEditBox_OnPreviewKeyDown);
#line default
#line hidden
#line 26 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.AddHandler(System.Windows.Data.Binding.SourceUpdatedEvent, new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.TextBoxSourceUpdated));
#line default
#line hidden
#line 27 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.MainEditBox_OnTextChanged);
#line default
#line hidden
#line 28 "..\..\..\..\Controls\ChannelCodeBuilder.xaml"
this.MainEditBox.SelectionChanged += new System.Windows.RoutedEventHandler(this.MainEditBox_SelectionChanged);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,155 @@
#pragma checksum "..\..\..\..\Controls\ChannelNameBuilder.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "684D5F113EB8B8DE13BF08278F72E6316B1E1D7C43F9A09879BC56AB33D6A72C"
//------------------------------------------------------------------------------
// <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.Behaviors;
using DTS.Common.Controls;
using DTS.Common.Strings;
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>
/// ChannelNameBuilder
/// </summary>
public partial class ChannelNameBuilder : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.ChannelNameBuilder dtsChannelNameBuilder;
#line default
#line hidden
/// <summary>
/// MainEditBox Name Field
/// </summary>
#line 17 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
public System.Windows.Controls.TextBox MainEditBox;
#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/channelnamebuilder.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[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.dtsChannelNameBuilder = ((DTS.Common.Controls.ChannelNameBuilder)(target));
#line 11 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.dtsChannelNameBuilder.Loaded += new System.Windows.RoutedEventHandler(this.ChannelNameBuilder_OnLoaded);
#line default
#line hidden
return;
case 2:
this.MainEditBox = ((System.Windows.Controls.TextBox)(target));
#line 18 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.LostFocus += new System.Windows.RoutedEventHandler(this.MainEditBox_OnLostFocus);
#line default
#line hidden
#line 19 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.MainEditBox_OnGotKeyboardFocus);
#line default
#line hidden
#line 20 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.MainEditBox_OnMouseDoubleClick);
#line default
#line hidden
#line 21 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.MainEditBox_OnPreviewKeyDown);
#line default
#line hidden
#line 24 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.AddHandler(System.Windows.Data.Binding.SourceUpdatedEvent, new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.TextBoxSourceUpdated));
#line default
#line hidden
#line 25 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.MainEditBox_OnTextChanged);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,155 @@
#pragma checksum "..\..\..\..\Controls\ChannelNameBuilder.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "684D5F113EB8B8DE13BF08278F72E6316B1E1D7C43F9A09879BC56AB33D6A72C"
//------------------------------------------------------------------------------
// <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.Behaviors;
using DTS.Common.Controls;
using DTS.Common.Strings;
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>
/// ChannelNameBuilder
/// </summary>
public partial class ChannelNameBuilder : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.ChannelNameBuilder dtsChannelNameBuilder;
#line default
#line hidden
/// <summary>
/// MainEditBox Name Field
/// </summary>
#line 17 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
public System.Windows.Controls.TextBox MainEditBox;
#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/channelnamebuilder.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
return System.Delegate.CreateDelegate(delegateType, this, handler);
}
[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.dtsChannelNameBuilder = ((DTS.Common.Controls.ChannelNameBuilder)(target));
#line 11 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.dtsChannelNameBuilder.Loaded += new System.Windows.RoutedEventHandler(this.ChannelNameBuilder_OnLoaded);
#line default
#line hidden
return;
case 2:
this.MainEditBox = ((System.Windows.Controls.TextBox)(target));
#line 18 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.LostFocus += new System.Windows.RoutedEventHandler(this.MainEditBox_OnLostFocus);
#line default
#line hidden
#line 19 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.GotKeyboardFocus += new System.Windows.Input.KeyboardFocusChangedEventHandler(this.MainEditBox_OnGotKeyboardFocus);
#line default
#line hidden
#line 20 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.MainEditBox_OnMouseDoubleClick);
#line default
#line hidden
#line 21 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.MainEditBox_OnPreviewKeyDown);
#line default
#line hidden
#line 24 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.AddHandler(System.Windows.Data.Binding.SourceUpdatedEvent, new System.EventHandler<System.Windows.Data.DataTransferEventArgs>(this.TextBoxSourceUpdated));
#line default
#line hidden
#line 25 "..\..\..\..\Controls\ChannelNameBuilder.xaml"
this.MainEditBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.MainEditBox_OnTextChanged);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,100 @@
#pragma checksum "..\..\..\..\Controls\CommonStatusRibbon.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C3DF29E976730053252D914E34D41477352BF7BDF38ED73526E54D1E673B613C"
//------------------------------------------------------------------------------
// <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 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>
/// CommonStatusRibbon
/// </summary>
public partial class CommonStatusRibbon : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\Controls\CommonStatusRibbon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.CommonStatusRibbon commonStatusRibbon;
#line default
#line hidden
#line 80 "..\..\..\..\Controls\CommonStatusRibbon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock lblAggregateStatusText;
#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/commonstatusribbon.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\CommonStatusRibbon.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.commonStatusRibbon = ((DTS.Common.Controls.CommonStatusRibbon)(target));
return;
case 2:
this.lblAggregateStatusText = ((System.Windows.Controls.TextBlock)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,100 @@
#pragma checksum "..\..\..\..\Controls\CommonStatusRibbon.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C3DF29E976730053252D914E34D41477352BF7BDF38ED73526E54D1E673B613C"
//------------------------------------------------------------------------------
// <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 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>
/// CommonStatusRibbon
/// </summary>
public partial class CommonStatusRibbon : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\Controls\CommonStatusRibbon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.CommonStatusRibbon commonStatusRibbon;
#line default
#line hidden
#line 80 "..\..\..\..\Controls\CommonStatusRibbon.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock lblAggregateStatusText;
#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/commonstatusribbon.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\CommonStatusRibbon.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.commonStatusRibbon = ((DTS.Common.Controls.CommonStatusRibbon)(target));
return;
case 2:
this.lblAggregateStatusText = ((System.Windows.Controls.TextBlock)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,148 @@
#pragma checksum "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FE02621270AC5938ADD5849DB9CE7D97622A6D9A7EDED0A49784DE3BBD819228"
//------------------------------------------------------------------------------
// <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 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>
/// GridViewColumnHeaderSearchable
/// </summary>
public partial class GridViewColumnHeaderSearchable : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 8 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.GridViewColumnHeaderSearchable dtsGridViewColumnHeader;
#line default
#line hidden
#line 19 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid mainGrid;
#line default
#line hidden
#line 28 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton TogglePopupButton;
#line default
#line hidden
#line 30 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Path BtnArrow;
#line default
#line hidden
#line 33 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.Popup ToggledPopup;
#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/gridviewcolumnheadersearchable.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.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.dtsGridViewColumnHeader = ((DTS.Common.Controls.GridViewColumnHeaderSearchable)(target));
#line 9 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
this.dtsGridViewColumnHeader.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.PreviewLeftButtonUp);
#line default
#line hidden
return;
case 2:
this.mainGrid = ((System.Windows.Controls.Grid)(target));
return;
case 3:
this.TogglePopupButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 4:
this.BtnArrow = ((System.Windows.Shapes.Path)(target));
return;
case 5:
this.ToggledPopup = ((System.Windows.Controls.Primitives.Popup)(target));
return;
case 6:
#line 41 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
((System.Windows.Controls.TextBox)(target)).KeyUp += new System.Windows.Input.KeyEventHandler(this.HeaderSearchTerm_KeyDown);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,148 @@
#pragma checksum "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FE02621270AC5938ADD5849DB9CE7D97622A6D9A7EDED0A49784DE3BBD819228"
//------------------------------------------------------------------------------
// <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 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>
/// GridViewColumnHeaderSearchable
/// </summary>
public partial class GridViewColumnHeaderSearchable : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 8 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.GridViewColumnHeaderSearchable dtsGridViewColumnHeader;
#line default
#line hidden
#line 19 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid mainGrid;
#line default
#line hidden
#line 28 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton TogglePopupButton;
#line default
#line hidden
#line 30 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Path BtnArrow;
#line default
#line hidden
#line 33 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.Popup ToggledPopup;
#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/gridviewcolumnheadersearchable.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.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.dtsGridViewColumnHeader = ((DTS.Common.Controls.GridViewColumnHeaderSearchable)(target));
#line 9 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
this.dtsGridViewColumnHeader.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.PreviewLeftButtonUp);
#line default
#line hidden
return;
case 2:
this.mainGrid = ((System.Windows.Controls.Grid)(target));
return;
case 3:
this.TogglePopupButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 4:
this.BtnArrow = ((System.Windows.Shapes.Path)(target));
return;
case 5:
this.ToggledPopup = ((System.Windows.Controls.Primitives.Popup)(target));
return;
case 6:
#line 41 "..\..\..\..\Controls\GridViewColumnHeaderSearchable.xaml"
((System.Windows.Controls.TextBox)(target)).KeyUp += new System.Windows.Input.KeyEventHandler(this.HeaderSearchTerm_KeyDown);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,167 @@
#pragma checksum "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4460ECA386E825DDA40FD0EFE0A546B77213DABB404D100FDA82714EB00375ED"
//------------------------------------------------------------------------------
// <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.Strings;
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>
/// GridViewColumnHeaderSearchableCheckBox
/// </summary>
public partial class GridViewColumnHeaderSearchableCheckBox : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.GridViewColumnHeaderSearchableCheckBox dtsGridViewColumnHeader;
#line default
#line hidden
#line 19 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid mainGrid;
#line default
#line hidden
#line 28 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton TogglePopupButton;
#line default
#line hidden
#line 30 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Path BtnArrow;
#line default
#line hidden
#line 33 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.Popup ToggledPopup;
#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/gridviewcolumnheadersearchablecheckbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.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.dtsGridViewColumnHeader = ((DTS.Common.Controls.GridViewColumnHeaderSearchableCheckBox)(target));
return;
case 2:
this.mainGrid = ((System.Windows.Controls.Grid)(target));
return;
case 3:
#line 24 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
((System.Windows.Controls.Border)(target)).PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.PreviewLeftButtonUp);
#line default
#line hidden
return;
case 4:
this.TogglePopupButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 5:
this.BtnArrow = ((System.Windows.Shapes.Path)(target));
return;
case 6:
this.ToggledPopup = ((System.Windows.Controls.Primitives.Popup)(target));
return;
case 7:
#line 36 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectAllButton_OnClick);
#line default
#line hidden
return;
case 8:
#line 37 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.TrueButton_OnClick);
#line default
#line hidden
return;
case 9:
#line 38 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.FalseButton_OnClick);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,167 @@
#pragma checksum "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4460ECA386E825DDA40FD0EFE0A546B77213DABB404D100FDA82714EB00375ED"
//------------------------------------------------------------------------------
// <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.Strings;
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>
/// GridViewColumnHeaderSearchableCheckBox
/// </summary>
public partial class GridViewColumnHeaderSearchableCheckBox : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.GridViewColumnHeaderSearchableCheckBox dtsGridViewColumnHeader;
#line default
#line hidden
#line 19 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid mainGrid;
#line default
#line hidden
#line 28 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton TogglePopupButton;
#line default
#line hidden
#line 30 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Path BtnArrow;
#line default
#line hidden
#line 33 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.Popup ToggledPopup;
#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/gridviewcolumnheadersearchablecheckbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.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.dtsGridViewColumnHeader = ((DTS.Common.Controls.GridViewColumnHeaderSearchableCheckBox)(target));
return;
case 2:
this.mainGrid = ((System.Windows.Controls.Grid)(target));
return;
case 3:
#line 24 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
((System.Windows.Controls.Border)(target)).PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.PreviewLeftButtonUp);
#line default
#line hidden
return;
case 4:
this.TogglePopupButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 5:
this.BtnArrow = ((System.Windows.Shapes.Path)(target));
return;
case 6:
this.ToggledPopup = ((System.Windows.Controls.Primitives.Popup)(target));
return;
case 7:
#line 36 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectAllButton_OnClick);
#line default
#line hidden
return;
case 8:
#line 37 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.TrueButton_OnClick);
#line default
#line hidden
return;
case 9:
#line 38 "..\..\..\..\Controls\GridViewColumnHeaderSearchableCheckBox.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.FalseButton_OnClick);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,159 @@
#pragma checksum "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "437E96BCF2205E27DC0E042C56860FADC0F5B994D05AAD3C9C499C51396ABCD3"
//------------------------------------------------------------------------------
// <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.Strings;
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>
/// GridViewColumnHeaderSelectable
/// </summary>
public partial class GridViewColumnHeaderSelectable : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.GridViewColumnHeaderSelectable dtsGridViewColumnHeader;
#line default
#line hidden
#line 19 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid mainGrid;
#line default
#line hidden
#line 28 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton TogglePopupButton;
#line default
#line hidden
#line 30 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Path BtnArrow;
#line default
#line hidden
#line 33 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.Popup ToggledPopup;
#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/gridviewcolumnheaderselectable.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.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.dtsGridViewColumnHeader = ((DTS.Common.Controls.GridViewColumnHeaderSelectable)(target));
return;
case 2:
this.mainGrid = ((System.Windows.Controls.Grid)(target));
return;
case 3:
#line 24 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
((System.Windows.Controls.Border)(target)).PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.PreviewLeftButtonUp);
#line default
#line hidden
return;
case 4:
this.TogglePopupButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 5:
this.BtnArrow = ((System.Windows.Shapes.Path)(target));
return;
case 6:
this.ToggledPopup = ((System.Windows.Controls.Primitives.Popup)(target));
return;
case 7:
#line 40 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectAllButton_OnClick);
#line default
#line hidden
return;
case 8:
#line 41 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ClearAllButton_OnClick);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,159 @@
#pragma checksum "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "437E96BCF2205E27DC0E042C56860FADC0F5B994D05AAD3C9C499C51396ABCD3"
//------------------------------------------------------------------------------
// <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.Strings;
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>
/// GridViewColumnHeaderSelectable
/// </summary>
public partial class GridViewColumnHeaderSelectable : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.GridViewColumnHeaderSelectable dtsGridViewColumnHeader;
#line default
#line hidden
#line 19 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Grid mainGrid;
#line default
#line hidden
#line 28 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton TogglePopupButton;
#line default
#line hidden
#line 30 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Path BtnArrow;
#line default
#line hidden
#line 33 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.Popup ToggledPopup;
#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/gridviewcolumnheaderselectable.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.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.dtsGridViewColumnHeader = ((DTS.Common.Controls.GridViewColumnHeaderSelectable)(target));
return;
case 2:
this.mainGrid = ((System.Windows.Controls.Grid)(target));
return;
case 3:
#line 24 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
((System.Windows.Controls.Border)(target)).PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.PreviewLeftButtonUp);
#line default
#line hidden
return;
case 4:
this.TogglePopupButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 5:
this.BtnArrow = ((System.Windows.Shapes.Path)(target));
return;
case 6:
this.ToggledPopup = ((System.Windows.Controls.Primitives.Popup)(target));
return;
case 7:
#line 40 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.SelectAllButton_OnClick);
#line default
#line hidden
return;
case 8:
#line 41 "..\..\..\..\Controls\GridViewColumnHeaderSelectable.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ClearAllButton_OnClick);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,195 @@
#pragma checksum "..\..\..\..\Controls\IPTextBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4B5A0147E90E4182C3989787FD8EAC7E9D97EA7D56A7AE9712FC171F03406240"
//------------------------------------------------------------------------------
// <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 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>
/// IPTextBox
/// </summary>
public partial class IPTextBox : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 50 "..\..\..\..\Controls\IPTextBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox FirstSegment;
#line default
#line hidden
#line 55 "..\..\..\..\Controls\IPTextBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox SecondSegment;
#line default
#line hidden
#line 60 "..\..\..\..\Controls\IPTextBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox ThirdSegment;
#line default
#line hidden
#line 65 "..\..\..\..\Controls\IPTextBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox LastSegment;
#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/iptextbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\IPTextBox.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.FirstSegment = ((System.Windows.Controls.TextBox)(target));
#line 51 "..\..\..\..\Controls\IPTextBox.xaml"
this.FirstSegment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBoxBase_OnTextChanged);
#line default
#line hidden
#line 51 "..\..\..\..\Controls\IPTextBox.xaml"
this.FirstSegment.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnPreviewKeyDown);
#line default
#line hidden
#line 51 "..\..\..\..\Controls\IPTextBox.xaml"
this.FirstSegment.AddHandler(System.Windows.DataObject.PastingEvent, new System.Windows.DataObjectPastingEventHandler(this.DataObject_OnPasting));
#line default
#line hidden
return;
case 2:
this.SecondSegment = ((System.Windows.Controls.TextBox)(target));
#line 56 "..\..\..\..\Controls\IPTextBox.xaml"
this.SecondSegment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBoxBase_OnTextChanged);
#line default
#line hidden
#line 56 "..\..\..\..\Controls\IPTextBox.xaml"
this.SecondSegment.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnPreviewKeyDown);
#line default
#line hidden
#line 56 "..\..\..\..\Controls\IPTextBox.xaml"
this.SecondSegment.AddHandler(System.Windows.DataObject.PastingEvent, new System.Windows.DataObjectPastingEventHandler(this.DataObject_OnPasting));
#line default
#line hidden
return;
case 3:
this.ThirdSegment = ((System.Windows.Controls.TextBox)(target));
#line 61 "..\..\..\..\Controls\IPTextBox.xaml"
this.ThirdSegment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBoxBase_OnTextChanged);
#line default
#line hidden
#line 61 "..\..\..\..\Controls\IPTextBox.xaml"
this.ThirdSegment.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnPreviewKeyDown);
#line default
#line hidden
#line 61 "..\..\..\..\Controls\IPTextBox.xaml"
this.ThirdSegment.AddHandler(System.Windows.DataObject.PastingEvent, new System.Windows.DataObjectPastingEventHandler(this.DataObject_OnPasting));
#line default
#line hidden
return;
case 4:
this.LastSegment = ((System.Windows.Controls.TextBox)(target));
#line 66 "..\..\..\..\Controls\IPTextBox.xaml"
this.LastSegment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBoxBase_OnTextChanged);
#line default
#line hidden
#line 66 "..\..\..\..\Controls\IPTextBox.xaml"
this.LastSegment.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnPreviewKeyDown);
#line default
#line hidden
#line 66 "..\..\..\..\Controls\IPTextBox.xaml"
this.LastSegment.AddHandler(System.Windows.DataObject.PastingEvent, new System.Windows.DataObjectPastingEventHandler(this.DataObject_OnPasting));
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,195 @@
#pragma checksum "..\..\..\..\Controls\IPTextBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4B5A0147E90E4182C3989787FD8EAC7E9D97EA7D56A7AE9712FC171F03406240"
//------------------------------------------------------------------------------
// <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 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>
/// IPTextBox
/// </summary>
public partial class IPTextBox : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 50 "..\..\..\..\Controls\IPTextBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox FirstSegment;
#line default
#line hidden
#line 55 "..\..\..\..\Controls\IPTextBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox SecondSegment;
#line default
#line hidden
#line 60 "..\..\..\..\Controls\IPTextBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox ThirdSegment;
#line default
#line hidden
#line 65 "..\..\..\..\Controls\IPTextBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox LastSegment;
#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/iptextbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\IPTextBox.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.FirstSegment = ((System.Windows.Controls.TextBox)(target));
#line 51 "..\..\..\..\Controls\IPTextBox.xaml"
this.FirstSegment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBoxBase_OnTextChanged);
#line default
#line hidden
#line 51 "..\..\..\..\Controls\IPTextBox.xaml"
this.FirstSegment.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnPreviewKeyDown);
#line default
#line hidden
#line 51 "..\..\..\..\Controls\IPTextBox.xaml"
this.FirstSegment.AddHandler(System.Windows.DataObject.PastingEvent, new System.Windows.DataObjectPastingEventHandler(this.DataObject_OnPasting));
#line default
#line hidden
return;
case 2:
this.SecondSegment = ((System.Windows.Controls.TextBox)(target));
#line 56 "..\..\..\..\Controls\IPTextBox.xaml"
this.SecondSegment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBoxBase_OnTextChanged);
#line default
#line hidden
#line 56 "..\..\..\..\Controls\IPTextBox.xaml"
this.SecondSegment.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnPreviewKeyDown);
#line default
#line hidden
#line 56 "..\..\..\..\Controls\IPTextBox.xaml"
this.SecondSegment.AddHandler(System.Windows.DataObject.PastingEvent, new System.Windows.DataObjectPastingEventHandler(this.DataObject_OnPasting));
#line default
#line hidden
return;
case 3:
this.ThirdSegment = ((System.Windows.Controls.TextBox)(target));
#line 61 "..\..\..\..\Controls\IPTextBox.xaml"
this.ThirdSegment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBoxBase_OnTextChanged);
#line default
#line hidden
#line 61 "..\..\..\..\Controls\IPTextBox.xaml"
this.ThirdSegment.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnPreviewKeyDown);
#line default
#line hidden
#line 61 "..\..\..\..\Controls\IPTextBox.xaml"
this.ThirdSegment.AddHandler(System.Windows.DataObject.PastingEvent, new System.Windows.DataObjectPastingEventHandler(this.DataObject_OnPasting));
#line default
#line hidden
return;
case 4:
this.LastSegment = ((System.Windows.Controls.TextBox)(target));
#line 66 "..\..\..\..\Controls\IPTextBox.xaml"
this.LastSegment.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBoxBase_OnTextChanged);
#line default
#line hidden
#line 66 "..\..\..\..\Controls\IPTextBox.xaml"
this.LastSegment.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UIElement_OnPreviewKeyDown);
#line default
#line hidden
#line 66 "..\..\..\..\Controls\IPTextBox.xaml"
this.LastSegment.AddHandler(System.Windows.DataObject.PastingEvent, new System.Windows.DataObjectPastingEventHandler(this.DataObject_OnPasting));
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,341 @@
#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;
}
}
}

View File

@@ -0,0 +1,341 @@
#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;
}
}
}

View File

@@ -0,0 +1,120 @@
#pragma checksum "..\..\..\..\Controls\LookupPopup.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BB8EF08C230F9BD9343518009E88A0E1BE874DA02781BB9E5B9C8F912EAB90DB"
//------------------------------------------------------------------------------
// <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.Strings;
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>
/// LookupPopup
/// </summary>
public partial class LookupPopup : System.Windows.Controls.Primitives.Popup, System.Windows.Markup.IComponentConnector {
#line 12 "..\..\..\..\Controls\LookupPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.LookupPopup lookupPopup;
#line default
#line hidden
#line 42 "..\..\..\..\Controls\LookupPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid possibleChannels;
#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/lookuppopup.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\LookupPopup.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.lookupPopup = ((DTS.Common.Controls.LookupPopup)(target));
#line 10 "..\..\..\..\Controls\LookupPopup.xaml"
this.lookupPopup.Opened += new System.EventHandler(this.LookupPopup_OnOpenedClosed);
#line default
#line hidden
#line 11 "..\..\..\..\Controls\LookupPopup.xaml"
this.lookupPopup.Closed += new System.EventHandler(this.LookupPopup_OnOpenedClosed);
#line default
#line hidden
return;
case 2:
this.possibleChannels = ((System.Windows.Controls.DataGrid)(target));
#line 47 "..\..\..\..\Controls\LookupPopup.xaml"
this.possibleChannels.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.PossibleChannels_OnMouseDoubleClick);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,120 @@
#pragma checksum "..\..\..\..\Controls\LookupPopup.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BB8EF08C230F9BD9343518009E88A0E1BE874DA02781BB9E5B9C8F912EAB90DB"
//------------------------------------------------------------------------------
// <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.Strings;
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>
/// LookupPopup
/// </summary>
public partial class LookupPopup : System.Windows.Controls.Primitives.Popup, System.Windows.Markup.IComponentConnector {
#line 12 "..\..\..\..\Controls\LookupPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.LookupPopup lookupPopup;
#line default
#line hidden
#line 42 "..\..\..\..\Controls\LookupPopup.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid possibleChannels;
#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/lookuppopup.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\LookupPopup.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.lookupPopup = ((DTS.Common.Controls.LookupPopup)(target));
#line 10 "..\..\..\..\Controls\LookupPopup.xaml"
this.lookupPopup.Opened += new System.EventHandler(this.LookupPopup_OnOpenedClosed);
#line default
#line hidden
#line 11 "..\..\..\..\Controls\LookupPopup.xaml"
this.lookupPopup.Closed += new System.EventHandler(this.LookupPopup_OnOpenedClosed);
#line default
#line hidden
return;
case 2:
this.possibleChannels = ((System.Windows.Controls.DataGrid)(target));
#line 47 "..\..\..\..\Controls\LookupPopup.xaml"
this.possibleChannels.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.PossibleChannels_OnMouseDoubleClick);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,75 @@
#pragma checksum "..\..\..\..\Controls\RoundedBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9BDC90EE9C4005F4F01652A8D268130D27BA683EC9C76C486CE7313EA07544DE"
//------------------------------------------------------------------------------
// <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 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>
/// RoundedBox
/// </summary>
public partial class RoundedBox : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
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/roundedbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\RoundedBox.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) {
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,75 @@
#pragma checksum "..\..\..\..\Controls\RoundedBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9BDC90EE9C4005F4F01652A8D268130D27BA683EC9C76C486CE7313EA07544DE"
//------------------------------------------------------------------------------
// <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 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>
/// RoundedBox
/// </summary>
public partial class RoundedBox : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
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/roundedbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\RoundedBox.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) {
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,89 @@
#pragma checksum "..\..\..\..\Controls\TestIDControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "50693CDC0A7979F7C27675333BB22B1DAED9B64442E8C463B882D1A300E8AC0F"
//------------------------------------------------------------------------------
// <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 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>
/// TestIdControl
/// </summary>
public partial class TestIdControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\Controls\TestIDControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.TestIdControl TestIdInfo;
#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/testidcontrol.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\TestIDControl.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.TestIdInfo = ((DTS.Common.Controls.TestIdControl)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,89 @@
#pragma checksum "..\..\..\..\Controls\TestIDControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "50693CDC0A7979F7C27675333BB22B1DAED9B64442E8C463B882D1A300E8AC0F"
//------------------------------------------------------------------------------
// <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 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>
/// TestIdControl
/// </summary>
public partial class TestIdControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 6 "..\..\..\..\Controls\TestIDControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.TestIdControl TestIdInfo;
#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/testidcontrol.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\TestIDControl.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.TestIdInfo = ((DTS.Common.Controls.TestIdControl)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,107 @@
#pragma checksum "..\..\..\..\Controls\TestIDTestBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "858EF613B6A5B56AE9584D294C4FE553C9F0A58010F292EE72876D35902CB120"
//------------------------------------------------------------------------------
// <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 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>
/// TestIDTextBox
/// </summary>
public partial class TestIDTextBox : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Controls\TestIDTestBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.TestIDTextBox TestIdTextBoxControl;
#line default
#line hidden
#line 14 "..\..\..\..\Controls\TestIDTestBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTestId;
#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/testidtestbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\TestIDTestBox.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.TestIdTextBoxControl = ((DTS.Common.Controls.TestIDTextBox)(target));
return;
case 2:
this.tbTestId = ((System.Windows.Controls.TextBox)(target));
#line 15 "..\..\..\..\Controls\TestIDTestBox.xaml"
this.tbTestId.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.tbTestId_PreviewTextInput);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,107 @@
#pragma checksum "..\..\..\..\Controls\TestIDTestBox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "858EF613B6A5B56AE9584D294C4FE553C9F0A58010F292EE72876D35902CB120"
//------------------------------------------------------------------------------
// <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 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>
/// TestIDTextBox
/// </summary>
public partial class TestIDTextBox : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Controls\TestIDTestBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal DTS.Common.Controls.TestIDTextBox TestIdTextBoxControl;
#line default
#line hidden
#line 14 "..\..\..\..\Controls\TestIDTestBox.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox tbTestId;
#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/testidtestbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\TestIDTestBox.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.TestIdTextBoxControl = ((DTS.Common.Controls.TestIDTextBox)(target));
return;
case 2:
this.tbTestId = ((System.Windows.Controls.TextBox)(target));
#line 15 "..\..\..\..\Controls\TestIDTestBox.xaml"
this.tbTestId.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.tbTestId_PreviewTextInput);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,75 @@
#pragma checksum "..\..\..\..\Controls\TestIDView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9C2381F8F1425247D091EC5A7FABB326EC836E5B4C96DD74380CD692B409F161"
//------------------------------------------------------------------------------
// <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 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>
/// TestIDView
/// </summary>
public partial class TestIDView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
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/testidview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\TestIDView.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) {
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,75 @@
#pragma checksum "..\..\..\..\Controls\TestIDView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9C2381F8F1425247D091EC5A7FABB326EC836E5B4C96DD74380CD692B409F161"
//------------------------------------------------------------------------------
// <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 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>
/// TestIDView
/// </summary>
public partial class TestIDView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
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/testidview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\TestIDView.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) {
this._contentLoaded = true;
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,110 @@
#pragma checksum "..\..\..\..\Controls\checkbox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9F4DA772C7C961631B8B62E4DC29FF847F7ACA87F6B92BEF7F4324A9D10C0ABD"
//------------------------------------------------------------------------------
// <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 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>
/// checkbox
/// </summary>
public partial class checkbox : System.Windows.ResourceDictionary, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
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/checkbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\checkbox.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) {
this._contentLoaded = true;
}
[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.Performance", "CA1800:DoNotCastUnnecessarily")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
System.Windows.EventSetter eventSetter;
switch (connectionId)
{
case 1:
eventSetter = new System.Windows.EventSetter();
eventSetter.Event = System.Windows.FrameworkElement.ToolTipOpeningEvent;
#line 84 "..\..\..\..\Controls\checkbox.xaml"
eventSetter.Handler = new System.Windows.Controls.ToolTipEventHandler(this.ToolTipEventHandler);
#line default
#line hidden
((System.Windows.Style)(target)).Setters.Add(eventSetter);
break;
case 2:
eventSetter = new System.Windows.EventSetter();
eventSetter.Event = System.Windows.FrameworkElement.ToolTipOpeningEvent;
#line 95 "..\..\..\..\Controls\checkbox.xaml"
eventSetter.Handler = new System.Windows.Controls.ToolTipEventHandler(this.ToolTipEventHandler);
#line default
#line hidden
((System.Windows.Style)(target)).Setters.Add(eventSetter);
break;
}
}
}
}

View File

@@ -0,0 +1,110 @@
#pragma checksum "..\..\..\..\Controls\checkbox.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9F4DA772C7C961631B8B62E4DC29FF847F7ACA87F6B92BEF7F4324A9D10C0ABD"
//------------------------------------------------------------------------------
// <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 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>
/// checkbox
/// </summary>
public partial class checkbox : System.Windows.ResourceDictionary, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
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/checkbox.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Controls\checkbox.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) {
this._contentLoaded = true;
}
[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.Performance", "CA1800:DoNotCastUnnecessarily")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
System.Windows.EventSetter eventSetter;
switch (connectionId)
{
case 1:
eventSetter = new System.Windows.EventSetter();
eventSetter.Event = System.Windows.FrameworkElement.ToolTipOpeningEvent;
#line 84 "..\..\..\..\Controls\checkbox.xaml"
eventSetter.Handler = new System.Windows.Controls.ToolTipEventHandler(this.ToolTipEventHandler);
#line default
#line hidden
((System.Windows.Style)(target)).Setters.Add(eventSetter);
break;
case 2:
eventSetter = new System.Windows.EventSetter();
eventSetter.Event = System.Windows.FrameworkElement.ToolTipOpeningEvent;
#line 95 "..\..\..\..\Controls\checkbox.xaml"
eventSetter.Handler = new System.Windows.Controls.ToolTipEventHandler(this.ToolTipEventHandler);
#line default
#line hidden
((System.Windows.Style)(target)).Setters.Add(eventSetter);
break;
}
}
}
}

Binary file not shown.