public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ClientApplication;component/Views/Transaction/NewTransactionWindow.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.busyIndicator = ((ClientApplication.Controls.BusyIndicator)(this.FindName("busyIndicator")));
     this.newTransactionForm = ((System.Windows.Controls.DataForm)(this.FindName("newTransactionForm")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ClientApplication;component/Views/Login/RegistrationForm.xaml", System.UriKind.Relative));
     this.busyIndicator = ((ClientApplication.Controls.BusyIndicator)(this.FindName("busyIndicator")));
     this.registerForm = ((System.Windows.Controls.DataForm)(this.FindName("registerForm")));
     this.registerButton = ((System.Windows.Controls.Button)(this.FindName("registerButton")));
     this.registerCancel = ((System.Windows.Controls.Button)(this.FindName("registerCancel")));
     this.backToLogin = ((System.Windows.Controls.HyperlinkButton)(this.FindName("backToLogin")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ClientApplication;component/Views/Home.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.PageScrollViewer = ((System.Windows.Controls.ScrollViewer)(this.FindName("PageScrollViewer")));
     this.ContentStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContentStackPanel")));
     this.HeaderText = ((System.Windows.Controls.TextBlock)(this.FindName("HeaderText")));
     this.RequireLoginBorder = ((System.Windows.Controls.Border)(this.FindName("RequireLoginBorder")));
     this.RequireLoginText = ((System.Windows.Controls.TextBlock)(this.FindName("RequireLoginText")));
     this.LoggedInBorder = ((System.Windows.Controls.Border)(this.FindName("LoggedInBorder")));
     this.busyIndicatorGrid = ((ClientApplication.Controls.BusyIndicator)(this.FindName("busyIndicatorGrid")));
     this.stackPanel1 = ((System.Windows.Controls.Grid)(this.FindName("stackPanel1")));
     this.textBoxSearch = ((System.Windows.Controls.TextBox)(this.FindName("textBoxSearch")));
     this.NewTransaction = ((System.Windows.Controls.Button)(this.FindName("NewTransaction")));
     this.RefreshTransactionsDataGrid = ((System.Windows.Controls.Button)(this.FindName("RefreshTransactionsDataGrid")));
     this.TransactionsDataGrid = ((System.Windows.Controls.DataGrid)(this.FindName("TransactionsDataGrid")));
     this.NoRecordsFoundTransactionsDataGrid = ((System.Windows.Controls.TextBlock)(this.FindName("NoRecordsFoundTransactionsDataGrid")));
 }