示例#1
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SplitTheBill;component/Results.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.continueButton = ((Coding4Fun.Phone.Controls.RoundButton)(this.FindName("continueButton")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.metroFlow1 = ((Coding4Fun.Phone.Controls.MetroFlow)(this.FindName("metroFlow1")));
     this.subBox = ((System.Windows.Controls.TextBlock)(this.FindName("subBox")));
     this.taxBox = ((System.Windows.Controls.TextBlock)(this.FindName("taxBox")));
     this.tipBox = ((System.Windows.Controls.TextBlock)(this.FindName("tipBox")));
     this.totalBox = ((System.Windows.Controls.TextBlock)(this.FindName("totalBox")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SplitTheBill;component/PurchasePage.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.continueButton = ((Coding4Fun.Phone.Controls.RoundButton)(this.FindName("continueButton")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.metroFlow1 = ((Coding4Fun.Phone.Controls.MetroFlow)(this.FindName("metroFlow1")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.totalBlock = ((System.Windows.Controls.TextBlock)(this.FindName("totalBlock")));
     this.textBox1 = ((System.Windows.Controls.TextBox)(this.FindName("textBox1")));
     this.roundButton1 = ((Coding4Fun.Phone.Controls.RoundButton)(this.FindName("roundButton1")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.scrollViewer1 = ((System.Windows.Controls.ScrollViewer)(this.FindName("scrollViewer1")));
     this.listBox1 = ((System.Windows.Controls.ListBox)(this.FindName("listBox1")));
 }