예제 #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.POS.Views.CExportDetails)(target));

            #line 8 "..\..\..\Views\CExportDetails.xaml"
                this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.lvUnExportData = ((System.Windows.Controls.ListView)(target));
                return;

            case 4:
                this.clmnExport_ID = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 5:
                this.clmnisSelected = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 6:
                this.chk_CheckAllDetails = ((System.Windows.Controls.CheckBox)(target));

            #line 57 "..\..\..\Views\CExportDetails.xaml"
                this.chk_CheckAllDetails.Unchecked += new System.Windows.RoutedEventHandler(this.chk_CheckAllDetails_Checked);

            #line default
            #line hidden

            #line 57 "..\..\..\Views\CExportDetails.xaml"
                this.chk_CheckAllDetails.Checked += new System.Windows.RoutedEventHandler(this.chk_CheckAllDetails_Checked);

            #line default
            #line hidden
                return;

            case 7:
                this.clmnExport_Date = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 8:
                this.clmnExport_Type = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 9:
                this.clmnExport_Status = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 10:
                this.btn_Refresh = ((System.Windows.Controls.Button)(target));

            #line 110 "..\..\..\Views\CExportDetails.xaml"
                this.btn_Refresh.Click += new System.Windows.RoutedEventHandler(this.btn_Refresh_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.lblExportType = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.cmbStatusType = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 13:
                this.btn_Update = ((System.Windows.Controls.Button)(target));

            #line 123 "..\..\..\Views\CExportDetails.xaml"
                this.btn_Update.Click += new System.Windows.RoutedEventHandler(this.btn_Update_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.pgBarExportDetails = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 15:
                this.txtPGStatusExportDetails = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.POS.Views.CExportDetails)(target));
     
     #line 8 "..\..\..\Views\CExportDetails.xaml"
     this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.lvUnExportData = ((System.Windows.Controls.ListView)(target));
     return;
     case 4:
     this.clmnExport_ID = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 5:
     this.clmnisSelected = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 6:
     this.chk_CheckAllDetails = ((System.Windows.Controls.CheckBox)(target));
     
     #line 57 "..\..\..\Views\CExportDetails.xaml"
     this.chk_CheckAllDetails.Unchecked += new System.Windows.RoutedEventHandler(this.chk_CheckAllDetails_Checked);
     
     #line default
     #line hidden
     
     #line 57 "..\..\..\Views\CExportDetails.xaml"
     this.chk_CheckAllDetails.Checked += new System.Windows.RoutedEventHandler(this.chk_CheckAllDetails_Checked);
     
     #line default
     #line hidden
     return;
     case 7:
     this.clmnExport_Date = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 8:
     this.clmnExport_Type = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 9:
     this.clmnExport_Status = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 10:
     this.btn_Refresh = ((System.Windows.Controls.Button)(target));
     
     #line 110 "..\..\..\Views\CExportDetails.xaml"
     this.btn_Refresh.Click += new System.Windows.RoutedEventHandler(this.btn_Refresh_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.lblExportType = ((System.Windows.Controls.Label)(target));
     return;
     case 12:
     this.cmbStatusType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 13:
     this.btn_Update = ((System.Windows.Controls.Button)(target));
     
     #line 123 "..\..\..\Views\CExportDetails.xaml"
     this.btn_Update.Click += new System.Windows.RoutedEventHandler(this.btn_Update_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.pgBarExportDetails = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 15:
     this.txtPGStatusExportDetails = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }