Example #1
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Bcheck.TaskUI;component/Dialogs/BulkTimeToComplete.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.lblTimeToComplete = ((System.Windows.Controls.TextBlock)(this.FindName("lblTimeToComplete")));
     this.txtTimeToComplete = ((C1.Silverlight.C1MaskedTextBox)(this.FindName("txtTimeToComplete")));
 }
Example #2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Bcheck.TaskUI;component/Toolbar.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.btnRefresh = ((System.Windows.Controls.Button)(this.FindName("btnRefresh")));
     this.btnUpdate = ((System.Windows.Controls.Button)(this.FindName("btnUpdate")));
     this.btnOptions = ((System.Windows.Controls.Button)(this.FindName("btnOptions")));
     this.btnHelp = ((System.Windows.Controls.Button)(this.FindName("btnHelp")));
     this.linkDashboard = ((System.Windows.Controls.Button)(this.FindName("linkDashboard")));
     this.btnContactUs = ((System.Windows.Controls.Button)(this.FindName("btnContactUs")));
     this.linkRegionalSettings = ((System.Windows.Controls.HyperlinkButton)(this.FindName("linkRegionalSettings")));
     this.txtVersion = ((System.Windows.Controls.TextBlock)(this.FindName("txtVersion")));
     this.txtPhoneBook = ((C1.Silverlight.C1MaskedTextBox)(this.FindName("txtPhoneBook")));
     this.btnPhoneBook = ((System.Windows.Controls.Button)(this.FindName("btnPhoneBook")));
 }