Ejemplo n.º 1
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Smart%20Challenge;component/lvlMenu.xaml", System.UriKind.Relative));
     this.grid1          = ((System.Windows.Controls.Grid)(this.FindName("grid1")));
     this.sfondo1BG      = ((System.Windows.Controls.Image)(this.FindName("sfondo1BG")));
     this.lvl1           = ((System.Windows.Controls.Image)(this.FindName("lvl1")));
     this.lvl2           = ((System.Windows.Controls.Image)(this.FindName("lvl2")));
     this.lvl3           = ((System.Windows.Controls.Image)(this.FindName("lvl3")));
     this.TxtTitle       = ((System.Windows.Controls.TextBlock)(this.FindName("TxtTitle")));
     this.b1             = ((System.Windows.Controls.Button)(this.FindName("b1")));
     this.b2             = ((System.Windows.Controls.Button)(this.FindName("b2")));
     this.b1_Copy1       = ((System.Windows.Controls.Button)(this.FindName("b1_Copy1")));
     this.star1_1        = ((System.Windows.Controls.Image)(this.FindName("star1_1")));
     this.star1_2        = ((System.Windows.Controls.Image)(this.FindName("star1_2")));
     this.star2_1        = ((System.Windows.Controls.Image)(this.FindName("star2_1")));
     this.star2_2        = ((System.Windows.Controls.Image)(this.FindName("star2_2")));
     this.star2_3        = ((System.Windows.Controls.Image)(this.FindName("star2_3")));
     this.star3_1        = ((System.Windows.Controls.Image)(this.FindName("star3_1")));
     this.star3_2        = ((System.Windows.Controls.Image)(this.FindName("star3_2")));
     this.star3_3        = ((System.Windows.Controls.Image)(this.FindName("star3_3")));
     this.star1_3        = ((System.Windows.Controls.Image)(this.FindName("star1_3")));
     this.griglia        = ((System.Windows.Controls.Grid)(this.FindName("griglia")));
     this.firstAd        = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("firstAd")));
     this.TxtTitle_Copy  = ((System.Windows.Controls.TextBlock)(this.FindName("TxtTitle_Copy")));
     this.TxtTitle_Copy1 = ((System.Windows.Controls.TextBlock)(this.FindName("TxtTitle_Copy1")));
     this.TxtTitle_Copy2 = ((System.Windows.Controls.TextBlock)(this.FindName("TxtTitle_Copy2")));
     this.avanti         = ((System.Windows.Controls.Image)(this.FindName("avanti")));
 }
Ejemplo n.º 2
0
 void MainPage_Loaded(object sender, RoutedEventArgs e)
 {
     if (!string.IsNullOrEmpty(APPLICATION_ID) && !string.IsNullOrEmpty(AD_UNIT_ID))
     {
         adControl1 = new Microsoft.Advertising.Mobile.UI.AdControl(APPLICATION_ID, AD_UNIT_ID, true);
         adControl2 = new Microsoft.Advertising.Mobile.UI.AdControl(APPLICATION_ID, AD_UNIT_ID, true);
     }
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Advertisements;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.adControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl")));
 }
Ejemplo n.º 4
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Conversion%20App;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot             = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.advertisement          = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("advertisement")));
     this.testbaby               = ((System.Windows.Controls.Button)(this.FindName("testbaby")));
     this.myPanorama             = ((Microsoft.Phone.Controls.Panorama)(this.FindName("myPanorama")));
     this.Converter              = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("Converter")));
     this.ConverterHeader        = ((System.Windows.Controls.TextBlock)(this.FindName("ConverterHeader")));
     this.inputUnitBlock         = ((System.Windows.Controls.TextBlock)(this.FindName("inputUnitBlock")));
     this.outputUnitBlock        = ((System.Windows.Controls.TextBlock)(this.FindName("outputUnitBlock")));
     this.userInput              = ((System.Windows.Controls.TextBlock)(this.FindName("userInput")));
     this.resultBlock            = ((System.Windows.Controls.TextBlock)(this.FindName("resultBlock")));
     this.ClearButton            = ((System.Windows.Controls.Button)(this.FindName("ClearButton")));
     this.DeleteButton           = ((System.Windows.Controls.Button)(this.FindName("DeleteButton")));
     this.DecimalButton          = ((System.Windows.Controls.Button)(this.FindName("DecimalButton")));
     this.ZeroButton             = ((System.Windows.Controls.Button)(this.FindName("ZeroButton")));
     this.OneButton              = ((System.Windows.Controls.Button)(this.FindName("OneButton")));
     this.TwoButton              = ((System.Windows.Controls.Button)(this.FindName("TwoButton")));
     this.ThreeButton            = ((System.Windows.Controls.Button)(this.FindName("ThreeButton")));
     this.FourButton             = ((System.Windows.Controls.Button)(this.FindName("FourButton")));
     this.FiveButton             = ((System.Windows.Controls.Button)(this.FindName("FiveButton")));
     this.SixButton              = ((System.Windows.Controls.Button)(this.FindName("SixButton")));
     this.SevenButton            = ((System.Windows.Controls.Button)(this.FindName("SevenButton")));
     this.EightButton            = ((System.Windows.Controls.Button)(this.FindName("EightButton")));
     this.NineButton             = ((System.Windows.Controls.Button)(this.FindName("NineButton")));
     this.Calculator             = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("Calculator")));
     this.CalculatorHeader       = ((System.Windows.Controls.TextBlock)(this.FindName("CalculatorHeader")));
     this.equationBlock          = ((System.Windows.Controls.TextBlock)(this.FindName("equationBlock")));
     this.calculatorUserInput    = ((System.Windows.Controls.TextBlock)(this.FindName("calculatorUserInput")));
     this.calculatorResultBlock  = ((System.Windows.Controls.TextBlock)(this.FindName("calculatorResultBlock")));
     this.CalculatorClearButton  = ((System.Windows.Controls.Button)(this.FindName("CalculatorClearButton")));
     this.CalculatorDeleteButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorDeleteButton")));
     this.EqualsButton           = ((System.Windows.Controls.Button)(this.FindName("EqualsButton")));
     this.PlusButton             = ((System.Windows.Controls.Button)(this.FindName("PlusButton")));
     this.MinusButton            = ((System.Windows.Controls.Button)(this.FindName("MinusButton")));
     this.MultiplicationButton   = ((System.Windows.Controls.Button)(this.FindName("MultiplicationButton")));
     this.DivisionButton         = ((System.Windows.Controls.Button)(this.FindName("DivisionButton")));
     this.CalculatorZeroButton   = ((System.Windows.Controls.Button)(this.FindName("CalculatorZeroButton")));
     this.CalculatorOneButton    = ((System.Windows.Controls.Button)(this.FindName("CalculatorOneButton")));
     this.CalculatorTwoButton    = ((System.Windows.Controls.Button)(this.FindName("CalculatorTwoButton")));
     this.CalculatorThreeButton  = ((System.Windows.Controls.Button)(this.FindName("CalculatorThreeButton")));
     this.CalculatorFourButton   = ((System.Windows.Controls.Button)(this.FindName("CalculatorFourButton")));
     this.CalculatorFiveButton   = ((System.Windows.Controls.Button)(this.FindName("CalculatorFiveButton")));
     this.CalculatorSixButton    = ((System.Windows.Controls.Button)(this.FindName("CalculatorSixButton")));
     this.CalculatorSevenButton  = ((System.Windows.Controls.Button)(this.FindName("CalculatorSevenButton")));
     this.CalculatorEightButton  = ((System.Windows.Controls.Button)(this.FindName("CalculatorEightButton")));
     this.CalculatorNineButton   = ((System.Windows.Controls.Button)(this.FindName("CalculatorNineButton")));
     this.removeadsbutton        = ((System.Windows.Controls.Button)(this.FindName("removeadsbutton")));
 }
Ejemplo n.º 5
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MarketRoulet;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.AdControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
     this.ContentLayout = ((Microsoft.Phone.Controls.Pivot)(this.FindName("ContentLayout")));
     this.ErrorDisplayer = ((FstnUserControl.Error.ErrorDisplayer)(this.FindName("ErrorDisplayer")));
 }
Ejemplo n.º 6
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Re;component/Results.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.AdUnit = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdUnit")));
     this.searchTerms = ((System.Windows.Controls.TextBlock)(this.FindName("searchTerms")));
     this.lbxOutput = ((Microsoft.Phone.Controls.LongListMultiSelector)(this.FindName("lbxOutput")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Advertisements;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.adControl    = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl")));
 }
Ejemplo n.º 8
0
            /**
             * The constructor
             */
            public Ad()
            {
                mAd = new Microsoft.Advertising.Mobile.UI.AdControl();

                //add the event handlers
                mAd.ErrorOccurred    += new EventHandler <Microsoft.Advertising.AdErrorEventArgs>(adControlErrorOccurred);
                mAd.IsEngagedChanged += new EventHandler(adControlEngagedChanged);
                mAd.AdRefreshed      += new EventHandler(adControlRefreshed);

                mAd.HorizontalAlignment = HorizontalAlignment.Left;
                mAd.VerticalAlignment   = VerticalAlignment.Top;
                View = mAd;
            }
Ejemplo n.º 9
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/APOD-Metro-Phone;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.panoMain = ((Microsoft.Phone.Controls.Panorama)(this.FindName("panoMain")));
     this.TodayButton = ((System.Windows.Controls.Button)(this.FindName("TodayButton")));
     this.Explanation = ((WP7_Mango_HtmlTextBlockControl.HtmlTextBlock)(this.FindName("Explanation")));
     this.UIList = ((System.Windows.Controls.ListBox)(this.FindName("UIList")));
 }
Ejemplo n.º 10
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GiveMeSomething;component/MainPage.xaml", System.UriKind.Relative));
     this.Background = ((System.Windows.Controls.Image)(this.FindName("Background")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.AdControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
     this.ContentLayout = ((System.Windows.Controls.StackPanel)(this.FindName("ContentLayout")));
     this.CategorieTitle = ((System.Windows.Controls.TextBlock)(this.FindName("CategorieTitle")));
     this.AppsPreviewContent = ((System.Windows.Controls.StackPanel)(this.FindName("AppsPreviewContent")));
     this.ErrorDisplayer = ((FstnUserControl.Error.ErrorDisplayer)(this.FindName("ErrorDisplayer")));
 }
Ejemplo n.º 11
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/NepaliAudioBook;component/ContentPage.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.albumList = ((System.Windows.Controls.ListBox)(this.FindName("albumList")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 12
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SubCool;component/MainPage.xaml", System.UriKind.Relative));
     this.AppPage           = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("AppPage")));
     this.LayoutRoot        = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.___PivotItem1_    = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("___PivotItem1_")));
     this.listBox3          = ((System.Windows.Controls.ListBox)(this.FindName("listBox3")));
     this.lengthTF          = ((System.Windows.Controls.TextBox)(this.FindName("lengthTF")));
     this.widthTF           = ((System.Windows.Controls.TextBox)(this.FindName("widthTF")));
     this.Button2           = ((System.Windows.Controls.Button)(this.FindName("Button2")));
     this.btusTF            = ((System.Windows.Controls.TextBox)(this.FindName("btusTF")));
     this.textBlock4        = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.textBox6          = ((System.Windows.Controls.TextBox)(this.FindName("textBox6")));
     this.textBlock5        = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.textBox7          = ((System.Windows.Controls.TextBox)(this.FindName("textBox7")));
     this.___PivotItem2_    = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("___PivotItem2_")));
     this.SecondListBox     = ((System.Windows.Controls.ListBox)(this.FindName("SecondListBox")));
     this.textBlock1        = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBox1          = ((System.Windows.Controls.TextBox)(this.FindName("textBox1")));
     this.textBlock2        = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBox2          = ((System.Windows.Controls.TextBox)(this.FindName("textBox2")));
     this.textBlock3        = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.textBox3          = ((System.Windows.Controls.TextBox)(this.FindName("textBox3")));
     this.radioButton1      = ((System.Windows.Controls.RadioButton)(this.FindName("radioButton1")));
     this.radioButton2      = ((System.Windows.Controls.RadioButton)(this.FindName("radioButton2")));
     this.radioButton3      = ((System.Windows.Controls.RadioButton)(this.FindName("radioButton3")));
     this.button1           = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.___PivotItem3_    = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("___PivotItem3_")));
     this.TheirdListBox     = ((System.Windows.Controls.ListBox)(this.FindName("TheirdListBox")));
     this.spdProblem1       = ((System.Windows.Controls.ListBox)(this.FindName("spdProblem1")));
     this.Temperaturetohigh = ((System.Windows.Controls.ListBoxItem)(this.FindName("Temperaturetohigh")));
     this.noisySystem       = ((System.Windows.Controls.ListBoxItem)(this.FindName("noisySystem")));
     this.Compresorstart    = ((System.Windows.Controls.ListBoxItem)(this.FindName("Compresorstart")));
     this.Compshort         = ((System.Windows.Controls.ListBoxItem)(this.FindName("Compshort")));
     this.Frostylowside     = ((System.Windows.Controls.ListBoxItem)(this.FindName("Frostylowside")));
     this.FrostyLiquidLine  = ((System.Windows.Controls.ListBoxItem)(this.FindName("FrostyLiquidLine")));
     this.Compresornostop   = ((System.Windows.Controls.ListBoxItem)(this.FindName("Compresornostop")));
     this.Compresornostart  = ((System.Windows.Controls.ListBoxItem)(this.FindName("Compresornostart")));
     this.textBox4          = ((System.Windows.Controls.TextBox)(this.FindName("textBox4")));
     this.textBox5          = ((System.Windows.Controls.TextBox)(this.FindName("textBox5")));
     this.___PivotItem4_    = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("___PivotItem4_")));
     this.adControl3        = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl3")));
     this.adControl2        = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl2")));
     this.adControl1        = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 13
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/YoutubeApp;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.topbanner = ((System.Windows.Shapes.Rectangle)(this.FindName("topbanner")));
     this.botbanner = ((System.Windows.Shapes.Rectangle)(this.FindName("botbanner")));
     this.avatar_image = ((System.Windows.Controls.Image)(this.FindName("avatar_image")));
     this.channelname_textblock = ((System.Windows.Controls.TextBlock)(this.FindName("channelname_textblock")));
     this.playlist_listbox = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("playlist_listbox")));
     this.banner_textblock = ((System.Windows.Controls.TextBlock)(this.FindName("banner_textblock")));
     this.AdUnit = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdUnit")));
 }
Ejemplo n.º 14
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/gTask;component/Views/TaskView.xaml", System.UriKind.Relative));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.txtTitle     = ((System.Windows.Controls.TextBlock)(this.FindName("txtTitle")));
     this.txtPageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("txtPageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.TasksView    = ((ReorderListBox.ReorderListBox)(this.FindName("TasksView")));
     this.AdControl    = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
 }
Ejemplo n.º 15
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MassiveAttack;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Pivot")));
     this.Button = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Button")));
     this.playButton = ((System.Windows.Controls.Button)(this.FindName("playButton")));
     this.bigButton1 = ((MassiveAttack.BigButton)(this.FindName("bigButton1")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.Drawer = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Drawer")));
     this.listBox1 = ((System.Windows.Controls.ListBox)(this.FindName("listBox1")));
 }
Ejemplo n.º 16
0
 void MainPage_Loaded(object sender, RoutedEventArgs e)
 {
     try
     {
         if (!string.IsNullOrEmpty(APPLICATION_ID) && !string.IsNullOrEmpty(AD_UNIT_ID))
         {
             adControl1 = new Microsoft.Advertising.Mobile.UI.AdControl(APPLICATION_ID, AD_UNIT_ID, true);
             adControl2 = new Microsoft.Advertising.Mobile.UI.AdControl(APPLICATION_ID, AD_UNIT_ID, true);
         }
         else
         {
             adControl1.Visibility = Visibility.Collapsed;
             adControl2.Visibility = Visibility.Collapsed;
         }
         textBoxMailTo.Text = "";
         if (this.textBoxMailTo.Text == ";")
         {
             this.textBoxMailTo.Text = "";
         }
         try
         {
             IsolatedStorageFile       myIsolatedStorage = IsolatedStorageFile.GetUserStoreForApplication();
             IsolatedStorageFileStream fileStream        = myIsolatedStorage.OpenFile("myFile.txt", FileMode.Open, FileAccess.Read);
             using (StreamReader reader = new StreamReader(fileStream))
             {
                 this.textBoxUserName.Text = reader.ReadLine();
             }
         }
         catch
         {
         }
         try
         {
             IsolatedStorageFile       myIsolatedStorag = IsolatedStorageFile.GetUserStoreForApplication();
             IsolatedStorageFileStream fileStrea        = myIsolatedStorag.OpenFile("mypass.txt", FileMode.Open, FileAccess.Read);
             using (StreamReader reader = new StreamReader(fileStrea))
             {
                 this.textBoxPassword.Password = reader.ReadLine();
             }
         }
         catch
         {
         }
     }
     catch
     {
     }
 }
Ejemplo n.º 17
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/BrokeThePig;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.AdControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
     this.ContentLayout = ((System.Windows.Controls.Canvas)(this.FindName("ContentLayout")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.Counter = ((System.Windows.Controls.TextBlock)(this.FindName("Counter")));
     this.AmountOfMoney = ((System.Windows.Controls.TextBlock)(this.FindName("AmountOfMoney")));
     this.PigLayout = ((System.Windows.Controls.Canvas)(this.FindName("PigLayout")));
     this.Pig = ((BrokeThePig.UC.Pig)(this.FindName("Pig")));
 }
Ejemplo n.º 18
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/HarlemShake;component/MainPage.xaml", System.UriKind.Relative));
     this.AdControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
     this.RootLayout = ((Microsoft.Phone.Controls.Pivot)(this.FindName("RootLayout")));
     this.ResultsList = ((System.Windows.Controls.ListBox)(this.FindName("ResultsList")));
     this.primaryCapture = ((System.Windows.Controls.Canvas)(this.FindName("primaryCapture")));
     this.exportCanvas = ((System.Windows.Controls.Canvas)(this.FindName("exportCanvas")));
     this.displayImage = ((System.Windows.Controls.Image)(this.FindName("displayImage")));
     this.Calque_1 = ((System.Windows.Controls.Image)(this.FindName("Calque_1")));
     this.shakeCanvas = ((System.Windows.Controls.Canvas)(this.FindName("shakeCanvas")));
     this.shakeImage = ((System.Windows.Controls.Image)(this.FindName("shakeImage")));
 }
Ejemplo n.º 19
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/NepaliAudioBook;component/PlayerPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.slider = ((System.Windows.Controls.Slider)(this.FindName("slider")));
     this.StartTime = ((System.Windows.Controls.TextBlock)(this.FindName("StartTime")));
     this.EndTime = ((System.Windows.Controls.TextBlock)(this.FindName("EndTime")));
     this.image1 = ((System.Windows.Controls.Image)(this.FindName("image1")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 20
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/gTask;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.txtTitle     = ((System.Windows.Controls.TextBlock)(this.FindName("txtTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.btnLogin     = ((System.Windows.Controls.Button)(this.FindName("btnLogin")));
     this.TaskListBox  = ((System.Windows.Controls.ListBox)(this.FindName("TaskListBox")));
     this.AdControl    = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
 }
Ejemplo n.º 21
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WP%20Clicker;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.ContentPanel       = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.btnPlay            = ((System.Windows.Controls.Button)(this.FindName("btnPlay")));
     this.clickerad          = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("clickerad")));
     this.btnclick           = ((System.Windows.Controls.Button)(this.FindName("btnclick")));
     this.btnpop             = ((System.Windows.Controls.Button)(this.FindName("btnpop")));
     this.btnsnap            = ((System.Windows.Controls.Button)(this.FindName("btnsnap")));
     this.btncrackle         = ((System.Windows.Controls.Button)(this.FindName("btncrackle")));
     this.btnding            = ((System.Windows.Controls.Button)(this.FindName("btnding")));
     this.btnblast           = ((System.Windows.Controls.Button)(this.FindName("btnblast")));
     this.btnsqeak           = ((System.Windows.Controls.Button)(this.FindName("btnsqeak")));
     this.btndrop            = ((System.Windows.Controls.Button)(this.FindName("btndrop")));
     this.btndoorbell        = ((System.Windows.Controls.Button)(this.FindName("btndoorbell")));
     this.btndrip            = ((System.Windows.Controls.Button)(this.FindName("btndrip")));
     this.btnmore            = ((System.Windows.Controls.Button)(this.FindName("btnmore")));
     this.btnchime           = ((System.Windows.Controls.Button)(this.FindName("btnchime")));
     this.btnsiren           = ((System.Windows.Controls.Button)(this.FindName("btnsiren")));
     this.Dog_Bone           = ((System.Windows.Controls.Image)(this.FindName("Dog_Bone")));
     this.btnback            = ((System.Windows.Controls.Button)(this.FindName("btnback")));
     this.btnback2           = ((System.Windows.Controls.Button)(this.FindName("btnback2")));
     this.btnbite            = ((System.Windows.Controls.Button)(this.FindName("btnbite")));
     this.btnsplat           = ((System.Windows.Controls.Button)(this.FindName("btnsplat")));
     this.btncrash           = ((System.Windows.Controls.Button)(this.FindName("btncrash")));
     this.btnwoosh           = ((System.Windows.Controls.Button)(this.FindName("btnwoosh")));
     this.btnblop            = ((System.Windows.Controls.Button)(this.FindName("btnblop")));
     this.btncoin            = ((System.Windows.Controls.Button)(this.FindName("btncoin")));
     this.btngong            = ((System.Windows.Controls.Button)(this.FindName("btngong")));
     this.btnthunder         = ((System.Windows.Controls.Button)(this.FindName("btnthunder")));
     this.btnpool            = ((System.Windows.Controls.Button)(this.FindName("btnpool")));
     this.btnpunch           = ((System.Windows.Controls.Button)(this.FindName("btnpunch")));
     this.btngunshot         = ((System.Windows.Controls.Button)(this.FindName("btngunshot")));
     this.btnspin            = ((System.Windows.Controls.Button)(this.FindName("btnspin")));
     this.btnback3           = ((System.Windows.Controls.Button)(this.FindName("btnback3")));
     this.Information_Button = ((System.Windows.Controls.Button)(this.FindName("Information_Button")));
     this.clicktype          = ((System.Windows.Controls.TextBlock)(this.FindName("clicktype")));
     this.PlaySound          = ((System.Windows.Controls.MediaElement)(this.FindName("PlaySound")));
 }
Ejemplo n.º 22
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Smart%20Challenge;component/sbagliato.xaml", System.UriKind.Relative));
     this.grid1             = ((System.Windows.Controls.Grid)(this.FindName("grid1")));
     this.sfondo1BG         = ((System.Windows.Controls.Image)(this.FindName("sfondo1BG")));
     this.wrong             = ((System.Windows.Controls.TextBlock)(this.FindName("wrong")));
     this.arrow             = ((System.Windows.Controls.Image)(this.FindName("arrow")));
     this.bar               = ((System.Windows.Controls.Image)(this.FindName("bar")));
     this.checkpoint        = ((System.Windows.Controls.TextBlock)(this.FindName("checkpoint")));
     this.menu              = ((System.Windows.Controls.TextBlock)(this.FindName("menu")));
     this.firstAd           = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("firstAd")));
     this.InneractiveXamlAd = ((Inneractive.Ad.InneractiveAd)(this.FindName("InneractiveXamlAd")));
 }
