port from perforce

This commit is contained in:
2026-04-18 22:31:51 +02:00
commit 8d0ab5b7cc
8409 changed files with 3972376 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]

Binary file not shown.

View File

@@ -0,0 +1,83 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E3643E73863662A875F753ABB8AE89FD1AD768DC"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/app.xaml", System.UriKind.Relative);
#line 1 "..\..\..\App.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public static void Main() {
Intromat.App app = new Intromat.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,83 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E3643E73863662A875F753ABB8AE89FD1AD768DC"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/app.xaml", System.UriKind.Relative);
#line 1 "..\..\..\App.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public static void Main() {
Intromat.App app = new Intromat.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,62 @@
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}

View File

@@ -0,0 +1,17 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject = Intromat.App
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net7.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Intromat
build_property.ProjectDir = E:\p4\bluflame\intromat\Intromat\

View File

@@ -0,0 +1 @@
59eb6850fff6bcf08bcb7cdaeb457bfa74df9e6c

View File

@@ -0,0 +1,159 @@
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Intromat.exe
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Intromat.deps.json
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Intromat.runtimeconfig.json
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Intromat.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Intromat.pdb
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Akavache.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Akavache.Core.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Akavache.Sqlite3.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ICSharpCode.AvalonEdit.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\AvalonDock.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\AvalonDock.Themes.VS2013.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\DynamicData.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Xceed.Wpf.AvalonDock.Themes.Aero.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Xceed.Wpf.AvalonDock.Themes.Metro.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Xceed.Wpf.AvalonDock.Themes.VS2010.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Xceed.Wpf.AvalonDock.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Xceed.Wpf.Toolkit.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\log4net.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\MoonSharp.Interpreter.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\MoreLinq.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Newtonsoft.Json.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Newtonsoft.Json.Bson.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Pharmacist.Common.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ReactiveUI.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ReactiveUI.Events.WPF.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ReactiveUI.Wpf.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\RxFileSystemWatcher.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SharpDX.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SharpDX.D3DCompiler.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SharpDX.Direct3D11.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SharpDX.Direct3D9.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SharpDX.DXGI.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Splat.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Splat.Drawing.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SQLitePCLRaw.batteries_v2.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SQLitePCLRaw.nativelibrary.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SQLitePCLRaw.core.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\SQLitePCLRaw.provider.dynamic_cdecl.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\System.Reactive.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ca-ES\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\cs-CZ\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\de\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\es\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\fr\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\hu\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\it\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ja\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ko\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\nl-BE\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\pl\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\pt\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ro\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ru\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\sv\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\zh-Hans\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\zh-Hant\AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\cs-CZ\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\de\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\es\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\fr\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\hu\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\it\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ja-JP\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\pt-BR\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ro\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\ru\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\sv\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\zh-Hans\Xceed.Wpf.AvalonDock.resources.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\alpine-x64\native\libe_sqlite3.so
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\linux-arm\native\libe_sqlite3.so
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\linux-arm64\native\libe_sqlite3.so
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\linux-armel\native\libe_sqlite3.so
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\linux-mips64\native\libe_sqlite3.so
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\linux-musl-x64\native\libe_sqlite3.so
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\linux-x64\native\libe_sqlite3.so
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\linux-x86\native\libe_sqlite3.so
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\osx-x64\native\libe_sqlite3.dylib
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\win-arm\native\e_sqlite3.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\win-arm64\native\e_sqlite3.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\win-x64\native\e_sqlite3.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\runtimes\win-x86\native\e_sqlite3.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\Intromat.DXExt.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\NodeNetwork.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\NodeNetworkToolkit.dll
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\NodeNetworkToolkit.pdb
E:\p4\bluflame\intromat\Intromat\bin\Debug\net7.0-windows\NodeNetwork.pdb
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat.csproj.AssemblyReference.cache
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\CodeGenNodeInputView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\CodeGenNodeOutputView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\ColorfulDarkTheme.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\ExtendedWpfToolkit.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\Icons.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\Resources.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodeGenConnectionView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodeGenPendingConnectionView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodePreviewView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\DocumentView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\DxView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Editors\EditorHeader.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Editors\GroupEndpointEditorView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\PropertiesView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\SplashScreenWindow.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\UndoRedoView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\UserInputWindow.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\App.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\ColorfulDarkTheme.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodeGenConnectionView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodeGenNetworkView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodeGenPendingConnectionView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodeGenPortView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodePreviewView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\DocumentView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\DxView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Editors\EditorHeader.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Editors\GroupEndpointEditorView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\ExplorerView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\GroupNodeView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\GroupSubnetIONodeView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\MainWindow.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\NewFileWindow.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Preview2DView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Preview3DView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Previews\DxMeshPreview.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Previews\DxTexturePreview.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Previews\StringPreview.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\PropertiesView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\ShaderFileView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\SplashScreenWindow.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\UndoRedoView.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\UserInputWindow.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\App.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\GeneratedInternalTypeHelper.g.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat_MarkupCompile.cache
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat_MarkupCompile.lref
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\CodeGenNodeView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\EditorStyles.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Themes\Endpoint.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodeGenNetworkView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\CodeGenPortView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\ExplorerView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\GroupNodeView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\GroupSubnetIONodeView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\MainWindow.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\NewFileWindow.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Preview2DView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Preview3DView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Previews\DxMeshPreview.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Previews\DxTexturePreview.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\Previews\StringPreview.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Views\ShaderFileView.baml
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat.g.resources
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat.GeneratedMSBuildEditorConfig.editorconfig
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat.csproj.CoreCompileInputs.cache
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat.csproj.CopyComplete
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat.dll
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\refint\Intromat.dll
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat.pdb
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\Intromat.genruntimeconfig.cache
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\ref\Intromat.dll

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,22 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "7.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\frank\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\frank\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

View File

@@ -0,0 +1 @@
635183192fc64531e6348dbf04d3a4f297ecebd1

View File

@@ -0,0 +1,20 @@
Intromat
winexe
C#
.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\
Intromat
none
false
TRACE;DEBUG;NET;NET7_0;NETCOREAPP
E:\p4\bluflame\intromat\Intromat\App.xaml
33-1541464879
176-816504336
244-450981031
Themes\CodeGenNodeInputView.xaml;Themes\CodeGenNodeOutputView.xaml;Themes\CodeGenNodeView.xaml;Themes\ColorfulDarkTheme.xaml;Themes\EditorStyles.xaml;Themes\Endpoint.xaml;Themes\ExtendedWpfToolkit.xaml;Themes\Icons.xaml;Themes\Resources.xaml;Views\CodeGenConnectionView.xaml;Views\CodeGenNetworkView.xaml;Views\CodeGenPendingConnectionView.xaml;Views\CodeGenPortView.xaml;Views\CodePreviewView.xaml;Views\DocumentView.xaml;Views\DxView.xaml;Views\Editors\EditorHeader.xaml;Views\Editors\GroupEndpointEditorView.xaml;Views\ExplorerView.xaml;Views\GroupNodeView.xaml;Views\GroupSubnetIONodeView.xaml;Views\MainWindow.xaml;Views\NewFileWindow.xaml;Views\Preview2DView.xaml;Views\Preview3DView.xaml;Views\Previews\DxMeshPreview.xaml;Views\Previews\DxTexturePreview.xaml;Views\Previews\StringPreview.xaml;Views\PropertiesView.xaml;Views\ShaderFileView.xaml;Views\SplashScreenWindow.xaml;Views\UndoRedoView.xaml;Views\UserInputWindow.xaml;
False

View File

@@ -0,0 +1,20 @@
Intromat
winexe
C#
.cs
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\
Intromat
none
false
TRACE;DEBUG;NET;NET7_0;NETCOREAPP
E:\p4\bluflame\intromat\Intromat\App.xaml
33-1541464879
1771614451220
244-450981031
Themes\CodeGenNodeInputView.xaml;Themes\CodeGenNodeOutputView.xaml;Themes\CodeGenNodeView.xaml;Themes\ColorfulDarkTheme.xaml;Themes\EditorStyles.xaml;Themes\Endpoint.xaml;Themes\ExtendedWpfToolkit.xaml;Themes\Icons.xaml;Themes\Resources.xaml;Views\CodeGenConnectionView.xaml;Views\CodeGenNetworkView.xaml;Views\CodeGenPendingConnectionView.xaml;Views\CodeGenPortView.xaml;Views\CodePreviewView.xaml;Views\DocumentView.xaml;Views\DxView.xaml;Views\Editors\EditorHeader.xaml;Views\Editors\GroupEndpointEditorView.xaml;Views\ExplorerView.xaml;Views\GroupNodeView.xaml;Views\GroupSubnetIONodeView.xaml;Views\MainWindow.xaml;Views\NewFileWindow.xaml;Views\Preview2DView.xaml;Views\Preview3DView.xaml;Views\Previews\DxMeshPreview.xaml;Views\Previews\DxTexturePreview.xaml;Views\Previews\StringPreview.xaml;Views\PropertiesView.xaml;Views\ShaderFileView.xaml;Views\SplashScreenWindow.xaml;Views\UndoRedoView.xaml;Views\UserInputWindow.xaml;
True

View File

@@ -0,0 +1,19 @@
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\GeneratedInternalTypeHelper.g.i.cs
FE:\p4\bluflame\intromat\Intromat\Themes\CodeGenNodeView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Themes\EditorStyles.xaml;;
FE:\p4\bluflame\intromat\Intromat\Themes\Endpoint.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\CodeGenNetworkView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\CodeGenPortView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\ExplorerView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\GroupNodeView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\GroupSubnetIONodeView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\MainWindow.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\NewFileWindow.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Preview2DView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Preview3DView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Previews\DxMeshPreview.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Previews\DxTexturePreview.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Previews\StringPreview.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\ShaderFileView.xaml;;

View File

@@ -0,0 +1,19 @@
E:\p4\bluflame\intromat\Intromat\obj\Debug\net7.0-windows\GeneratedInternalTypeHelper.g.cs
FE:\p4\bluflame\intromat\Intromat\Themes\CodeGenNodeView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Themes\EditorStyles.xaml;;
FE:\p4\bluflame\intromat\Intromat\Themes\Endpoint.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\CodeGenNetworkView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\CodeGenPortView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\ExplorerView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\GroupNodeView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\GroupSubnetIONodeView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\MainWindow.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\NewFileWindow.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Preview2DView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Preview3DView.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Previews\DxMeshPreview.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Previews\DxTexturePreview.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\Previews\StringPreview.xaml;;
FE:\p4\bluflame\intromat\Intromat\Views\ShaderFileView.xaml;;

View File

@@ -0,0 +1,17 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject = Intromat.App
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net7.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Intromat_so23t1pj_wpftmp
build_property.ProjectDir = E:\p4\bluflame\intromat\Intromat\

View File

@@ -0,0 +1,134 @@
#pragma checksum "..\..\..\..\Themes\ColorfulDarkTheme.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2DB7DC8F52375B61CF8FA5437A8EBCF1426B0062"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Microsoft.Windows.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Themes {
/// <summary>
/// ColorfulDarkTheme
/// </summary>
public partial class ColorfulDarkTheme : 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", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/themes/colorfuldarktheme.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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) {
switch (connectionId)
{
case 1:
#line 4878 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Minimize_Event);
#line default
#line hidden
break;
case 2:
#line 4891 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AutoMinimize_Event);
#line default
#line hidden
break;
case 3:
#line 4898 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.CloseWindow_Event);
#line default
#line hidden
break;
case 4:
#line 5008 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Minimize_Event);
#line default
#line hidden
break;
case 5:
#line 5021 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.CloseWindow_Event);
#line default
#line hidden
break;
}
}
}
}

View File

@@ -0,0 +1,134 @@
#pragma checksum "..\..\..\..\Themes\ColorfulDarkTheme.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2DB7DC8F52375B61CF8FA5437A8EBCF1426B0062"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Microsoft.Windows.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Themes {
/// <summary>
/// ColorfulDarkTheme
/// </summary>
public partial class ColorfulDarkTheme : 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", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/themes/colorfuldarktheme.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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) {
switch (connectionId)
{
case 1:
#line 4878 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Minimize_Event);
#line default
#line hidden
break;
case 2:
#line 4891 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AutoMinimize_Event);
#line default
#line hidden
break;
case 3:
#line 4898 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.CloseWindow_Event);
#line default
#line hidden
break;
case 4:
#line 5008 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Minimize_Event);
#line default
#line hidden
break;
case 5:
#line 5021 "..\..\..\..\Themes\ColorfulDarkTheme.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.CloseWindow_Event);
#line default
#line hidden
break;
}
}
}
}

View File

@@ -0,0 +1,96 @@
#pragma checksum "..\..\..\..\Views\CodeGenConnectionView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "591666C930F2462EAB665F3B6DE2DEA7E3A9E7D2"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using NodeNetwork.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodeGenConnectionView
/// </summary>
public partial class CodeGenConnectionView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Views\CodeGenConnectionView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Views.ConnectionView ConnectionView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codegenconnectionview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodeGenConnectionView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.ConnectionView = ((NodeNetwork.Views.ConnectionView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,96 @@
#pragma checksum "..\..\..\..\Views\CodeGenConnectionView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "591666C930F2462EAB665F3B6DE2DEA7E3A9E7D2"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using NodeNetwork.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodeGenConnectionView
/// </summary>
public partial class CodeGenConnectionView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Views\CodeGenConnectionView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Views.ConnectionView ConnectionView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codegenconnectionview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodeGenConnectionView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.ConnectionView = ((NodeNetwork.Views.ConnectionView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,99 @@
#pragma checksum "..\..\..\..\Views\CodeGenNetworkView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0060F3C20EBE4B7E645D3186A52E51872744D3CA"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.ViewModels.Nodes;
using Intromat.Views;
using Intromat.Views.Converters;
using NodeNetwork.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodeGenNetworkView
/// </summary>
public partial class CodeGenNetworkView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 22 "..\..\..\..\Views\CodeGenNetworkView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Views.NetworkView _network;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codegennetworkview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodeGenNetworkView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._network = ((NodeNetwork.Views.NetworkView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,99 @@
#pragma checksum "..\..\..\..\Views\CodeGenNetworkView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0060F3C20EBE4B7E645D3186A52E51872744D3CA"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.ViewModels.Nodes;
using Intromat.Views;
using Intromat.Views.Converters;
using NodeNetwork.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodeGenNetworkView
/// </summary>
public partial class CodeGenNetworkView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 22 "..\..\..\..\Views\CodeGenNetworkView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Views.NetworkView _network;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codegennetworkview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodeGenNetworkView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._network = ((NodeNetwork.Views.NetworkView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,96 @@
#pragma checksum "..\..\..\..\Views\CodeGenPendingConnectionView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "477A65C8928291FB3B640C6CC37CCB8518CB2EFC"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using NodeNetwork.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodeGenPendingConnectionView
/// </summary>
public partial class CodeGenPendingConnectionView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Views\CodeGenPendingConnectionView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Views.PendingConnectionView PendingConnectionView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codegenpendingconnectionview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodeGenPendingConnectionView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.PendingConnectionView = ((NodeNetwork.Views.PendingConnectionView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,96 @@
#pragma checksum "..\..\..\..\Views\CodeGenPendingConnectionView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "477A65C8928291FB3B640C6CC37CCB8518CB2EFC"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using NodeNetwork.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodeGenPendingConnectionView
/// </summary>
public partial class CodeGenPendingConnectionView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Views\CodeGenPendingConnectionView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Views.PendingConnectionView PendingConnectionView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codegenpendingconnectionview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodeGenPendingConnectionView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.PendingConnectionView = ((NodeNetwork.Views.PendingConnectionView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,97 @@
#pragma checksum "..\..\..\..\Views\CodeGenPortView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "88A870459F2365245945E8B692801369EE0CEECE"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using NodeNetwork.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodeGenPortView
/// </summary>
public partial class CodeGenPortView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 75 "..\..\..\..\Views\CodeGenPortView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Views.PortView PortView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codegenportview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodeGenPortView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.PortView = ((NodeNetwork.Views.PortView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,97 @@
#pragma checksum "..\..\..\..\Views\CodeGenPortView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "88A870459F2365245945E8B692801369EE0CEECE"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using NodeNetwork.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodeGenPortView
/// </summary>
public partial class CodeGenPortView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 75 "..\..\..\..\Views\CodeGenPortView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Views.PortView PortView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codegenportview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodeGenPortView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.PortView = ((NodeNetwork.Views.PortView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,106 @@
#pragma checksum "..\..\..\..\Views\CodePreviewView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5661ED48A955303BEE6E2DCC47491EDE84A20171"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodePreviewView
/// </summary>
public partial class CodePreviewView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 18 "..\..\..\..\Views\CodePreviewView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock errorTextBlock;
#line default
#line hidden
#line 23 "..\..\..\..\Views\CodePreviewView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock codeTextBlock;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codepreviewview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodePreviewView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.errorTextBlock = ((System.Windows.Controls.TextBlock)(target));
return;
case 2:
this.codeTextBlock = ((System.Windows.Controls.TextBlock)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,106 @@
#pragma checksum "..\..\..\..\Views\CodePreviewView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5661ED48A955303BEE6E2DCC47491EDE84A20171"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// CodePreviewView
/// </summary>
public partial class CodePreviewView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 18 "..\..\..\..\Views\CodePreviewView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock errorTextBlock;
#line default
#line hidden
#line 23 "..\..\..\..\Views\CodePreviewView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock codeTextBlock;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/codepreviewview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\CodePreviewView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.errorTextBlock = ((System.Windows.Controls.TextBlock)(target));
return;
case 2:
this.codeTextBlock = ((System.Windows.Controls.TextBlock)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,108 @@
#pragma checksum "..\..\..\..\Views\DocumentView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7A55814B7C7C3AAE9DAE3E0A52D16BD8642A404D"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using NodeNetwork.Toolkit.BreadcrumbBar;
using ReactiveUI;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// DocumentView
/// </summary>
public partial class DocumentView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 15 "..\..\..\..\Views\DocumentView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Toolkit.BreadcrumbBar.BreadcrumbBarView _breadcrumbBar;
#line default
#line hidden
#line 16 "..\..\..\..\Views\DocumentView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReactiveUI.ViewModelViewHost _content;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/documentview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\DocumentView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._breadcrumbBar = ((NodeNetwork.Toolkit.BreadcrumbBar.BreadcrumbBarView)(target));
return;
case 2:
this._content = ((ReactiveUI.ViewModelViewHost)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,108 @@
#pragma checksum "..\..\..\..\Views\DocumentView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7A55814B7C7C3AAE9DAE3E0A52D16BD8642A404D"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using NodeNetwork.Toolkit.BreadcrumbBar;
using ReactiveUI;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// DocumentView
/// </summary>
public partial class DocumentView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 15 "..\..\..\..\Views\DocumentView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Toolkit.BreadcrumbBar.BreadcrumbBarView _breadcrumbBar;
#line default
#line hidden
#line 16 "..\..\..\..\Views\DocumentView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReactiveUI.ViewModelViewHost _content;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/documentview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\DocumentView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._breadcrumbBar = ((NodeNetwork.Toolkit.BreadcrumbBar.BreadcrumbBarView)(target));
return;
case 2:
this._content = ((ReactiveUI.ViewModelViewHost)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,95 @@
#pragma checksum "..\..\..\..\Views\DxView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "27CC172D2C3256DBBEADF7DAC8F18AE2A5CF3B7A"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// DxView
/// </summary>
public partial class DxView : System.Windows.Controls.Grid, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Views\DxView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image _swapChainImage;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/dxview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\DxView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._swapChainImage = ((System.Windows.Controls.Image)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,95 @@
#pragma checksum "..\..\..\..\Views\DxView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "27CC172D2C3256DBBEADF7DAC8F18AE2A5CF3B7A"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// DxView
/// </summary>
public partial class DxView : System.Windows.Controls.Grid, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\Views\DxView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image _swapChainImage;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/dxview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\DxView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._swapChainImage = ((System.Windows.Controls.Image)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,139 @@
#pragma checksum "..\..\..\..\..\Views\Editors\EditorHeader.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "03B25EA3A30A1B82AC33DF69ACF48D3DF8BB702E"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Editors {
/// <summary>
/// EditorHeader
/// </summary>
public partial class EditorHeader : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 14 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock _textBlockName;
#line default
#line hidden
#line 15 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox _comboBoxRelativeSource;
#line default
#line hidden
#line 16 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton _checkBoxPortVisible;
#line default
#line hidden
#line 19 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse _ellipse;
#line default
#line hidden
#line 24 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Path _path;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/editors/editorheader.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._textBlockName = ((System.Windows.Controls.TextBlock)(target));
return;
case 2:
this._comboBoxRelativeSource = ((System.Windows.Controls.ComboBox)(target));
return;
case 3:
this._checkBoxPortVisible = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 4:
this._ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 5:
this._path = ((System.Windows.Shapes.Path)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,139 @@
#pragma checksum "..\..\..\..\..\Views\Editors\EditorHeader.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "03B25EA3A30A1B82AC33DF69ACF48D3DF8BB702E"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Editors {
/// <summary>
/// EditorHeader
/// </summary>
public partial class EditorHeader : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 14 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock _textBlockName;
#line default
#line hidden
#line 15 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox _comboBoxRelativeSource;
#line default
#line hidden
#line 16 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton _checkBoxPortVisible;
#line default
#line hidden
#line 19 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Ellipse _ellipse;
#line default
#line hidden
#line 24 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Shapes.Path _path;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/editors/editorheader.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Editors\EditorHeader.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._textBlockName = ((System.Windows.Controls.TextBlock)(target));
return;
case 2:
this._comboBoxRelativeSource = ((System.Windows.Controls.ComboBox)(target));
return;
case 3:
this._checkBoxPortVisible = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 4:
this._ellipse = ((System.Windows.Shapes.Ellipse)(target));
return;
case 5:
this._path = ((System.Windows.Shapes.Path)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,139 @@
#pragma checksum "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FF7155AD1B5E5E8255FA1D1BFF08DCDE56B52476"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Editors {
/// <summary>
/// GroupEndpointEditorView
/// </summary>
public partial class GroupEndpointEditorView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox nameTextBox;
#line default
#line hidden
#line 10 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton editNameButton;
#line default
#line hidden
#line 11 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button upButton;
#line default
#line hidden
#line 12 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button downButton;
#line default
#line hidden
#line 13 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button deleteButton;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/editors/groupendpointeditorview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.nameTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 2:
this.editNameButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 3:
this.upButton = ((System.Windows.Controls.Button)(target));
return;
case 4:
this.downButton = ((System.Windows.Controls.Button)(target));
return;
case 5:
this.deleteButton = ((System.Windows.Controls.Button)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,139 @@
#pragma checksum "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FF7155AD1B5E5E8255FA1D1BFF08DCDE56B52476"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Editors {
/// <summary>
/// GroupEndpointEditorView
/// </summary>
public partial class GroupEndpointEditorView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 9 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox nameTextBox;
#line default
#line hidden
#line 10 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton editNameButton;
#line default
#line hidden
#line 11 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button upButton;
#line default
#line hidden
#line 12 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button downButton;
#line default
#line hidden
#line 13 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button deleteButton;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/editors/groupendpointeditorview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Editors\GroupEndpointEditorView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.nameTextBox = ((System.Windows.Controls.TextBox)(target));
return;
case 2:
this.editNameButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
return;
case 3:
this.upButton = ((System.Windows.Controls.Button)(target));
return;
case 4:
this.downButton = ((System.Windows.Controls.Button)(target));
return;
case 5:
this.deleteButton = ((System.Windows.Controls.Button)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,96 @@
#pragma checksum "..\..\..\..\Views\ExplorerView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "021B1F83D926556B27DFDD391D61699C80609D7B"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.ViewModels;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// ExplorerView
/// </summary>
public partial class ExplorerView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 40 "..\..\..\..\Views\ExplorerView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView _treeView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/explorerview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\ExplorerView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._treeView = ((System.Windows.Controls.TreeView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,96 @@
#pragma checksum "..\..\..\..\Views\ExplorerView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "021B1F83D926556B27DFDD391D61699C80609D7B"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.ViewModels;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// ExplorerView
/// </summary>
public partial class ExplorerView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 40 "..\..\..\..\Views\ExplorerView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TreeView _treeView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/explorerview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\ExplorerView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._treeView = ((System.Windows.Controls.TreeView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,97 @@
#pragma checksum "..\..\..\..\Views\GroupNodeView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B402805DD4B85F303996771C3FC81202CCE68037"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using NodeNetwork.Toolkit.Group.AddEndpointDropPanel;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// GroupNodeView
/// </summary>
public partial class GroupNodeView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\GroupNodeView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.CodeGenNodeView NodeView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/groupnodeview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\GroupNodeView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.NodeView = ((Intromat.Views.CodeGenNodeView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,97 @@
#pragma checksum "..\..\..\..\Views\GroupNodeView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B402805DD4B85F303996771C3FC81202CCE68037"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using NodeNetwork.Toolkit.Group.AddEndpointDropPanel;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// GroupNodeView
/// </summary>
public partial class GroupNodeView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\GroupNodeView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.CodeGenNodeView NodeView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/groupnodeview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\GroupNodeView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.NodeView = ((Intromat.Views.CodeGenNodeView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,97 @@
#pragma checksum "..\..\..\..\Views\GroupSubnetIONodeView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7EC6AA79EDB17518A75843C1989F5D8DF10385EB"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using NodeNetwork.Toolkit.Group.AddEndpointDropPanel;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// GroupSubnetIONodeView
/// </summary>
public partial class GroupSubnetIONodeView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\GroupSubnetIONodeView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.CodeGenNodeView NodeView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/groupsubnetionodeview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\GroupSubnetIONodeView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.NodeView = ((Intromat.Views.CodeGenNodeView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,97 @@
#pragma checksum "..\..\..\..\Views\GroupSubnetIONodeView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7EC6AA79EDB17518A75843C1989F5D8DF10385EB"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using NodeNetwork.Toolkit.Group.AddEndpointDropPanel;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// GroupSubnetIONodeView
/// </summary>
public partial class GroupSubnetIONodeView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\GroupSubnetIONodeView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.CodeGenNodeView NodeView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/groupsubnetionodeview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\GroupSubnetIONodeView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.NodeView = ((Intromat.Views.CodeGenNodeView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,315 @@
#pragma checksum "..\..\..\..\Views\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AA273B7943FD008BF188CFA4CEB6006C8DF34FC1"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.ViewModels;
using Intromat.Views;
using NodeNetwork.Toolkit.NodeList;
using ReactiveUI;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 36 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menuExplorer;
#line default
#line hidden
#line 37 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menuLibrary;
#line default
#line hidden
#line 38 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menu3dView;
#line default
#line hidden
#line 39 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menu2dView;
#line default
#line hidden
#line 40 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menuParameters;
#line default
#line hidden
#line 49 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _openButton;
#line default
#line hidden
#line 50 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _saveButton;
#line default
#line hidden
#line 52 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.UndoRedoView _undoRedoView;
#line default
#line hidden
#line 55 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.DockingManager _dockingManager;
#line default
#line hidden
#line 76 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _explorerAnchorable;
#line default
#line hidden
#line 77 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.ExplorerView _explorerView;
#line default
#line hidden
#line 81 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _libraryAnchorable;
#line default
#line hidden
#line 82 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Toolkit.NodeList.NodeListView _nodeList;
#line default
#line hidden
#line 87 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutDocumentPane _documentPane;
#line default
#line hidden
#line 90 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _3dViewAnchorable;
#line default
#line hidden
#line 91 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.Preview3DView _preview3dView;
#line default
#line hidden
#line 95 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _2dViewAnchorable;
#line default
#line hidden
#line 96 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.Preview2DView _preview2dView;
#line default
#line hidden
#line 102 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _parametersAnchorable;
#line default
#line hidden
#line 103 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.PropertiesView _propertiesView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._menuExplorer = ((System.Windows.Controls.MenuItem)(target));
return;
case 2:
this._menuLibrary = ((System.Windows.Controls.MenuItem)(target));
return;
case 3:
this._menu3dView = ((System.Windows.Controls.MenuItem)(target));
return;
case 4:
this._menu2dView = ((System.Windows.Controls.MenuItem)(target));
return;
case 5:
this._menuParameters = ((System.Windows.Controls.MenuItem)(target));
return;
case 6:
this._openButton = ((System.Windows.Controls.Button)(target));
return;
case 7:
this._saveButton = ((System.Windows.Controls.Button)(target));
return;
case 8:
this._undoRedoView = ((Intromat.Views.UndoRedoView)(target));
return;
case 9:
this._dockingManager = ((AvalonDock.DockingManager)(target));
return;
case 10:
this._explorerAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 11:
this._explorerView = ((Intromat.Views.ExplorerView)(target));
return;
case 12:
this._libraryAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 13:
this._nodeList = ((NodeNetwork.Toolkit.NodeList.NodeListView)(target));
return;
case 14:
this._documentPane = ((AvalonDock.Layout.LayoutDocumentPane)(target));
return;
case 15:
this._3dViewAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 16:
this._preview3dView = ((Intromat.Views.Preview3DView)(target));
return;
case 17:
this._2dViewAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 18:
this._preview2dView = ((Intromat.Views.Preview2DView)(target));
return;
case 19:
this._parametersAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 20:
this._propertiesView = ((Intromat.Views.PropertiesView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,315 @@
#pragma checksum "..\..\..\..\Views\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AA273B7943FD008BF188CFA4CEB6006C8DF34FC1"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.ViewModels;
using Intromat.Views;
using NodeNetwork.Toolkit.NodeList;
using ReactiveUI;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 36 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menuExplorer;
#line default
#line hidden
#line 37 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menuLibrary;
#line default
#line hidden
#line 38 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menu3dView;
#line default
#line hidden
#line 39 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menu2dView;
#line default
#line hidden
#line 40 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MenuItem _menuParameters;
#line default
#line hidden
#line 49 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _openButton;
#line default
#line hidden
#line 50 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _saveButton;
#line default
#line hidden
#line 52 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.UndoRedoView _undoRedoView;
#line default
#line hidden
#line 55 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.DockingManager _dockingManager;
#line default
#line hidden
#line 76 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _explorerAnchorable;
#line default
#line hidden
#line 77 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.ExplorerView _explorerView;
#line default
#line hidden
#line 81 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _libraryAnchorable;
#line default
#line hidden
#line 82 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal NodeNetwork.Toolkit.NodeList.NodeListView _nodeList;
#line default
#line hidden
#line 87 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutDocumentPane _documentPane;
#line default
#line hidden
#line 90 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _3dViewAnchorable;
#line default
#line hidden
#line 91 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.Preview3DView _preview3dView;
#line default
#line hidden
#line 95 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _2dViewAnchorable;
#line default
#line hidden
#line 96 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.Preview2DView _preview2dView;
#line default
#line hidden
#line 102 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal AvalonDock.Layout.LayoutAnchorable _parametersAnchorable;
#line default
#line hidden
#line 103 "..\..\..\..\Views\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.PropertiesView _propertiesView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._menuExplorer = ((System.Windows.Controls.MenuItem)(target));
return;
case 2:
this._menuLibrary = ((System.Windows.Controls.MenuItem)(target));
return;
case 3:
this._menu3dView = ((System.Windows.Controls.MenuItem)(target));
return;
case 4:
this._menu2dView = ((System.Windows.Controls.MenuItem)(target));
return;
case 5:
this._menuParameters = ((System.Windows.Controls.MenuItem)(target));
return;
case 6:
this._openButton = ((System.Windows.Controls.Button)(target));
return;
case 7:
this._saveButton = ((System.Windows.Controls.Button)(target));
return;
case 8:
this._undoRedoView = ((Intromat.Views.UndoRedoView)(target));
return;
case 9:
this._dockingManager = ((AvalonDock.DockingManager)(target));
return;
case 10:
this._explorerAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 11:
this._explorerView = ((Intromat.Views.ExplorerView)(target));
return;
case 12:
this._libraryAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 13:
this._nodeList = ((NodeNetwork.Toolkit.NodeList.NodeListView)(target));
return;
case 14:
this._documentPane = ((AvalonDock.Layout.LayoutDocumentPane)(target));
return;
case 15:
this._3dViewAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 16:
this._preview3dView = ((Intromat.Views.Preview3DView)(target));
return;
case 17:
this._2dViewAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 18:
this._preview2dView = ((Intromat.Views.Preview2DView)(target));
return;
case 19:
this._parametersAnchorable = ((AvalonDock.Layout.LayoutAnchorable)(target));
return;
case 20:
this._propertiesView = ((Intromat.Views.PropertiesView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,172 @@
#pragma checksum "..\..\..\..\Views\NewFileWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DD261D0731ED43C1551E615803D3B3DF6156F39C"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// NewFileWindow
/// </summary>
public partial class NewFileWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 33 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock Header;
#line default
#line hidden
#line 35 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox Type;
#line default
#line hidden
#line 37 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox FileName;
#line default
#line hidden
#line 39 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button ButtonOK;
#line default
#line hidden
#line 40 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button ButtonCancel;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/newfilewindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\NewFileWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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 13 "..\..\..\..\Views\NewFileWindow.xaml"
((Intromat.Views.NewFileWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.NewFileWindow_OnClosing);
#line default
#line hidden
return;
case 2:
this.Header = ((System.Windows.Controls.TextBlock)(target));
return;
case 3:
this.Type = ((System.Windows.Controls.ComboBox)(target));
#line 35 "..\..\..\..\Views\NewFileWindow.xaml"
this.Type.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Type_OnSelectionChanged);
#line default
#line hidden
return;
case 4:
this.FileName = ((System.Windows.Controls.TextBox)(target));
#line 37 "..\..\..\..\Views\NewFileWindow.xaml"
this.FileName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Name_OnTextChanged);
#line default
#line hidden
return;
case 5:
this.ButtonOK = ((System.Windows.Controls.Button)(target));
#line 39 "..\..\..\..\Views\NewFileWindow.xaml"
this.ButtonOK.Click += new System.Windows.RoutedEventHandler(this.ButtonOK_OnClick);
#line default
#line hidden
return;
case 6:
this.ButtonCancel = ((System.Windows.Controls.Button)(target));
#line 40 "..\..\..\..\Views\NewFileWindow.xaml"
this.ButtonCancel.Click += new System.Windows.RoutedEventHandler(this.ButtonCancel_OnClick);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,172 @@
#pragma checksum "..\..\..\..\Views\NewFileWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DD261D0731ED43C1551E615803D3B3DF6156F39C"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// NewFileWindow
/// </summary>
public partial class NewFileWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 33 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock Header;
#line default
#line hidden
#line 35 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox Type;
#line default
#line hidden
#line 37 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox FileName;
#line default
#line hidden
#line 39 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button ButtonOK;
#line default
#line hidden
#line 40 "..\..\..\..\Views\NewFileWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button ButtonCancel;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/newfilewindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\NewFileWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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 13 "..\..\..\..\Views\NewFileWindow.xaml"
((Intromat.Views.NewFileWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.NewFileWindow_OnClosing);
#line default
#line hidden
return;
case 2:
this.Header = ((System.Windows.Controls.TextBlock)(target));
return;
case 3:
this.Type = ((System.Windows.Controls.ComboBox)(target));
#line 35 "..\..\..\..\Views\NewFileWindow.xaml"
this.Type.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Type_OnSelectionChanged);
#line default
#line hidden
return;
case 4:
this.FileName = ((System.Windows.Controls.TextBox)(target));
#line 37 "..\..\..\..\Views\NewFileWindow.xaml"
this.FileName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Name_OnTextChanged);
#line default
#line hidden
return;
case 5:
this.ButtonOK = ((System.Windows.Controls.Button)(target));
#line 39 "..\..\..\..\Views\NewFileWindow.xaml"
this.ButtonOK.Click += new System.Windows.RoutedEventHandler(this.ButtonOK_OnClick);
#line default
#line hidden
return;
case 6:
this.ButtonCancel = ((System.Windows.Controls.Button)(target));
#line 40 "..\..\..\..\Views\NewFileWindow.xaml"
this.ButtonCancel.Click += new System.Windows.RoutedEventHandler(this.ButtonCancel_OnClick);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,103 @@
#pragma checksum "..\..\..\..\Views\Preview2DView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0E7B74524D4869617BF07087F66BC0406F35475A"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// Preview2DView
/// </summary>
public partial class Preview2DView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\Preview2DView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.DxView _dxView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/preview2dview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\Preview2DView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._dxView = ((Intromat.Views.DxView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,103 @@
#pragma checksum "..\..\..\..\Views\Preview2DView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0E7B74524D4869617BF07087F66BC0406F35475A"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// Preview2DView
/// </summary>
public partial class Preview2DView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\Preview2DView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.DxView _dxView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/preview2dview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\Preview2DView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._dxView = ((Intromat.Views.DxView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,103 @@
#pragma checksum "..\..\..\..\Views\Preview3DView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "748EE25F91558A7DE17C87421D4D51F025E492C5"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// Preview3DView
/// </summary>
public partial class Preview3DView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\Preview3DView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.DxView _dxView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/preview3dview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\Preview3DView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._dxView = ((Intromat.Views.DxView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,103 @@
#pragma checksum "..\..\..\..\Views\Preview3DView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "748EE25F91558A7DE17C87421D4D51F025E492C5"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// Preview3DView
/// </summary>
public partial class Preview3DView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\Preview3DView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.DxView _dxView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/preview3dview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\Preview3DView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._dxView = ((Intromat.Views.DxView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,103 @@
#pragma checksum "..\..\..\..\..\Views\Previews\DxMeshPreview.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E0146B0592AF9FAD5752623E4A9DDB0846D9CBDA"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Previews {
/// <summary>
/// DxMeshPreview
/// </summary>
public partial class DxMeshPreview : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\..\Views\Previews\DxMeshPreview.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.DxView _dxView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/previews/dxmeshpreview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Previews\DxMeshPreview.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._dxView = ((Intromat.Views.DxView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,103 @@
#pragma checksum "..\..\..\..\..\Views\Previews\DxMeshPreview.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E0146B0592AF9FAD5752623E4A9DDB0846D9CBDA"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Previews {
/// <summary>
/// DxMeshPreview
/// </summary>
public partial class DxMeshPreview : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\..\Views\Previews\DxMeshPreview.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.DxView _dxView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/previews/dxmeshpreview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Previews\DxMeshPreview.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._dxView = ((Intromat.Views.DxView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,103 @@
#pragma checksum "..\..\..\..\..\Views\Previews\DxTexturePreview.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "54067FB80C3D1EE159C885F6827F5E7A086F53E3"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Previews {
/// <summary>
/// DxTexturePreview
/// </summary>
public partial class DxTexturePreview : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\..\Views\Previews\DxTexturePreview.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.DxView _dxView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/previews/dxtexturepreview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Previews\DxTexturePreview.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._dxView = ((Intromat.Views.DxView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,103 @@
#pragma checksum "..\..\..\..\..\Views\Previews\DxTexturePreview.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "54067FB80C3D1EE159C885F6827F5E7A086F53E3"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Previews {
/// <summary>
/// DxTexturePreview
/// </summary>
public partial class DxTexturePreview : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\..\Views\Previews\DxTexturePreview.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Views.DxView _dxView;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/previews/dxtexturepreview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Previews\DxTexturePreview.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._dxView = ((Intromat.Views.DxView)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,96 @@
#pragma checksum "..\..\..\..\..\Views\Previews\StringPreview.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F8E00DC199B234FC56B9B534982FD9A819253D35"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views.Previews;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Previews {
/// <summary>
/// StringPreview
/// </summary>
public partial class StringPreview : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\..\Views\Previews\StringPreview.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock _textBlock;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/previews/stringpreview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Previews\StringPreview.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._textBlock = ((System.Windows.Controls.TextBlock)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,96 @@
#pragma checksum "..\..\..\..\..\Views\Previews\StringPreview.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F8E00DC199B234FC56B9B534982FD9A819253D35"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using Intromat.Views.Previews;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views.Previews {
/// <summary>
/// StringPreview
/// </summary>
public partial class StringPreview : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\..\Views\Previews\StringPreview.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock _textBlock;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/previews/stringpreview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\..\Views\Previews\StringPreview.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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._textBlock = ((System.Windows.Controls.TextBlock)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,112 @@
#pragma checksum "..\..\..\..\Views\PropertiesView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4FD1A92FFF42648B12EBCA0E28E0D98B3455E201"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Xceed.Wpf.Toolkit;
using Xceed.Wpf.Toolkit.Chromes;
using Xceed.Wpf.Toolkit.Converters;
using Xceed.Wpf.Toolkit.Core;
using Xceed.Wpf.Toolkit.Core.Converters;
using Xceed.Wpf.Toolkit.Core.Input;
using Xceed.Wpf.Toolkit.Core.Media;
using Xceed.Wpf.Toolkit.Core.Utilities;
using Xceed.Wpf.Toolkit.Mag.Converters;
using Xceed.Wpf.Toolkit.Panels;
using Xceed.Wpf.Toolkit.Primitives;
using Xceed.Wpf.Toolkit.PropertyGrid;
using Xceed.Wpf.Toolkit.PropertyGrid.Attributes;
using Xceed.Wpf.Toolkit.PropertyGrid.Commands;
using Xceed.Wpf.Toolkit.PropertyGrid.Converters;
using Xceed.Wpf.Toolkit.PropertyGrid.Editors;
using Xceed.Wpf.Toolkit.Zoombox;
namespace Intromat.Views {
/// <summary>
/// PropertiesView
/// </summary>
public partial class PropertiesView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\PropertiesView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Xceed.Wpf.Toolkit.PropertyGrid.PropertyGrid PropertyGrid;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/propertiesview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\PropertiesView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.PropertyGrid = ((Xceed.Wpf.Toolkit.PropertyGrid.PropertyGrid)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,112 @@
#pragma checksum "..\..\..\..\Views\PropertiesView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4FD1A92FFF42648B12EBCA0E28E0D98B3455E201"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using Xceed.Wpf.Toolkit;
using Xceed.Wpf.Toolkit.Chromes;
using Xceed.Wpf.Toolkit.Converters;
using Xceed.Wpf.Toolkit.Core;
using Xceed.Wpf.Toolkit.Core.Converters;
using Xceed.Wpf.Toolkit.Core.Input;
using Xceed.Wpf.Toolkit.Core.Media;
using Xceed.Wpf.Toolkit.Core.Utilities;
using Xceed.Wpf.Toolkit.Mag.Converters;
using Xceed.Wpf.Toolkit.Panels;
using Xceed.Wpf.Toolkit.Primitives;
using Xceed.Wpf.Toolkit.PropertyGrid;
using Xceed.Wpf.Toolkit.PropertyGrid.Attributes;
using Xceed.Wpf.Toolkit.PropertyGrid.Commands;
using Xceed.Wpf.Toolkit.PropertyGrid.Converters;
using Xceed.Wpf.Toolkit.PropertyGrid.Editors;
using Xceed.Wpf.Toolkit.Zoombox;
namespace Intromat.Views {
/// <summary>
/// PropertiesView
/// </summary>
public partial class PropertiesView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\Views\PropertiesView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Xceed.Wpf.Toolkit.PropertyGrid.PropertyGrid PropertyGrid;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/propertiesview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\PropertiesView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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.PropertyGrid = ((Xceed.Wpf.Toolkit.PropertyGrid.PropertyGrid)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,109 @@
#pragma checksum "..\..\..\..\Views\ShaderFileView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B534779DC281DBBF487B1F3374357633D7CE9687"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using ICSharpCode.AvalonEdit;
using ICSharpCode.AvalonEdit.Editing;
using ICSharpCode.AvalonEdit.Highlighting;
using ICSharpCode.AvalonEdit.Rendering;
using ICSharpCode.AvalonEdit.Search;
using Intromat.Controls;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// ShaderFileView
/// </summary>
public partial class ShaderFileView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 12 "..\..\..\..\Views\ShaderFileView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Controls.SourceEditor _textEditor;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/shaderfileview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\ShaderFileView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._textEditor = ((Intromat.Controls.SourceEditor)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,109 @@
#pragma checksum "..\..\..\..\Views\ShaderFileView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B534779DC281DBBF487B1F3374357633D7CE9687"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using ICSharpCode.AvalonEdit;
using ICSharpCode.AvalonEdit.Editing;
using ICSharpCode.AvalonEdit.Highlighting;
using ICSharpCode.AvalonEdit.Rendering;
using ICSharpCode.AvalonEdit.Search;
using Intromat.Controls;
using Intromat.Views;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// ShaderFileView
/// </summary>
public partial class ShaderFileView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 12 "..\..\..\..\Views\ShaderFileView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Intromat.Controls.SourceEditor _textEditor;
#line default
#line hidden
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/shaderfileview.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\ShaderFileView.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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", "7.0.3.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._textEditor = ((Intromat.Controls.SourceEditor)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@@ -0,0 +1,81 @@
#pragma checksum "..\..\..\..\Views\SplashScreenWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C6C18B8F67A22B69CE000EA20F5530869EBB7C2F"
//------------------------------------------------------------------------------
// <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 AvalonDock;
using AvalonDock.Controls;
using AvalonDock.Converters;
using AvalonDock.Layout;
using AvalonDock.Themes;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Controls.Ribbon;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Forms.Integration;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
namespace Intromat.Views {
/// <summary>
/// SplashScreenWindow
/// </summary>
public partial class SplashScreenWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Intromat;component/views/splashscreenwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\Views\SplashScreenWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.3.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;
}
}
}

Some files were not shown because too many files have changed in this diff Show More