Exemple #1
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/dxy;component/Page/Search.xaml", System.UriKind.Relative));
     this.LayoutRoot  = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.searchTitle = ((System.Windows.Controls.TextBlock)(this.FindName("searchTitle")));
     this.list        = ((System.Windows.Controls.ListBox)(this.FindName("list")));
     this.loading     = ((dxy.Control.Loading)(this.FindName("loading")));
 }
Exemple #2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/dxy;component/Page/Health.xaml", System.UriKind.Relative));
     this.LayoutRoot  = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.healthPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("healthPivot")));
     this.addMore     = ((System.Windows.Controls.TextBlock)(this.FindName("addMore")));
     this.morePro     = ((System.Windows.Controls.TextBlock)(this.FindName("morePro")));
     this.loading     = ((dxy.Control.Loading)(this.FindName("loading")));
 }
Exemple #3
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/dxy;component/Page/Doctor.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.docImg          = ((System.Windows.Controls.Image)(this.FindName("docImg")));
     this.docName         = ((System.Windows.Controls.TextBlock)(this.FindName("docName")));
     this.docIntroduction = ((System.Windows.Controls.TextBlock)(this.FindName("docIntroduction")));
     this.ContentPanel    = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.morePro         = ((System.Windows.Controls.TextBlock)(this.FindName("morePro")));
     this.loading         = ((dxy.Control.Loading)(this.FindName("loading")));
 }