Ejemplo n.º 23
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Grades;component/ClassDetail.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.contentGrid = ((System.Windows.Controls.Grid)(this.FindName("contentGrid")));
     this.teacherBlock = ((System.Windows.Controls.TextBlock)(this.FindName("teacherBlock")));
     this.averageBlock = ((System.Windows.Controls.TextBlock)(this.FindName("averageBlock")));
     this.pageBox = ((System.Windows.Controls.ListBox)(this.FindName("pageBox")));
     this.detailBlock = ((System.Windows.Controls.TextBlock)(this.FindName("detailBlock")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 24
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Stitchmania;component/HomePage.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.StitchGalleryLinkButton = ((System.Windows.Controls.Button)(this.FindName("StitchGalleryLinkButton")));
     this.StitchIndexLinkButton   = ((System.Windows.Controls.Button)(this.FindName("StitchIndexLinkButton")));
     this.tbAdvertisement         = ((System.Windows.Controls.TextBlock)(this.FindName("tbAdvertisement")));
     this.adControl1              = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 25
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/myIdeas;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.pivot1 = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot1")));
     this.Main = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Main")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.AddIdea = ((System.Windows.Controls.Button)(this.FindName("AddIdea")));
     this.AddCategory = ((System.Windows.Controls.Button)(this.FindName("AddCategory")));
     this.RemoveCategory = ((System.Windows.Controls.Button)(this.FindName("RemoveCategory")));
     this.AdControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
     this.Categories = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Categories")));
     this.CategoriesList = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("CategoriesList")));
 }
Ejemplo n.º 26
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SoundRecorderWP8;component/MainPage.xaml", System.UriKind.Relative));
     this.AppBarText = ((System.Windows.Style)(this.FindName("AppBarText")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.MainPanel = ((System.Windows.Controls.StackPanel)(this.FindName("MainPanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.UserHelp = ((System.Windows.Controls.TextBlock)(this.FindName("UserHelp")));
     this.StatusImage = ((System.Windows.Controls.Image)(this.FindName("StatusImage")));
     this.slider1 = ((System.Windows.Controls.Slider)(this.FindName("slider1")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.navigateToSavedSounds = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("navigateToSavedSounds")));
     this.help = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("help")));
     this.about = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("about")));
 }
Ejemplo n.º 27
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Kauppalista;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.AdControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.MiddlePanel = ((System.Windows.Controls.Grid)(this.FindName("MiddlePanel")));
     this.AddingPanel = ((System.Windows.Controls.Grid)(this.FindName("AddingPanel")));
     this.TextBoxNew = ((System.Windows.Controls.TextBox)(this.FindName("TextBoxNew")));
     this.BtnLisaa = ((System.Windows.Controls.Button)(this.FindName("BtnLisaa")));
     this.CheckBoxQuickAdd = ((System.Windows.Controls.CheckBox)(this.FindName("CheckBoxQuickAdd")));
     this.BtnQuickAdd = ((System.Windows.Controls.Button)(this.FindName("BtnQuickAdd")));
     this.PurchasePanel = ((System.Windows.Controls.Grid)(this.FindName("PurchasePanel")));
     this.PurchaseListBox = ((System.Windows.Controls.ListBox)(this.FindName("PurchaseListBox")));
 }
Ejemplo n.º 28
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Diablo3%20Countdown;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.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.image1 = ((System.Windows.Controls.Image)(this.FindName("image1")));
     this.Countdown = ((System.Windows.Controls.TextBlock)(this.FindName("Countdown")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.textblockRelease = ((System.Windows.Controls.TextBlock)(this.FindName("textblockRelease")));
 }
Ejemplo n.º 29
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Smart%20Challenge;component/end.xaml", System.UriKind.Relative));
     this.grid1   = ((System.Windows.Controls.Grid)(this.FindName("grid1")));
     this.image1  = ((System.Windows.Controls.Image)(this.FindName("image1")));
     this.Instr   = ((System.Windows.Controls.TextBlock)(this.FindName("Instr")));
     this.star1   = ((System.Windows.Controls.Image)(this.FindName("star1")));
     this.star2   = ((System.Windows.Controls.Image)(this.FindName("star2")));
     this.star3   = ((System.Windows.Controls.Image)(this.FindName("star3")));
     this.time    = ((System.Windows.Controls.TextBlock)(this.FindName("time")));
     this.OK      = ((System.Windows.Controls.TextBlock)(this.FindName("OK")));
     this.griglia = ((System.Windows.Controls.Grid)(this.FindName("griglia")));
     this.firstAd = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("firstAd")));
 }
Ejemplo n.º 30
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/CellFo;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.ContentPanel   = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Postpaid       = ((System.Windows.Controls.Button)(this.FindName("Postpaid")));
     this.Prepaid        = ((System.Windows.Controls.Button)(this.FindName("Prepaid")));
     this.select_service = ((System.Windows.Controls.TextBlock)(this.FindName("select_service")));
     this.btn_info       = ((System.Windows.Controls.Button)(this.FindName("btn_info")));
     this.mainad         = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("mainad")));
     this.MVNO           = ((System.Windows.Controls.Button)(this.FindName("MVNO")));
     this.Network        = ((System.Windows.Controls.TextBlock)(this.FindName("Network")));
 }
Ejemplo n.º 31
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/VITattendance;component/subjectDetails.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.controller = ((Microsoft.Phone.Controls.Panorama)(this.FindName("controller")));
     this.lbl_percent = ((System.Windows.Controls.TextBlock)(this.FindName("lbl_percent")));
     this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.button2 = ((System.Windows.Controls.Button)(this.FindName("button2")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.button3 = ((System.Windows.Controls.Button)(this.FindName("button3")));
     this.button4 = ((System.Windows.Controls.Button)(this.FindName("button4")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.details = ((System.Windows.Controls.ListBox)(this.FindName("details")));
     this.moreDetais = ((System.Windows.Controls.ListBox)(this.FindName("moreDetais")));
 }
Ejemplo n.º 32
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Auto%20finder;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot                       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.MaintPivot                       = ((Microsoft.Phone.Controls.Pivot)(this.FindName("MaintPivot")));
     this.Mark                             = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Mark")));
     this.adControl1                       = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.sendLocationButton               = ((System.Windows.Controls.Button)(this.FindName("sendLocationButton")));
     this.enterLocationButton              = ((System.Windows.Controls.Button)(this.FindName("enterLocationButton")));
     this.LocationEnterPanel               = ((System.Windows.Controls.StackPanel)(this.FindName("LocationEnterPanel")));
     this.enterLocationTextBox             = ((System.Windows.Controls.TextBox)(this.FindName("enterLocationTextBox")));
     this.submitLocationButton             = ((System.Windows.Controls.Button)(this.FindName("submitLocationButton")));
     this.cancelLocationBox                = ((System.Windows.Controls.Button)(this.FindName("cancelLocationBox")));
     this.Navigation                       = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Navigation")));
     this.Triangle                         = ((System.Windows.Controls.Canvas)(this.FindName("Triangle")));
     this.map1                             = ((Microsoft.Phone.Controls.Maps.Map)(this.FindName("map1")));
     this.targetEllipse                    = ((System.Windows.Shapes.Ellipse)(this.FindName("targetEllipse")));
     this.pathLine                         = ((System.Windows.Shapes.Line)(this.FindName("pathLine")));
     this.upperMapRect                     = ((System.Windows.Shapes.Rectangle)(this.FindName("upperMapRect")));
     this.hideMapButton                    = ((System.Windows.Controls.Button)(this.FindName("hideMapButton")));
     this.showMapButton                    = ((System.Windows.Controls.Button)(this.FindName("showMapButton")));
     this.resetButton                      = ((System.Windows.Controls.Button)(this.FindName("resetButton")));
     this.distanceTextBox                  = ((System.Windows.Controls.TextBlock)(this.FindName("distanceTextBox")));
     this.bottomMapRect                    = ((System.Windows.Shapes.Rectangle)(this.FindName("bottomMapRect")));
     this.calibrationStackPanel            = ((System.Windows.Controls.StackPanel)(this.FindName("calibrationStackPanel")));
     this.calibrationTextBlock             = ((System.Windows.Controls.TextBlock)(this.FindName("calibrationTextBlock")));
     this.calibrationButton                = ((System.Windows.Controls.Button)(this.FindName("calibrationButton")));
     this.adControl2                       = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl2")));
     this.History                          = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("History")));
     this.FirstListBox                     = ((System.Windows.Controls.ListBox)(this.FindName("FirstListBox")));
     this.PlacemarkNameEnterPanel          = ((System.Windows.Controls.StackPanel)(this.FindName("PlacemarkNameEnterPanel")));
     this.enterPlacemarkNameTextBox        = ((System.Windows.Controls.TextBox)(this.FindName("enterPlacemarkNameTextBox")));
     this.submitPlacemarkNameButton        = ((System.Windows.Controls.Button)(this.FindName("submitPlacemarkNameButton")));
     this.cancelPlacemarkNameBox           = ((System.Windows.Controls.Button)(this.FindName("cancelPlacemarkNameBox")));
     this.LoadingPanel                     = ((System.Windows.Controls.StackPanel)(this.FindName("LoadingPanel")));
     this.performanceProgressBarCustomized = ((Microsoft.Phone.Controls.PerformanceProgressBar)(this.FindName("performanceProgressBarCustomized")));
 }
