public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Bcheck.TaskUI;component/Dialogs/AddLateIncompleteReasonDialog.xaml", System.UriKind.Relative));
     this.dlgAddLateIncompleteReason = ((C1.Silverlight.C1Window)(this.FindName("dlgAddLateIncompleteReason")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.btnSave = ((BCheck.TaskUI.MVVMInfrastructure.CommandButton)(this.FindName("btnSave")));
     this.btnCancel = ((BCheck.TaskUI.MVVMInfrastructure.CommandButton)(this.FindName("btnCancel")));
     this.BusyIndicator = ((System.Windows.Controls.BusyIndicator)(this.FindName("BusyIndicator")));
 }
Beispiel #2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Bcheck.TaskUI;component/Dialogs/BulkAssignDialog.xaml", System.UriKind.Relative));
     this.dlgBulkAssign = ((C1.Silverlight.C1Window)(this.FindName("dlgBulkAssign")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.txtAssignedTo = ((BCheck.TaskUI.UC.UsersList)(this.FindName("txtAssignedTo")));
     this.btnBrowseForAssignedUsers = ((System.Windows.Controls.Button)(this.FindName("btnBrowseForAssignedUsers")));
     this.btnClear = ((System.Windows.Controls.Button)(this.FindName("btnClear")));
     this.btnApply = ((System.Windows.Controls.Button)(this.FindName("btnApply")));
     this.btnCancel = ((System.Windows.Controls.Button)(this.FindName("btnCancel")));
     this.txtWarning = ((System.Windows.Controls.TextBlock)(this.FindName("txtWarning")));
     this.brdSuperUserAlert = ((System.Windows.Controls.Border)(this.FindName("brdSuperUserAlert")));
     this.warningIcon = ((System.Windows.Controls.Image)(this.FindName("warningIcon")));
     this.txtSuperUserWarning = ((System.Windows.Controls.TextBlock)(this.FindName("txtSuperUserWarning")));
 }