now with better references

This commit is contained in:
Rowlander 2021-10-04 09:36:33 +02:00
parent f0c8d0ecb1
commit d6c41b6b9f
50 changed files with 85 additions and 5268 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,8 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:CordonelAssemblyLine"
xmlns:ProductionControls="clr-namespace:Ui.ProductionControls;assembly=Ui.ProductionControls" x:Class="CordonelAssemblyLine.Picking"
xmlns:ProductionControls="clr-namespace:Ui.ProductionControls;assembly=Ui.ProductionControls"
xmlns:ProductionControls1="clr-namespace:Ui.ProductionControls;assembly=ProductionControls" x:Class="CordonelAssemblyLine.Picking"
mc:Ignorable="d"
Title="Kommissionierung" Height="450" Width="883.713" Background="Aquamarine" Loaded="Window_Loaded" FontSize="18" >
<Grid Background="{Binding ResultColor}" Margin="0,0,18,0">
@ -49,7 +50,7 @@
<Label Background="{Binding ResultColor}" Content="Historie:" HorizontalAlignment="Left" Margin="22,9,0,0" VerticalAlignment="Top" Grid.Column="5" Height="36" Width="288" Grid.ColumnSpan="2" />
<TextBlock Background="{Binding ResultColor}" Text="{Binding HistoryText, UpdateSourceTrigger=PropertyChanged}" FontSize="10" Grid.ColumnSpan="2" Grid.Column="5" HorizontalAlignment="Left" Height="313" Margin="22,10,0,0" Grid.Row="1" TextWrapping="Wrap" VerticalAlignment="Top" Width="315" Grid.RowSpan="4"/>
<ProductionControls:ctlPictureProgressBar Name="progressBar" HorizontalAlignment="Left" Height="100" Margin="11,0,0,-44" Grid.Row="5" VerticalAlignment="Top" Width="837" Grid.RowSpan="2" Grid.ColumnSpan="7"/>
<ProductionControls1:ctlPictureProgressBar Name="progressBar" HorizontalAlignment="Left" Height="100" Margin="11,0,0,-44" Grid.Row="5" VerticalAlignment="Top" Width="837" Grid.RowSpan="2" Grid.ColumnSpan="7"/>
</Grid>
</Window>

View File

@ -36,10 +36,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
<HintPath>..\..\..\ServiceFwUpdate\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
<HintPath>..\..\packages\BouncyCastle.Crypto.dll.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\ServiceFwUpdate\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

View File

@ -77,7 +77,7 @@
<HintPath>..\Hardware\WaterMeter\Genesis\GenesisConfig\bin\Debug\NLog.dll</HintPath>
</Reference>
<Reference Include="SIRTCOM">
<HintPath>.\SIRTCOM.dll</HintPath>
<HintPath>..\..\packages\Sirt\SIRTCOM.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />

View File

@ -1,70 +0,0 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "ADFE60FA1D19467D8AFEACACDD19487F9814F3BEB078C8BCD232B06463CC2918"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
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;
namespace ProductionUiCordonel {
/// <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.Startup += new System.Windows.StartupEventHandler(this.Application_Startup);
#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() {
ProductionUiCordonel.App app = new ProductionUiCordonel.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@ -1,70 +0,0 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "ADFE60FA1D19467D8AFEACACDD19487F9814F3BEB078C8BCD232B06463CC2918"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
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;
namespace ProductionUiCordonel {
/// <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.Startup += new System.Windows.StartupEventHandler(this.Application_Startup);
#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() {
ProductionUiCordonel.App app = new ProductionUiCordonel.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@ -1,342 +0,0 @@
#pragma checksum "..\..\FinalTest.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6B640824769B860EEDFA5FB30AF2404CD3A7BEEB"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
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;
namespace ProductionUiCordonel {
/// <summary>
/// FinalRadioTest
/// </summary>
public partial class FinalRadioTest : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 14 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbxSlotBox;
#line default
#line hidden
#line 17 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnConntect;
#line default
#line hidden
#line 26 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ToolBar tbarOrder;
#line default
#line hidden
#line 28 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtOrderNr;
#line default
#line hidden
#line 33 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnSwitchAutoDetect;
#line default
#line hidden
#line 36 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tblkAutodetectState;
#line default
#line hidden
#line 60 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblPcbID;
#line default
#line hidden
#line 64 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock lblMessage;
#line default
#line hidden
#line 68 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblState;
#line default
#line hidden
#line 89 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnStart;
#line default
#line hidden
#line 95 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSerialNumber;
#line default
#line hidden
#line 96 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblRadioAdress;
#line default
#line hidden
#line 97 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblOrderNumber;
#line default
#line hidden
#line 100 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCurrentProcess;
#line default
#line hidden
#line 102 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgTotalProcess;
#line default
#line hidden
#line 103 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DockPanel dpSubProcess;
#line default
#line hidden
#line 105 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtLog;
#line default
#line hidden
#line 106 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbTotalProgress;
#line default
#line hidden
#line 107 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbSubProgress;
#line default
#line hidden
#line 108 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnDetect;
#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("/ProductionUiCordonel;component/finaltest.xaml", System.UriKind.Relative);
#line 1 "..\..\FinalTest.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:
#line 9 "..\..\FinalTest.xaml"
((ProductionUiCordonel.FinalRadioTest)(target)).Initialized += new System.EventHandler(this.Window_Initialized);
#line default
#line hidden
#line 9 "..\..\FinalTest.xaml"
((ProductionUiCordonel.FinalRadioTest)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
return;
case 2:
this.cbxSlotBox = ((System.Windows.Controls.ComboBox)(target));
#line 14 "..\..\FinalTest.xaml"
this.cbxSlotBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbxSlotBox_SelectionChanged);
#line default
#line hidden
return;
case 3:
this.BtnConntect = ((System.Windows.Controls.Button)(target));
#line 17 "..\..\FinalTest.xaml"
this.BtnConntect.Click += new System.Windows.RoutedEventHandler(this.BtnConntect_Click);
#line default
#line hidden
return;
case 4:
this.tbarOrder = ((System.Windows.Controls.ToolBar)(target));
return;
case 5:
this.txtOrderNr = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.BtnSwitchAutoDetect = ((System.Windows.Controls.Button)(target));
#line 33 "..\..\FinalTest.xaml"
this.BtnSwitchAutoDetect.Click += new System.Windows.RoutedEventHandler(this.BtnSwitchAutoDetect_Click);
#line default
#line hidden
return;
case 7:
this.tblkAutodetectState = ((System.Windows.Controls.TextBlock)(target));
return;
case 8:
this.lblPcbID = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.lblMessage = ((System.Windows.Controls.TextBlock)(target));
return;
case 10:
this.lblState = ((System.Windows.Controls.Label)(target));
return;
case 11:
this.btnStart = ((System.Windows.Controls.Button)(target));
#line 89 "..\..\FinalTest.xaml"
this.btnStart.Click += new System.Windows.RoutedEventHandler(this.ButtonBase_OnClick);
#line default
#line hidden
return;
case 12:
this.lblSerialNumber = ((System.Windows.Controls.Label)(target));
return;
case 13:
this.lblRadioAdress = ((System.Windows.Controls.Label)(target));
return;
case 14:
this.lblOrderNumber = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.lblCurrentProcess = ((System.Windows.Controls.Label)(target));
return;
case 16:
this.dgTotalProcess = ((System.Windows.Controls.DataGrid)(target));
return;
case 17:
this.dpSubProcess = ((System.Windows.Controls.DockPanel)(target));
return;
case 18:
this.txtLog = ((System.Windows.Controls.TextBox)(target));
return;
case 19:
this.pbTotalProgress = ((System.Windows.Controls.ProgressBar)(target));
return;
case 20:
this.pbSubProgress = ((System.Windows.Controls.ProgressBar)(target));
return;
case 21:
this.btnDetect = ((System.Windows.Controls.Button)(target));
#line 108 "..\..\FinalTest.xaml"
this.btnDetect.Click += new System.Windows.RoutedEventHandler(this.BtnDetect_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,342 +0,0 @@
#pragma checksum "..\..\FinalTest.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6B640824769B860EEDFA5FB30AF2404CD3A7BEEB"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
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;
namespace ProductionUiCordonel {
/// <summary>
/// FinalRadioTest
/// </summary>
public partial class FinalRadioTest : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 14 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbxSlotBox;
#line default
#line hidden
#line 17 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnConntect;
#line default
#line hidden
#line 26 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ToolBar tbarOrder;
#line default
#line hidden
#line 28 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtOrderNr;
#line default
#line hidden
#line 33 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnSwitchAutoDetect;
#line default
#line hidden
#line 36 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tblkAutodetectState;
#line default
#line hidden
#line 60 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblPcbID;
#line default
#line hidden
#line 64 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock lblMessage;
#line default
#line hidden
#line 68 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblState;
#line default
#line hidden
#line 89 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnStart;
#line default
#line hidden
#line 95 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSerialNumber;
#line default
#line hidden
#line 96 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblRadioAdress;
#line default
#line hidden
#line 97 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblOrderNumber;
#line default
#line hidden
#line 100 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCurrentProcess;
#line default
#line hidden
#line 102 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dgTotalProcess;
#line default
#line hidden
#line 103 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DockPanel dpSubProcess;
#line default
#line hidden
#line 105 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtLog;
#line default
#line hidden
#line 106 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbTotalProgress;
#line default
#line hidden
#line 107 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ProgressBar pbSubProgress;
#line default
#line hidden
#line 108 "..\..\FinalTest.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnDetect;
#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("/ProductionUiCordonel;component/finaltest.xaml", System.UriKind.Relative);
#line 1 "..\..\FinalTest.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:
#line 9 "..\..\FinalTest.xaml"
((ProductionUiCordonel.FinalRadioTest)(target)).Initialized += new System.EventHandler(this.Window_Initialized);
#line default
#line hidden
#line 9 "..\..\FinalTest.xaml"
((ProductionUiCordonel.FinalRadioTest)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
return;
case 2:
this.cbxSlotBox = ((System.Windows.Controls.ComboBox)(target));
#line 14 "..\..\FinalTest.xaml"
this.cbxSlotBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbxSlotBox_SelectionChanged);
#line default
#line hidden
return;
case 3:
this.BtnConntect = ((System.Windows.Controls.Button)(target));
#line 17 "..\..\FinalTest.xaml"
this.BtnConntect.Click += new System.Windows.RoutedEventHandler(this.BtnConntect_Click);
#line default
#line hidden
return;
case 4:
this.tbarOrder = ((System.Windows.Controls.ToolBar)(target));
return;
case 5:
this.txtOrderNr = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.BtnSwitchAutoDetect = ((System.Windows.Controls.Button)(target));
#line 33 "..\..\FinalTest.xaml"
this.BtnSwitchAutoDetect.Click += new System.Windows.RoutedEventHandler(this.BtnSwitchAutoDetect_Click);
#line default
#line hidden
return;
case 7:
this.tblkAutodetectState = ((System.Windows.Controls.TextBlock)(target));
return;
case 8:
this.lblPcbID = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.lblMessage = ((System.Windows.Controls.TextBlock)(target));
return;
case 10:
this.lblState = ((System.Windows.Controls.Label)(target));
return;
case 11:
this.btnStart = ((System.Windows.Controls.Button)(target));
#line 89 "..\..\FinalTest.xaml"
this.btnStart.Click += new System.Windows.RoutedEventHandler(this.ButtonBase_OnClick);
#line default
#line hidden
return;
case 12:
this.lblSerialNumber = ((System.Windows.Controls.Label)(target));
return;
case 13:
this.lblRadioAdress = ((System.Windows.Controls.Label)(target));
return;
case 14:
this.lblOrderNumber = ((System.Windows.Controls.Label)(target));
return;
case 15:
this.lblCurrentProcess = ((System.Windows.Controls.Label)(target));
return;
case 16:
this.dgTotalProcess = ((System.Windows.Controls.DataGrid)(target));
return;
case 17:
this.dpSubProcess = ((System.Windows.Controls.DockPanel)(target));
return;
case 18:
this.txtLog = ((System.Windows.Controls.TextBox)(target));
return;
case 19:
this.pbTotalProgress = ((System.Windows.Controls.ProgressBar)(target));
return;
case 20:
this.pbSubProgress = ((System.Windows.Controls.ProgressBar)(target));
return;
case 21:
this.btnDetect = ((System.Windows.Controls.Button)(target));
#line 108 "..\..\FinalTest.xaml"
this.btnDetect.Click += new System.Windows.RoutedEventHandler(this.BtnDetect_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,62 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.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

@ -1,62 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.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

@ -1,235 +0,0 @@
#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "322927C23EA00D3315F5EC319285B32B8A2F28CA"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
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;
namespace ProductionUiCordonel {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 17 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbxSlotBox;
#line default
#line hidden
#line 20 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnConntect;
#line default
#line hidden
#line 29 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ToolBar tbarOrder;
#line default
#line hidden
#line 31 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtOrderNr;
#line default
#line hidden
#line 36 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnSwitchAutoDetect;
#line default
#line hidden
#line 39 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tblkAutodetectState;
#line default
#line hidden
#line 63 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblPcbID;
#line default
#line hidden
#line 67 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock lblMessage;
#line default
#line hidden
#line 71 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblState;
#line default
#line hidden
#line 77 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ProductionUiCordonel.FinalRadioTest ucFinalRadioTest;
#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("/ProductionUiCordonel;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.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", "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:
#line 9 "..\..\MainWindow.xaml"
((ProductionUiCordonel.MainWindow)(target)).Initialized += new System.EventHandler(this.Window_Initialized);
#line default
#line hidden
#line 9 "..\..\MainWindow.xaml"
((ProductionUiCordonel.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
return;
case 2:
this.cbxSlotBox = ((System.Windows.Controls.ComboBox)(target));
#line 17 "..\..\MainWindow.xaml"
this.cbxSlotBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbxSlotBox_SelectionChanged);
#line default
#line hidden
return;
case 3:
this.BtnConntect = ((System.Windows.Controls.Button)(target));
#line 20 "..\..\MainWindow.xaml"
this.BtnConntect.Click += new System.Windows.RoutedEventHandler(this.BtnConntect_Click);
#line default
#line hidden
return;
case 4:
this.tbarOrder = ((System.Windows.Controls.ToolBar)(target));
return;
case 5:
this.txtOrderNr = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.BtnSwitchAutoDetect = ((System.Windows.Controls.Button)(target));
#line 36 "..\..\MainWindow.xaml"
this.BtnSwitchAutoDetect.Click += new System.Windows.RoutedEventHandler(this.BtnSwitchAutoDetect_Click);
#line default
#line hidden
return;
case 7:
this.tblkAutodetectState = ((System.Windows.Controls.TextBlock)(target));
return;
case 8:
this.lblPcbID = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.lblMessage = ((System.Windows.Controls.TextBlock)(target));
return;
case 10:
this.lblState = ((System.Windows.Controls.Label)(target));
return;
case 11:
#line 76 "..\..\MainWindow.xaml"
((System.Windows.Controls.StackPanel)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.StackPanel_SizeChanged);
#line default
#line hidden
return;
case 12:
this.ucFinalRadioTest = ((ProductionUiCordonel.FinalRadioTest)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,235 +0,0 @@
#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "322927C23EA00D3315F5EC319285B32B8A2F28CA"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
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;
namespace ProductionUiCordonel {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 17 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox cbxSlotBox;
#line default
#line hidden
#line 20 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnConntect;
#line default
#line hidden
#line 29 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ToolBar tbarOrder;
#line default
#line hidden
#line 31 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtOrderNr;
#line default
#line hidden
#line 36 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnSwitchAutoDetect;
#line default
#line hidden
#line 39 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock tblkAutodetectState;
#line default
#line hidden
#line 63 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblPcbID;
#line default
#line hidden
#line 67 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock lblMessage;
#line default
#line hidden
#line 71 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblState;
#line default
#line hidden
#line 77 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ProductionUiCordonel.FinalRadioTest ucFinalRadioTest;
#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("/ProductionUiCordonel;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.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", "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:
#line 9 "..\..\MainWindow.xaml"
((ProductionUiCordonel.MainWindow)(target)).Initialized += new System.EventHandler(this.Window_Initialized);
#line default
#line hidden
#line 9 "..\..\MainWindow.xaml"
((ProductionUiCordonel.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
#line default
#line hidden
return;
case 2:
this.cbxSlotBox = ((System.Windows.Controls.ComboBox)(target));
#line 17 "..\..\MainWindow.xaml"
this.cbxSlotBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbxSlotBox_SelectionChanged);
#line default
#line hidden
return;
case 3:
this.BtnConntect = ((System.Windows.Controls.Button)(target));
#line 20 "..\..\MainWindow.xaml"
this.BtnConntect.Click += new System.Windows.RoutedEventHandler(this.BtnConntect_Click);
#line default
#line hidden
return;
case 4:
this.tbarOrder = ((System.Windows.Controls.ToolBar)(target));
return;
case 5:
this.txtOrderNr = ((System.Windows.Controls.TextBox)(target));
return;
case 6:
this.BtnSwitchAutoDetect = ((System.Windows.Controls.Button)(target));
#line 36 "..\..\MainWindow.xaml"
this.BtnSwitchAutoDetect.Click += new System.Windows.RoutedEventHandler(this.BtnSwitchAutoDetect_Click);
#line default
#line hidden
return;
case 7:
this.tblkAutodetectState = ((System.Windows.Controls.TextBlock)(target));
return;
case 8:
this.lblPcbID = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.lblMessage = ((System.Windows.Controls.TextBlock)(target));
return;
case 10:
this.lblState = ((System.Windows.Controls.Label)(target));
return;
case 11:
#line 76 "..\..\MainWindow.xaml"
((System.Windows.Controls.StackPanel)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.StackPanel_SizeChanged);
#line default
#line hidden
return;
case 12:
this.ucFinalRadioTest = ((ProductionUiCordonel.FinalRadioTest)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,92 +0,0 @@
#pragma checksum "..\..\MultiMode.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "53A80E2F4475975C45C0C8638D85A5B337556607"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
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;
namespace ProductionUiCordonel {
/// <summary>
/// MultiMode
/// </summary>
public partial class MultiMode : 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("/ProductionUiCordonel;component/multimode.xaml", System.UriKind.Relative);
#line 1 "..\..\MultiMode.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:
#line 8 "..\..\MultiMode.xaml"
((ProductionUiCordonel.MultiMode)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 8 "..\..\MultiMode.xaml"
((ProductionUiCordonel.MultiMode)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,92 +0,0 @@
#pragma checksum "..\..\MultiMode.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "53A80E2F4475975C45C0C8638D85A5B337556607"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
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;
namespace ProductionUiCordonel {
/// <summary>
/// MultiMode
/// </summary>
public partial class MultiMode : 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("/ProductionUiCordonel;component/multimode.xaml", System.UriKind.Relative);
#line 1 "..\..\MultiMode.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:
#line 8 "..\..\MultiMode.xaml"
((ProductionUiCordonel.MultiMode)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
#line default
#line hidden
#line 8 "..\..\MultiMode.xaml"
((ProductionUiCordonel.MultiMode)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,135 +0,0 @@
#pragma checksum "..\..\MultiModeChild.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E57607C7EC096ED64F669956DC64AAEC188C83FB"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
using ProductionUiCordonel.ctls;
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;
namespace ProductionUiCordonel {
/// <summary>
/// MultiModeChild
/// </summary>
public partial class MultiModeChild : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 72 "..\..\MultiModeChild.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ProductionUiCordonel.ctls.ctlMultiModePressure PressureControl;
#line default
#line hidden
#line 73 "..\..\MultiModeChild.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ProductionUiCordonel.ctls.ctlMultiModePicking PickingControl;
#line default
#line hidden
#line 74 "..\..\MultiModeChild.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ProductionUiCordonel.ctls.ctlMultiModeMarriage MarriageControl;
#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("/ProductionUiCordonel;component/multimodechild.xaml", System.UriKind.Relative);
#line 1 "..\..\MultiModeChild.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.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", "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.PressureControl = ((ProductionUiCordonel.ctls.ctlMultiModePressure)(target));
return;
case 2:
this.PickingControl = ((ProductionUiCordonel.ctls.ctlMultiModePicking)(target));
return;
case 3:
this.MarriageControl = ((ProductionUiCordonel.ctls.ctlMultiModeMarriage)(target));
return;
case 4:
#line 76 "..\..\MultiModeChild.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
case 5:
#line 77 "..\..\MultiModeChild.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,135 +0,0 @@
#pragma checksum "..\..\MultiModeChild.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E57607C7EC096ED64F669956DC64AAEC188C83FB"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel;
using ProductionUiCordonel.ctls;
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;
namespace ProductionUiCordonel {
/// <summary>
/// MultiModeChild
/// </summary>
public partial class MultiModeChild : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 72 "..\..\MultiModeChild.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ProductionUiCordonel.ctls.ctlMultiModePressure PressureControl;
#line default
#line hidden
#line 73 "..\..\MultiModeChild.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ProductionUiCordonel.ctls.ctlMultiModePicking PickingControl;
#line default
#line hidden
#line 74 "..\..\MultiModeChild.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ProductionUiCordonel.ctls.ctlMultiModeMarriage MarriageControl;
#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("/ProductionUiCordonel;component/multimodechild.xaml", System.UriKind.Relative);
#line 1 "..\..\MultiModeChild.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.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", "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.PressureControl = ((ProductionUiCordonel.ctls.ctlMultiModePressure)(target));
return;
case 2:
this.PickingControl = ((ProductionUiCordonel.ctls.ctlMultiModePicking)(target));
return;
case 3:
this.MarriageControl = ((ProductionUiCordonel.ctls.ctlMultiModeMarriage)(target));
return;
case 4:
#line 76 "..\..\MultiModeChild.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
case 5:
#line 77 "..\..\MultiModeChild.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1 +0,0 @@
f6943eeb5fda1ce9c1b763a4ca73c26e4dee3d2c

View File

@ -1,13 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("sirt_driver_win32_pc.dll")]

View File

@ -1,13 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("sirt_driver_win32_pc.dll")]

View File

@ -1,20 +0,0 @@
ProductionUiCordonel
winexe
C#
.cs
C:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\obj\Debug\
ProductionUiCordonel
none
false
DEBUG;TRACE
C:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\App.xaml
131266285854
1513375464
51-390653606
28185060437
ctls\ctlMultiModeMarriage.xaml;ctls\ctlMultiModePicking.xaml;ctls\ctlMultiModePressure.xaml;FinalTest.xaml;MainWindow.xaml;MultiMode.xaml;MultiModeChild.xaml;UserControls\FinalTest\UcBarcodeInput.xaml;UserControls\FinalTest\UcFullReadOut.xaml;UserControls\FinalTest\UcDialog.xaml;UserControls\FinalTest\UcRadioCheck.xaml;UserControls\FinalTest\UcPlain.xaml;UserControls\FinalTest\UcPasswordFile.xaml;
True

View File

@ -1,16 +0,0 @@

FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\ctls\ctlMultiModeMarriage.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\ctls\ctlMultiModePicking.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\ctls\ctlMultiModePressure.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\FinalTest.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\MainWindow.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\MultiMode.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\MultiModeChild.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\UserControls\FinalTest\UcBarcodeInput.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\UserControls\FinalTest\UcFullReadOut.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\UserControls\FinalTest\UcDialog.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\UserControls\FinalTest\UcRadioCheck.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\UserControls\FinalTest\UcPlain.xaml;;
FC:\Users\drabesch_ro\Repo\lab\la_operations\laa_production\Common\ProductionUiCordonel\UserControls\FinalTest\UcPasswordFile.xaml;;

View File

@ -1,114 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "98BC6693CCD5938AA4FD25B1697BB6C15CB0E3ED"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcBarcodeInput
/// </summary>
public partial class UcBarcodeInput : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 11 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblDescription;
#line default
#line hidden
#line 12 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtHiddenInput;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucbarcodeinput.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.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:
#line 8 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml"
((ProductionUiCordonel.UserControls.FinalTest.UcBarcodeInput)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.UserControl_MouseDown);
#line default
#line hidden
return;
case 2:
this.lblDescription = ((System.Windows.Controls.Label)(target));
return;
case 3:
this.txtHiddenInput = ((System.Windows.Controls.TextBox)(target));
#line 12 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml"
this.txtHiddenInput.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtHiddenInput_KeyDown);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,114 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "98BC6693CCD5938AA4FD25B1697BB6C15CB0E3ED"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcBarcodeInput
/// </summary>
public partial class UcBarcodeInput : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 11 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblDescription;
#line default
#line hidden
#line 12 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtHiddenInput;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucbarcodeinput.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.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:
#line 8 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml"
((ProductionUiCordonel.UserControls.FinalTest.UcBarcodeInput)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.UserControl_MouseDown);
#line default
#line hidden
return;
case 2:
this.lblDescription = ((System.Windows.Controls.Label)(target));
return;
case 3:
this.txtHiddenInput = ((System.Windows.Controls.TextBox)(target));
#line 12 "..\..\..\..\UserControls\FinalTest\UcBarcodeInput.xaml"
this.txtHiddenInput.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtHiddenInput_KeyDown);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,100 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "995DD81068F299A7420ABCC9FD828027BF1CABE3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcDialog
/// </summary>
public partial class UcDialog : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 11 "..\..\..\..\UserControls\FinalTest\UcDialog.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblDescription;
#line default
#line hidden
#line 12 "..\..\..\..\UserControls\FinalTest\UcDialog.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.StackPanel PanelSelection;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucdialog.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcDialog.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.lblDescription = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.PanelSelection = ((System.Windows.Controls.StackPanel)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,100 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "995DD81068F299A7420ABCC9FD828027BF1CABE3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcDialog
/// </summary>
public partial class UcDialog : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 11 "..\..\..\..\UserControls\FinalTest\UcDialog.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblDescription;
#line default
#line hidden
#line 12 "..\..\..\..\UserControls\FinalTest\UcDialog.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.StackPanel PanelSelection;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucdialog.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcDialog.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.lblDescription = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.PanelSelection = ((System.Windows.Controls.StackPanel)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,100 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcFullReadOut.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1BAB0923C26DA1F18F657779F4E81A17C0C629F9"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcFullReadOut
/// </summary>
public partial class UcFullReadOut : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 11 "..\..\..\..\UserControls\FinalTest\UcFullReadOut.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblHl;
#line default
#line hidden
#line 12 "..\..\..\..\UserControls\FinalTest\UcFullReadOut.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblText;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucfullreadout.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcFullReadOut.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.lblHl = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.lblText = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,100 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcFullReadOut.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1BAB0923C26DA1F18F657779F4E81A17C0C629F9"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcFullReadOut
/// </summary>
public partial class UcFullReadOut : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 11 "..\..\..\..\UserControls\FinalTest\UcFullReadOut.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblHl;
#line default
#line hidden
#line 12 "..\..\..\..\UserControls\FinalTest\UcFullReadOut.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblText;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucfullreadout.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcFullReadOut.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.lblHl = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.lblText = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,144 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "71843E70736619E7225DE595C58C1F65830579D4"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcPasswordFile
/// </summary>
public partial class UcPasswordFile : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 30 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image RequestPassword;
#line default
#line hidden
#line 31 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image CreateFile;
#line default
#line hidden
#line 32 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image WriteToMeter;
#line default
#line hidden
#line 33 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image UpdatePassword;
#line default
#line hidden
#line 34 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image Logout;
#line default
#line hidden
#line 35 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image CheckNewPassword;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucpasswordfile.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.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.RequestPassword = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.CreateFile = ((System.Windows.Controls.Image)(target));
return;
case 3:
this.WriteToMeter = ((System.Windows.Controls.Image)(target));
return;
case 4:
this.UpdatePassword = ((System.Windows.Controls.Image)(target));
return;
case 5:
this.Logout = ((System.Windows.Controls.Image)(target));
return;
case 6:
this.CheckNewPassword = ((System.Windows.Controls.Image)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,144 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "71843E70736619E7225DE595C58C1F65830579D4"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcPasswordFile
/// </summary>
public partial class UcPasswordFile : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 30 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image RequestPassword;
#line default
#line hidden
#line 31 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image CreateFile;
#line default
#line hidden
#line 32 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image WriteToMeter;
#line default
#line hidden
#line 33 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image UpdatePassword;
#line default
#line hidden
#line 34 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image Logout;
#line default
#line hidden
#line 35 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Image CheckNewPassword;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucpasswordfile.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcPasswordFile.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.RequestPassword = ((System.Windows.Controls.Image)(target));
return;
case 2:
this.CreateFile = ((System.Windows.Controls.Image)(target));
return;
case 3:
this.WriteToMeter = ((System.Windows.Controls.Image)(target));
return;
case 4:
this.UpdatePassword = ((System.Windows.Controls.Image)(target));
return;
case 5:
this.Logout = ((System.Windows.Controls.Image)(target));
return;
case 6:
this.CheckNewPassword = ((System.Windows.Controls.Image)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,100 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcPlain.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9938C65BB0C02BEB270785D99931879E9394536C"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcPlain
/// </summary>
public partial class UcPlain : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\UserControls\FinalTest\UcPlain.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblHl;
#line default
#line hidden
#line 11 "..\..\..\..\UserControls\FinalTest\UcPlain.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblText;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucplain.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcPlain.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.lblHl = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.lblText = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,100 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcPlain.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9938C65BB0C02BEB270785D99931879E9394536C"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcPlain
/// </summary>
public partial class UcPlain : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\..\..\UserControls\FinalTest\UcPlain.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblHl;
#line default
#line hidden
#line 11 "..\..\..\..\UserControls\FinalTest\UcPlain.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblText;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucplain.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcPlain.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.lblHl = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.lblText = ((System.Windows.Controls.Label)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,229 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9CEE464628C83CF6D055A0F9E5DB3681F0F7623C"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcRadioCheck
/// </summary>
public partial class UcRadioCheck : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 24 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGetRssi;
#line default
#line hidden
#line 25 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnReset;
#line default
#line hidden
#line 34 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCordMin;
#line default
#line hidden
#line 35 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSirtMin;
#line default
#line hidden
#line 38 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCordRssi;
#line default
#line hidden
#line 39 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSirtRssi;
#line default
#line hidden
#line 43 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCordMax;
#line default
#line hidden
#line 44 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSirtMax;
#line default
#line hidden
#line 45 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnDone;
#line default
#line hidden
#line 46 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnDone_Copy;
#line default
#line hidden
#line 47 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnfrocePam;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucradiocheck.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.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.btnGetRssi = ((System.Windows.Controls.Button)(target));
#line 24 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.btnGetRssi.Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
case 2:
this.btnReset = ((System.Windows.Controls.Button)(target));
#line 25 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.btnReset.Click += new System.Windows.RoutedEventHandler(this.btnReset_Click);
#line default
#line hidden
return;
case 3:
this.lblCordMin = ((System.Windows.Controls.Label)(target));
return;
case 4:
this.lblSirtMin = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.lblCordRssi = ((System.Windows.Controls.Label)(target));
return;
case 6:
this.lblSirtRssi = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.lblCordMax = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.lblSirtMax = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.BtnDone = ((System.Windows.Controls.Button)(target));
#line 45 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.BtnDone.Click += new System.Windows.RoutedEventHandler(this.BtnDone_Click);
#line default
#line hidden
return;
case 10:
this.BtnDone_Copy = ((System.Windows.Controls.Button)(target));
#line 46 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.BtnDone_Copy.Click += new System.Windows.RoutedEventHandler(this.BtnDone_Copy_Click);
#line default
#line hidden
return;
case 11:
this.btnfrocePam = ((System.Windows.Controls.Button)(target));
#line 47 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.btnfrocePam.Click += new System.Windows.RoutedEventHandler(this.BtnfrocePam_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,229 +0,0 @@
#pragma checksum "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9CEE464628C83CF6D055A0F9E5DB3681F0F7623C"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.UserControls.FinalTest;
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;
namespace ProductionUiCordonel.UserControls.FinalTest {
/// <summary>
/// UcRadioCheck
/// </summary>
public partial class UcRadioCheck : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 24 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnGetRssi;
#line default
#line hidden
#line 25 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnReset;
#line default
#line hidden
#line 34 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCordMin;
#line default
#line hidden
#line 35 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSirtMin;
#line default
#line hidden
#line 38 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCordRssi;
#line default
#line hidden
#line 39 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSirtRssi;
#line default
#line hidden
#line 43 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblCordMax;
#line default
#line hidden
#line 44 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblSirtMax;
#line default
#line hidden
#line 45 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnDone;
#line default
#line hidden
#line 46 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button BtnDone_Copy;
#line default
#line hidden
#line 47 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnfrocePam;
#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("/ProductionUiCordonel;component/usercontrols/finaltest/ucradiocheck.xaml", System.UriKind.Relative);
#line 1 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.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.btnGetRssi = ((System.Windows.Controls.Button)(target));
#line 24 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.btnGetRssi.Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
return;
case 2:
this.btnReset = ((System.Windows.Controls.Button)(target));
#line 25 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.btnReset.Click += new System.Windows.RoutedEventHandler(this.btnReset_Click);
#line default
#line hidden
return;
case 3:
this.lblCordMin = ((System.Windows.Controls.Label)(target));
return;
case 4:
this.lblSirtMin = ((System.Windows.Controls.Label)(target));
return;
case 5:
this.lblCordRssi = ((System.Windows.Controls.Label)(target));
return;
case 6:
this.lblSirtRssi = ((System.Windows.Controls.Label)(target));
return;
case 7:
this.lblCordMax = ((System.Windows.Controls.Label)(target));
return;
case 8:
this.lblSirtMax = ((System.Windows.Controls.Label)(target));
return;
case 9:
this.BtnDone = ((System.Windows.Controls.Button)(target));
#line 45 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.BtnDone.Click += new System.Windows.RoutedEventHandler(this.BtnDone_Click);
#line default
#line hidden
return;
case 10:
this.BtnDone_Copy = ((System.Windows.Controls.Button)(target));
#line 46 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.BtnDone_Copy.Click += new System.Windows.RoutedEventHandler(this.BtnDone_Copy_Click);
#line default
#line hidden
return;
case 11:
this.btnfrocePam = ((System.Windows.Controls.Button)(target));
#line 47 "..\..\..\..\UserControls\FinalTest\UcRadioCheck.xaml"
this.btnfrocePam.Click += new System.Windows.RoutedEventHandler(this.BtnfrocePam_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,117 +0,0 @@
#pragma checksum "..\..\..\ctls\ctlMultiModeMarriage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "34F38EE6B5A1DFC93701AD17A58D7D487C0EC510"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.ctls;
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;
namespace ProductionUiCordonel.ctls {
/// <summary>
/// ctlMultiModeMarriage
/// </summary>
public partial class ctlMultiModeMarriage : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 22 "..\..\..\ctls\ctlMultiModeMarriage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox TxtSerialNumber;
#line default
#line hidden
#line 24 "..\..\..\ctls\ctlMultiModeMarriage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox TxtPcbId;
#line default
#line hidden
#line 26 "..\..\..\ctls\ctlMultiModeMarriage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnMarry;
#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("/ProductionUiCordonel;component/ctls/ctlmultimodemarriage.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ctls\ctlMultiModeMarriage.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.TxtSerialNumber = ((System.Windows.Controls.TextBox)(target));
return;
case 2:
this.TxtPcbId = ((System.Windows.Controls.TextBox)(target));
return;
case 3:
this.btnMarry = ((System.Windows.Controls.Button)(target));
#line 26 "..\..\..\ctls\ctlMultiModeMarriage.xaml"
this.btnMarry.Click += new System.Windows.RoutedEventHandler(this.btnMarry_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,117 +0,0 @@
#pragma checksum "..\..\..\ctls\ctlMultiModeMarriage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "34F38EE6B5A1DFC93701AD17A58D7D487C0EC510"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.ctls;
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;
namespace ProductionUiCordonel.ctls {
/// <summary>
/// ctlMultiModeMarriage
/// </summary>
public partial class ctlMultiModeMarriage : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 22 "..\..\..\ctls\ctlMultiModeMarriage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox TxtSerialNumber;
#line default
#line hidden
#line 24 "..\..\..\ctls\ctlMultiModeMarriage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox TxtPcbId;
#line default
#line hidden
#line 26 "..\..\..\ctls\ctlMultiModeMarriage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnMarry;
#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("/ProductionUiCordonel;component/ctls/ctlmultimodemarriage.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ctls\ctlMultiModeMarriage.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.TxtSerialNumber = ((System.Windows.Controls.TextBox)(target));
return;
case 2:
this.TxtPcbId = ((System.Windows.Controls.TextBox)(target));
return;
case 3:
this.btnMarry = ((System.Windows.Controls.Button)(target));
#line 26 "..\..\..\ctls\ctlMultiModeMarriage.xaml"
this.btnMarry.Click += new System.Windows.RoutedEventHandler(this.btnMarry_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,111 +0,0 @@
#pragma checksum "..\..\..\ctls\ctlMultiModePicking.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E7070158F15FC62A3C46ACC09DF6BBA9487C6A78"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.ctls;
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;
namespace ProductionUiCordonel.ctls {
/// <summary>
/// ctlMultiModePicking
/// </summary>
public partial class ctlMultiModePicking : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 23 "..\..\..\ctls\ctlMultiModePicking.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblPickingOrder;
#line default
#line hidden
#line 24 "..\..\..\ctls\ctlMultiModePicking.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblStatus;
#line default
#line hidden
#line 28 "..\..\..\ctls\ctlMultiModePicking.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl icPicking;
#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("/ProductionUiCordonel;component/ctls/ctlmultimodepicking.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ctls\ctlMultiModePicking.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.lblPickingOrder = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.lblStatus = ((System.Windows.Controls.Label)(target));
return;
case 3:
this.icPicking = ((System.Windows.Controls.ItemsControl)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,111 +0,0 @@
#pragma checksum "..\..\..\ctls\ctlMultiModePicking.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "E7070158F15FC62A3C46ACC09DF6BBA9487C6A78"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.ctls;
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;
namespace ProductionUiCordonel.ctls {
/// <summary>
/// ctlMultiModePicking
/// </summary>
public partial class ctlMultiModePicking : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
#line 23 "..\..\..\ctls\ctlMultiModePicking.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblPickingOrder;
#line default
#line hidden
#line 24 "..\..\..\ctls\ctlMultiModePicking.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblStatus;
#line default
#line hidden
#line 28 "..\..\..\ctls\ctlMultiModePicking.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl icPicking;
#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("/ProductionUiCordonel;component/ctls/ctlmultimodepicking.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ctls\ctlMultiModePicking.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.lblPickingOrder = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.lblStatus = ((System.Windows.Controls.Label)(target));
return;
case 3:
this.icPicking = ((System.Windows.Controls.ItemsControl)(target));
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,249 +0,0 @@
#pragma checksum "..\..\..\ctls\ctlMultiModePressure.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0A1BEC69C280D1BE4D1FEA98CAFE4E2EB7AB5AF3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.ctls;
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;
namespace ProductionUiCordonel.ctls {
/// <summary>
/// ctlMultiModePressure
/// </summary>
public partial class ctlMultiModePressure : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
#line 76 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblHeadline;
#line default
#line hidden
#line 78 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblLeakrate;
#line default
#line hidden
#line 79 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtLeakrate;
#line default
#line hidden
#line 83 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox TxtPresurePcbId;
#line default
#line hidden
#line 94 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtPressure;
#line default
#line hidden
#line 97 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtTester;
#line default
#line hidden
#line 103 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListView listViewTestPotins;
#line default
#line hidden
#line 142 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnPresueOk;
#line default
#line hidden
#line 144 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnPresueFailed;
#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("/ProductionUiCordonel;component/ctls/ctlmultimodepressure.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ctls\ctlMultiModePressure.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.lblHeadline = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.lblLeakrate = ((System.Windows.Controls.Label)(target));
return;
case 3:
this.txtLeakrate = ((System.Windows.Controls.TextBox)(target));
#line 79 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.txtLeakrate.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 4:
this.TxtPresurePcbId = ((System.Windows.Controls.TextBox)(target));
#line 83 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.TxtPresurePcbId.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 5:
this.txtPressure = ((System.Windows.Controls.TextBox)(target));
#line 94 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.txtPressure.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 6:
this.txtTester = ((System.Windows.Controls.TextBox)(target));
#line 97 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.txtTester.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 7:
this.listViewTestPotins = ((System.Windows.Controls.ListView)(target));
return;
case 10:
#line 139 "..\..\..\ctls\ctlMultiModePressure.xaml"
((System.Windows.Controls.TextBox)(target)).TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 11:
this.btnPresueOk = ((System.Windows.Controls.Button)(target));
#line 142 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.btnPresueOk.Click += new System.Windows.RoutedEventHandler(this.BtnPresueOk_Click);
#line default
#line hidden
return;
case 12:
this.btnPresueFailed = ((System.Windows.Controls.Button)(target));
#line 144 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.btnPresueFailed.Click += new System.Windows.RoutedEventHandler(this.BtnPresueFailed_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
[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.Performance", "CA1800:DoNotCastUnnecessarily")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 8:
#line 117 "..\..\..\ctls\ctlMultiModePressure.xaml"
((System.Windows.Controls.TextBox)(target)).TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
break;
case 9:
#line 127 "..\..\..\ctls\ctlMultiModePressure.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
break;
}
}
}
}

View File

@ -1,249 +0,0 @@
#pragma checksum "..\..\..\ctls\ctlMultiModePressure.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0A1BEC69C280D1BE4D1FEA98CAFE4E2EB7AB5AF3"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// </auto-generated>
//------------------------------------------------------------------------------
using ProductionUiCordonel.ctls;
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;
namespace ProductionUiCordonel.ctls {
/// <summary>
/// ctlMultiModePressure
/// </summary>
public partial class ctlMultiModePressure : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
#line 76 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblHeadline;
#line default
#line hidden
#line 78 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Label lblLeakrate;
#line default
#line hidden
#line 79 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtLeakrate;
#line default
#line hidden
#line 83 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox TxtPresurePcbId;
#line default
#line hidden
#line 94 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtPressure;
#line default
#line hidden
#line 97 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox txtTester;
#line default
#line hidden
#line 103 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ListView listViewTestPotins;
#line default
#line hidden
#line 142 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnPresueOk;
#line default
#line hidden
#line 144 "..\..\..\ctls\ctlMultiModePressure.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button btnPresueFailed;
#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("/ProductionUiCordonel;component/ctls/ctlmultimodepressure.xaml", System.UriKind.Relative);
#line 1 "..\..\..\ctls\ctlMultiModePressure.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.lblHeadline = ((System.Windows.Controls.Label)(target));
return;
case 2:
this.lblLeakrate = ((System.Windows.Controls.Label)(target));
return;
case 3:
this.txtLeakrate = ((System.Windows.Controls.TextBox)(target));
#line 79 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.txtLeakrate.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 4:
this.TxtPresurePcbId = ((System.Windows.Controls.TextBox)(target));
#line 83 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.TxtPresurePcbId.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 5:
this.txtPressure = ((System.Windows.Controls.TextBox)(target));
#line 94 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.txtPressure.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 6:
this.txtTester = ((System.Windows.Controls.TextBox)(target));
#line 97 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.txtTester.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 7:
this.listViewTestPotins = ((System.Windows.Controls.ListView)(target));
return;
case 10:
#line 139 "..\..\..\ctls\ctlMultiModePressure.xaml"
((System.Windows.Controls.TextBox)(target)).TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
return;
case 11:
this.btnPresueOk = ((System.Windows.Controls.Button)(target));
#line 142 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.btnPresueOk.Click += new System.Windows.RoutedEventHandler(this.BtnPresueOk_Click);
#line default
#line hidden
return;
case 12:
this.btnPresueFailed = ((System.Windows.Controls.Button)(target));
#line 144 "..\..\..\ctls\ctlMultiModePressure.xaml"
this.btnPresueFailed.Click += new System.Windows.RoutedEventHandler(this.BtnPresueFailed_Click);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
[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.Performance", "CA1800:DoNotCastUnnecessarily")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 8:
#line 117 "..\..\..\ctls\ctlMultiModePressure.xaml"
((System.Windows.Controls.TextBox)(target)).TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);
#line default
#line hidden
break;
case 9:
#line 127 "..\..\..\ctls\ctlMultiModePressure.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
#line hidden
break;
}
}
}
}

View File

@ -1 +1 @@
fdb1ca58f240dd247ad6446f1f91cb80902a110e
0d85a5b3a7561b41163c20e5dc7713bcd0d65555

View File

@ -36,9 +36,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.11.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\..\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net40" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net40" />
</packages>

View File

@ -65,8 +65,8 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog">
<HintPath>..\..\Metrology\Measurements\bin\Debug\NLog.dll</HintPath>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\..\packages\NLog.4.6.7\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.5.6" targetFramework="net451" />
<package id="NLog" version="4.6.7" targetFramework="net451" />
</packages>

View File

@ -216,13 +216,11 @@
<HintPath>..\Common\packages\PDFsharp-MigraDoc-GDI.1.32.4334.0\lib\net20\MigraDoc.RtfRendering.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\Common\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\Common\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\Common\packages\NLog.4.5.6\lib\net45\NLog.dll</HintPath>
<Private>True</Private>
<HintPath>..\Common\packages\NLog.4.6.7\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="PdfSharp, Version=1.32.3057.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL">
<HintPath>..\Common\packages\PDFsharp-MigraDoc-GDI.1.32.4334.0\lib\net20\PdfSharp.dll</HintPath>

View File

@ -2,8 +2,8 @@
<packages>
<package id="Microsoft.Net.Native.SharedLibrary-arm" version="2.0.0" targetFramework="net461" developmentDependency="true" />
<package id="Microsoft.Office.Interop.Word" version="15.0.4797.1003" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net461" />
<package id="NLog" version="4.5.6" targetFramework="net461" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
<package id="NLog" version="4.6.7" targetFramework="net461" />
<package id="PDFsharp-MigraDoc-GDI" version="1.32.4334.0" targetFramework="net461" />
<package id="ZedGraph" version="5.1.7" targetFramework="net461" />
</packages>