Ejemplo n.º 33
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/gTask;component/Views/Edit.xaml", System.UriKind.Relative));
     this.LayoutRoot    = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.txtTitle      = ((System.Windows.Controls.TextBlock)(this.FindName("txtTitle")));
     this.PageTitle     = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel  = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.scrollViewer1 = ((System.Windows.Controls.ScrollViewer)(this.FindName("scrollViewer1")));
     this.txtbxTitle    = ((System.Windows.Controls.TextBox)(this.FindName("txtbxTitle")));
     this.scrollViewer2 = ((System.Windows.Controls.ScrollViewer)(this.FindName("scrollViewer2")));
     this.txtNotes      = ((System.Windows.Controls.TextBox)(this.FindName("txtNotes")));
     this.txtDueDate    = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("txtDueDate")));
     this.chkNoDueDate  = ((System.Windows.Controls.CheckBox)(this.FindName("chkNoDueDate")));
     this.AdControl     = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AdControl")));
 }
Ejemplo n.º 34
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/TipsCalculator;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.ContentPanel        = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.textBlock1          = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.percentTextBlock    = ((System.Windows.Controls.TextBlock)(this.FindName("percentTextBlock")));
     this.grid1               = ((System.Windows.Controls.Grid)(this.FindName("grid1")));
     this.button1             = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.button3             = ((System.Windows.Controls.Button)(this.FindName("button3")));
     this.button7             = ((System.Windows.Controls.Button)(this.FindName("button7")));
     this.button8             = ((System.Windows.Controls.Button)(this.FindName("button8")));
     this.button9             = ((System.Windows.Controls.Button)(this.FindName("button9")));
     this.button6             = ((System.Windows.Controls.Button)(this.FindName("button6")));
     this.button2             = ((System.Windows.Controls.Button)(this.FindName("button2")));
     this.button5             = ((System.Windows.Controls.Button)(this.FindName("button5")));
     this.button4             = ((System.Windows.Controls.Button)(this.FindName("button4")));
     this.button_coma         = ((System.Windows.Controls.Button)(this.FindName("button_coma")));
     this.button0             = ((System.Windows.Controls.Button)(this.FindName("button0")));
     this.button_delete       = ((System.Windows.Controls.Button)(this.FindName("button_delete")));
     this.individualCost      = ((System.Windows.Controls.TextBlock)(this.FindName("individualCost")));
     this.totalCost           = ((System.Windows.Controls.TextBlock)(this.FindName("totalCost")));
     this.individualTip       = ((System.Windows.Controls.TextBlock)(this.FindName("individualTip")));
     this.totalTip            = ((System.Windows.Controls.TextBlock)(this.FindName("totalTip")));
     this.individualCostBlock = ((System.Windows.Controls.TextBlock)(this.FindName("individualCostBlock")));
     this.individualTipBlock  = ((System.Windows.Controls.TextBlock)(this.FindName("individualTipBlock")));
     this.totalTipBlock       = ((System.Windows.Controls.TextBlock)(this.FindName("totalTipBlock")));
     this.totalCostBlock      = ((System.Windows.Controls.TextBlock)(this.FindName("totalCostBlock")));
     this.slider1             = ((System.Windows.Controls.Slider)(this.FindName("slider1")));
     this.peoplePicker        = ((System.Windows.Controls.TextBlock)(this.FindName("peoplePicker")));
     this.button10            = ((System.Windows.Controls.Button)(this.FindName("button10")));
     this.button11            = ((System.Windows.Controls.Button)(this.FindName("button11")));
     this.adControl1          = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.textBlock2          = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
 }
Ejemplo n.º 35
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PersianFacebook;component/Pages/Note.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.adControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl")));
     this.pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
     this.itemContainer = ((System.Windows.Controls.StackPanel)(this.FindName("itemContainer")));
     this.lstComments = ((System.Windows.Controls.ListBox)(this.FindName("lstComments")));
     this.btnCommentsMore = ((System.Windows.Controls.Button)(this.FindName("btnCommentsMore")));
     this.txtComment = ((System.Windows.Controls.TextBox)(this.FindName("txtComment")));
     this.lstLikes = ((System.Windows.Controls.ListBox)(this.FindName("lstLikes")));
     this.btnLike = ((System.Windows.Controls.Button)(this.FindName("btnLike")));
     this.btnHome = ((System.Windows.Controls.Button)(this.FindName("btnHome")));
     this.progressbar = ((FaceFeed.Modules.LoadingPanel)(this.FindName("progressbar")));
     this.pageMenu = ((FaceFeed.Modules.PageMenu)(this.FindName("pageMenu")));
     this.btnMenu = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnMenu")));
     this.btnSync = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnSync")));
 }
Ejemplo n.º 36
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Obbligo%20o%20verita;component/start.xaml", System.UriKind.Relative));
     this.Storyboard1  = ((System.Windows.Media.Animation.Storyboard)(this.FindName("Storyboard1")));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel   = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.bg           = ((System.Windows.Controls.Image)(this.FindName("bg")));
     this.instr        = ((System.Windows.Controls.TextBlock)(this.FindName("instr")));
     this.numGioc      = ((System.Windows.Controls.TextBlock)(this.FindName("numGioc")));
     this.add          = ((System.Windows.Controls.TextBlock)(this.FindName("add")));
     this.sub          = ((System.Windows.Controls.TextBlock)(this.FindName("sub")));
     this.next         = ((System.Windows.Controls.TextBlock)(this.FindName("next")));
     this._new         = ((System.Windows.Controls.TextBlock)(this.FindName("_new")));
     this.griglia      = ((System.Windows.Controls.Grid)(this.FindName("griglia")));
     this.firstAd      = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("firstAd")));
 }
Ejemplo n.º 37
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/CyberoamLogin;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.textBlock1       = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBox1         = ((System.Windows.Controls.TextBox)(this.FindName("textBox1")));
     this.textBlock2       = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBox2         = ((System.Windows.Controls.TextBox)(this.FindName("textBox2")));
     this.textBlock3       = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.passwordBox1     = ((System.Windows.Controls.PasswordBox)(this.FindName("passwordBox1")));
     this.button1          = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.adControl        = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl")));
 }
Ejemplo n.º 38
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Run21;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot         = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.slotControl1       = ((Run21.UserControls.SlotControl)(this.FindName("slotControl1")));
     this.deckControl1       = ((Run21.UserControls.DeckControl)(this.FindName("deckControl1")));
     this.slotControl2       = ((Run21.UserControls.SlotControl)(this.FindName("slotControl2")));
     this.slotControl3       = ((Run21.UserControls.SlotControl)(this.FindName("slotControl3")));
     this.slotControl4       = ((Run21.UserControls.SlotControl)(this.FindName("slotControl4")));
     this.slotControl5       = ((Run21.UserControls.SlotControl)(this.FindName("slotControl5")));
     this.button1            = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.holderControl1     = ((Run21.UserControls.HolderControl)(this.FindName("holderControl1")));
     this.adControl1         = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.roundControl1      = ((Run21.UserControls.RoundControl)(this.FindName("roundControl1")));
     this.roundTimerControl1 = ((Run21.UserControls.RoundTimerControl)(this.FindName("roundTimerControl1")));
     this.howtoPlayControl   = ((Run21.HowToPlayToast)(this.FindName("howtoPlayControl")));
     this.bonusControl       = ((Run21.BonusRoundControl)(this.FindName("bonusControl")));
     this.fivebonusControl   = ((Run21.Five21Bonus)(this.FindName("fivebonusControl")));
 }
