Ejemplo n.º 1
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MassiveAttack;component/NewButtonPage.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.AddPanel                     = ((System.Windows.Controls.StackPanel)(this.FindName("AddPanel")));
     this.textBlock1                   = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.newText                      = ((System.Windows.Controls.TextBox)(this.FindName("newText")));
     this.textBlock2                   = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.chooseColor                  = ((Coding4Fun.Phone.Controls.ColorHexagonPicker)(this.FindName("chooseColor")));
     this.recordText                   = ((System.Windows.Controls.TextBlock)(this.FindName("recordText")));
     this.recordButton                 = ((System.Windows.Controls.Button)(this.FindName("recordButton")));
     this.buttonToAccessFromCodeBehind = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("buttonToAccessFromCodeBehind")));
 }
Ejemplo n.º 2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MassiveAttack;component/NewButtonPage.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.AddPanel = ((System.Windows.Controls.StackPanel)(this.FindName("AddPanel")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.newText = ((System.Windows.Controls.TextBox)(this.FindName("newText")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.chooseColor = ((Coding4Fun.Phone.Controls.ColorHexagonPicker)(this.FindName("chooseColor")));
     this.recordText = ((System.Windows.Controls.TextBlock)(this.FindName("recordText")));
     this.recordButton = ((System.Windows.Controls.Button)(this.FindName("recordButton")));
     this.buttonToAccessFromCodeBehind = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("buttonToAccessFromCodeBehind")));
 }