Initial Commit

This commit is contained in:
2016-07-27 00:32:34 -04:00
commit 8d162b2035
701 changed files with 188672 additions and 0 deletions

View File

@@ -0,0 +1,77 @@
#pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E6C4A970BE2B80D5DE365DFA5494715E"
//------------------------------------------------------------------------------
// <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>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent() {
#line 4 "..\..\..\App.xaml"
this.Startup += new System.Windows.StartupEventHandler(this.Application_Startup);
#line default
#line hidden
#line 4 "..\..\..\App.xaml"
this.Exit += new System.Windows.ExitEventHandler(this.Application_Exit);
#line default
#line hidden
#line 4 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("SetupMainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public static void Main() {
MSLMobile.App app = new MSLMobile.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,80 @@
#pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "C0725614C13E97BF4AC826AB85DBEA74"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18051
//
// 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>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 4 "..\..\..\App.xaml"
this.Startup += new System.Windows.StartupEventHandler(this.Application_Startup);
#line default
#line hidden
#line 4 "..\..\..\App.xaml"
this.Exit += new System.Windows.ExitEventHandler(this.Application_Exit);
#line default
#line hidden
#line 4 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("HiddenMainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
MSLMobile.App app = new MSLMobile.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,84 @@
#pragma checksum "..\..\..\HiddenMainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E7B4859B1EACB2D8406511FE160C0774"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18051
//
// 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>
/// HiddenMainWindow
/// </summary>
public partial class HiddenMainWindow : System.Windows.Window, 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("/MSLMobile;component/hiddenmainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\HiddenMainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
#line 4 "..\..\..\HiddenMainWindow.xaml"
((MSLMobile.HiddenMainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,13 @@
C:\Users\Administrator\Projects\Pluto\Server\Target\Debug\MSLMobile.exe
C:\Users\Administrator\Projects\Pluto\Server\Target\Debug\MSLMobile.pdb
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\ResolveAssemblyReference.cache
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\SetupMainWindow.baml
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\SetupMainWindow.g.cs
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\App.g.cs
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\MSLMobile_MarkupCompile.cache
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\MSLMobile.g.resources
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\MSLMobile.Properties.Resources.resources
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\ResGen.read.1.tlog
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\ResGen.write.1.tlog
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\MSLMobile.exe
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\MSLMobile.pdb

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,18 @@
MSLMobile
winexe
C#
.cs
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\obj\x86\Debug\
MSLMobile
none
false
DEBUG;TRACE
C:\Users\Administrator\Projects\Pluto\Server\MSLMobile\App.xaml
1610144254
6-85015633
13726757240
SetupMainWindow.xaml;

View File

@@ -0,0 +1,20 @@
MSLMobile
winexe
C#
.cs
\\192.168.2.7\bin\FTP-Private\Pluto\Server\MSLMobile\obj\x86\Debug\
MSLMobile
none
false
DEBUG;TRACE
\\192.168.2.7\bin\FTP-Private\Pluto\Server\MSLMobile\App.xaml
1-148568124
51197073072
11-1165114917
HiddenMainWindow.xaml;
False

View File

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