void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.CAnalysis)(target));
     
     #line 11 "..\..\..\Views\CAnalysis.xaml"
     this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.pnlButtons = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 4:
     this.chkDrop = ((System.Windows.Controls.RadioButton)(target));
     
     #line 111 "..\..\..\Views\CAnalysis.xaml"
     this.chkDrop.Checked += new System.Windows.RoutedEventHandler(this.chkDrop_Checked);
     
     #line default
     #line hidden
     return;
     case 5:
     this.chkDay = ((System.Windows.Controls.RadioButton)(target));
     
     #line 112 "..\..\..\Views\CAnalysis.xaml"
     this.chkDay.Checked += new System.Windows.RoutedEventHandler(this.chkDay_Checked);
     
     #line default
     #line hidden
     return;
     case 6:
     this.chkWeek = ((System.Windows.Controls.RadioButton)(target));
     
     #line 113 "..\..\..\Views\CAnalysis.xaml"
     this.chkWeek.Checked += new System.Windows.RoutedEventHandler(this.chkWeek_Checked);
     
     #line default
     #line hidden
     return;
     case 7:
     this.chkMonth = ((System.Windows.Controls.RadioButton)(target));
     
     #line 114 "..\..\..\Views\CAnalysis.xaml"
     this.chkMonth.Checked += new System.Windows.RoutedEventHandler(this.chkMonth_Checked);
     
     #line default
     #line hidden
     return;
     case 8:
     this.chkWeekInvoice = ((System.Windows.Controls.RadioButton)(target));
     
     #line 115 "..\..\..\Views\CAnalysis.xaml"
     this.chkWeekInvoice.Checked += new System.Windows.RoutedEventHandler(this.chkWeekInvoice_Checked);
     
     #line default
     #line hidden
     return;
     case 9:
     this.OuterGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 10:
     this.dgGridView = ((Microsoft.Windows.Controls.DataGrid)(target));
     return;
     case 11:
     this.gvColumnDescription = ((Microsoft.Windows.Controls.DataGridTextColumn)(target));
     return;
     case 12:
     this.gvColumnValue = ((Microsoft.Windows.Controls.DataGridTextColumn)(target));
     return;
     case 13:
     this.dgGridWeek = ((Microsoft.Windows.Controls.DataGrid)(target));
     return;
     case 14:
     this.btnPrint = ((System.Windows.Controls.Button)(target));
     
     #line 179 "..\..\..\Views\CAnalysis.xaml"
     this.btnPrint.Click += new System.Windows.RoutedEventHandler(this.btnPrint_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.btnDetails = ((System.Windows.Controls.Button)(target));
     
     #line 180 "..\..\..\Views\CAnalysis.xaml"
     this.btnDetails.Click += new System.Windows.RoutedEventHandler(this.btnDetails_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.InnerGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 17:
     this.WFHostStartTime = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
     return;
     case 18:
     this.WFHostEndTime = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
     return;
     case 19:
     this.lblStatus = ((System.Windows.Controls.Label)(target));
     return;
     case 20:
     this.progressBar1 = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 21:
     this.btncancel = ((System.Windows.Controls.Button)(target));
     
     #line 228 "..\..\..\Views\CAnalysis.xaml"
     this.btncancel.Click += new System.Windows.RoutedEventHandler(this.btncancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.CAnalysis)(target));

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

            #line default
            #line hidden
                return;

            case 2:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.pnlButtons = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 4:
                this.chkDrop = ((System.Windows.Controls.RadioButton)(target));

            #line 111 "..\..\..\Views\CAnalysis.xaml"
                this.chkDrop.Checked += new System.Windows.RoutedEventHandler(this.chkDrop_Checked);

            #line default
            #line hidden
                return;

            case 5:
                this.chkDay = ((System.Windows.Controls.RadioButton)(target));

            #line 112 "..\..\..\Views\CAnalysis.xaml"
                this.chkDay.Checked += new System.Windows.RoutedEventHandler(this.chkDay_Checked);

            #line default
            #line hidden
                return;

            case 6:
                this.chkWeek = ((System.Windows.Controls.RadioButton)(target));

            #line 113 "..\..\..\Views\CAnalysis.xaml"
                this.chkWeek.Checked += new System.Windows.RoutedEventHandler(this.chkWeek_Checked);

            #line default
            #line hidden
                return;

            case 7:
                this.chkMonth = ((System.Windows.Controls.RadioButton)(target));

            #line 114 "..\..\..\Views\CAnalysis.xaml"
                this.chkMonth.Checked += new System.Windows.RoutedEventHandler(this.chkMonth_Checked);

            #line default
            #line hidden
                return;

            case 8:
                this.chkWeekInvoice = ((System.Windows.Controls.RadioButton)(target));

            #line 115 "..\..\..\Views\CAnalysis.xaml"
                this.chkWeekInvoice.Checked += new System.Windows.RoutedEventHandler(this.chkWeekInvoice_Checked);

            #line default
            #line hidden
                return;

            case 9:
                this.OuterGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 10:
                this.dgGridView = ((Microsoft.Windows.Controls.DataGrid)(target));
                return;

            case 11:
                this.gvColumnDescription = ((Microsoft.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 12:
                this.gvColumnValue = ((Microsoft.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 13:
                this.dgGridWeek = ((Microsoft.Windows.Controls.DataGrid)(target));
                return;

            case 14:
                this.btnPrint = ((System.Windows.Controls.Button)(target));

            #line 179 "..\..\..\Views\CAnalysis.xaml"
                this.btnPrint.Click += new System.Windows.RoutedEventHandler(this.btnPrint_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.btnDetails = ((System.Windows.Controls.Button)(target));

            #line 180 "..\..\..\Views\CAnalysis.xaml"
                this.btnDetails.Click += new System.Windows.RoutedEventHandler(this.btnDetails_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.InnerGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 17:
                this.WFHostStartTime = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 18:
                this.WFHostEndTime = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
                return;

            case 19:
                this.lblStatus = ((System.Windows.Controls.Label)(target));
                return;

            case 20:
                this.progressBar1 = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 21:
                this.btncancel = ((System.Windows.Controls.Button)(target));

            #line 228 "..\..\..\Views\CAnalysis.xaml"
                this.btncancel.Click += new System.Windows.RoutedEventHandler(this.btncancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }