void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.uiTree = ((FirstFloor.ModernUI.Windows.Controls.TreeView)(target));

            #line 26 "..\..\..\..\Controls\FormControls\FormDesignControl.xaml"
                this.uiTree.SelectedItemChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.uiTree_SelectedItemChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.PropertyGrid = ((Telerik.Windows.Controls.RadPropertyGrid)(target));

            #line 185 "..\..\..\..\Controls\FormControls\FormDesignControl.xaml"
                this.PropertyGrid.AutoGeneratingPropertyDefinition += new System.EventHandler <Telerik.Windows.Controls.Data.PropertyGrid.AutoGeneratingPropertyDefinitionEventArgs>(this.PropertyGrid_AutoGeneratingPropertyDefinition);

            #line default
            #line hidden
                return;

            case 3:
                this.xmlText = ((System.Windows.Controls.TextBox)(target));
                return;

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

            #line 196 "..\..\..\..\Controls\FormControls\FormDesignControl.xaml"
                this.btnForm2Xml.Click += new System.Windows.RoutedEventHandler(this.btnForm2Xml_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.btnXml2Form = ((System.Windows.Controls.Button)(target));

            #line 197 "..\..\..\..\Controls\FormControls\FormDesignControl.xaml"
                this.btnXml2Form.Click += new System.Windows.RoutedEventHandler(this.btnXml2Form_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.windowLogin = ((AxiomIRISRibbon.Settings)(target));
     return;
     case 2:
     this.propertyGrid = ((Telerik.Windows.Controls.RadPropertyGrid)(target));
     return;
     case 3:
     
     #line 28 "..\..\Settings.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }