上传
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5.2", FrameworkDisplayName = ".NET Framework 4.5.2")]
|
70
View/obj/Debug/App.g.cs
Normal file
70
View/obj/Debug/App.g.cs
Normal file
@ -0,0 +1,70 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "40AD4129693B9B3938C0DDE3654236AA261BBDDF7BF9F9DE6E97ED8950CD9A03"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using View;
|
||||
|
||||
|
||||
namespace View {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : System.Windows.Application {
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
|
||||
#line 5 "..\..\App.xaml"
|
||||
this.StartupUri = new System.Uri("MesLoginView.xaml", System.UriKind.Relative);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Application Entry Point.
|
||||
/// </summary>
|
||||
[System.STAThreadAttribute()]
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public static void Main() {
|
||||
View.App app = new View.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
70
View/obj/Debug/App.g.i.cs
Normal file
70
View/obj/Debug/App.g.i.cs
Normal file
@ -0,0 +1,70 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "40AD4129693B9B3938C0DDE3654236AA261BBDDF7BF9F9DE6E97ED8950CD9A03"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using View;
|
||||
|
||||
|
||||
namespace View {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : System.Windows.Application {
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
|
||||
#line 5 "..\..\App.xaml"
|
||||
this.StartupUri = new System.Uri("MesLoginView.xaml", System.UriKind.Relative);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Application Entry Point.
|
||||
/// </summary>
|
||||
[System.STAThreadAttribute()]
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public static void Main() {
|
||||
View.App app = new View.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
View/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
BIN
View/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
Binary file not shown.
BIN
View/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Normal file
BIN
View/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Normal file
Binary file not shown.
75
View/obj/Debug/MainWindow.g.i.cs
Normal file
75
View/obj/Debug/MainWindow.g.i.cs
Normal file
@ -0,0 +1,75 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "79EA2B931E9500C1A440E6B16F31679F1E6D717BE4BAEE25389A2F1B144BEFE0"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using View;
|
||||
|
||||
|
||||
namespace View {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/View;component/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
View/obj/Debug/MesLoginView.baml
Normal file
BIN
View/obj/Debug/MesLoginView.baml
Normal file
Binary file not shown.
178
View/obj/Debug/MesLoginView.g.cs
Normal file
178
View/obj/Debug/MesLoginView.g.cs
Normal file
@ -0,0 +1,178 @@
|
||||
#pragma checksum "..\..\MesLoginView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23698BA859F669A8E756A2DCB09A9D312086A9B86156D5674A4ACF960FD69023"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using MaterialDesignThemes.Wpf;
|
||||
using MaterialDesignThemes.Wpf.Converters;
|
||||
using MaterialDesignThemes.Wpf.Transitions;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using View;
|
||||
|
||||
|
||||
namespace View {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MesLoginView
|
||||
/// </summary>
|
||||
public partial class MesLoginView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 10 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal View.MesLoginView main;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 15 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Media.Animation.Storyboard sbOpShow;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 72 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock lblTitle;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 81 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox Account;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 86 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.PasswordBox Password;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 91 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ComboBox ComboBoxProd;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 94 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnCancel;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/View;component/mesloginview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\MesLoginView.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.main = ((View.MesLoginView)(target));
|
||||
|
||||
#line 11 "..\..\MesLoginView.xaml"
|
||||
this.main.Loaded += new System.Windows.RoutedEventHandler(this.main_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.sbOpShow = ((System.Windows.Media.Animation.Storyboard)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.lblTitle = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.Account = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.Password = ((System.Windows.Controls.PasswordBox)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.ComboBoxProd = ((System.Windows.Controls.ComboBox)(target));
|
||||
return;
|
||||
case 7:
|
||||
|
||||
#line 93 "..\..\MesLoginView.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnLogin_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 8:
|
||||
this.btnCancel = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 94 "..\..\MesLoginView.xaml"
|
||||
this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
178
View/obj/Debug/MesLoginView.g.i.cs
Normal file
178
View/obj/Debug/MesLoginView.g.i.cs
Normal file
@ -0,0 +1,178 @@
|
||||
#pragma checksum "..\..\MesLoginView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "23698BA859F669A8E756A2DCB09A9D312086A9B86156D5674A4ACF960FD69023"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using MaterialDesignThemes.Wpf;
|
||||
using MaterialDesignThemes.Wpf.Converters;
|
||||
using MaterialDesignThemes.Wpf.Transitions;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using View;
|
||||
|
||||
|
||||
namespace View {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MesLoginView
|
||||
/// </summary>
|
||||
public partial class MesLoginView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 10 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal View.MesLoginView main;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 15 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Media.Animation.Storyboard sbOpShow;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 72 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock lblTitle;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 81 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox Account;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 86 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.PasswordBox Password;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 91 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.ComboBox ComboBoxProd;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 94 "..\..\MesLoginView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Button btnCancel;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/View;component/mesloginview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\MesLoginView.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.main = ((View.MesLoginView)(target));
|
||||
|
||||
#line 11 "..\..\MesLoginView.xaml"
|
||||
this.main.Loaded += new System.Windows.RoutedEventHandler(this.main_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.sbOpShow = ((System.Windows.Media.Animation.Storyboard)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.lblTitle = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.Account = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.Password = ((System.Windows.Controls.PasswordBox)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.ComboBoxProd = ((System.Windows.Controls.ComboBox)(target));
|
||||
return;
|
||||
case 7:
|
||||
|
||||
#line 93 "..\..\MesLoginView.xaml"
|
||||
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnLogin_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 8:
|
||||
this.btnCancel = ((System.Windows.Controls.Button)(target));
|
||||
|
||||
#line 94 "..\..\MesLoginView.xaml"
|
||||
this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
View/obj/Debug/MessageBoxView.baml
Normal file
BIN
View/obj/Debug/MessageBoxView.baml
Normal file
Binary file not shown.
156
View/obj/Debug/MessageBoxView.g.cs
Normal file
156
View/obj/Debug/MessageBoxView.g.cs
Normal file
@ -0,0 +1,156 @@
|
||||
#pragma checksum "..\..\MessageBoxView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F3843B9CC19CF9C8DFF0F951650D16EBB180E1B21528499EF00141327C3D14EB"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using View;
|
||||
|
||||
|
||||
namespace View {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MessageBoxView
|
||||
/// </summary>
|
||||
public partial class MessageBoxView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 9 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal View.MessageBoxView main;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 14 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Media.Animation.Storyboard sbOpShow;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 39 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock lblTitle;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 43 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox lblMsg;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 52 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Border border1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 57 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Border border2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/View;component/messageboxview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\MessageBoxView.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.main = ((View.MessageBoxView)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.sbOpShow = ((System.Windows.Media.Animation.Storyboard)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.lblTitle = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.lblMsg = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.border1 = ((System.Windows.Controls.Border)(target));
|
||||
|
||||
#line 51 "..\..\MessageBoxView.xaml"
|
||||
this.border1.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Yes_MouseLeftButtonDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 6:
|
||||
this.border2 = ((System.Windows.Controls.Border)(target));
|
||||
|
||||
#line 56 "..\..\MessageBoxView.xaml"
|
||||
this.border2.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.No_MouseLeftButtonDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
156
View/obj/Debug/MessageBoxView.g.i.cs
Normal file
156
View/obj/Debug/MessageBoxView.g.i.cs
Normal file
@ -0,0 +1,156 @@
|
||||
#pragma checksum "..\..\MessageBoxView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F3843B9CC19CF9C8DFF0F951650D16EBB180E1B21528499EF00141327C3D14EB"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
using View;
|
||||
|
||||
|
||||
namespace View {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MessageBoxView
|
||||
/// </summary>
|
||||
public partial class MessageBoxView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 9 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal View.MessageBoxView main;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 14 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Media.Animation.Storyboard sbOpShow;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 39 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock lblTitle;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 43 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBox lblMsg;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 52 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Border border1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 57 "..\..\MessageBoxView.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Border border2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/View;component/messageboxview.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\MessageBoxView.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.main = ((View.MessageBoxView)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.sbOpShow = ((System.Windows.Media.Animation.Storyboard)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.lblTitle = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.lblMsg = ((System.Windows.Controls.TextBox)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.border1 = ((System.Windows.Controls.Border)(target));
|
||||
|
||||
#line 51 "..\..\MessageBoxView.xaml"
|
||||
this.border1.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Yes_MouseLeftButtonDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 6:
|
||||
this.border2 = ((System.Windows.Controls.Border)(target));
|
||||
|
||||
#line 56 "..\..\MessageBoxView.xaml"
|
||||
this.border2.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.No_MouseLeftButtonDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
View/obj/Debug/View.Properties.Resources.resources
Normal file
BIN
View/obj/Debug/View.Properties.Resources.resources
Normal file
Binary file not shown.
BIN
View/obj/Debug/View.csproj.AssemblyReference.cache
Normal file
BIN
View/obj/Debug/View.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
1
View/obj/Debug/View.csproj.CoreCompileInputs.cache
Normal file
1
View/obj/Debug/View.csproj.CoreCompileInputs.cache
Normal file
@ -0,0 +1 @@
|
||||
9a6ab1a5c6e1902f8b6d0710f788d8148a924454d2412c822e5cfcd4ec422c3f
|
31
View/obj/Debug/View.csproj.FileListAbsolute.txt
Normal file
31
View/obj/Debug/View.csproj.FileListAbsolute.txt
Normal file
@ -0,0 +1,31 @@
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\View.exe.config
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\View.exe
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\View.pdb
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View.csproj.AssemblyReference.cache
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\App.g.cs
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View_MarkupCompile.cache
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View_MarkupCompile.lref
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View.g.resources
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View.Properties.Resources.resources
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View.csproj.GenerateResource.cache
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View.csproj.CoreCompileInputs.cache
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View.exe
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View.pdb
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\MesLoginView.g.cs
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\MessageBoxView.g.cs
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\HandyControl.dll
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\MaterialDesignColors.dll
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\MaterialDesignThemes.Wpf.dll
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\Model.dll
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\Tool.dll
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\SqlSugar.dll
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\Model.pdb
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\Tool.pdb
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\HandyControl.pdb
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\HandyControl.xml
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\MaterialDesignColors.pdb
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\MaterialDesignThemes.Wpf.pdb
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\bin\Debug\MaterialDesignThemes.Wpf.xml
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\MesLoginView.baml
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\MessageBoxView.baml
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\View.csproj.Up2Date
|
BIN
View/obj/Debug/View.csproj.GenerateResource.cache
Normal file
BIN
View/obj/Debug/View.csproj.GenerateResource.cache
Normal file
Binary file not shown.
0
View/obj/Debug/View.csproj.Up2Date
Normal file
0
View/obj/Debug/View.csproj.Up2Date
Normal file
BIN
View/obj/Debug/View.exe
Normal file
BIN
View/obj/Debug/View.exe
Normal file
Binary file not shown.
BIN
View/obj/Debug/View.g.resources
Normal file
BIN
View/obj/Debug/View.g.resources
Normal file
Binary file not shown.
BIN
View/obj/Debug/View.pdb
Normal file
BIN
View/obj/Debug/View.pdb
Normal file
Binary file not shown.
20
View/obj/Debug/View_MarkupCompile.cache
Normal file
20
View/obj/Debug/View_MarkupCompile.cache
Normal file
@ -0,0 +1,20 @@
|
||||
View
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\
|
||||
View
|
||||
none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\App.xaml
|
||||
21830185612
|
||||
|
||||
61481381422
|
||||
18-312469538
|
||||
MesLoginView.xaml;MessageBoxView.xaml;
|
||||
|
||||
False
|
||||
|
20
View/obj/Debug/View_MarkupCompile.i.cache
Normal file
20
View/obj/Debug/View_MarkupCompile.i.cache
Normal file
@ -0,0 +1,20 @@
|
||||
View
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\obj\Debug\
|
||||
View
|
||||
none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
D:\桌面文件夹\Desktop\中移版本库\金机点检\View\App.xaml
|
||||
21830185612
|
||||
|
||||
7-1122928434
|
||||
18-312469538
|
||||
MesLoginView.xaml;MessageBoxView.xaml;
|
||||
|
||||
True
|
||||
|
5
View/obj/Debug/View_MarkupCompile.i.lref
Normal file
5
View/obj/Debug/View_MarkupCompile.i.lref
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
FD:\桌面文件夹\Desktop\中移版本库\金机点检\View\MesLoginView.xaml;;
|
||||
FD:\桌面文件夹\Desktop\中移版本库\金机点检\View\MessageBoxView.xaml;;
|
||||
|
5
View/obj/Debug/View_MarkupCompile.lref
Normal file
5
View/obj/Debug/View_MarkupCompile.lref
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
FD:\桌面文件夹\Desktop\中移版本库\金机点检\View\MesLoginView.xaml;;
|
||||
FD:\桌面文件夹\Desktop\中移版本库\金机点检\View\MessageBoxView.xaml;;
|
||||
|
Reference in New Issue
Block a user