Inheritance: System.Windows.Controls.Control
Exemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.idFallTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 2:
                this.DateFall = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            case 4:
                this.cityFall = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.ImageFall = ((System.Windows.Controls.Image)(target));
                return;

            case 6:
                this.hourFall = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.text = ((System.Windows.Controls.TextBox)(target));
                return;

            case 2:
                this.btnSave = ((System.Windows.Controls.Button)(target));

            #line 30 "..\..\MainWindow.xaml"
                this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSaveClick);

            #line default
            #line hidden
                return;

            case 3:
                this.timePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 4:
                this.service = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 5:
                this.datePicker = ((System.Windows.Controls.DatePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.sp = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            case 4:
                this.timeDoc = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 5:
                this.comboPayment = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 6:
                this.grid = ((System.Windows.Controls.DataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btnCallRbt = ((System.Windows.Controls.Button)(target));

            #line 11 "..\..\..\View\ListViewItemScheduler.xaml"
                this.btnCallRbt.Click += new System.Windows.RoutedEventHandler(this.BtnCallRbt_Click);

            #line default
            #line hidden
                return;

            case 2:
                this.lvTimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

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

            #line 15 "..\..\..\View\ListViewItemScheduler.xaml"
                this.btnDeleteDT.Click += new System.Windows.RoutedEventHandler(this.BtnDeleteDT_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 2:
                this.tbDate = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.label2 = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.timePicker1 = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

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

            case 6:
                this.tbNote = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.label4 = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.tbUser = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.bSave = ((System.Windows.Controls.Button)(target));

            #line 27 "..\..\WindowOfPositions.xaml"
                this.bSave.Click += new System.Windows.RoutedEventHandler(this.bSave_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.bCancel = ((System.Windows.Controls.Button)(target));

            #line 28 "..\..\WindowOfPositions.xaml"
                this.bCancel.Click += new System.Windows.RoutedEventHandler(this.bCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.DanCombo = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 2:
                this.Button1 = ((System.Windows.Controls.Button)(target));

            #line 26 "..\..\..\Sluzbenik\UpisGrupeDialog.xaml"
                this.Button1.Click += new System.Windows.RoutedEventHandler(this.Button1Click);

            #line default
            #line hidden
                return;

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

            #line 27 "..\..\..\Sluzbenik\UpisGrupeDialog.xaml"
                this.Button2.Click += new System.Windows.RoutedEventHandler(this.Button_Otkazi_Click);

            #line default
            #line hidden
                return;

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

            case 5:
                this.TimePickerOd = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 6:
                this.TimePickerDo = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 7:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.textBox_NazivGrupe = ((System.Windows.Controls.TextBox)(target));

            #line 34 "..\..\..\Sluzbenik\UpisGrupeDialog.xaml"
                this.textBox_NazivGrupe.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TextBox_TextChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.datepicker = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 2:
                this.timepicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 3:
                this.list_view = ((System.Windows.Controls.ListView)(target));
                return;

            case 5:
                this.txt_message = ((System.Windows.Controls.RichTextBox)(target));
                return;

            case 6:
                this.cmd_contact = ((System.Windows.Controls.Button)(target));

            #line 385 "..\..\Schedule.xaml"
                this.cmd_contact.Click += new System.Windows.RoutedEventHandler(this.cmd_contact_Click);

            #line default
            #line hidden
                return;

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

            case 8:
                this.cmd_insert_template = ((System.Windows.Controls.Button)(target));

            #line 405 "..\..\Schedule.xaml"
                this.cmd_insert_template.Click += new System.Windows.RoutedEventHandler(this.cmd_insert_template_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.cmd_send = ((System.Windows.Controls.Button)(target));

            #line 415 "..\..\Schedule.xaml"
                this.cmd_send.Click += new System.Windows.RoutedEventHandler(this.cmd_send_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.window1 = ((YoutubeDownloadHelper.Options)(target));

            #line 6 "..\..\Options.xaml"
                this.window1.Closed += new System.EventHandler(this.window1_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.folderSelectButton = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\Options.xaml"
                this.folderSelectButton.Click += new System.Windows.RoutedEventHandler(this.folderSelectButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.mainTab = ((System.Windows.Controls.TabItem)(target));
                return;

            case 4:
                this.mainSaveTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.tempSaveLocation = ((System.Windows.Controls.TabItem)(target));
                return;

            case 6:
                this.tempSaveTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.startSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 8:
                this.schedulerEnabled = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 9:
                this.endSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 9
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.lbList = ((System.Windows.Controls.ListBox)(target));

            #line 13 "..\..\MainWindow.xaml"
                this.lbList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lbList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.btnRemove = ((System.Windows.Controls.Button)(target));

            #line 14 "..\..\MainWindow.xaml"
                this.btnRemove.Click += new System.Windows.RoutedEventHandler(this.btnRemove_Click);

            #line default
            #line hidden
                return;

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

            case 4:
                this.cbCity = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 5:
                this.cbWeek = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 6:
                this.tpTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

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

            #line 41 "..\..\MainWindow.xaml"
                this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 10
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 10 "..\..\SetTimeWindow.xaml"
                ((Timetable.SetTimeWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);

            #line default
            #line hidden
                return;

            case 2:
                this.WorkName = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.StartDatePicker = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 4:
                this.StartTimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));

            #line 38 "..\..\SetTimeWindow.xaml"
                this.StartTimePicker.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.TimePicker_ValueChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.DurationTimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));

            #line 40 "..\..\SetTimeWindow.xaml"
                this.DurationTimePicker.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.TimePicker_ValueChanged);

            #line default
            #line hidden
                return;

            case 6:

            #line 42 "..\..\SetTimeWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Confirm_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.gdLayout = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.dgDelFolder = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 3:
                this.grid1 = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.tpDel1 = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

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

            case 6:
                this.tsbDel1 = ((ControlLib.MTSwitchButton)(target));
                return;

            case 7:
                this.tpDel2 = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 8:
                this.label2 = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.tsbDel2 = ((ControlLib.MTSwitchButton)(target));
                return;

            case 10:
                this.btnSave = ((ControlLib.ButtonColor)(target));

            #line 62 "..\..\..\..\..\Folder\DelFolder\SetDelFolder.xaml"
                this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btAddStation = ((System.Windows.Controls.Button)(target));
                return;

            case 2:
                this.btEditStation = ((System.Windows.Controls.Button)(target));
                return;

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

            case 4:
                this.lbStartDate = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.dpStartDate = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            case 7:
                this.dpEndDate = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 8:
                this.lbStartTime = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.tpStartTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 10:
                this.lbEndTime = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.tpEndTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 13
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 5 "..\..\..\..\..\src\window\add\NewLessonsScheduleWindow.xaml"
                ((timetable.src.window.add.NewLessonsScheduleWindow)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.enterKeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.beginTimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 3:
                this.endTimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 4:
                this.numberLesson = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 5:
                this.descriptionTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.addButton = ((System.Windows.Controls.Button)(target));

            #line 41 "..\..\..\..\..\src\window\add\NewLessonsScheduleWindow.xaml"
                this.addButton.Click += new System.Windows.RoutedEventHandler(this.addLessonsSchedule);

            #line default
            #line hidden
                return;

            case 7:
                this.errorTextBox = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.completeBut = ((System.Windows.Controls.Button)(target));

            #line 66 "..\..\DriverWork.xaml"
                this.completeBut.Click += new System.Windows.RoutedEventHandler(this.Button_Click1);

            #line default
            #line hidden
                return;

            case 2:
                this.takeBut = ((System.Windows.Controls.Button)(target));

            #line 67 "..\..\DriverWork.xaml"
                this.takeBut.Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.destinations = ((System.Windows.Controls.ListBox)(target));
                return;

            case 4:
                this.hints = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.st = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 6:
                this.et = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 15
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.nameTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 2:
                this.dateRep = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 3:
                this.myTimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 4:
                this.streetTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.cityTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.boomsTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.intensitySlide = ((System.Windows.Controls.Slider)(target));
                return;

            case 8:
                this.intensityTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.finishBtn = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 16
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Calendar = ((System.Windows.Controls.Calendar)(target));
                return;

            case 2:
                this.radioButtonSchedule = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 3:
                this.radioButtonDismiss = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 4:
                this.radioButtonInstall = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 5:
                this.textBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 6:
                this.button = ((System.Windows.Controls.Button)(target));
                return;

            case 7:
                this.TimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 8:
                this.textBox = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\UpdateCaseNextHearing.xaml"
                ((Lawyer_Diary.UpdateCaseNextHearing)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.cbCaseIdForHearing = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 3:
                this.dpCaseNextHearingDate = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 4:
                this.dpCaseNextHearingTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

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

            #line 70 "..\..\UpdateCaseNextHearing.xaml"
                this.btnUpdateCaseHearing.Click += new System.Windows.RoutedEventHandler(this.btnUpdateCaseHearing_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 18
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.btbGoToMainWindow = ((System.Windows.Controls.Button)(target));
     
     #line 11 "..\..\EventForm.xaml"
     this.btbGoToMainWindow.Click += new System.Windows.RoutedEventHandler(this.btbGoToMainWindow_Click);
     
     #line default
     #line hidden
     return;
     case 2:
     this.lblTitle = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     this.txtTitle = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.lblEventType = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.cbMeetingType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.lblDescription = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.txtDescription = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.lblstartEventDate = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.lblstartEventTime = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.dpstarMeetingTime = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 11:
     this.lblEndEventDate = ((System.Windows.Controls.Label)(target));
     return;
     case 12:
     this.lblEndEventTim = ((System.Windows.Controls.Label)(target));
     return;
     case 13:
     this.dpEndMeetingTime = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 14:
     this.tpEndTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 15:
     this.tpStarTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 16:
     
     #line 26 "..\..\EventForm.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 19
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

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

            #line default
            #line hidden
                return;

            case 2:
                this.MotherDetails = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.address = ((UL.UserControl.PlaceAutoCompleteUC)(target));
                return;

            case 4:
                this.addressAround = ((UL.UserControl.PlaceAutoCompleteUC)(target));
                return;

            case 5:
                this.idTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.lastNameTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.nameTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.phoneNumTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.remarksTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.time = ((System.Windows.Controls.Grid)(target));
                return;

            case 11:
                this.checkSun = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 12:
                this.startSun = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 13:
                this.endSun = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 14:
                this.checkMon = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 15:
                this.startMon = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 16:
                this.endMon = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 17:
                this.checkTue = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 18:
                this.startTue = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 19:
                this.endTue = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 20:
                this.checkWed = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 21:
                this.startWed = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 22:
                this.endWed = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 23:
                this.checkThu = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 24:
                this.startThu = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 25:
                this.endThu = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 26:
                this.checkFri = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 27:
                this.startFri = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 28:
                this.endFri = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 20
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Employees_CB = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 2:
     this.Date_DTP = ((Xceed.Wpf.Toolkit.DateTimePicker)(target));
     return;
     case 3:
     this.Attend_DTP = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 4:
     this.Leave_DTP = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 5:
     this.New = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 6:
     
     #line 28 "..\..\..\Add_Update_Attendence.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Add_Update_Attendence_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 21
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MainPanel = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 2:
                this.SidePanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 3:
                this.SortTypeBox = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 4:
                this.SortDirectionBox = ((System.Windows.Controls.ComboBox)(target));
                return;

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

            case 6:
                this.DisableButton = ((System.Windows.Controls.Button)(target));
                return;

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

            case 8:
                this.ManualSetButton = ((System.Windows.Controls.Button)(target));
                return;

            case 9:
                this.BottomPanel = ((System.Windows.Controls.Grid)(target));
                return;

            case 10:
                this.changeSettingsPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 11:
                this.updateHours = ((Xceed.Wpf.Toolkit.IntegerUpDown)(target));
                return;

            case 12:
                this.updateMins = ((Xceed.Wpf.Toolkit.IntegerUpDown)(target));
                return;

            case 13:
                this.timeProgress = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 14:
                this.wallStyleSelector = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 15:
                this.brightestPicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 16:
                this.darkestPicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 17:
                this.imageGrid = ((System.Windows.Controls.ListView)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 22
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.NannyDetails = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.addressTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.dateBirthDatePicker = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 4:
                this.daysOOfCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 5:
                this.elevatorCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 6:
                this.expTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.floorInBuldingTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.idTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.lastNameTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.maxAgeMonthTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.maxChildrenTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 12:
                this.minAgeMonthTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.nameTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.phoneNumTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.recommendationsTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 16:
                this.PerHourCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 17:
                this.payHourTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 18:
                this.payMonthTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 19:
                this.time = ((System.Windows.Controls.Grid)(target));
                return;

            case 20:
                this.checkSun = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 21:
                this.startSun = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 22:
                this.endSun = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 23:
                this.checkMon = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 24:
                this.startMon = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 25:
                this.endMon = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 26:
                this.checkTue = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 27:
                this.startTue = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 28:
                this.endTue = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 29:
                this.checkWed = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 30:
                this.startWed = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 31:
                this.endWed = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 32:
                this.checkThu = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 33:
                this.startThu = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 34:
                this.endThu = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 35:
                this.checkFri = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 36:
                this.startFri = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 37:
                this.endFri = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 38:

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

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 23
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 11 "..\..\UpdateHeadPhysician.xaml"
                ((Clinic.UpdateHeadPhysician)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.Input = ((System.Windows.Controls.Button)(target));

            #line 13 "..\..\UpdateHeadPhysician.xaml"
                this.Input.Click += new System.Windows.RoutedEventHandler(this.Input_Click);

            #line default
            #line hidden
                return;

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

            case 4:
                this.Tb_Surname = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.Tb_Name = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.Tb_Patronymic = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.Tb_Number = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.Tb_Passport = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.image = ((System.Windows.Controls.Image)(target));
                return;

            case 10:
                this.Img_Button = ((System.Windows.Controls.Button)(target));

            #line 31 "..\..\UpdateHeadPhysician.xaml"
                this.Img_Button.Click += new System.Windows.RoutedEventHandler(this.Img_Button_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.Cb_Position = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 12:
                this.Tb_Parlor = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.Tb_Description = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.Lb_Des = ((System.Windows.Controls.Label)(target));
                return;

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

            case 16:
                this.From_DpWork = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 17:
                this.FromTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 18:
                this.label_images = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.label_to = ((System.Windows.Controls.Label)(target));
                return;

            case 20:
                this.To_DpWork = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 21:
                this.ToTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 22:
                this.Bt_Back = ((System.Windows.Controls.Button)(target));

            #line 46 "..\..\UpdateHeadPhysician.xaml"
                this.Bt_Back.Click += new System.Windows.RoutedEventHandler(this.Bt_Back_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 24
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.optionsWindow = ((YoutubeDownloadHelper.Gui.Options)(target));

            #line 5 "..\..\..\GUI\Options.xaml"
                this.optionsWindow.Closed += new System.EventHandler(this.window1_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.schedualGroupBox = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 3:
                this.schedulerGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.startSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 5:
                this.schedulerEnabled = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 6:
                this.endSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 7:
                this.locsGroupBox = ((System.Windows.Controls.GroupBox)(target));
                return;

            case 8:
                this.locsGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 9:
                this.saveLocationsTabControl = ((System.Windows.Controls.TabControl)(target));

            #line 125 "..\..\..\GUI\Options.xaml"
                this.saveLocationsTabControl.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.saveLocationsTabControl_SelectionChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.mainTab = ((System.Windows.Controls.TabItem)(target));
                return;

            case 11:
                this.mainSaveTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 12:
                this.tempSaveLocation = ((System.Windows.Controls.TabItem)(target));
                return;

            case 13:
                this.tempSaveTextBox = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.validationDirectories = ((System.Windows.Controls.TabItem)(target));
                return;

            case 15:
                this.validationDirListView = ((System.Windows.Controls.ListView)(target));
                return;

            case 16:
                this.folderSelectButton = ((System.Windows.Controls.Button)(target));

            #line 176 "..\..\..\GUI\Options.xaml"
                this.folderSelectButton.Click += new System.Windows.RoutedEventHandler(this.folderSelectButton_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.selectFolderGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 18:
                this.folderImage = ((System.Windows.Controls.Image)(target));
                return;

            case 19:
                this.addButton = ((System.Windows.Controls.Button)(target));

            #line 223 "..\..\..\GUI\Options.xaml"
                this.addButton.Click += new System.Windows.RoutedEventHandler(this.folderSelectButton_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.removeButton = ((System.Windows.Controls.Button)(target));

            #line 236 "..\..\..\GUI\Options.xaml"
                this.removeButton.Click += new System.Windows.RoutedEventHandler(this.additionalValidationButton_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.clearButton = ((System.Windows.Controls.Button)(target));

            #line 253 "..\..\..\GUI\Options.xaml"
                this.clearButton.Click += new System.Windows.RoutedEventHandler(this.additionalValidationButton_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.dNSDock = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 23:
                this.doNotSaveOnClose = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 24:
                this.continueOnFailCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 25:
                this.resetTagsButton = ((System.Windows.Controls.Button)(target));

            #line 339 "..\..\..\GUI\Options.xaml"
                this.resetTagsButton.Click += new System.Windows.RoutedEventHandler(this.resetTagsButton_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 25
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this._format = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 2:
                this._formatString = ((System.Windows.Controls.TextBox)(target));
                return;

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

            case 4:
                this._autoCloseCalendar = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 5:
                this._clipValueToMinMax = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 6:
                this._kind = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 7:
                this._calendarDisplayMode = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 8:
                this._calendarWidth = ((Xceed.Wpf.Toolkit.DoubleUpDown)(target));
                return;

            case 9:
                this._showDropDownButton = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 10:
                this._timePickerVisibility = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 11:
                this._timePickerShowButtonSpinner = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 12:
                this._timeFormat = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 13:
                this._timeFormatString = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this._timeWatermark = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this._minimum = ((Xceed.Wpf.Toolkit.DateTimeUpDown)(target));
                return;

            case 16:
                this._maximum = ((Xceed.Wpf.Toolkit.DateTimeUpDown)(target));
                return;

            case 17:
                this._currentDateTimePart = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 18:
                this._datetimePicker = ((Xceed.Wpf.Toolkit.DateTimePicker)(target));
                return;

            case 19:
                this._startTime = ((Xceed.Wpf.Toolkit.DateTimeUpDown)(target));
                return;

            case 20:
                this._endTime = ((Xceed.Wpf.Toolkit.DateTimeUpDown)(target));
                return;

            case 21:
                this._timeInterval = ((Xceed.Wpf.Toolkit.DateTimeUpDown)(target));
                return;

            case 22:
                this._maxDropDownHeight = ((Xceed.Wpf.Toolkit.DoubleUpDown)(target));
                return;

            case 23:
                this._timePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 26
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 24 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_OnClick);

            #line default
            #line hidden
                return;

            case 2:

            #line 28 "..\..\MainWindow.xaml"
                ((TabSwitcher.TabSwitcherControl)(target)).Back += new System.Windows.RoutedEventHandler(this.TabSwitcherControl_OnBack);

            #line default
            #line hidden

            #line 28 "..\..\MainWindow.xaml"
                ((TabSwitcher.TabSwitcherControl)(target)).Forward += new System.Windows.RoutedEventHandler(this.TabSwitcherControl_OnForward);

            #line default
            #line hidden
                return;

            case 3:
                this.MainTabControl = ((System.Windows.Controls.TabControl)(target));
                return;

            case 4:
                this.TabSender = ((System.Windows.Controls.TabItem)(target));
                return;

            case 5:
                this.TbSender = ((System.Windows.Controls.ToolBar)(target));
                return;

            case 6:
                this.CbSenderSelect = ((System.Windows.Controls.ComboBox)(target));
                return;

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

            case 8:
                this.BtnEditSender = ((System.Windows.Controls.Button)(target));
                return;

            case 9:
                this.BtnDeleteSender = ((System.Windows.Controls.Button)(target));
                return;

            case 10:
                this.TbServer = ((System.Windows.Controls.ToolBar)(target));
                return;

            case 11:
                this.CbServerSelect = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 12:
                this.BtnAddServer = ((System.Windows.Controls.Button)(target));
                return;

            case 13:
                this.BtnEditServer = ((System.Windows.Controls.Button)(target));
                return;

            case 14:
                this.BtnDeleteServer = ((System.Windows.Controls.Button)(target));
                return;

            case 15:
                this.TbPlaner = ((System.Windows.Controls.ToolBar)(target));
                return;

            case 16:
                this.BtnClock = ((System.Windows.Controls.Button)(target));

            #line 102 "..\..\MainWindow.xaml"
                this.BtnClock.Click += new System.Windows.RoutedEventHandler(this.BtnClock_OnClick);

            #line default
            #line hidden
                return;

            case 17:
                this.TbAddressee = ((System.Windows.Controls.ToolBar)(target));
                return;

            case 18:
                this.BtnAddAddress = ((System.Windows.Controls.Button)(target));
                return;

            case 19:
                this.BtnEditAddress = ((System.Windows.Controls.Button)(target));
                return;

            case 20:
                this.BtnDeleteAddress = ((System.Windows.Controls.Button)(target));
                return;

            case 21:
                this.DgEmails = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 22:
                this.TabPlaner = ((System.Windows.Controls.TabItem)(target));
                return;

            case 23:
                this.CldSchedulDateTimes = ((System.Windows.Controls.Calendar)(target));
                return;

            case 24:
                this.TpTimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 25:
                this.BtnSendClock = ((System.Windows.Controls.Button)(target));

            #line 155 "..\..\MainWindow.xaml"
                this.BtnSendClock.Click += new System.Windows.RoutedEventHandler(this.BtnSendClock_OnClick);

            #line default
            #line hidden
                return;

            case 26:
                this.BtnSendAtOnce = ((System.Windows.Controls.Button)(target));

            #line 164 "..\..\MainWindow.xaml"
                this.BtnSendAtOnce.Click += new System.Windows.RoutedEventHandler(this.BtnSendAtOnce_OnClick);

            #line default
            #line hidden
                return;

            case 27:
                this.TabEditMail = ((System.Windows.Controls.TabItem)(target));
                return;

            case 28:
                this.TbSubject = ((System.Windows.Controls.TextBox)(target));
                return;

            case 29:
                this.RtbBodyMail = ((System.Windows.Controls.RichTextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 27
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SabteIadAvarPanel = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.toggleButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));
                return;

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

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

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

            case 6:
                this.SabteIadAvarBut3 = ((System.Windows.Controls.Button)(target));
                return;

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

            case 8:
                this.SabteIadAvarTextBox1 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.SabteIadAvarTextBox3 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.SabteIadAvarTimePicker1 = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 11:
                this.SabteIadAvarTimePicker2 = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 12:
                this.SabteIadAvarTextBox4 = ((System.Windows.Controls.TextBox)(target));

            #line 117 "..\..\..\RepeatePage.xaml"
                this.SabteIadAvarTextBox4.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.SabteDaramadTextBox3_PreviewTextInput);

            #line default
            #line hidden

            #line 117 "..\..\..\RepeatePage.xaml"
                this.SabteIadAvarTextBox4.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.SabteIadAvarTextBox4_TextChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.SabteIadAvarCombo1 = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 14:
                this.SabteIadAvarCombo2 = ((System.Windows.Controls.ComboBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 28
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Step1 = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:
                this.btnview = ((System.Windows.Controls.Button)(target));

            #line 158 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnview.Click += new System.Windows.RoutedEventHandler(this.btnview_Click);

            #line default
            #line hidden
                return;

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

            #line 171 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnedit.Click += new System.Windows.RoutedEventHandler(this.btnedit_Click);

            #line default
            #line hidden
                return;

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

            #line 184 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnfind.Click += new System.Windows.RoutedEventHandler(this.btnfind_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.ViewGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 6:
                this.btncalbyday = ((System.Windows.Controls.Button)(target));

            #line 201 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btncalbyday.Click += new System.Windows.RoutedEventHandler(this.btncalbyday_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.txtDateOfDayIcon = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 8:
                this.btncalbyweek = ((System.Windows.Controls.Button)(target));

            #line 212 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btncalbyweek.Click += new System.Windows.RoutedEventHandler(this.btncalbyweek_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.btncalbymonth = ((System.Windows.Controls.Button)(target));

            #line 223 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btncalbymonth.Click += new System.Windows.RoutedEventHandler(this.btncalbymonth_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.btnbacktostep1 = ((System.Windows.Controls.Button)(target));

            #line 234 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnbacktostep1.Click += new System.Windows.RoutedEventHandler(this.btnbacktostep1_Click_1);

            #line default
            #line hidden
                return;

            case 11:
                this.SearchGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 12:
                this.txtbsearchevent = ((System.Windows.Controls.TextBox)(target));

            #line 242 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.txtbsearchevent.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtbsearchevent_TextChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.btnpreviousevent = ((System.Windows.Controls.Button)(target));

            #line 243 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnpreviousevent.Click += new System.Windows.RoutedEventHandler(this.btnpreviousevent_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.btnnextevent = ((System.Windows.Controls.Button)(target));

            #line 251 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnnextevent.Click += new System.Windows.RoutedEventHandler(this.btnnextevent_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.EventList = ((System.Windows.Controls.ListView)(target));
                return;

            case 16:
                this.CalendarGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 17:
                this.scheduler = ((WpfScheduler.Scheduler)(target));
                return;

            case 18:
                this.btnbacktostep2 = ((System.Windows.Controls.Button)(target));

            #line 268 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnbacktostep2.Click += new System.Windows.RoutedEventHandler(this.btnbacktostep2_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.EditGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 20:
                this.btnAddNewEvent = ((System.Windows.Controls.Button)(target));

            #line 276 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnAddNewEvent.Click += new System.Windows.RoutedEventHandler(this.btnAddNewEvent_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.btnEditEvent = ((System.Windows.Controls.Button)(target));
                return;

            case 22:
                this.btnViewEventHistory = ((System.Windows.Controls.Button)(target));
                return;

            case 23:
                this.btnbacktostep1a = ((System.Windows.Controls.Button)(target));

            #line 279 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnbacktostep1a.Click += new System.Windows.RoutedEventHandler(this.btnbacktostep1a_Click);

            #line default
            #line hidden
                return;

            case 24:
                this.AddEventGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 25:
                this.dtDay = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 26:
                this.tpHour = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 27:
                this.txtbLastName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 28:
                this.txtbkeyword = ((System.Windows.Controls.TextBox)(target));
                return;

            case 29:
                this.DtBorn = ((CMWPF.UserControls.CalendarCmbUC)(target));
                return;

            case 30:
                this.rbYes = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 31:
                this.rbNo = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 32:
                this.btnSaveNewEvent = ((System.Windows.Controls.Button)(target));

            #line 335 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnSaveNewEvent.Click += new System.Windows.RoutedEventHandler(this.btnSaveNewEvent_Click);

            #line default
            #line hidden
                return;

            case 33:
                this.colorPicker = ((Xceed.Wpf.Toolkit.ColorPicker)(target));
                return;

            case 34:
                this.txtbLastName1 = ((System.Windows.Controls.TextBox)(target));
                return;

            case 35:
                this.cmbduring = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 36:
                this.btnbackto = ((System.Windows.Controls.Button)(target));

            #line 381 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnbackto.Click += new System.Windows.RoutedEventHandler(this.btnbackto_Click);

            #line default
            #line hidden
                return;

            case 37:
                this.ConfirmEventPopup = ((System.Windows.Controls.Grid)(target));
                return;

            case 38:
                this.txtEvent = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 39:
                this.txtDate = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 40:
                this.txtHour = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 41:
                this.ChooseStep = ((System.Windows.Controls.Grid)(target));
                return;

            case 42:
                this.btnDeclineStep = ((System.Windows.Controls.Button)(target));

            #line 416 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnDeclineStep.Click += new System.Windows.RoutedEventHandler(this.btnDeclineStep_Click);

            #line default
            #line hidden
                return;

            case 43:
                this.btnAcceptStep = ((System.Windows.Controls.Button)(target));

            #line 417 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnAcceptStep.Click += new System.Windows.RoutedEventHandler(this.btnAcceptStep_Click);

            #line default
            #line hidden
                return;

            case 44:
                this.ConfirmStep = ((System.Windows.Controls.Grid)(target));
                return;

            case 45:
                this.btnDeclineEvent = ((System.Windows.Controls.Button)(target));

            #line 424 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnDeclineEvent.Click += new System.Windows.RoutedEventHandler(this.btnDeclineEvent_Click);

            #line default
            #line hidden
                return;

            case 46:
                this.btnAcceptEvent = ((System.Windows.Controls.Button)(target));

            #line 425 "..\..\..\UserControls\MySchedulerUC.xaml"
                this.btnAcceptEvent.Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Exemplo n.º 29
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\..\pages\ResumenDiario_Alerta.xaml"
                ((FEI.pages.ResumenDiario_Alerta)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.Page_KeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.chkEnvioAutomatico = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 3:
                this.rbtEnvioautomatico_minutos = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.cboVecesDia = ((System.Windows.Controls.ComboBox)(target));
                return;

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

            case 6:
                this.dtpEnvioautomatico_horavalor = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 7:
                this.chkEnvioManual = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 8:
                this.cboVecesHora = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 9:
                this.dtpEnviomanual_horavalor = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 10:
                this.btnEnviar = ((System.Windows.Controls.Button)(target));

            #line 124 "..\..\..\pages\ResumenDiario_Alerta.xaml"
                this.btnEnviar.Click += new System.Windows.RoutedEventHandler(this.btnEnviar_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.image = ((System.Windows.Controls.Image)(target));
                return;

            case 12:
                this.TextBoton = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.logo = ((System.Windows.Controls.Grid)(target));
                return;

            case 2:

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

            #line default
            #line hidden
                return;

            case 3:
                this.myMap1 = ((Microsoft.Maps.MapControl.WPF.Map)(target));
                return;

            case 4:
                this.nameTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.dateRep = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 6:
                this.streetTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.boomsTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.intensityTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.myTimePicker = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 10:
                this.cityTxt = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.finishBtn = ((System.Windows.Controls.Button)(target));

            #line 78 "..\..\MainWindow1.xaml"
                this.finishBtn.Click += new System.Windows.RoutedEventHandler(this.FinishBtn_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.successMsg = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 13:

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

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     case 2:
     this.tbDate = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.label2 = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.timePicker1 = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 5:
     this.label3 = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.tbNote = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.label4 = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.tbUser = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.bSave = ((System.Windows.Controls.Button)(target));
     
     #line 27 "..\..\WindowOfPositions.xaml"
     this.bSave.Click += new System.Windows.RoutedEventHandler(this.bSave_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.bCancel = ((System.Windows.Controls.Button)(target));
     
     #line 28 "..\..\WindowOfPositions.xaml"
     this.bCancel.Click += new System.Windows.RoutedEventHandler(this.bCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 32
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btAddStation = ((System.Windows.Controls.Button)(target));
                return;

            case 2:
                this.btDeleteStation = ((System.Windows.Controls.Button)(target));
                return;

            case 3:
                this.lbStartDate = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.dpStartDate = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            case 6:
                this.dpEndDate = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 7:
                this.lbStartTime = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.tpStartTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 9:
                this.lbEndTime = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.tpEndTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));
                return;

            case 11:
                this.lbSpeed = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.rbSpeed1 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 13:
                this.rbSpeed2 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 14:
                this.rbSpeed3 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 15:
                this.lbMeasurement = ((System.Windows.Controls.Label)(target));
                return;

            case 16:
                this.cbMeasurement = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 17:
                this.lbFrequency = ((System.Windows.Controls.Label)(target));
                return;

            case 18:
                this.dudFrequency = ((Xceed.Wpf.Toolkit.DoubleUpDown)(target));
                return;

            case 19:
                this.lbFrequencyUnity = ((System.Windows.Controls.Label)(target));
                return;

            case 20:
                this.lbValueRangeFrom = ((System.Windows.Controls.Label)(target));
                return;

            case 21:
                this.slValueRangeFrom = ((System.Windows.Controls.Slider)(target));
                return;

            case 22:
                this.lbValueRangeTo = ((System.Windows.Controls.Label)(target));
                return;

            case 23:
                this.slValueRangeTo = ((System.Windows.Controls.Slider)(target));
                return;

            case 24:
                this.lbStrategy = ((System.Windows.Controls.Label)(target));
                return;

            case 25:
                this.cbStrategy = ((System.Windows.Controls.ComboBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.lbStations = ((System.Windows.Controls.ListBox)(target));

            #line 31 "..\..\..\View\MainWindow.xaml"
                this.lbStations.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.LbStations_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.btAddStation = ((System.Windows.Controls.Button)(target));

            #line 43 "..\..\..\View\MainWindow.xaml"
                this.btAddStation.Click += new System.Windows.RoutedEventHandler(this.BtAddStation_Click);

            #line default
            #line hidden
                return;

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

            #line 45 "..\..\..\View\MainWindow.xaml"
                this.btDeleteStation.Click += new System.Windows.RoutedEventHandler(this.BtDeleteStation_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.lbStartDate = ((System.Windows.Controls.Label)(target));
                return;

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

            case 6:
                this.dpStartDate = ((System.Windows.Controls.DatePicker)(target));

            #line 63 "..\..\..\View\MainWindow.xaml"
                this.dpStartDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.DpStartDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.lbEndDate = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.dpEndDate = ((System.Windows.Controls.DatePicker)(target));

            #line 71 "..\..\..\View\MainWindow.xaml"
                this.dpEndDate.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.DpEndDate_SelectedDateChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.lbStartTime = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.tpStartTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));

            #line 79 "..\..\..\View\MainWindow.xaml"
                this.tpStartTime.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.TpStartTime_ValueChanged);

            #line default
            #line hidden
                return;

            case 11:
                this.lbEndTime = ((System.Windows.Controls.Label)(target));
                return;

            case 12:
                this.tpEndTime = ((Xceed.Wpf.Toolkit.TimePicker)(target));

            #line 86 "..\..\..\View\MainWindow.xaml"
                this.tpEndTime.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.TpEndTime_ValueChanged);

            #line default
            #line hidden
                return;

            case 13:
                this.lbDateTimeError = ((System.Windows.Controls.Label)(target));
                return;

            case 14:
                this.btStartSimulator = ((System.Windows.Controls.Button)(target));

            #line 94 "..\..\..\View\MainWindow.xaml"
                this.btStartSimulator.Click += new System.Windows.RoutedEventHandler(this.BtStartSimulator_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.btStopSimulator = ((System.Windows.Controls.Button)(target));

            #line 98 "..\..\..\View\MainWindow.xaml"
                this.btStopSimulator.Click += new System.Windows.RoutedEventHandler(this.BtStopSimulator_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.btSendData = ((System.Windows.Controls.Button)(target));

            #line 102 "..\..\..\View\MainWindow.xaml"
                this.btSendData.Click += new System.Windows.RoutedEventHandler(this.BtSendData_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.MyChart = ((LiveCharts.Wpf.CartesianChart)(target));
                return;

            case 18:
                this.MyYAxis = ((LiveCharts.Wpf.Axis)(target));
                return;

            case 19:
                this.dgMeasurements = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 20:
                this.lbSpeed = ((System.Windows.Controls.Label)(target));
                return;

            case 21:
                this.rbSpeed1 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 22:
                this.rbSpeed2 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 23:
                this.rbSpeed3 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 24:
                this.lbMeasurement = ((System.Windows.Controls.Label)(target));
                return;

            case 25:
                this.cbMeasurement = ((System.Windows.Controls.ComboBox)(target));

            #line 152 "..\..\..\View\MainWindow.xaml"
                this.cbMeasurement.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbMeasurement_SelectionChanged);

            #line default
            #line hidden
                return;

            case 26:
                this.lbFrequency = ((System.Windows.Controls.Label)(target));
                return;

            case 27:
                this.dudFrequency = ((Xceed.Wpf.Toolkit.DoubleUpDown)(target));
                return;

            case 28:
                this.lbFrequencyUnity = ((System.Windows.Controls.Label)(target));
                return;

            case 29:
                this.lbValueRangeFrom = ((System.Windows.Controls.Label)(target));
                return;

            case 30:
                this.slValueRangeFrom = ((System.Windows.Controls.Slider)(target));

            #line 175 "..\..\..\View\MainWindow.xaml"
                this.slValueRangeFrom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.SlValueRangeFrom_ValueChanged);

            #line default
            #line hidden
                return;

            case 31:
                this.dudValueRangeFrom = ((Xceed.Wpf.Toolkit.DoubleUpDown)(target));

            #line 182 "..\..\..\View\MainWindow.xaml"
                this.dudValueRangeFrom.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.DudValueRangeFrom_ValueChanged);

            #line default
            #line hidden
                return;

            case 32:
                this.lbValueRangeFromUnit = ((System.Windows.Controls.Label)(target));
                return;

            case 33:
                this.lbValueRangeTo = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this.slValueRangeTo = ((System.Windows.Controls.Slider)(target));

            #line 191 "..\..\..\View\MainWindow.xaml"
                this.slValueRangeTo.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.SlValueRangeTo_ValueChanged);

            #line default
            #line hidden
                return;

            case 35:
                this.dudValueRangeTo = ((Xceed.Wpf.Toolkit.DoubleUpDown)(target));

            #line 197 "..\..\..\View\MainWindow.xaml"
                this.dudValueRangeTo.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.DudValueRangeTo_ValueChanged);

            #line default
            #line hidden
                return;

            case 36:
                this.lbValueRangeToUnit = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.lbStrategy = ((System.Windows.Controls.Label)(target));
                return;

            case 38:
                this.cbStrategy = ((System.Windows.Controls.ComboBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.window1 = ((YoutubeDownloadHelper.Gui.Options)(target));
     
     #line 5 "..\..\..\GUI\Options.xaml"
     this.window1.Closed += new System.EventHandler(this.window1_Closed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.schedualGroupBox = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 3:
     this.schedulerGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.startSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 5:
     this.schedulerEnabled = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 6:
     this.endSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 7:
     this.folderSelectButton = ((System.Windows.Controls.Button)(target));
     
     #line 105 "..\..\..\GUI\Options.xaml"
     this.folderSelectButton.Click += new System.Windows.RoutedEventHandler(this.folderSelectButton_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.selectFolderGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.folderImage = ((System.Windows.Controls.Image)(target));
     return;
     case 10:
     this.saveLocationsTabControl = ((System.Windows.Controls.TabControl)(target));
     return;
     case 11:
     this.mainTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 12:
     this.mainSaveTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 13:
     this.tempSaveLocation = ((System.Windows.Controls.TabItem)(target));
     return;
     case 14:
     this.tempSaveTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.validationDirectories = ((System.Windows.Controls.TabItem)(target));
     return;
     case 16:
     this.validationDirListView = ((System.Windows.Controls.ListView)(target));
     return;
     case 17:
     this.doNotSaveOnClose = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 18:
     this.continueOnFailCheckBox = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 19:
     this.resetTagsButton = ((System.Windows.Controls.Button)(target));
     
     #line 217 "..\..\..\GUI\Options.xaml"
     this.resetTagsButton.Click += new System.Windows.RoutedEventHandler(this.resetTagsButton_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.window1 = ((YoutubeDownloadHelper.Options)(target));
     
     #line 6 "..\..\Options.xaml"
     this.window1.Closed += new System.EventHandler(this.window1_Closed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.folderSelectButton = ((System.Windows.Controls.Button)(target));
     
     #line 35 "..\..\Options.xaml"
     this.folderSelectButton.Click += new System.Windows.RoutedEventHandler(this.folderSelectButton_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.mainTab = ((System.Windows.Controls.TabItem)(target));
     return;
     case 4:
     this.mainSaveTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.tempSaveLocation = ((System.Windows.Controls.TabItem)(target));
     return;
     case 6:
     this.tempSaveTextBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.startSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     case 8:
     this.schedulerEnabled = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 9:
     this.endSchedule = ((Xceed.Wpf.Toolkit.TimePicker)(target));
     return;
     }
     this._contentLoaded = true;
 }