void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Dataform = ((Telerik.Windows.Controls.RadDataForm)(target));

            #line 43 "..\..\ModifierEtudiant.xaml"
                this.Dataform.DeletingItem += new System.EventHandler <System.ComponentModel.CancelEventArgs>(this.Dataform_DeletingItem);

            #line default
            #line hidden
                return;

            case 2:

            #line 45 "..\..\ModifierEtudiant.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 47 "..\..\ModifierEtudiant.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #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.gridMain = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.radform = ((Telerik.Windows.Controls.RadDataForm)(target));
                return;

            case 3:
                this.uploadButton = ((System.Windows.Controls.Button)(target));

            #line 65 "..\..\Modifier.xaml"
                this.uploadButton.Click += new System.Windows.RoutedEventHandler(this.uploadButton_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.radButton = ((System.Windows.Controls.Button)(target));

            #line 66 "..\..\Modifier.xaml"
                this.radButton.Click += new System.Windows.RoutedEventHandler(this.radButton_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.label = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.error = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 69 "..\..\Modifier.xaml"
                this.uploadButton_Copy.Click += new System.Windows.RoutedEventHandler(this.uploadButton_Copy_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #3
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/CalisApp;component/RadControlsItem1.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel       = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.DataForm         = ((Telerik.Windows.Controls.RadDataForm)(this.FindName("DataForm")));
 }