Example #1
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightData;component/ViewXaml/SearchPending.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.querySerch = ((NCS.UI.Controls.QueryForm)(this.FindName("querySerch")));
 }
Example #2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightData;component/ViewXaml/AduitWindow.xaml", System.UriKind.Relative));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.queryExamine = ((NCS.UI.Controls.QueryForm)(this.FindName("queryExamine")));
     this.BtnApprove   = ((System.Windows.Controls.Button)(this.FindName("BtnApprove")));
     this.BtnReject    = ((System.Windows.Controls.Button)(this.FindName("BtnReject")));
 }
Example #3
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightData;component/NcsData.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.queryForm1 = ((NCS.UI.Controls.QueryForm)(this.FindName("queryForm1")));
     this.butUpdate  = ((System.Windows.Controls.Button)(this.FindName("butUpdate")));
     this.butAdd     = ((System.Windows.Controls.Button)(this.FindName("butAdd")));
     this.butDel     = ((System.Windows.Controls.Button)(this.FindName("butDel")));
 }