Ejemplo n.º 39
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Stitchmania;component/StitchCounter.xaml", System.UriKind.Relative));
     this.LayoutRoot            = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.AdPanel               = ((System.Windows.Controls.StackPanel)(this.FindName("AdPanel")));
     this.adControl1            = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     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.tbContent             = ((System.Windows.Controls.TextBlock)(this.FindName("tbContent")));
     this.lstProjects           = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lstProjects")));
     this.btnEdit               = ((System.Windows.Controls.Button)(this.FindName("btnEdit")));
     this.ContentPanel2         = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel2")));
     this.tbCounter             = ((System.Windows.Controls.TextBlock)(this.FindName("tbCounter")));
     this.tbTotalRows           = ((System.Windows.Controls.TextBlock)(this.FindName("tbTotalRows")));
     this.tbLastUpdate          = ((System.Windows.Controls.TextBlock)(this.FindName("tbLastUpdate")));
     this.tbProjectID           = ((System.Windows.Controls.TextBlock)(this.FindName("tbProjectID")));
     this.tbProjectName         = ((System.Windows.Controls.TextBlock)(this.FindName("tbProjectName")));
     this.ContentPanel3         = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel3")));
     this.tbEditProject         = ((System.Windows.Controls.TextBlock)(this.FindName("tbEditProject")));
     this.tbxEditProjectName    = ((System.Windows.Controls.TextBox)(this.FindName("tbxEditProjectName")));
     this.tbxEditStartingRow    = ((System.Windows.Controls.TextBox)(this.FindName("tbxEditStartingRow")));
     this.tbxEditTotalRows      = ((System.Windows.Controls.TextBox)(this.FindName("tbxEditTotalRows")));
     this.ContentPanel4         = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel4")));
     this.tbFirstProjectMessage = ((System.Windows.Controls.TextBlock)(this.FindName("tbFirstProjectMessage")));
     this.tbAddProject          = ((System.Windows.Controls.TextBlock)(this.FindName("tbAddProject")));
     this.tbxAddProjectName     = ((System.Windows.Controls.TextBox)(this.FindName("tbxAddProjectName")));
     this.tbxAddStartingRow     = ((System.Windows.Controls.TextBox)(this.FindName("tbxAddStartingRow")));
     this.tbxAddTotalRows       = ((System.Windows.Controls.TextBox)(this.FindName("tbxAddTotalRows")));
 }
Ejemplo n.º 40
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Obbligo%20o%20verita;component/MainPage.xaml", System.UriKind.Relative));
     this.Storyboard1  = ((System.Windows.Media.Animation.Storyboard)(this.FindName("Storyboard1")));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel   = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.bg           = ((System.Windows.Controls.Image)(this.FindName("bg")));
     this.image3       = ((System.Windows.Controls.Image)(this.FindName("image3")));
     this.image1       = ((System.Windows.Controls.Image)(this.FindName("image1")));
     this.image2       = ((System.Windows.Controls.Image)(this.FindName("image2")));
     this.image        = ((System.Windows.Controls.Image)(this.FindName("image")));
     this.play         = ((System.Windows.Controls.TextBlock)(this.FindName("play")));
     this.database     = ((System.Windows.Controls.TextBlock)(this.FindName("database")));
     this.info         = ((System.Windows.Controls.TextBlock)(this.FindName("info")));
     this.credits      = ((System.Windows.Controls.TextBlock)(this.FindName("credits")));
     this.griglia      = ((System.Windows.Controls.Grid)(this.FindName("griglia")));
     this.firstAd      = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("firstAd")));
 }
Ejemplo n.º 41
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/IndianCalendarApp;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot        = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.mypivot           = ((Microsoft.Phone.Controls.Pivot)(this.FindName("mypivot")));
     this.ContentPanel      = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.txtToday          = ((System.Windows.Controls.TextBlock)(this.FindName("txtToday")));
     this.calendar          = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("calendar")));
     this.lstEvents         = ((System.Windows.Controls.ListBox)(this.FindName("lstEvents")));
     this.CalendarHeader    = ((System.Windows.Controls.TextBlock)(this.FindName("CalendarHeader")));
     this.CalendarContainer = ((System.Windows.Controls.StackPanel)(this.FindName("CalendarContainer")));
     this.adControl         = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl")));
     this.birthDate         = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("birthDate")));
     this.txtBirthDateMsg   = ((System.Windows.Controls.TextBlock)(this.FindName("txtBirthDateMsg")));
     this.txtbirthYears     = ((System.Windows.Controls.TextBlock)(this.FindName("txtbirthYears")));
     this.txtbirthMonths    = ((System.Windows.Controls.TextBlock)(this.FindName("txtbirthMonths")));
     this.txtbirthWeeks     = ((System.Windows.Controls.TextBlock)(this.FindName("txtbirthWeeks")));
     this.txtbirthDays      = ((System.Windows.Controls.TextBlock)(this.FindName("txtbirthDays")));
 }
Ejemplo n.º 42
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PersianFacebook;component/Pages/Home.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.adControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
     this.lstFeeds = ((System.Windows.Controls.ListBox)(this.FindName("lstFeeds")));
     this.btnFeedLoadMore = ((System.Windows.Controls.Button)(this.FindName("btnFeedLoadMore")));
     this.txtSearchFriends = ((System.Windows.Controls.TextBox)(this.FindName("txtSearchFriends")));
     this.lstFriends = ((System.Windows.Controls.ListBox)(this.FindName("lstFriends")));
     this.txtSearchPages = ((System.Windows.Controls.TextBox)(this.FindName("txtSearchPages")));
     this.lstPages = ((System.Windows.Controls.ListBox)(this.FindName("lstPages")));
     this.txtSearchGroups = ((System.Windows.Controls.TextBox)(this.FindName("txtSearchGroups")));
     this.lstGroups = ((System.Windows.Controls.ListBox)(this.FindName("lstGroups")));
     this.lstNotes = ((System.Windows.Controls.ListBox)(this.FindName("lstNotes")));
     this.lstPhotos = ((System.Windows.Controls.ListBox)(this.FindName("lstPhotos")));
     this.lstAlbums = ((System.Windows.Controls.ListBox)(this.FindName("lstAlbums")));
     this.profileContainer = ((System.Windows.Controls.Grid)(this.FindName("profileContainer")));
     this.statusContainer = ((System.Windows.Controls.StackPanel)(this.FindName("statusContainer")));
     this.btnStatus = ((System.Windows.Controls.Button)(this.FindName("btnStatus")));
     this.txtWallMessage = ((System.Windows.Controls.TextBox)(this.FindName("txtWallMessage")));
     this.btnPost = ((System.Windows.Controls.Button)(this.FindName("btnPost")));
     this.lstWallPosts = ((System.Windows.Controls.ListBox)(this.FindName("lstWallPosts")));
     this.btnWallPostsMore = ((System.Windows.Controls.Button)(this.FindName("btnWallPostsMore")));
     this.lstNotifications = ((System.Windows.Controls.ListBox)(this.FindName("lstNotifications")));
     this.progressbar = ((FaceFeed.Modules.LoadingPanel)(this.FindName("progressbar")));
     this.pageMenu = ((FaceFeed.Modules.PageMenu)(this.FindName("pageMenu")));
     this.btnSettings = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnSettings")));
     this.btnMenu = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnMenu")));
     this.btnSync = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnSync")));
     this.btnClearCache = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("btnClearCache")));
     this.btnLogOut = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("btnLogOut")));
     this.btnAbout = ((Microsoft.Phone.Shell.ApplicationBarMenuItem)(this.FindName("btnAbout")));
 }
