Example #1
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Prototype;component/History.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.DriverRating = ((Telerik.Windows.Controls.RadRating)(this.FindName("DriverRating")));
 }
Example #2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Prototype;component/CheckStatus.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.ETATextBox = ((System.Windows.Controls.TextBox)(this.FindName("ETATextBox")));
     this.ApproxFareTextBox = ((System.Windows.Controls.TextBox)(this.FindName("ApproxFareTextBox")));
     this.StatusTextBox = ((System.Windows.Controls.TextBox)(this.FindName("StatusTextBox")));
     this.CabRegNoTextBox = ((System.Windows.Controls.TextBox)(this.FindName("CabRegNoTextBox")));
     this.DriverRating = ((Telerik.Windows.Controls.RadRating)(this.FindName("DriverRating")));
 }