示例#1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CustomUserControl = ((ES.UI.Setups.ucClassFee)(target));
                return;

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

            case 3:

            #line 34 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:

            #line 48 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:

            #line 61 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 6:
                this.btnViewClassMarks = ((System.Windows.Controls.Button)(target));

            #line 82 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
                this.btnViewClassMarks.Click += new System.Windows.RoutedEventHandler(this.btnViewClassMarks_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.btnSaveFeeDetail = ((System.Windows.Controls.Button)(target));

            #line 89 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
                this.btnSaveFeeDetail.Click += new System.Windows.RoutedEventHandler(this.btnSaveFeeDetail_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.grid = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));

            #line 101 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
                this.grid.RowEditEnding += new System.EventHandler <System.Windows.Controls.DataGridRowEditEndingEventArgs>(this.grid_RowEditEnding);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.CustomUserControl = ((ES.UI.Setups.ucClassFee)(target));
     return;
     case 2:
     this.ShellHeader = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     
     #line 34 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 48 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 61 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnViewClassMarks = ((System.Windows.Controls.Button)(target));
     
     #line 82 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
     this.btnViewClassMarks.Click += new System.Windows.RoutedEventHandler(this.btnViewClassMarks_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnSaveFeeDetail = ((System.Windows.Controls.Button)(target));
     
     #line 89 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
     this.btnSaveFeeDetail.Click += new System.Windows.RoutedEventHandler(this.btnSaveFeeDetail_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.grid = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));
     
     #line 101 "..\..\..\..\..\..\Setups\Finance\Fee\ucClassFee.xaml"
     this.grid.RowEditEnding += new System.EventHandler<System.Windows.Controls.DataGridRowEditEndingEventArgs>(this.grid_RowEditEnding);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }