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,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;
}
}
}