void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.BlackList = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 2:
                this.WhiteList = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 3:

            #line 33 "..\..\CustomizeList.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Store_Lists);

            #line default
            #line hidden
                return;

            case 4:

            #line 34 "..\..\CustomizeList.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 36 "..\..\CustomizeList.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AddToWhiteList);

            #line default
            #line hidden
                return;

            case 6:

            #line 37 "..\..\CustomizeList.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AddToBlackList);

            #line default
            #line hidden
                return;

            case 7:

            #line 39 "..\..\CustomizeList.xaml"
                ((System.Windows.Controls.CheckBox)(target)).Checked += new System.Windows.RoutedEventHandler(this.BlackListSelcectAll);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.demo = ((Xceed.Wpf.Toolkit.LiveExplorer.Samples.CheckLists.Views.CheckListsView)(target));
                return;

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

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

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

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

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

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

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

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

            case 10:
                this._isDropDownOpen = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 12:
                this._checkListBox = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 13:
                this._checkComboBox = ((Xceed.Wpf.Toolkit.CheckComboBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\Page1.xaml"
                ((WpfApplication2.Page1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.RetrieveList);

            #line default
            #line hidden
                return;

            case 2:
                this.WhiteList = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 3:
                this.BlackList = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 4:

            #line 36 "..\..\Page1.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AddToWhiteList);

            #line default
            #line hidden
                return;

            case 5:

            #line 37 "..\..\Page1.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AddToBlackList);

            #line default
            #line hidden
                return;

            case 6:

            #line 41 "..\..\Page1.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Store_Lists);

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

            #line 5 "..\..\..\DatabaseSelecter.xaml"
                ((ScreenRecordPlusChrome.DatabaseSelecter)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden

            #line 5 "..\..\..\DatabaseSelecter.xaml"
                ((ScreenRecordPlusChrome.DatabaseSelecter)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.clb_databaseSelecter_subjectname = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

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

            #line 9 "..\..\..\DatabaseSelecter.xaml"
                this.bt_databaseSelecter_go.Click += new System.Windows.RoutedEventHandler(this.bt_databaseSelecter_go_Click);

            #line default
            #line hidden
                return;

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

            #line 10 "..\..\..\DatabaseSelecter.xaml"
                this.bt_databaseSelecter_export.Click += new System.Windows.RoutedEventHandler(this.bt_databaseSelecter_export_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.checkNames = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

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

            #line 79 "..\..\..\Views\UserListView.xaml"
                this.newUser.Click += new System.Windows.RoutedEventHandler(this.newUser_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.checkNames = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 2:
                this.listBoxSelected = ((System.Windows.Controls.ListBox)(target));
                return;

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

            case 4:
                this.add = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CLBox = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

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

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

            #line 28 "..\..\..\TagView\ChooseTagsDialog.xaml"
                this.ButtonConfirm.Click += new System.Windows.RoutedEventHandler(this.ButtonConfirm_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.labelUnosResursa = ((System.Windows.Controls.Label)(target));
                return;

            case 2:
                this.labelOznakaResursa = ((System.Windows.Controls.Label)(target));
                return;

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

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

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

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

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

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

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

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

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

            case 12:
                this.label1JedinicaMjere = ((System.Windows.Controls.Label)(target));
                return;

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

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

            case 15:
                this.comboBox3 = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 16:
                this.labelCijena = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 56 "..\..\..\NoviResursUserControl.xaml"
                this.textBox4.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.CijenaTextBox_TextInput);

            #line default
            #line hidden
                return;

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

            case 19:
                this.Datum = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            #line 59 "..\..\..\NoviResursUserControl.xaml"
                this.button2.Click += new System.Windows.RoutedEventHandler(this.Dodaj_resurs);

            #line default
            #line hidden
                return;

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

            #line 60 "..\..\..\NoviResursUserControl.xaml"
                this.button3.Click += new System.Windows.RoutedEventHandler(this.traziIkonicuClick);

            #line default
            #line hidden
                return;

            case 22:
                this.stackPanel1 = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            case 24:
                this.radioButton2 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 25:
                this.stackPanel2 = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 26:
                this.radioButton3 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 27:
                this.radioButton4 = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 28:
                this.stackPanel3 = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 29:
                this.radioButton5 = ((System.Windows.Controls.RadioButton)(target));
                return;

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

            case 31:
                this.etiketaResursa = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 32:
                this.border1 = ((System.Windows.Controls.Border)(target));
                return;

            case 33:
                this.ikonicaName = ((System.Windows.Controls.Image)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#9
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 12 "..\..\..\IzmijeniResurs.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed);

            #line default
            #line hidden
                return;

            case 2:
                this.labelOznakaResursa = ((System.Windows.Controls.Label)(target));
                return;

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

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

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

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

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

            #line 41 "..\..\..\IzmijeniResurs.xaml"
                this.tipResursa.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ucitajIkonicuTipa_Click);

            #line default
            #line hidden
                return;

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

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

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

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

            case 12:
                this.label1JedinicaMjere = ((System.Windows.Controls.Label)(target));
                return;

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

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

            case 15:
                this.pojavljivanjeCombo = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 16:
                this.labelCijena = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 60 "..\..\..\IzmijeniResurs.xaml"
                this.cijenaResursa.PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.CijenaTextBox_TextInput);

            #line default
            #line hidden
                return;

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

            case 19:
                this.Datum = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            #line 69 "..\..\..\IzmijeniResurs.xaml"
                this.button2.Click += new System.Windows.RoutedEventHandler(this.sacuvajIzmjeneResurs_Click);

            #line default
            #line hidden
                return;

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

            #line 70 "..\..\..\IzmijeniResurs.xaml"
                this.button3.Click += new System.Windows.RoutedEventHandler(this.izmijeniIkonicu_Click);

            #line default
            #line hidden
                return;

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

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

            case 24:
                this.eksploatacijaTrue = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 25:
                this.eksploatacijaFalse = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 26:
                this.vaznostTrue = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 27:
                this.vaznostFalse = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 28:
                this.etiketaResursa = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 29:
                this.border1 = ((System.Windows.Controls.Border)(target));
                return;

            case 30:
                this.ikonicaName = ((System.Windows.Controls.Image)(target));
                return;

            case 31:
                this.opisLabel = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 5 "..\..\..\Statistics.xaml"
                ((ScreenRecordPlusChrome.Statistics)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.Window_SizeChanged);

            #line default
            #line hidden

            #line 5 "..\..\..\Statistics.xaml"
                ((ScreenRecordPlusChrome.Statistics)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden

            #line 5 "..\..\..\Statistics.xaml"
                ((ScreenRecordPlusChrome.Statistics)(target)).Closed += new System.EventHandler(this.Window_Closed);

            #line default
            #line hidden
                return;

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

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

            case 4:
                this.clb_statistics_subjectname = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

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

            #line 26 "..\..\..\Statistics.xaml"
                this.bt_statistics_subject_analysis.Click += new System.Windows.RoutedEventHandler(this.bt_statistics_subject_analysis_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.cb_statistics_gaze_fixation1 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

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

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

            case 10:
                this.cb_statistics_gaze_fixation5 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 12:
                this.cb_statistics_gaze_saccade1 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 13:
                this.cb_statistics_gaze_saccade2 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 15:
                this.cb_statistics_gaze_path1 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

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

            case 18:
                this.cb_statistics_gaze_interaction2 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 19:
                this.cb_statistics_mouse_fixation1 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 21:
                this.cb_statistics_mouse_fixation3 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 22:
                this.cb_statistics_mouse_fixation4 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

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

            case 25:
                this.cb_statistics_mouse_saccade1 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 27:
                this.cb_statistics_mouse_saccade3 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 28:
                this.cb_statistics_mouse_path1 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 30:
                this.cb_statistics_mouse_click_1 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 31:
                this.cb_statistics_mouse_click_2 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 33:
                this.cb_statistics_mouse_clicks_1 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 34:
                this.cb_statistics_mouse_clicks_2 = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 36:
                this.cb_statistics_mouse_clicks_4 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 37:
                this.bt_statistics_export = ((System.Windows.Controls.Button)(target));

            #line 333 "..\..\..\Statistics.xaml"
                this.bt_statistics_export.Click += new System.Windows.RoutedEventHandler(this.bt_statistics_export_Click);

            #line default
            #line hidden
                return;

            case 38:
                this.bt_statistics_calculatefixation = ((System.Windows.Controls.Button)(target));

            #line 343 "..\..\..\Statistics.xaml"
                this.bt_statistics_calculatefixation.Click += new System.Windows.RoutedEventHandler(this.bt_statistics_calculatefixation_Click);

            #line default
            #line hidden
                return;

            case 39:
                this.bt_statistics_calculate = ((System.Windows.Controls.Button)(target));

            #line 353 "..\..\..\Statistics.xaml"
                this.bt_statistics_calculate.Click += new System.Windows.RoutedEventHandler(this.bt_statistics_calculate_Click);

            #line default
            #line hidden
                return;

            case 40:
                this.g_statistics_bottom = ((System.Windows.Controls.Grid)(target));
                return;

            case 41:
                this.dg_statistics_datagrid = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 42:
                this.dgtc_statistics_subject = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 43:
                this.dgtc_statistics_id = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 44:
                this.dgtc_statistics_webpage = ((System.Windows.Controls.DataGridHyperlinkColumn)(target));
                return;

            case 45:
                this.dgtc_statistics_keyword = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 46:
                this.dgtc_statistics_gaze_fixation1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 47:
                this.dgtc_statistics_gaze_fixation2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 48:
                this.dgtc_statistics_gaze_fixation3 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 49:
                this.dgtc_statistics_gaze_fixation4 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 50:
                this.dgtc_statistics_gaze_fixation5 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 51:
                this.dgtc_statistics_gaze_fixation6 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 52:
                this.dgtc_statistics_gaze_saccade1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 53:
                this.dgtc_statistics_gaze_saccade2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 54:
                this.dgtc_statistics_gaze_saccade3 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 55:
                this.dgtc_statistics_gaze_path1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 56:
                this.dgtc_statistics_gaze_path2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 57:
                this.dgtc_statistics_gaze_interaction1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 58:
                this.dgtc_statistics_gaze_interaction2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 59:
                this.dgtc_statistics_mouse_fixation1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 60:
                this.dgtc_statistics_mouse_fixation2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 61:
                this.dgtc_statistics_mouse_fixation3 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 62:
                this.dgtc_statistics_mouse_fixation4 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 63:
                this.dgtc_statistics_mouse_fixation5 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 64:
                this.dgtc_statistics_mouse_fixation6 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 65:
                this.dgtc_statistics_mouse_saccade1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 66:
                this.dgtc_statistics_mouse_saccade2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 67:
                this.dgtc_statistics_mouse_saccade3 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 68:
                this.dgtc_statistics_mouse_path1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 69:
                this.dgtc_statistics_mouse_path2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 70:
                this.dgtc_statistics_mouse_lclick1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 71:
                this.dgtc_statistics_mouse_lclick2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 72:
                this.dgtc_statistics_mouse_lclick3 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 73:
                this.dgtc_statistics_mouse_lclick4 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 74:
                this.dgtc_statistics_mouse_rclick1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 75:
                this.dgtc_statistics_mouse_rclick2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 76:
                this.dgtc_statistics_mouse_rclick3 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 77:
                this.dgtc_statistics_mouse_rclick4 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 78:
                this.dgtc_statistics_mouse_mclick1 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 79:
                this.dgtc_statistics_mouse_mclick2 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 80:
                this.dgtc_statistics_mouse_mclick3 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 81:
                this.dgtc_statistics_mouse_mclick4 = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\prikaziRes.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CloseCommandHandler);

            #line default
            #line hidden
                return;

            case 2:

            #line 9 "..\..\..\prikaziRes.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed);

            #line default
            #line hidden
                return;

            case 3:

            #line 60 "..\..\..\prikaziRes.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Filter);

            #line default
            #line hidden
                return;

            case 4:

            #line 61 "..\..\..\prikaziRes.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Resetuj);

            #line default
            #line hidden
                return;

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

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

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

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

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

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

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

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

            case 13:
                this.NaseljeCheck = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 15:
                this.NaseljeFalse = ((System.Windows.Controls.RadioButton)(target));
                return;

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

            case 17:
                this.OpasnaTrue = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 18:
                this.OpasnaFalse = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 19:
                this.IUCNCheck = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 20:
                this.IUCNTrue = ((System.Windows.Controls.RadioButton)(target));
                return;

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

            case 22:
                this.StatusCheck = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 23:
                this.Status = ((Xceed.Wpf.Toolkit.WatermarkComboBox)(target));
                return;

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

            case 25:
                this.Turizam = ((Xceed.Wpf.Toolkit.WatermarkComboBox)(target));
                return;

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

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

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

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

            case 30:
                this.DatumPocetak = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 31:
                this.DatumKraj = ((System.Windows.Controls.DatePicker)(target));
                return;

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

            case 33:
                this.Nalepnice = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

            case 34:

            #line 152 "..\..\..\prikaziRes.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Izmeni_vrstu);

            #line default
            #line hidden
                return;

            case 35:

            #line 154 "..\..\..\prikaziRes.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Obrisi_vrstu);

            #line default
            #line hidden
                return;

            case 36:
                this.spisak = ((System.Windows.Controls.DataGrid)(target));

            #line 160 "..\..\..\prikaziRes.xaml"
                this.spisak.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.spisak_SelectionChanged);

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

            #line 7 "..\..\..\FilterResursa.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed);

            #line default
            #line hidden
                return;

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

            case 3:
                this.oznakaCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

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

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

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

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

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

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

            case 10:
                this.tipCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 11:
                this.etiketeResursa = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
                return;

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

            case 13:
                this.etiketeCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

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

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

            case 16:
                this.obnovljivTrue = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 17:
                this.obnovljivFalse = ((System.Windows.Controls.RadioButton)(target));
                return;

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

            case 19:
                this.vazanTrue = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 20:
                this.vazanFalse = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 21:
                this.vaznostCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

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

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

            case 24:
                this.eksploatacijaFalse = ((System.Windows.Controls.RadioButton)(target));
                return;

            case 25:
                this.eksploatacijaCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 26:
                this.mjera = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 27:
                this.label8 = ((System.Windows.Controls.Label)(target));
                return;

            case 28:
                this.mjeraCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 30:
                this.pojavljivanje = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 31:
                this.pojavljivanjeCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

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

            case 33:
                this.cijena = ((System.Windows.Controls.TextBox)(target));
                return;

            case 34:
                this.cijenaCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 35:
                this.label11 = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.datum = ((System.Windows.Controls.DatePicker)(target));
                return;

            case 37:
                this.datumCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 38:
                this.label12 = ((System.Windows.Controls.Label)(target));
                return;

            case 39:
                this.opisResursa = ((System.Windows.Controls.TextBox)(target));
                return;

            case 40:
                this.opisCheckBox = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 41:
                this.button1 = ((System.Windows.Controls.Button)(target));

            #line 59 "..\..\..\FilterResursa.xaml"
                this.button1.Click += new System.Windows.RoutedEventHandler(this.filtrirajResurse_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#13
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MacroList = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
     return;
     case 2:
     
     #line 10 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 3:
     this.SaveLocation = ((System.Windows.Controls.TextBox)(target));
     
     #line 12 "..\..\MainWindow.xaml"
     this.SaveLocation.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.isClick = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     
     #line 16 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 17 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 18 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 19 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 9:
     
     #line 20 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#14
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 15 "..\..\MainWindow.xaml"
     ((WpfApplication1.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.MetroWindow_Closing);
     
     #line default
     #line hidden
     
     #line 15 "..\..\MainWindow.xaml"
     ((WpfApplication1.MainWindow)(target)).Activated += new System.EventHandler(this.MetroWindow_Activated);
     
     #line default
     #line hidden
     
     #line 15 "..\..\MainWindow.xaml"
     ((WpfApplication1.MainWindow)(target)).Deactivated += new System.EventHandler(this.MetroWindow_Deactivated);
     
     #line default
     #line hidden
     
     #line 15 "..\..\MainWindow.xaml"
     ((WpfApplication1.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.MetroWindow_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.WebBrowser1 = ((System.Windows.Controls.WebBrowser)(target));
     return;
     case 3:
     this.button = ((System.Windows.Controls.Button)(target));
     
     #line 18 "..\..\MainWindow.xaml"
     this.button.Click += new System.Windows.RoutedEventHandler(this.button_Click_1);
     
     #line default
     #line hidden
     return;
     case 4:
     this.button2 = ((System.Windows.Controls.Button)(target));
     
     #line 19 "..\..\MainWindow.xaml"
     this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.button3 = ((System.Windows.Controls.Button)(target));
     
     #line 20 "..\..\MainWindow.xaml"
     this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.listBox2 = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
     return;
     case 7:
     this.KappaBox = ((System.Windows.Controls.ContextMenu)(target));
     return;
     case 8:
     
     #line 24 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     
     #line 25 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click_1);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 26 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click_2);
     
     #line default
     #line hidden
     return;
     case 11:
     
     #line 27 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click_4);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 29 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItem_Click_3);
     
     #line default
     #line hidden
     return;
     case 13:
     this.CanvasSettings = ((System.Windows.Controls.Canvas)(target));
     return;
     case 14:
     this.comboBox = ((System.Windows.Controls.ComboBox)(target));
     
     #line 34 "..\..\MainWindow.xaml"
     this.comboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 15:
     this.ManualPatchSelection = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 16:
     this.UseLatestVersion = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 17:
     this.EnableScriptsEngine = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 18:
     this.EnableHumanizer = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 19:
     this.AutoUpdateLibs = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 20:
     this.CanvasSettings1 = ((System.Windows.Controls.Canvas)(target));
     return;
     case 21:
     this.textBox = ((System.Windows.Controls.TextBox)(target));
     return;
     case 22:
     this.textBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 23:
     this.button6 = ((System.Windows.Controls.Button)(target));
     
     #line 53 "..\..\MainWindow.xaml"
     this.button6.Click += new System.Windows.RoutedEventHandler(this.button6_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.button7 = ((System.Windows.Controls.Button)(target));
     
     #line 54 "..\..\MainWindow.xaml"
     this.button7.Click += new System.Windows.RoutedEventHandler(this.button7_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#15
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

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

            #line default
            #line hidden
                return;

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

            #line 24 "..\..\..\..\..\src\window\add\NewRegulationWindow.xaml"
                this.teacherNameComboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.selectedTeacher);

            #line default
            #line hidden
                return;

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

            case 4:
                this.lessonsLayout = ((Xceed.Wpf.Toolkit.CheckListBox)(target));

            #line 30 "..\..\..\..\..\src\window\add\NewRegulationWindow.xaml"
                this.lessonsLayout.ItemSelectionChanged += new Xceed.Wpf.Toolkit.Primitives.ItemSelectionChangedEventHandler(this.lessonsChanged);

            #line default
            #line hidden
                return;

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

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

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

            #line 42 "..\..\..\..\..\src\window\add\NewRegulationWindow.xaml"
                this.addButton.Click += new System.Windows.RoutedEventHandler(this.addRegulation);

            #line default
            #line hidden
                return;

            case 8:
                this.errorTextBox = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#16
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MacroList = ((Xceed.Wpf.Toolkit.CheckListBox)(target));
     return;
     case 2:
     this.MacroEditorInformationLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     
     #line 16 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.EditKeyboard);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 17 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.EditMouse);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 18 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.EditDelay);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 19 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.EditJump);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 20 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.EditText);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 21 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.EditCall);
     
     #line default
     #line hidden
     return;
     case 9:
     
     #line 22 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.EditLock);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 23 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.EditRepeat);
     
     #line default
     #line hidden
     return;
     case 11:
     
     #line 24 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Edit);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 25 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Delete);
     
     #line default
     #line hidden
     return;
     case 13:
     
     #line 26 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Save);
     
     #line default
     #line hidden
     return;
     case 14:
     
     #line 27 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Cancel);
     
     #line default
     #line hidden
     return;
     case 15:
     this.MacroItemInfo = ((System.Windows.Controls.Label)(target));
     return;
     case 16:
     
     #line 29 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.MoveUp);
     
     #line default
     #line hidden
     return;
     case 17:
     
     #line 30 "..\..\..\MainWindows\MacroEditor.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.MoveDown);
     
     #line default
     #line hidden
     return;
     case 18:
     this.Repeat = ((Xceed.Wpf.Toolkit.IntegerUpDown)(target));
     return;
     }
     this._contentLoaded = true;
 }
        private void buttonSearch_Click(object sender, RoutedEventArgs e)
        {
            if (sPanel != null && sPanel.Children.Count > 0)
                sPanel.Children.Clear();
            List<CanData> canList = SearchForCan();
            canDocsDict = MakeCanDocsDict(canList);
            sPanel = new StackPanel();
            sPanel.HorizontalAlignment = System.Windows.HorizontalAlignment.Left;
            mainPanel.Children.Add(sPanel);
            {
                // wyswietlic wiecej kadydatow wybrac jednego wyswietlic jego dokumenty
                wPanel = new WrapPanel();
                canListBox = new ListBox();
                canListBox.ItemsSource = canDocsDict.Keys;
                canListBox.DisplayMemberPath = "Can";
                canListBox.HorizontalAlignment = System.Windows.HorizontalAlignment.Left;
                canListBox.Width = double.NaN;
                canListBox.Height = double.NaN;
                canListBox.Margin = new Thickness(20, 20, 0, 0);
                canListBox.SelectionChanged += new SelectionChangedEventHandler(this.canListBox_SelectionChanged);
                if (mode == 1)
                    canListBox.SelectionChanged += new SelectionChangedEventHandler(this.clb_SelectedItemChanged);
                else if (mode == 2)
                    canListBox.SelectionChanged += new SelectionChangedEventHandler(this.lb_SelectionChanged);
                wPanel.Children.Add(canListBox);

                if (mode == 1)
                {
                    clb = new CheckListBox();
                    clb.Margin = new Thickness(20, 20, 0, 0);
                    clb.Width = Double.NaN;
                    clb.Height = Double.NaN;
                    clb.HorizontalAlignment = System.Windows.HorizontalAlignment.Left;
                    clb.SelectedItemChanged += new Xceed.Wpf.Toolkit.Primitives.SelectedItemChangedEventHandler(this.clb_SelectedItemChanged);
                }
                else if (mode == 2)
                {
                    lb = new ListBox();
                    lb.Margin = new Thickness(20, 20, 0, 0);
                    lb.Width = Double.NaN;
                    lb.Height = Double.NaN;
                    lb.HorizontalAlignment = System.Windows.HorizontalAlignment.Left;
                    lb.SelectionChanged += new SelectionChangedEventHandler(lb_SelectionChanged);
                    lb.SelectionMode = SelectionMode.Single;
                }
                sPanel.Children.Add(wPanel);
                CreateButton(btnText);
            }
        }