Ejemplo n.º 43
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PhoneApp1;component/EventsPage.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.eventNameTxt = ((System.Windows.Controls.TextBlock)(this.FindName("eventNameTxt")));
     this.eventDescTxt = ((System.Windows.Controls.TextBlock)(this.FindName("eventDescTxt")));
     this.eventTimeTxt = ((System.Windows.Controls.TextBlock)(this.FindName("eventTimeTxt")));
     this.eventAddressLabel = ((System.Windows.Controls.TextBlock)(this.FindName("eventAddressLabel")));
     this.eventAddressTxt = ((System.Windows.Controls.TextBlock)(this.FindName("eventAddressTxt")));
     this.eventUrlLabel = ((System.Windows.Controls.TextBlock)(this.FindName("eventUrlLabel")));
     this.eventUrlTxt = ((System.Windows.Controls.TextBlock)(this.FindName("eventUrlTxt")));
     this.eventUrlHyperLink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("eventUrlHyperLink")));
     this.eventFindUsLabel = ((System.Windows.Controls.TextBlock)(this.FindName("eventFindUsLabel")));
     this.eventFindUsTxt = ((System.Windows.Controls.TextBlock)(this.FindName("eventFindUsTxt")));
     this.adControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl")));
 }
Ejemplo n.º 44
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GoReflex;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.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.textBlockReflex = ((System.Windows.Controls.TextBlock)(this.FindName("textBlockReflex")));
     this.textBlockAver = ((System.Windows.Controls.TextBlock)(this.FindName("textBlockAver")));
     this.button2 = ((System.Windows.Controls.Button)(this.FindName("button2")));
     this.buttonReset = ((System.Windows.Controls.Button)(this.FindName("buttonReset")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.imageButton = ((System.Windows.Controls.Image)(this.FindName("imageButton")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/VITacademics;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Controller = ((Microsoft.Phone.Controls.Panorama)(this.FindName("Controller")));
     this.AttList = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("AttList")));
     this.tt_list = ((System.Windows.Controls.ListBox)(this.FindName("tt_list")));
     this.fb_flist = ((System.Windows.Controls.ListBox)(this.FindName("fb_flist")));
     this.gridAbout = ((System.Windows.Controls.Grid)(this.FindName("gridAbout")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.gridSettings = ((System.Windows.Controls.Grid)(this.FindName("gridSettings")));
     this.lbl_REG = ((System.Windows.Controls.TextBlock)(this.FindName("lbl_REG")));
     this.txt_REG = ((System.Windows.Controls.TextBox)(this.FindName("txt_REG")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.datePicker = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("datePicker")));
     this.lbl_capmpus = ((System.Windows.Controls.TextBlock)(this.FindName("lbl_capmpus")));
     this.chk_Vellore = ((System.Windows.Controls.RadioButton)(this.FindName("chk_Vellore")));
     this.chk_Chennai = ((System.Windows.Controls.RadioButton)(this.FindName("chk_Chennai")));
     this.lbl_defscreen = ((System.Windows.Controls.TextBlock)(this.FindName("lbl_defscreen")));
     this.chk_tod = ((System.Windows.Controls.RadioButton)(this.FindName("chk_tod")));
     this.chk_att = ((System.Windows.Controls.RadioButton)(this.FindName("chk_att")));
     this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.refresh = ((Coding4Fun.Toolkit.Controls.RoundToggleButton)(this.FindName("refresh")));
 }
Ejemplo n.º 46
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Grades;component/CategoryDetail.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.gradeBox = ((System.Windows.Controls.ListBox)(this.FindName("gradeBox")));
     this.averageBlock = ((System.Windows.Controls.TextBlock)(this.FindName("averageBlock")));
     this.grid1 = ((System.Windows.Controls.Grid)(this.FindName("grid1")));
     this.dateHeader = ((System.Windows.Controls.TextBlock)(this.FindName("dateHeader")));
     this.nameHeader = ((System.Windows.Controls.TextBlock)(this.FindName("nameHeader")));
     this.earnedHeader = ((System.Windows.Controls.TextBlock)(this.FindName("earnedHeader")));
     this.maxHeader = ((System.Windows.Controls.TextBlock)(this.FindName("maxHeader")));
     this.weightHeader = ((System.Windows.Controls.TextBlock)(this.FindName("weightHeader")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 47
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SubCool;component/MainPage.xaml", System.UriKind.Relative));
     this.AppPage = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("AppPage")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.___PivotItem1_ = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("___PivotItem1_")));
     this.listBox3 = ((System.Windows.Controls.ListBox)(this.FindName("listBox3")));
     this.lengthTF = ((System.Windows.Controls.TextBox)(this.FindName("lengthTF")));
     this.widthTF = ((System.Windows.Controls.TextBox)(this.FindName("widthTF")));
     this.Button2 = ((System.Windows.Controls.Button)(this.FindName("Button2")));
     this.btusTF = ((System.Windows.Controls.TextBox)(this.FindName("btusTF")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.textBox6 = ((System.Windows.Controls.TextBox)(this.FindName("textBox6")));
     this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.textBox7 = ((System.Windows.Controls.TextBox)(this.FindName("textBox7")));
     this.___PivotItem2_ = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("___PivotItem2_")));
     this.SecondListBox = ((System.Windows.Controls.ListBox)(this.FindName("SecondListBox")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBox1 = ((System.Windows.Controls.TextBox)(this.FindName("textBox1")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBox2 = ((System.Windows.Controls.TextBox)(this.FindName("textBox2")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.textBox3 = ((System.Windows.Controls.TextBox)(this.FindName("textBox3")));
     this.radioButton1 = ((System.Windows.Controls.RadioButton)(this.FindName("radioButton1")));
     this.radioButton2 = ((System.Windows.Controls.RadioButton)(this.FindName("radioButton2")));
     this.radioButton3 = ((System.Windows.Controls.RadioButton)(this.FindName("radioButton3")));
     this.button1 = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.___PivotItem3_ = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("___PivotItem3_")));
     this.TheirdListBox = ((System.Windows.Controls.ListBox)(this.FindName("TheirdListBox")));
     this.spdProblem1 = ((System.Windows.Controls.ListBox)(this.FindName("spdProblem1")));
     this.Temperaturetohigh = ((System.Windows.Controls.ListBoxItem)(this.FindName("Temperaturetohigh")));
     this.noisySystem = ((System.Windows.Controls.ListBoxItem)(this.FindName("noisySystem")));
     this.Compresorstart = ((System.Windows.Controls.ListBoxItem)(this.FindName("Compresorstart")));
     this.Compshort = ((System.Windows.Controls.ListBoxItem)(this.FindName("Compshort")));
     this.Frostylowside = ((System.Windows.Controls.ListBoxItem)(this.FindName("Frostylowside")));
     this.FrostyLiquidLine = ((System.Windows.Controls.ListBoxItem)(this.FindName("FrostyLiquidLine")));
     this.Compresornostop = ((System.Windows.Controls.ListBoxItem)(this.FindName("Compresornostop")));
     this.Compresornostart = ((System.Windows.Controls.ListBoxItem)(this.FindName("Compresornostart")));
     this.textBox4 = ((System.Windows.Controls.TextBox)(this.FindName("textBox4")));
     this.textBox5 = ((System.Windows.Controls.TextBox)(this.FindName("textBox5")));
     this.___PivotItem4_ = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("___PivotItem4_")));
     this.adControl3 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl3")));
     this.adControl2 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl2")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 48
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Grades;component/ClassCreation.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.nameBox = ((System.Windows.Controls.TextBox)(this.FindName("nameBox")));
     this.teacherBox = ((System.Windows.Controls.TextBox)(this.FindName("teacherBox")));
     this.catNameBox = ((System.Windows.Controls.TextBox)(this.FindName("catNameBox")));
     this.catPercBox = ((System.Windows.Controls.TextBox)(this.FindName("catPercBox")));
     this.catBox = ((System.Windows.Controls.ListBox)(this.FindName("catBox")));
     this.addButton = ((System.Windows.Controls.Button)(this.FindName("addButton")));
     this.removeButton = ((System.Windows.Controls.Button)(this.FindName("removeButton")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 49
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Grades;component/AssignmentCreation.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.infoGrid = ((System.Windows.Controls.Grid)(this.FindName("infoGrid")));
     this.nameTitle = ((System.Windows.Controls.TextBlock)(this.FindName("nameTitle")));
     this.nameBox = ((System.Windows.Controls.TextBox)(this.FindName("nameBox")));
     this.dateTitle = ((System.Windows.Controls.TextBlock)(this.FindName("dateTitle")));
     this.dateBox = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("dateBox")));
     this.gradeTitle = ((System.Windows.Controls.TextBlock)(this.FindName("gradeTitle")));
     this.earnedBox = ((System.Windows.Controls.TextBox)(this.FindName("earnedBox")));
     this.slashBox = ((System.Windows.Controls.TextBlock)(this.FindName("slashBox")));
     this.maxBox = ((System.Windows.Controls.TextBox)(this.FindName("maxBox")));
     this.weightTitle = ((System.Windows.Controls.TextBlock)(this.FindName("weightTitle")));
     this.weightBox = ((System.Windows.Controls.TextBox)(this.FindName("weightBox")));
     this.adControl1 = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
 }
Ejemplo n.º 50
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Conversion%20App;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.advertisement = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("advertisement")));
     this.testbaby = ((System.Windows.Controls.Button)(this.FindName("testbaby")));
     this.myPanorama = ((Microsoft.Phone.Controls.Panorama)(this.FindName("myPanorama")));
     this.Converter = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("Converter")));
     this.ConverterHeader = ((System.Windows.Controls.TextBlock)(this.FindName("ConverterHeader")));
     this.inputUnitBlock = ((System.Windows.Controls.TextBlock)(this.FindName("inputUnitBlock")));
     this.outputUnitBlock = ((System.Windows.Controls.TextBlock)(this.FindName("outputUnitBlock")));
     this.userInput = ((System.Windows.Controls.TextBlock)(this.FindName("userInput")));
     this.resultBlock = ((System.Windows.Controls.TextBlock)(this.FindName("resultBlock")));
     this.ClearButton = ((System.Windows.Controls.Button)(this.FindName("ClearButton")));
     this.DeleteButton = ((System.Windows.Controls.Button)(this.FindName("DeleteButton")));
     this.DecimalButton = ((System.Windows.Controls.Button)(this.FindName("DecimalButton")));
     this.ZeroButton = ((System.Windows.Controls.Button)(this.FindName("ZeroButton")));
     this.OneButton = ((System.Windows.Controls.Button)(this.FindName("OneButton")));
     this.TwoButton = ((System.Windows.Controls.Button)(this.FindName("TwoButton")));
     this.ThreeButton = ((System.Windows.Controls.Button)(this.FindName("ThreeButton")));
     this.FourButton = ((System.Windows.Controls.Button)(this.FindName("FourButton")));
     this.FiveButton = ((System.Windows.Controls.Button)(this.FindName("FiveButton")));
     this.SixButton = ((System.Windows.Controls.Button)(this.FindName("SixButton")));
     this.SevenButton = ((System.Windows.Controls.Button)(this.FindName("SevenButton")));
     this.EightButton = ((System.Windows.Controls.Button)(this.FindName("EightButton")));
     this.NineButton = ((System.Windows.Controls.Button)(this.FindName("NineButton")));
     this.Calculator = ((Microsoft.Phone.Controls.PanoramaItem)(this.FindName("Calculator")));
     this.CalculatorHeader = ((System.Windows.Controls.TextBlock)(this.FindName("CalculatorHeader")));
     this.equationBlock = ((System.Windows.Controls.TextBlock)(this.FindName("equationBlock")));
     this.calculatorUserInput = ((System.Windows.Controls.TextBlock)(this.FindName("calculatorUserInput")));
     this.calculatorResultBlock = ((System.Windows.Controls.TextBlock)(this.FindName("calculatorResultBlock")));
     this.CalculatorClearButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorClearButton")));
     this.CalculatorDeleteButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorDeleteButton")));
     this.EqualsButton = ((System.Windows.Controls.Button)(this.FindName("EqualsButton")));
     this.PlusButton = ((System.Windows.Controls.Button)(this.FindName("PlusButton")));
     this.MinusButton = ((System.Windows.Controls.Button)(this.FindName("MinusButton")));
     this.MultiplicationButton = ((System.Windows.Controls.Button)(this.FindName("MultiplicationButton")));
     this.DivisionButton = ((System.Windows.Controls.Button)(this.FindName("DivisionButton")));
     this.CalculatorZeroButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorZeroButton")));
     this.CalculatorOneButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorOneButton")));
     this.CalculatorTwoButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorTwoButton")));
     this.CalculatorThreeButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorThreeButton")));
     this.CalculatorFourButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorFourButton")));
     this.CalculatorFiveButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorFiveButton")));
     this.CalculatorSixButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorSixButton")));
     this.CalculatorSevenButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorSevenButton")));
     this.CalculatorEightButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorEightButton")));
     this.CalculatorNineButton = ((System.Windows.Controls.Button)(this.FindName("CalculatorNineButton")));
     this.removeadsbutton = ((System.Windows.Controls.Button)(this.FindName("removeadsbutton")));
 }
