void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 9 "..\..\IndividualRegistration.xaml" ((MariEtFemme.View.IndividualRegistration)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded); #line default #line hidden return; case 2: this.gridIndividualData = ((System.Windows.Controls.Grid)(target)); return; case 3: this.lblPersonName = ((System.Windows.Controls.Label)(target)); return; case 4: this.txtPersonName = ((System.Windows.Controls.TextBox)(target)); return; case 5: this.lblBirthDate = ((System.Windows.Controls.Label)(target)); return; case 6: this.dpBirthDate = ((System.Windows.Controls.DatePicker)(target)); #line 16 "..\..\IndividualRegistration.xaml" this.dpBirthDate.CalendarOpened += new System.Windows.RoutedEventHandler(this._DatePicker_CalendarOpened); #line default #line hidden return; case 7: this.gbGender = ((System.Windows.Controls.GroupBox)(target)); return; case 8: this.master = ((System.Windows.Controls.Grid)(target)); return; case 9: this.rbFemale = ((System.Windows.Controls.RadioButton)(target)); return; case 10: this.rbMale = ((System.Windows.Controls.RadioButton)(target)); return; case 11: this.gridCorporateData = ((System.Windows.Controls.Grid)(target)); return; case 12: this.lblCorporateName = ((System.Windows.Controls.Label)(target)); return; case 13: this.txtCorporateName = ((System.Windows.Controls.TextBox)(target)); return; case 14: this.lblRazaoSocial = ((System.Windows.Controls.Label)(target)); return; case 15: this.txtRazaoSocial = ((System.Windows.Controls.TextBox)(target)); return; case 16: this.lblCNPJ = ((System.Windows.Controls.Label)(target)); return; case 17: this.txtCNPJ = ((MariEtFemme.Tools.MaskedTextBox)(target)); return; case 18: this.lblStreet = ((System.Windows.Controls.Label)(target)); return; case 19: this.txtStreet = ((System.Windows.Controls.TextBox)(target)); return; case 20: this.lblNr = ((System.Windows.Controls.Label)(target)); return; case 21: this.txtNr = ((System.Windows.Controls.TextBox)(target)); return; case 22: this.gridCommon = ((System.Windows.Controls.Grid)(target)); return; case 23: this.lblCity = ((System.Windows.Controls.Label)(target)); return; case 24: this.lblNeighborhood = ((System.Windows.Controls.Label)(target)); return; case 25: this.txtCity = ((System.Windows.Controls.TextBox)(target)); return; case 26: this.cbState = ((System.Windows.Controls.ComboBox)(target)); return; case 27: this.txtNeighborhood = ((System.Windows.Controls.TextBox)(target)); return; case 28: this.lblPhone1 = ((System.Windows.Controls.Label)(target)); return; case 29: this.txtPhone1 = ((MariEtFemme.Tools.MaskedTextBox)(target)); #line 45 "..\..\IndividualRegistration.xaml" this.txtPhone1.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtPhone1_KeyDown); #line default #line hidden return; case 30: this.cbOperatorPhone1 = ((System.Windows.Controls.ComboBox)(target)); return; case 31: this.lblPhone2 = ((System.Windows.Controls.Label)(target)); return; case 32: this.txtPhone2 = ((MariEtFemme.Tools.MaskedTextBox)(target)); #line 48 "..\..\IndividualRegistration.xaml" this.txtPhone2.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtPhone2_KeyDown); #line default #line hidden return; case 33: this.cbOperatorPhone2 = ((System.Windows.Controls.ComboBox)(target)); return; case 34: this.lblObs = ((System.Windows.Controls.Label)(target)); return; case 35: this.txtObs = ((System.Windows.Controls.TextBox)(target)); return; case 36: this.lblPhone3 = ((System.Windows.Controls.Label)(target)); return; case 37: this.txtPhone3 = ((MariEtFemme.Tools.MaskedTextBox)(target)); #line 53 "..\..\IndividualRegistration.xaml" this.txtPhone3.KeyDown += new System.Windows.Input.KeyEventHandler(this.txtPhone3_KeyDown); #line default #line hidden return; case 38: this.cbOperatorPhone3 = ((System.Windows.Controls.ComboBox)(target)); return; case 39: this.lblState = ((System.Windows.Controls.Label)(target)); return; case 40: this.lblEmail = ((System.Windows.Controls.Label)(target)); return; case 41: this.txtEmail = ((System.Windows.Controls.TextBox)(target)); return; case 42: this.checkWhats1 = ((System.Windows.Controls.CheckBox)(target)); return; case 43: this.imgWhatsApp01 = ((System.Windows.Controls.Image)(target)); return; case 44: this.checkWhats2 = ((System.Windows.Controls.CheckBox)(target)); return; case 45: this.imgWhatsApp02 = ((System.Windows.Controls.Image)(target)); return; case 46: this.checkWhats3 = ((System.Windows.Controls.CheckBox)(target)); return; case 47: this.imgWhatsApp03 = ((System.Windows.Controls.Image)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 9 "..\..\CorporateRegistration.xaml" ((MariEtFemme.View.CorporateRegistration)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded); #line default #line hidden return; case 2: this.lblPersonName = ((System.Windows.Controls.Label)(target)); return; case 3: this.txtPersonName = ((System.Windows.Controls.TextBox)(target)); return; case 4: this.lblRazaoSocial = ((System.Windows.Controls.Label)(target)); return; case 5: this.txtRazaoSocial = ((System.Windows.Controls.TextBox)(target)); return; case 6: this.lblCNPJ = ((System.Windows.Controls.Label)(target)); return; case 7: this.txtCNPJ = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.lblStreet = ((System.Windows.Controls.Label)(target)); return; case 9: this.txtStreet = ((System.Windows.Controls.TextBox)(target)); return; case 10: this.lblNr = ((System.Windows.Controls.Label)(target)); return; case 11: this.txtNr = ((System.Windows.Controls.TextBox)(target)); return; case 12: this.lblCity = ((System.Windows.Controls.Label)(target)); return; case 13: this.lblNeighborhood = ((System.Windows.Controls.Label)(target)); return; case 14: this.txtCity = ((System.Windows.Controls.TextBox)(target)); return; case 15: this.cbState = ((System.Windows.Controls.ComboBox)(target)); return; case 16: this.txtNeighborhood = ((System.Windows.Controls.TextBox)(target)); return; case 17: this.lblPhone1 = ((System.Windows.Controls.Label)(target)); return; case 18: this.txtPhone1 = ((MariEtFemme.Tools.MaskedTextBox)(target)); #line 29 "..\..\CorporateRegistration.xaml" this.txtPhone1.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtPhone1_KeyUp); #line default #line hidden return; case 19: this.cbOperatorPhone1 = ((System.Windows.Controls.ComboBox)(target)); return; case 20: this.lblPhone2 = ((System.Windows.Controls.Label)(target)); return; case 21: this.txtPhone2 = ((MariEtFemme.Tools.MaskedTextBox)(target)); #line 32 "..\..\CorporateRegistration.xaml" this.txtPhone2.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtPhone2_KeyUp); #line default #line hidden return; case 22: this.cbOperatorPhone2 = ((System.Windows.Controls.ComboBox)(target)); return; case 23: this.lblObs = ((System.Windows.Controls.Label)(target)); return; case 24: this.txtObs = ((System.Windows.Controls.TextBox)(target)); return; case 25: this.lblState = ((System.Windows.Controls.Label)(target)); return; case 26: this.lblEmail = ((System.Windows.Controls.Label)(target)); return; case 27: this.txtEmail = ((System.Windows.Controls.TextBox)(target)); return; case 28: this.checkWhats1 = ((System.Windows.Controls.CheckBox)(target)); return; case 29: this.checkWhats2 = ((System.Windows.Controls.CheckBox)(target)); return; case 30: this.lblPhone3 = ((System.Windows.Controls.Label)(target)); return; case 31: this.txtPhone3 = ((MariEtFemme.Tools.MaskedTextBox)(target)); #line 47 "..\..\CorporateRegistration.xaml" this.txtPhone3.KeyUp += new System.Windows.Input.KeyEventHandler(this.txtPhone3_KeyUp); #line default #line hidden return; case 32: this.cbOperatorPhone3 = ((System.Windows.Controls.ComboBox)(target)); return; case 33: this.checkWhats3 = ((System.Windows.Controls.CheckBox)(target)); return; } this._contentLoaded = true; }