added datagrid on ui
This commit is contained in:
70
ClassLibraryStandard/UI/obj/Debug/App.g.cs
Normal file
70
ClassLibraryStandard/UI/obj/Debug/App.g.cs
Normal file
@ -0,0 +1,70 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8C0BFFF3E629A346826D725DDD62E024694213B3C11A586BDF7BB24666D09DD9"
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 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 UI;
|
||||
|
||||
|
||||
namespace UI {
|
||||
|
||||
|
||||
/// <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("MainWindow.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() {
|
||||
UI.App app = new UI.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
70
ClassLibraryStandard/UI/obj/Debug/App.g.i.cs
Normal file
70
ClassLibraryStandard/UI/obj/Debug/App.g.i.cs
Normal file
@ -0,0 +1,70 @@
|
||||
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8C0BFFF3E629A346826D725DDD62E024694213B3C11A586BDF7BB24666D09DD9"
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 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 UI;
|
||||
|
||||
|
||||
namespace UI {
|
||||
|
||||
|
||||
/// <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("MainWindow.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() {
|
||||
UI.App app = new UI.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
BIN
ClassLibraryStandard/UI/obj/Debug/MainWindow.baml
Normal file
BIN
ClassLibraryStandard/UI/obj/Debug/MainWindow.baml
Normal file
Binary file not shown.
89
ClassLibraryStandard/UI/obj/Debug/MainWindow.g.cs
Normal file
89
ClassLibraryStandard/UI/obj/Debug/MainWindow.g.cs
Normal file
@ -0,0 +1,89 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "795417AB8F41B49EC74B26B9A1C1A059CA80E3679169B674EC266D4C35E9AE25"
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 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 UI;
|
||||
|
||||
|
||||
namespace UI {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 10 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.DataGrid datagrid1;
|
||||
|
||||
#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("/UI;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) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.datagrid1 = ((System.Windows.Controls.DataGrid)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
89
ClassLibraryStandard/UI/obj/Debug/MainWindow.g.i.cs
Normal file
89
ClassLibraryStandard/UI/obj/Debug/MainWindow.g.i.cs
Normal file
@ -0,0 +1,89 @@
|
||||
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "795417AB8F41B49EC74B26B9A1C1A059CA80E3679169B674EC266D4C35E9AE25"
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 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 UI;
|
||||
|
||||
|
||||
namespace UI {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 10 "..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.DataGrid datagrid1;
|
||||
|
||||
#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("/UI;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) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.datagrid1 = ((System.Windows.Controls.DataGrid)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
216efb1812a86b7b40cf8ecf23f15c61c134d900
|
@ -0,0 +1,18 @@
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\bin\Debug\UI.exe.config
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\bin\Debug\UI.exe
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\bin\Debug\UI.pdb
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI.csprojAssemblyReference.cache
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\MainWindow.g.cs
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\App.g.cs
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI_MarkupCompile.cache
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI_MarkupCompile.lref
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\MainWindow.baml
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI.g.resources
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI.Properties.Resources.resources
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI.csproj.GenerateResource.cache
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI.csproj.CoreCompileInputs.cache
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI.exe
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI.pdb
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\bin\Debug\EntitiesStandard.dll
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\bin\Debug\EntitiesStandard.pdb
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\UI.csproj.CopyComplete
|
Binary file not shown.
Binary file not shown.
BIN
ClassLibraryStandard/UI/obj/Debug/UI.exe
Normal file
BIN
ClassLibraryStandard/UI/obj/Debug/UI.exe
Normal file
Binary file not shown.
BIN
ClassLibraryStandard/UI/obj/Debug/UI.g.resources
Normal file
BIN
ClassLibraryStandard/UI/obj/Debug/UI.g.resources
Normal file
Binary file not shown.
BIN
ClassLibraryStandard/UI/obj/Debug/UI.pdb
Normal file
BIN
ClassLibraryStandard/UI/obj/Debug/UI.pdb
Normal file
Binary file not shown.
20
ClassLibraryStandard/UI/obj/Debug/UI_MarkupCompile.cache
Normal file
20
ClassLibraryStandard/UI/obj/Debug/UI_MarkupCompile.cache
Normal file
@ -0,0 +1,20 @@
|
||||
UI
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\
|
||||
UI
|
||||
none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\App.xaml
|
||||
11151548125
|
||||
|
||||
5-2017746502
|
||||
15751901843
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
20
ClassLibraryStandard/UI/obj/Debug/UI_MarkupCompile.i.cache
Normal file
20
ClassLibraryStandard/UI/obj/Debug/UI_MarkupCompile.i.cache
Normal file
@ -0,0 +1,20 @@
|
||||
UI
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\obj\Debug\
|
||||
UI
|
||||
none
|
||||
false
|
||||
DEBUG;TRACE
|
||||
C:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\App.xaml
|
||||
11151548125
|
||||
|
||||
6-1423754809
|
||||
15751901843
|
||||
MainWindow.xaml;
|
||||
|
||||
True
|
||||
|
@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
FC:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\MainWindow.xaml;;
|
||||
|
4
ClassLibraryStandard/UI/obj/Debug/UI_MarkupCompile.lref
Normal file
4
ClassLibraryStandard/UI/obj/Debug/UI_MarkupCompile.lref
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
FC:\Users\root\source\SoftwareEngineering2\ClassLibraryStandard\UI\MainWindow.xaml;;
|
||||
|
Reference in New Issue
Block a user