Ejemplo n.º 51
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PivotApp1;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.mainPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("mainPivot")));
     this.Stew = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Stew")));
     this.stewsMenue = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("stewsMenue")));
     this.Kebabs = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Kebabs")));
     this.kebabMenue = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("kebabMenue")));
     this.rices = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("rices")));
     this.riceMenue = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("riceMenue")));
     this.soups = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("soups")));
     this.soupMenue = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("soupMenue")));
     this.others = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("others")));
     this.otherMenue = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("otherMenue")));
     this.Torshi = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("Torshi")));
     this.torshiMenue = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("torshiMenue")));
     this.deserts = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("deserts")));
     this.desertMenue = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("desertMenue")));
     this.AddControllMain = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("AddControllMain")));
 }
Ejemplo n.º 52
0
        private FrameworkElement CreatePubCentertAdControl()
        {
            var pubCenterAdControl = new Microsoft.Advertising.Mobile.UI.AdControl(
                PubCenterAppId,
                PubCenterAdUnitId,
                true); // isAutoRefreshEnabled
            pubCenterAdControl.Width = 480;
            pubCenterAdControl.Height = 80;

            if (GeoLocation != null)
            {
                pubCenterAdControl.Longitude = GeoLocation.Longitude;
                pubCenterAdControl.Latitude = GeoLocation.Latitude;
            }

            return pubCenterAdControl;
        }
Ejemplo n.º 53
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PersianFacebook;component/Pages/Copy%20of%20User.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.adControl = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl")));
     this.pivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
     this.profileContainer = ((System.Windows.Controls.Grid)(this.FindName("profileContainer")));
     this.statusContainer = ((System.Windows.Controls.StackPanel)(this.FindName("statusContainer")));
     this.btnStatus = ((System.Windows.Controls.Button)(this.FindName("btnStatus")));
     this.txtWallMessage = ((System.Windows.Controls.TextBox)(this.FindName("txtWallMessage")));
     this.btnPost = ((System.Windows.Controls.Button)(this.FindName("btnPost")));
     this.lstFeeds = ((System.Windows.Controls.ListBox)(this.FindName("lstFeeds")));
     this.lstPhotos = ((System.Windows.Controls.ListBox)(this.FindName("lstPhotos")));
     this.lstAlbums = ((System.Windows.Controls.ListBox)(this.FindName("lstAlbums")));
     this.lstPages = ((System.Windows.Controls.ListBox)(this.FindName("lstPages")));
     this.lstGroups = ((System.Windows.Controls.ListBox)(this.FindName("lstGroups")));
     this.lstNotes = ((System.Windows.Controls.ListBox)(this.FindName("lstNotes")));
     this.lstMutuals = ((System.Windows.Controls.ListBox)(this.FindName("lstMutuals")));
     this.btnHome = ((System.Windows.Controls.Button)(this.FindName("btnHome")));
     this.progressbar = ((PersianFacebook.Modules.LoadingPanel)(this.FindName("progressbar")));
     this.pageMenu = ((PersianFacebook.Modules.PageMenu)(this.FindName("pageMenu")));
     this.btnPin = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnPin")));
     this.btnMenu = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnMenu")));
     this.btnSync = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnSync")));
 }