change - init

collectionStore
wenjy 11 months ago
parent 0839f43521
commit abc2a36d10

Binary file not shown.

@ -1,5 +1,4 @@
// Updated by XamlIntelliSenseFileGenerator 2023-10-24 14:33:32
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "761197E72019FA48DD888520668F10CC0A0310CFF8A6F9336B14C0A351ACC259"
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "638A8878353241AB42E35E5685925D9F0CFF05E8C4379C5912D6CA9388326C41"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@ -33,71 +32,69 @@ using System.Windows.Shapes;
using System.Windows.Shell;
namespace Aucma.Scada.UI
{
namespace Aucma.Scada.UI {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector
{
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 77 "..\..\MainWindow.xaml"
#line 77 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button instoreInfo;
#line default
#line hidden
#line default
#line hidden
#line 78 "..\..\MainWindow.xaml"
#line 78 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button outstoreInfo;
#line default
#line hidden
#line default
#line hidden
#line 79 "..\..\MainWindow.xaml"
#line 79 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button taskInfo;
#line default
#line hidden
#line default
#line hidden
#line 80 "..\..\MainWindow.xaml"
#line 80 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button inventoryInfo;
#line default
#line hidden
#line default
#line hidden
#line 81 "..\..\MainWindow.xaml"
#line 81 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button assemblyPlan;
#line default
#line hidden
#line default
#line hidden
#line 85 "..\..\MainWindow.xaml"
#line 85 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button Minimized;
#line default
#line hidden
#line default
#line hidden
#line 86 "..\..\MainWindow.xaml"
#line 86 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button Exit;
#line default
#line hidden
#line default
#line hidden
private bool _contentLoaded;
@ -106,20 +103,18 @@ namespace Aucma.Scada.UI
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent()
{
if (_contentLoaded)
{
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Aucma.Scada.UI;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\MainWindow.xaml"
#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
@ -128,34 +123,30 @@ namespace Aucma.Scada.UI
[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)
{
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.instoreInfo = ((System.Windows.Controls.Button)(target));
return;
case 2:
this.outstoreInfo = ((System.Windows.Controls.Button)(target));
return;
case 3:
this.taskInfo = ((System.Windows.Controls.Button)(target));
return;
case 4:
this.inventoryInfo = ((System.Windows.Controls.Button)(target));
return;
case 5:
this.assemblyPlan = ((System.Windows.Controls.Button)(target));
return;
case 6:
this.logInfo = ((System.Windows.Controls.Button)(target));
return;
case 7:
this.Minimized = ((System.Windows.Controls.Button)(target));
return;
case 8:
this.Exit = ((System.Windows.Controls.Button)(target));
return;
case 1:
this.instoreInfo = ((System.Windows.Controls.Button)(target));
return;
case 2:
this.outstoreInfo = ((System.Windows.Controls.Button)(target));
return;
case 3:
this.taskInfo = ((System.Windows.Controls.Button)(target));
return;
case 4:
this.inventoryInfo = ((System.Windows.Controls.Button)(target));
return;
case 5:
this.assemblyPlan = ((System.Windows.Controls.Button)(target));
return;
case 6:
this.Minimized = ((System.Windows.Controls.Button)(target));
return;
case 7:
this.Exit = ((System.Windows.Controls.Button)(target));
return;
}
this._contentLoaded = true;
}

Loading…
Cancel
Save