#pragma checksum "..\..\..\DailyCheck.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B8F28A2A88EDAAA31FCD8914C91100B6460CCD22FA83DAC54F9F485B814E94CA"
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;
using WpfLocalization;
namespace WpfApplication19 {
///
/// DailyCheck
///
public partial class DailyCheck : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 95 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button saveBtn;
#line default
#line hidden
#line 96 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock measureBlock;
#line default
#line hidden
#line 97 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DataGrid dailyCheckGrid;
#line default
#line hidden
#line 107 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button commitBtn;
#line default
#line hidden
#line 108 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.DatePicker datePicker;
#line default
#line hidden
#line 109 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ComboBox shiftCB;
#line default
#line hidden
#line 113 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock textBlock1;
#line default
#line hidden
#line 114 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock textBlock2;
#line default
#line hidden
#line 115 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock textBlock4;
#line default
#line hidden
#line 116 "..\..\..\DailyCheck.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock textBlock3;
#line default
#line hidden
private bool _contentLoaded;
///
/// InitializeComponent
///
[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("/WpfApplication19;component/dailycheck.xaml", System.UriKind.Relative);
#line 1 "..\..\..\DailyCheck.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 4 "..\..\..\DailyCheck.xaml"
((WpfApplication19.DailyCheck)(target)).Closed += new System.EventHandler(this.Window_Closed);
#line default
#line hidden
return;
case 2:
this.saveBtn = ((System.Windows.Controls.Button)(target));
#line 95 "..\..\..\DailyCheck.xaml"
this.saveBtn.Click += new System.Windows.RoutedEventHandler(this.saveBtn_Click);
#line default
#line hidden
return;
case 3:
this.measureBlock = ((System.Windows.Controls.TextBlock)(target));
return;
case 4:
this.dailyCheckGrid = ((System.Windows.Controls.DataGrid)(target));
#line 97 "..\..\..\DailyCheck.xaml"
this.dailyCheckGrid.GotFocus += new System.Windows.RoutedEventHandler(this.dailyCheckGrid_GotFocus);
#line default
#line hidden
#line 97 "..\..\..\DailyCheck.xaml"
this.dailyCheckGrid.Loaded += new System.Windows.RoutedEventHandler(this.dailyCheckGrid_Loaded);
#line default
#line hidden
return;
case 5:
this.commitBtn = ((System.Windows.Controls.Button)(target));
#line 107 "..\..\..\DailyCheck.xaml"
this.commitBtn.Click += new System.Windows.RoutedEventHandler(this.commitBtn_Click);
#line default
#line hidden
return;
case 6:
this.datePicker = ((System.Windows.Controls.DatePicker)(target));
#line 108 "..\..\..\DailyCheck.xaml"
this.datePicker.SelectedDateChanged += new System.EventHandler(this.datePicker_SelectedDateChanged);
#line default
#line hidden
return;
case 7:
this.shiftCB = ((System.Windows.Controls.ComboBox)(target));
return;
case 8:
this.textBlock1 = ((System.Windows.Controls.TextBlock)(target));
return;
case 9:
this.textBlock2 = ((System.Windows.Controls.TextBlock)(target));
return;
case 10:
this.textBlock4 = ((System.Windows.Controls.TextBlock)(target));
return;
case 11:
this.textBlock3 = ((System.Windows.Controls.TextBlock)(target));
return;
}
this._contentLoaded = true;
}
}
}