void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.gridFizickoLice = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.checkBoxGenerisiSifruFL = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 3:
     this.textBoxIDFL = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.textBoxSifraFL = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.textBoxImeFL = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.textBoxPrezimeFL = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.checkBoxRegistrovanKupacFL = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 8:
     this.comboBoxMestoFL = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 9:
     this.textBoxAdresaFL = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.textBoxTelefon1FL = ((MaskedTextBox.Control.MaskedTextBox)(target));
     
     #line 127 "..\..\FizickoLiceServisnaKnjizicaDetaljno.xaml"
     this.textBoxTelefon1FL.LostFocus += new System.Windows.RoutedEventHandler(this.textBoxTelefonFL_LostFocus);
     
     #line default
     #line hidden
     return;
     case 11:
     this.textBoxTelefon2FL = ((MaskedTextBox.Control.MaskedTextBox)(target));
     
     #line 146 "..\..\FizickoLiceServisnaKnjizicaDetaljno.xaml"
     this.textBoxTelefon2FL.LostFocus += new System.Windows.RoutedEventHandler(this.textBoxTelefonFL_LostFocus);
     
     #line default
     #line hidden
     return;
     case 12:
     this.textBoxEMailFL = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.gridServisnaKnjizica = ((System.Windows.Controls.Grid)(target));
     return;
     case 14:
     this.checkBoxGenerisiSifruSK = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 15:
     this.textBoxIDSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 16:
     this.textBoxSifraSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 17:
     this.gridTipSK = ((System.Windows.Controls.Grid)(target));
     return;
     case 18:
     this.textBoxTipSK = ((System.Windows.Controls.TextBox)(target));
     
     #line 249 "..\..\FizickoLiceServisnaKnjizicaDetaljno.xaml"
     this.textBoxTipSK.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.textBoxTipSK_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 19:
     this.buttonTipSK = ((System.Windows.Controls.Button)(target));
     
     #line 272 "..\..\FizickoLiceServisnaKnjizicaDetaljno.xaml"
     this.buttonTipSK.Click += new System.Windows.RoutedEventHandler(this.buttonTipSK_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.textBoxTipAutomobilaIDSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 21:
     this.textBoxBrojSasijeSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 22:
     this.textBoxBrojMotoraSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 23:
     this.textBoxGodisteSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 24:
     this.textBoxKilometrazaSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 25:
     this.textBoxRegistarskiBrojSK = ((MaskedTextBox.Control.MaskedTextBox)(target));
     return;
     case 26:
     this.textBoxDimenzijaGumaSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 27:
     this.datePickerDatumRegistracijeSK = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 28:
     this.checkBoxABSSK = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 29:
     this.checkBoxPSSK = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 30:
     this.checkBoxACSK = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 31:
     this.textBoxNapomenaSK = ((System.Windows.Controls.TextBox)(target));
     return;
     case 32:
     this.buttonSacuvajIOdaberi = ((System.Windows.Controls.Button)(target));
     
     #line 383 "..\..\FizickoLiceServisnaKnjizicaDetaljno.xaml"
     this.buttonSacuvajIOdaberi.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajIOdaberi_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Example #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.gridFizickoLice = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.checkBoxGenerisiSifru = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 3:
     this.textBoxID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.textBoxSifra = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.textBoxIme = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.textBoxPrezime = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.checkBoxRegistrovanKupac = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 8:
     this.comboBoxMesto = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 9:
     this.textBoxAdresa = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.textBoxTelefon1 = ((MaskedTextBox.Control.MaskedTextBox)(target));
     
     #line 114 "..\..\FizickoLiceDetaljno.xaml"
     this.textBoxTelefon1.LostFocus += new System.Windows.RoutedEventHandler(this.textBoxTelefon_LostFocus);
     
     #line default
     #line hidden
     return;
     case 11:
     this.textBoxTelefon2 = ((MaskedTextBox.Control.MaskedTextBox)(target));
     
     #line 133 "..\..\FizickoLiceDetaljno.xaml"
     this.textBoxTelefon2.LostFocus += new System.Windows.RoutedEventHandler(this.textBoxTelefon_LostFocus);
     
     #line default
     #line hidden
     return;
     case 12:
     this.textBoxEMail = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.buttonSacuvajINovi = ((System.Windows.Controls.Button)(target));
     
     #line 153 "..\..\FizickoLiceDetaljno.xaml"
     this.buttonSacuvajINovi.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajINovi_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.buttonSacuvaj = ((System.Windows.Controls.Button)(target));
     
     #line 154 "..\..\FizickoLiceDetaljno.xaml"
     this.buttonSacuvaj.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvaj_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.buttonSacuvajIZatvori = ((System.Windows.Controls.Button)(target));
     
     #line 155 "..\..\FizickoLiceDetaljno.xaml"
     this.buttonSacuvajIZatvori.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajIZatvori_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.buttonServisnaKnjizica = ((System.Windows.Controls.Button)(target));
     
     #line 156 "..\..\FizickoLiceDetaljno.xaml"
     this.buttonServisnaKnjizica.Click += new System.Windows.RoutedEventHandler(this.buttonServisnaKnjizica_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.buttonPonuda = ((System.Windows.Controls.Button)(target));
     
     #line 166 "..\..\FizickoLiceDetaljno.xaml"
     this.buttonPonuda.Click += new System.Windows.RoutedEventHandler(this.buttonPonuda_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.buttonRadniNalog = ((System.Windows.Controls.Button)(target));
     
     #line 169 "..\..\FizickoLiceDetaljno.xaml"
     this.buttonRadniNalog.Click += new System.Windows.RoutedEventHandler(this.buttonRadniNalog_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.buttonTest = ((System.Windows.Controls.Button)(target));
     
     #line 172 "..\..\FizickoLiceDetaljno.xaml"
     this.buttonTest.Click += new System.Windows.RoutedEventHandler(this.buttonTest_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.gridServisnaKnjizica = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.checkBoxGenerisiSifru = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 3:
     this.textBoxID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.textBoxSifra = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.gridPartner = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     this.textBoxPartner = ((System.Windows.Controls.TextBox)(target));
     
     #line 88 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.textBoxPartner.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.textBoxPartner_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 7:
     this.buttonPartner = ((System.Windows.Controls.Button)(target));
     
     #line 111 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.buttonPartner.Click += new System.Windows.RoutedEventHandler(this.buttonPartner_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.gridTip = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.textBoxTip = ((System.Windows.Controls.TextBox)(target));
     
     #line 121 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.textBoxTip.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.textBoxTip_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 10:
     this.buttonTip = ((System.Windows.Controls.Button)(target));
     
     #line 144 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.buttonTip.Click += new System.Windows.RoutedEventHandler(this.buttonTip_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.textBoxTipAutomobilaID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 12:
     this.textBoxBrojSasije = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.textBoxBrojMotora = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.textBoxGodiste = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.textBoxKilometraza = ((System.Windows.Controls.TextBox)(target));
     return;
     case 16:
     this.textBoxRegistarskiBroj = ((MaskedTextBox.Control.MaskedTextBox)(target));
     return;
     case 17:
     this.textBoxDimenzijaGuma = ((System.Windows.Controls.TextBox)(target));
     return;
     case 18:
     this.datePickerDatumRegistracije = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 19:
     this.checkBoxABS = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 20:
     this.checkBoxPS = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 21:
     this.checkBoxAC = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 22:
     this.textBoxNapomena = ((System.Windows.Controls.TextBox)(target));
     return;
     case 23:
     this.buttonSacuvajINovi = ((System.Windows.Controls.Button)(target));
     
     #line 251 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.buttonSacuvajINovi.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajINovi_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.buttonSacuvaj = ((System.Windows.Controls.Button)(target));
     
     #line 252 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.buttonSacuvaj.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvaj_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.buttonSacuvajIZatvori = ((System.Windows.Controls.Button)(target));
     
     #line 253 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.buttonSacuvajIZatvori.Click += new System.Windows.RoutedEventHandler(this.buttonSacuvajIZatvori_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.buttonPonuda = ((System.Windows.Controls.Button)(target));
     
     #line 254 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.buttonPonuda.Click += new System.Windows.RoutedEventHandler(this.buttonPonuda_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.buttonRadniNalog = ((System.Windows.Controls.Button)(target));
     
     #line 257 "..\..\ServisnaKnjizicaDetaljno.xaml"
     this.buttonRadniNalog.Click += new System.Windows.RoutedEventHandler(this.buttonRadniNalog_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Example #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 9 "..\..\PonudaWizard1.xaml"
     ((Servis.PonudaWizard1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Page_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.gridFizickoLice = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.textBoxIme = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.textBoxPrezime = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.textBoxTelefon1 = ((MaskedTextBox.Control.MaskedTextBox)(target));
     
     #line 46 "..\..\PonudaWizard1.xaml"
     this.textBoxTelefon1.LostFocus += new System.Windows.RoutedEventHandler(this.textBoxTelefon_LostFocus);
     
     #line default
     #line hidden
     return;
     case 6:
     this.comboBoxNacinZahtevaZaPonudu = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 7:
     this.buttonDalje = ((System.Windows.Controls.Button)(target));
     
     #line 84 "..\..\PonudaWizard1.xaml"
     this.buttonDalje.Click += new System.Windows.RoutedEventHandler(this.buttonDalje_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.buttonOtkazi = ((System.Windows.Controls.Button)(target));
     
     #line 85 "..\..\PonudaWizard1.xaml"
     this.buttonOtkazi.Click += new System.Windows.RoutedEventHandler(this.buttonOtkazi_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }