Files
MyMcKesson/TomcatServer/MSLMobile/obj/x86/Debug/SetupMainWindow.g.cs
2016-07-27 00:32:34 -04:00

170 lines
5.9 KiB
C#

#pragma checksum "..\..\..\SetupMainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "DB1A2CD1BF07C2C199B0D1B3F74B1053"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.269
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.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;
namespace MSLMobile {
/// <summary>
/// SetupMainWindow
/// </summary>
public partial class SetupMainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\SetupMainWindow.xaml"
internal System.Windows.Controls.Button btnCloseAll;
#line default
#line hidden
#line 16 "..\..\..\SetupMainWindow.xaml"
internal System.Windows.Controls.Canvas canvasTop;
#line default
#line hidden
#line 22 "..\..\..\SetupMainWindow.xaml"
internal System.Windows.Controls.TextBox textBoxLogViewer;
#line default
#line hidden
#line 23 "..\..\..\SetupMainWindow.xaml"
internal System.Windows.Controls.Button btnMainButton;
#line default
#line hidden
#line 26 "..\..\..\SetupMainWindow.xaml"
internal System.Windows.Controls.Canvas canvasBottom;
#line default
#line hidden
#line 29 "..\..\..\SetupMainWindow.xaml"
internal System.Windows.Controls.Label lblFooter;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/MSLMobile;component/setupmainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\SetupMainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 4 "..\..\..\SetupMainWindow.xaml"
((MSLMobile.SetupMainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 4 "..\..\..\SetupMainWindow.xaml"
((MSLMobile.SetupMainWindow)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
#line 6 "..\..\..\SetupMainWindow.xaml"
((MSLMobile.SetupMainWindow)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
#line default
#line hidden
#line 6 "..\..\..\SetupMainWindow.xaml"
((MSLMobile.SetupMainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
return;
case 2:
this.btnCloseAll = ((System.Windows.Controls.Button)(target));
#line 9 "..\..\..\SetupMainWindow.xaml"
this.btnCloseAll.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);
#line default
#line hidden
return;
case 3:
this.canvasTop = ((System.Windows.Controls.Canvas)(target));
return;
case 4:
this.textBoxLogViewer = ((System.Windows.Controls.TextBox)(target));
return;
case 5:
this.btnMainButton = ((System.Windows.Controls.Button)(target));
#line 23 "..\..\..\SetupMainWindow.xaml"
this.btnMainButton.Click += new System.Windows.RoutedEventHandler(this.btnMainButton_Click);
#line default
#line hidden
return;
case 6:
this.canvasBottom = ((System.Windows.Controls.Canvas)(target));
return;
case 7:
this.lblFooter = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}