/TimeSheetReporting/TimeSheetReporting/obj/Debug/Views/ErrorWindow.g.cs
C# | 70 lines | 45 code | 13 blank | 12 comment | 1 complexity | 37ddbf29830e7240f7021d075268a52c MD5 | raw file
1#pragma checksum "C:\ValueAdds\TimeSheetReporting\TimeSheetReporting\Views\ErrorWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "8724C1FD05EC510C637C47C695D05873" 2//------------------------------------------------------------------------------ 3// <auto-generated> 4// This code was generated by a tool. 5// Runtime Version:2.0.50727.4036 6// 7// Changes to this file may cause incorrect behavior and will be lost if 8// the code is regenerated. 9// </auto-generated> 10//------------------------------------------------------------------------------ 11 12using System; 13using System.Windows; 14using System.Windows.Automation; 15using System.Windows.Automation.Peers; 16using System.Windows.Automation.Provider; 17using System.Windows.Controls; 18using System.Windows.Controls.Primitives; 19using System.Windows.Data; 20using System.Windows.Documents; 21using System.Windows.Ink; 22using System.Windows.Input; 23using System.Windows.Interop; 24using System.Windows.Markup; 25using System.Windows.Media; 26using System.Windows.Media.Animation; 27using System.Windows.Media.Imaging; 28using System.Windows.Resources; 29using System.Windows.Shapes; 30using System.Windows.Threading; 31 32 33namespace TimeSheetReporting { 34 35 36 public partial class ErrorWindow : System.Windows.Controls.ChildWindow { 37 38 internal System.Windows.Controls.Grid LayoutRoot; 39 40 internal System.Windows.Controls.TextBlock IntroductoryText; 41 42 internal System.Windows.Controls.StackPanel ContentStackPanel; 43 44 internal System.Windows.Controls.TextBlock LabelText; 45 46 internal System.Windows.Controls.TextBox ErrorTextBox; 47 48 internal System.Windows.Controls.Button OKButton; 49 50 private bool _contentLoaded; 51 52 /// <summary> 53 /// InitializeComponent 54 /// </summary> 55 [System.Diagnostics.DebuggerNonUserCodeAttribute()] 56 public void InitializeComponent() { 57 if (_contentLoaded) { 58 return; 59 } 60 _contentLoaded = true; 61 System.Windows.Application.LoadComponent(this, new System.Uri("/TimeSheetReporting;component/Views/ErrorWindow.xaml", System.UriKind.Relative)); 62 this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 63 this.IntroductoryText = ((System.Windows.Controls.TextBlock)(this.FindName("IntroductoryText"))); 64 this.ContentStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContentStackPanel"))); 65 this.LabelText = ((System.Windows.Controls.TextBlock)(this.FindName("LabelText"))); 66 this.ErrorTextBox = ((System.Windows.Controls.TextBox)(this.FindName("ErrorTextBox"))); 67 this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton"))); 68 } 69 } 70}