void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Window = ((Aprender_Teclado.Preferencias)(target));
     
     #line 7 "..\..\PreferenciasUsuario.xaml"
     this.Window.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     
     #line 7 "..\..\PreferenciasUsuario.xaml"
     this.Window.KeyDown += new System.Windows.Input.KeyEventHandler(this.Window_KeyDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.cmbTipoLetra = ((System.Windows.Controls.ComboBox)(target));
     
     #line 10 "..\..\PreferenciasUsuario.xaml"
     this.cmbTipoLetra.GotFocus += new System.Windows.RoutedEventHandler(this.cmbTipoLetra_GotFocus);
     
     #line default
     #line hidden
     
     #line 10 "..\..\PreferenciasUsuario.xaml"
     this.cmbTipoLetra.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbTipoLetra_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 10 "..\..\PreferenciasUsuario.xaml"
     this.cmbTipoLetra.KeyDown += new System.Windows.Input.KeyEventHandler(this.cmbTipoLetra_KeyDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.cmbTamañoLetra = ((System.Windows.Controls.ComboBox)(target));
     
     #line 11 "..\..\PreferenciasUsuario.xaml"
     this.cmbTamañoLetra.GotFocus += new System.Windows.RoutedEventHandler(this.cmbTamañoLetra_GotFocus);
     
     #line default
     #line hidden
     
     #line 11 "..\..\PreferenciasUsuario.xaml"
     this.cmbTamañoLetra.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbTamañoLetra_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 11 "..\..\PreferenciasUsuario.xaml"
     this.cmbTamañoLetra.KeyDown += new System.Windows.Input.KeyEventHandler(this.cmbTamañoLetra_KeyDown);
     
     #line default
     #line hidden
     return;
     case 5:
     this.cmbColorLetra = ((System.Windows.Controls.ComboBox)(target));
     
     #line 12 "..\..\PreferenciasUsuario.xaml"
     this.cmbColorLetra.GotFocus += new System.Windows.RoutedEventHandler(this.cmbColorLetra_GotFocus);
     
     #line default
     #line hidden
     
     #line 12 "..\..\PreferenciasUsuario.xaml"
     this.cmbColorLetra.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbColorLetra_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 12 "..\..\PreferenciasUsuario.xaml"
     this.cmbColorLetra.KeyDown += new System.Windows.Input.KeyEventHandler(this.cmbColorLetra_KeyDown);
     
     #line default
     #line hidden
     return;
     case 6:
     this.cmbColorFondo = ((System.Windows.Controls.ComboBox)(target));
     
     #line 13 "..\..\PreferenciasUsuario.xaml"
     this.cmbColorFondo.GotFocus += new System.Windows.RoutedEventHandler(this.cmbColorFondo_GotFocus);
     
     #line default
     #line hidden
     
     #line 13 "..\..\PreferenciasUsuario.xaml"
     this.cmbColorFondo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbColorFondo_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 13 "..\..\PreferenciasUsuario.xaml"
     this.cmbColorFondo.KeyDown += new System.Windows.Input.KeyEventHandler(this.cmbColorFondo_KeyDown);
     
     #line default
     #line hidden
     return;
     case 7:
     this.cmbVoces = ((System.Windows.Controls.ComboBox)(target));
     
     #line 14 "..\..\PreferenciasUsuario.xaml"
     this.cmbVoces.GotFocus += new System.Windows.RoutedEventHandler(this.cmbVoces_GotFocus);
     
     #line default
     #line hidden
     
     #line 14 "..\..\PreferenciasUsuario.xaml"
     this.cmbVoces.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbVoces_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 14 "..\..\PreferenciasUsuario.xaml"
     this.cmbVoces.KeyDown += new System.Windows.Input.KeyEventHandler(this.cmbVoces_KeyDown);
     
     #line default
     #line hidden
     return;
     case 8:
     this.cmbVelocidadVoz = ((System.Windows.Controls.ComboBox)(target));
     
     #line 15 "..\..\PreferenciasUsuario.xaml"
     this.cmbVelocidadVoz.GotFocus += new System.Windows.RoutedEventHandler(this.cmbVelocidadVoz_GotFocus);
     
     #line default
     #line hidden
     
     #line 15 "..\..\PreferenciasUsuario.xaml"
     this.cmbVelocidadVoz.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbVelocidadVoz_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 15 "..\..\PreferenciasUsuario.xaml"
     this.cmbVelocidadVoz.KeyDown += new System.Windows.Input.KeyEventHandler(this.cmbVelocidadVoz_KeyDown);
     
     #line default
     #line hidden
     return;
     case 9:
     this.btnGuardar = ((System.Windows.Controls.Button)(target));
     
     #line 22 "..\..\PreferenciasUsuario.xaml"
     this.btnGuardar.Click += new System.Windows.RoutedEventHandler(this.btnGuardar_Click);
     
     #line default
     #line hidden
     
     #line 22 "..\..\PreferenciasUsuario.xaml"
     this.btnGuardar.GotFocus += new System.Windows.RoutedEventHandler(this.btnGuardar_GotFocus);
     
     #line default
     #line hidden
     return;
     case 10:
     this.txtNombre = ((System.Windows.Controls.TextBox)(target));
     
     #line 24 "..\..\PreferenciasUsuario.xaml"
     this.txtNombre.GotFocus += new System.Windows.RoutedEventHandler(this.txtNombre_GotFocus);
     
     #line default
     #line hidden
     
     #line 24 "..\..\PreferenciasUsuario.xaml"
     this.txtNombre.Unloaded += new System.Windows.RoutedEventHandler(this.txtNombre_Unloaded);
     
     #line default
     #line hidden
     
     #line 24 "..\..\PreferenciasUsuario.xaml"
     this.txtNombre.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtNombre_KeyDown);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }