public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/CodeCamp.RIA.UI;component/Views/ShellView.xaml", System.UriKind.Relative)); this.BusyIndicator = ((CodeCamp.RIA.UI.Controls.BusyIndicatorEx)(this.FindName("BusyIndicator"))); this.BackgroundBorder = ((System.Windows.Controls.Border)(this.FindName("BackgroundBorder"))); this.LinksBorder = ((System.Windows.Controls.Border)(this.FindName("LinksBorder"))); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.LinksStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("LinksStackPanel"))); this.ProfileInComplete = ((System.Windows.Shapes.Ellipse)(this.FindName("ProfileInComplete"))); this.UserWelcome = ((System.Windows.Controls.TextBlock)(this.FindName("UserWelcome"))); this.ContentBorder = ((System.Windows.Controls.Border)(this.FindName("ContentBorder"))); this.ContentFrame = ((System.Windows.Controls.Frame)(this.FindName("ContentFrame"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/CodeCamp.RIA.UI;component/Views/SpeakerView.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.PageScrollViewer = ((System.Windows.Controls.ScrollViewer)(this.FindName("PageScrollViewer"))); this.BusyIndicator = ((CodeCamp.RIA.UI.Controls.BusyIndicatorEx)(this.FindName("BusyIndicator"))); this.ContentStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContentStackPanel"))); this.HeaderText = ((System.Windows.Controls.TextBlock)(this.FindName("HeaderText"))); this.SpeakerPresentationsList = ((System.Windows.Controls.ListBox)(this.FindName("SpeakerPresentationsList"))); this.Add = ((System.Windows.Controls.Button)(this.FindName("Add"))); this.DetailText = ((System.Windows.Controls.TextBlock)(this.FindName("DetailText"))); this.PresentatonTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PresentatonTitle"))); this.Level = ((System.Windows.Controls.TextBlock)(this.FindName("Level"))); this.Status = ((System.Windows.Controls.TextBlock)(this.FindName("Status"))); this.Description = ((System.Windows.Controls.TextBlock)(this.FindName("Description"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/CodeCamp.RIA.UI;component/Views/ProfileView.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.PageScrollViewer = ((System.Windows.Controls.ScrollViewer)(this.FindName("PageScrollViewer"))); this.BusyIndicator = ((CodeCamp.RIA.UI.Controls.BusyIndicatorEx)(this.FindName("BusyIndicator"))); this.ContentStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContentStackPanel"))); this.HeaderText = ((System.Windows.Controls.TextBlock)(this.FindName("HeaderText"))); this.FirstName = ((System.Windows.Controls.TextBlock)(this.FindName("FirstName"))); this.LastName = ((System.Windows.Controls.TextBlock)(this.FindName("LastName"))); this.Email = ((System.Windows.Controls.TextBlock)(this.FindName("Email"))); this.Password1 = ((System.Windows.Controls.PasswordBox)(this.FindName("Password1"))); this.PersonTitle = ((System.Windows.Controls.TextBox)(this.FindName("PersonTitle"))); this.Twitter = ((System.Windows.Controls.TextBox)(this.FindName("Twitter"))); this.ImageUrl = ((System.Windows.Controls.TextBox)(this.FindName("ImageUrl"))); this.RB1 = ((System.Windows.Controls.StackPanel)(this.FindName("RB1"))); this.RB3 = ((System.Windows.Controls.StackPanel)(this.FindName("RB3"))); this.RB5 = ((System.Windows.Controls.StackPanel)(this.FindName("RB5"))); this.Password2 = ((System.Windows.Controls.PasswordBox)(this.FindName("Password2"))); this.WebSite = ((System.Windows.Controls.TextBox)(this.FindName("WebSite"))); this.Blog = ((System.Windows.Controls.TextBox)(this.FindName("Blog"))); this.RB2 = ((System.Windows.Controls.StackPanel)(this.FindName("RB2"))); this.RB4 = ((System.Windows.Controls.StackPanel)(this.FindName("RB4"))); this.RB6 = ((System.Windows.Controls.StackPanel)(this.FindName("RB6"))); this.Bio = ((System.Windows.Controls.TextBox)(this.FindName("Bio"))); this.Save = ((System.Windows.Controls.Button)(this.FindName("Save"))); }