示例#1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Save = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 2:
                this.Undo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 3:
                this.Redo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 4:
                this.btnreply = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 132 "..\..\..\XAML\ViewMail.xaml"
                this.btnreply.Click += new System.Windows.RoutedEventHandler(this.btnreply_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.ClipboardGroup = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.UIPanel = ((System.Windows.Controls.Grid)(target));
                return;

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

            case 8:
                this.txtEMailID = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 9:
                this.txtEmailTo = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 10:
                this.txtCC = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 11:
                this.txtSubject = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.wbbrowser = ((System.Windows.Controls.WebBrowser)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RibbonWin = ((System.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 2:
                this.Save = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 3:
                this.Undo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 4:
                this.Redo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 5:
                this.ClipboardGroup = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.Employee = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 7:
                this.UIPanel = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RibbonWindows = ((System.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 2:
                this.Undo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 3:
                this.Redo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RibbonWin = ((System.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 2:
                this.Save = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 3:
                this.Undo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 4:
                this.Redo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 5:
                this.Employee = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.ButtonAddEmployee = ((System.Windows.Controls.Ribbon.RibbonMenuItem)(target));
                return;

            case 7:
                this.ButtonEditEmployee = ((System.Windows.Controls.Ribbon.RibbonMenuItem)(target));
                return;

            case 8:
                this.ButtonDeleteEmployee = ((System.Windows.Controls.Ribbon.RibbonMenuItem)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MainWindow1 = ((BsecureMailing.WebEditor)(target));

            #line 7 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.MainWindow1.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.Save = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 3:
                this.Undo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 4:
                this.Redo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 5:
                this.ClipboardGroup = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

            #line 116 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.RibbonComboboxFormat.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.RibbonComboboxFormat_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 124 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.RibbonComboboxFonts.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.RibbonComboboxFonts_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 125 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.RibbonComboboxFontHeight.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.RibbonComboboxFontHeight_SelectionChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.SettingsBold = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 128 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsBold.Click += new System.Windows.RoutedEventHandler(this.SettingsBold_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.SettingsItalic = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 129 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsItalic.Click += new System.Windows.RoutedEventHandler(this.SettingsItalic_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.SettingsUnderLine = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 130 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsUnderLine.Click += new System.Windows.RoutedEventHandler(this.SettingsUnderLine_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.SettingsFontColor = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 131 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsFontColor.Click += new System.Windows.RoutedEventHandler(this.SettingsFontColor_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.SettingsBackColor = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 132 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsBackColor.Click += new System.Windows.RoutedEventHandler(this.SettingsBackColor_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.SettingsAddLink = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 133 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsAddLink.Click += new System.Windows.RoutedEventHandler(this.SettingsAddLink_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.SettingsAddImage = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 134 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsAddImage.Click += new System.Windows.RoutedEventHandler(this.SettingsAddImage_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.SettingsLeftAlign = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 135 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsLeftAlign.Click += new System.Windows.RoutedEventHandler(this.SettingsLeftAlign_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.SettingsCenter2 = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 136 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsCenter2.Click += new System.Windows.RoutedEventHandler(this.SettingsCenter2_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.SettingsRightAlign = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 137 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsRightAlign.Click += new System.Windows.RoutedEventHandler(this.SettingsJustifyRight_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.SettingsCenter = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 138 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsCenter.Click += new System.Windows.RoutedEventHandler(this.SettingsJustifyFull_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.SettingsNumbered = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 139 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsNumbered.Click += new System.Windows.RoutedEventHandler(this.SettingsInsertOrderedList_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.SettingsBullets = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 140 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsBullets.Click += new System.Windows.RoutedEventHandler(this.SettingsBullets_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.SettingsOutIdent = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 141 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsOutIdent.Click += new System.Windows.RoutedEventHandler(this.SettingsOutIdent_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.SettingsIdent = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 142 "..\..\..\XAML\WebEditor - Copy.xaml"
                this.SettingsIdent.Click += new System.Windows.RoutedEventHandler(this.SettingsIdent_Click);

            #line default
            #line hidden
                return;

            case 24:
                this.attach = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 25:
                this.attacsh = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 26:
                this.EditWeb1 = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 27:
                this.UIPanel = ((System.Windows.Controls.Grid)(target));
                return;

            case 28:
                this.webBrowserEditor = ((BsecureMailing.WPFWebBrowser)(target));
                return;

            case 29:
                this.HtmlEditor1 = ((BsecureMailing.HtmlEditor)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#6
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RibbonWin = ((System.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 2:
     this.Save = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 3:
     this.Undo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
     return;
     case 4:
     this.Redo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
     return;
     case 5:
     this.ClipboardGroup = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 6:
     this.Mygroup = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 7:
     this.Employee = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 8:
     this.UIPanel = ((System.Windows.Controls.DockPanel)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ribbonWindow = ((EyetrackerExperiment.MainWindow)(target));
                return;

            case 2:
                this.bnReload = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 21 "..\..\MainWindow.xaml"
                this.bnReload.Click += new System.Windows.RoutedEventHandler(this.bnReload_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.bnSave = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 22 "..\..\MainWindow.xaml"
                this.bnSave.Click += new System.Windows.RoutedEventHandler(this.bnSave_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 30 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.AddNewTest);

            #line default
            #line hidden
                return;

            case 5:

            #line 31 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.DeleteTest);

            #line default
            #line hidden
                return;

            case 6:
                this.rbnExecuteNext = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 34 "..\..\MainWindow.xaml"
                this.rbnExecuteNext.Click += new System.Windows.RoutedEventHandler(this.RunNextStep);

            #line default
            #line hidden
                return;

            case 7:
                this.rbnDeleteLast = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 35 "..\..\MainWindow.xaml"
                this.rbnDeleteLast.Click += new System.Windows.RoutedEventHandler(this.DeleteLastStep);

            #line default
            #line hidden
                return;

            case 8:
                this.rbsFilter = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));

            #line 38 "..\..\MainWindow.xaml"
                this.rbsFilter.Click += new System.Windows.RoutedEventHandler(this.FilterCheck);

            #line default
            #line hidden
                return;

            case 9:
                this.FilterNEW = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 10:
                this.FilterPRG = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 11:
                this.FilterTRM = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 12:
                this.FilterNEWPRG = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 13:
                this.FilterS1 = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 14:
                this.FilterS2 = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 15:
                this.FilterS3 = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 16:
                this.FilterTY = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 17:
                this.FilterTN = ((System.Windows.Controls.Ribbon.RibbonSplitMenuItem)(target));
                return;

            case 18:

            #line 54 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.bnReload_Click);

            #line default
            #line hidden
                return;

            case 19:

            #line 59 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.bnImportTrackingCurrent_Click);

            #line default
            #line hidden
                return;

            case 20:

            #line 60 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.bnImportTrackingMissing_Click);

            #line default
            #line hidden
                return;

            case 21:

            #line 66 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.bnDbSettings_Click);

            #line default
            #line hidden
                return;

            case 22:

            #line 69 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.bnPathSettings_Click);

            #line default
            #line hidden
                return;

            case 23:

            #line 70 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.bnEyetrackerSettings_Click);

            #line default
            #line hidden
                return;

            case 24:

            #line 71 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.bnImportImages_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.LoggingStatus = ((EyetrackerExperiment.LoggingStatus)(target));
                return;

            case 26:
                this.gridTests = ((System.Windows.Controls.DataGrid)(target));

            #line 77 "..\..\MainWindow.xaml"
                this.gridTests.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.gridTests_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 28:
                this.colCandidate = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 29:
                this.colTitle = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 30:
                this.colStatus = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 31:
                this.colStart = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 32:
                this.colEnd = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 33:
                this.colNumSteps = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 34:
                this.colLastStep = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 35:
                this.colTracking = ((System.Windows.Controls.DataGridTemplateColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RibbonWin = ((System.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 2:
                this.Save = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 3:
                this.Undo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 4:
                this.Redo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 5:
                this.btnNewemail = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 217 "..\..\MainWindow.xaml"
                this.btnNewemail.Click += new System.Windows.RoutedEventHandler(this.btnNewemail_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.btnReply = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 234 "..\..\MainWindow.xaml"
                this.btnReply.Click += new System.Windows.RoutedEventHandler(this.btnReply_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.btnreplyall = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 237 "..\..\MainWindow.xaml"
                this.btnreplyall.Click += new System.Windows.RoutedEventHandler(this.btnreplyall_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.ClipboardGroup = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 9:

            #line 309 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.TabControl)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl_SelectionChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.img = ((System.Windows.Controls.Image)(target));
                return;

            case 11:
                this.treeviewID = ((System.Windows.Controls.TreeView)(target));

            #line 323 "..\..\MainWindow.xaml"
                this.treeviewID.SelectedItemChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.treeviewID_SelectedItemChanged);

            #line default
            #line hidden
                return;

            case 12:
                this.img2 = ((System.Windows.Controls.Image)(target));
                return;

            case 13:
                this.img3 = ((System.Windows.Controls.Image)(target));
                return;

            case 14:
                this.img4 = ((System.Windows.Controls.Image)(target));
                return;

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

            #line 463 "..\..\MainWindow.xaml"
                this.lstHome.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.lstHome_MouseDoubleClick);

            #line default
            #line hidden

            #line 463 "..\..\MainWindow.xaml"
                this.lstHome.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstHome_SelectionChanged);

            #line default
            #line hidden
                return;

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

            case 17:
                this.txtSubject = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 18:
                this.txtfromusername = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 19:
                this.txtfromEmail = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 20:
                this.txtdate = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 21:
                this.txtmailto = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 22:
                this.txtCC = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 2:
                this.Save = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 3:
                this.Undo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 4:
                this.Redo = ((System.Windows.Controls.Ribbon.RibbonSplitButton)(target));
                return;

            case 5:
                this.ClipboardGroup = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.Placeholder = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 7:
                this.TimeControls = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 8:
                this.lvTradeGoods = ((System.Windows.Controls.ListView)(target));
                return;

            case 9:

            #line 98 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.TradeGoodsColumnHeader_Click);

            #line default
            #line hidden
                return;

            case 10:

            #line 101 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.TradeGoodsColumnHeader_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 104 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.GridViewColumnHeader)(target)).Click += new System.Windows.RoutedEventHandler(this.TradeGoodsColumnHeader_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 139 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AddWoodBtn_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }