public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/CircularRecorderApp;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this._animationControl = ((CircularRecorderApp.AudioLoop)(this.FindName("_animationControl")));
     this._pressToPlayImage = ((System.Windows.Controls.Image)(this.FindName("_pressToPlayImage")));
     this._soundPlayingAnimation = ((CircularRecorderApp.PlaySoundControl)(this.FindName("_soundPlayingAnimation")));
     this._saveButton = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("_saveButton")));
     this._settingsButton = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("_settingsButton")));
 }