Esempio n. 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Ribbon = ((System.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 2:
                this.MenuItem1 = ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
                return;

            case 3:
                this.FileTab = ((System.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 4:
                this.HomeTab = ((System.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

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

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

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

            case 8:
                this.btnSelectAll = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 9:
                this.btnCopyTimeStamp = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 10:
                this.rgbxRun = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

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

            case 13:
                this.btnProcessChanVis = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 14:
                this.btnCodeDump = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 15:
                this.btnPkgsEnt = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 16:
                this.rgbxTargets = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

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

            case 19:
                this.btnGroupTarget = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

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

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

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

            case 23:
                this.rgbxData = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

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

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

            case 27:
                this.btnCopyfiles = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 28:
                this.rgbxPSVR = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 29:
                this.btnHMDOn = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 30:
                this.btnHMDOff = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 31:
                this.rgbxMORE = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 32:
                this.btnPlayGo = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 33:
                this.btnTagetSettings = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 34:
                this.btnMore = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 7 "..\..\MainWindow.xaml"
                ((MyPaint.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.PaintCanvas = ((System.Windows.Controls.Canvas)(target));

            #line 31 "..\..\MainWindow.xaml"
                this.PaintCanvas.MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.PaintCanvas_MouseLeftButtonDown);

            #line default
            #line hidden

            #line 31 "..\..\MainWindow.xaml"
                this.PaintCanvas.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.PaintCanvas_MouseLeftButtonUp);

            #line default
            #line hidden

            #line 32 "..\..\MainWindow.xaml"
                this.PaintCanvas.MouseMove += new System.Windows.Input.MouseEventHandler(this.PaintCanvas_MouseMove);

            #line default
            #line hidden

            #line 32 "..\..\MainWindow.xaml"
                this.PaintCanvas.KeyDown += new System.Windows.Input.KeyEventHandler(this.PaintCanvas_KeyDown);

            #line default
            #line hidden

            #line 32 "..\..\MainWindow.xaml"
                this.PaintCanvas.KeyUp += new System.Windows.Input.KeyEventHandler(this.PaintCanvas_KeyUp);

            #line default
            #line hidden
                return;

            case 3:

            #line 43 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.btnNew_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 44 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.btnOpenImage_Click);

            #line default
            #line hidden
                return;

            case 5:

            #line 45 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.btnSaveImage_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 46 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);

            #line default
            #line hidden
                return;

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

            #line 54 "..\..\MainWindow.xaml"
                this.btnOpenImage.Click += new System.Windows.RoutedEventHandler(this.btnOpenImage_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.btnSaveImage = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 55 "..\..\MainWindow.xaml"
                this.btnSaveImage.Click += new System.Windows.RoutedEventHandler(this.btnSaveImage_Click);

            #line default
            #line hidden
                return;

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

            #line 58 "..\..\MainWindow.xaml"
                this.btnUndo.Click += new System.Windows.RoutedEventHandler(this.btnUndo_Click);

            #line default
            #line hidden
                return;

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

            #line 59 "..\..\MainWindow.xaml"
                this.btnRedo.Click += new System.Windows.RoutedEventHandler(this.btnRedo_Click);

            #line default
            #line hidden
                return;

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

            #line 60 "..\..\MainWindow.xaml"
                this.btnClearAll.Click += new System.Windows.RoutedEventHandler(this.btnClearAll_Click);

            #line default
            #line hidden
                return;

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

            #line 61 "..\..\MainWindow.xaml"
                this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);

            #line default
            #line hidden
                return;

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

            #line 64 "..\..\MainWindow.xaml"
                this.btnSelect.Click += new System.Windows.RoutedEventHandler(this.btnSelect_Click);

            #line default
            #line hidden
                return;

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

            #line 65 "..\..\MainWindow.xaml"
                this.btnCopy.Click += new System.Windows.RoutedEventHandler(this.btnCopy_Click);

            #line default
            #line hidden
                return;

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

            #line 66 "..\..\MainWindow.xaml"
                this.btnPaste.Click += new System.Windows.RoutedEventHandler(this.btnPaste_Click);

            #line default
            #line hidden
                return;

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

            #line 67 "..\..\MainWindow.xaml"
                this.btnCut.Click += new System.Windows.RoutedEventHandler(this.btnCut_Click);

            #line default
            #line hidden
                return;

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

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

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

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

            case 21:
                this.cbShapePlugin = ((System.Windows.Controls.ComboBox)(target));

            #line 100 "..\..\MainWindow.xaml"
                this.cbShapePlugin.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbShapePlugin_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 101 "..\..\MainWindow.xaml"
                this.btnLoadShapePlugin.Click += new System.Windows.RoutedEventHandler(this.btnLoadShapePlugin_Click);

            #line default
            #line hidden
                return;

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

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

            #line 115 "..\..\MainWindow.xaml"
                this.btnInsertText.Click += new System.Windows.RoutedEventHandler(this.btnInsertText_Click);

            #line default
            #line hidden
                return;

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

            #line 117 "..\..\MainWindow.xaml"
                this.cbFontText.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbFontText_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 118 "..\..\MainWindow.xaml"
                this.cbSizeText.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbSizeText_SelectionChanged);

            #line default
            #line hidden
                return;

            case 27:
                this.btnBoldText = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 119 "..\..\MainWindow.xaml"
                this.btnBoldText.Click += new System.Windows.RoutedEventHandler(this.btnBoldText_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.btnItalicText = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 120 "..\..\MainWindow.xaml"
                this.btnItalicText.Click += new System.Windows.RoutedEventHandler(this.btnItalicText_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.btnUnderlineText = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 121 "..\..\MainWindow.xaml"
                this.btnUnderlineText.Click += new System.Windows.RoutedEventHandler(this.btnUnderlineText_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.btnStrokeColor = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 129 "..\..\MainWindow.xaml"
                this.btnStrokeColor.Click += new System.Windows.RoutedEventHandler(this.btnStrokeColor_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.btnFillColor = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 137 "..\..\MainWindow.xaml"
                this.btnFillColor.Click += new System.Windows.RoutedEventHandler(this.btnFillColor_Click);

            #line default
            #line hidden
                return;

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

            #line 145 "..\..\MainWindow.xaml"
                this.colorPicker.SelectedColorChanged += new System.Windows.RoutedPropertyChangedEventHandler <System.Nullable <System.Windows.Media.Color> >(this.colorPicker_SelectedColorChanged);

            #line default
            #line hidden
                return;

            case 33:
                this.btnColorNoneColor = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 34:
                this.btnColorFFED1C24 = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 35:
                this.btnColorFF00A2E8 = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 36:
                this.btnColorFF3F48CC = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 37:
                this.btnColorFFA349A4 = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 38:
                this.btnColorFF22B14C = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 39:
                this.btnColorFFFF7F27 = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 40:
                this.btnColorFFFFC90E = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 41:
                this.cbFillStyle = ((System.Windows.Controls.ComboBox)(target));

            #line 166 "..\..\MainWindow.xaml"
                this.cbFillStyle.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbFillStyle_SelectionChanged);

            #line default
            #line hidden
                return;

            case 42:
                this.btnFill = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 172 "..\..\MainWindow.xaml"
                this.btnFill.Click += new System.Windows.RoutedEventHandler(this.btnFill_Click);

            #line default
            #line hidden
                return;

            case 43:
                this.ribbonMenuSize = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 44:
                this.btnStroke1 = ((System.Windows.Controls.Ribbon.RibbonMenuItem)(target));

            #line 182 "..\..\MainWindow.xaml"
                this.btnStroke1.Click += new System.Windows.RoutedEventHandler(this.btnStroke1_Click);

            #line default
            #line hidden
                return;

            case 45:
                this.btnStroke2 = ((System.Windows.Controls.Ribbon.RibbonMenuItem)(target));

            #line 183 "..\..\MainWindow.xaml"
                this.btnStroke2.Click += new System.Windows.RoutedEventHandler(this.btnStroke2_Click);

            #line default
            #line hidden
                return;

            case 46:
                this.btnStroke3 = ((System.Windows.Controls.Ribbon.RibbonMenuItem)(target));

            #line 184 "..\..\MainWindow.xaml"
                this.btnStroke3.Click += new System.Windows.RoutedEventHandler(this.btnStroke3_Click);

            #line default
            #line hidden
                return;

            case 47:
                this.btnStroke4 = ((System.Windows.Controls.Ribbon.RibbonMenuItem)(target));

            #line 185 "..\..\MainWindow.xaml"
                this.btnStroke4.Click += new System.Windows.RoutedEventHandler(this.btnStroke4_Click);

            #line default
            #line hidden
                return;

            case 48:
                this.cbBorderStyle = ((System.Windows.Controls.ComboBox)(target));

            #line 189 "..\..\MainWindow.xaml"
                this.cbBorderStyle.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbBorderStyle_SelectionChanged);

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

            #line 5 "..\..\WindowMetRibbon.xaml"
                ((WindowMetRibbonControl.WindowMetRibbon)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.RibbonWindow_Closing);

            #line default
            #line hidden
                return;

            case 2:

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

            #line default
            #line hidden
                return;

            case 3:

            #line 13 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.NewExecuted);

            #line default
            #line hidden
                return;

            case 4:

            #line 14 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OpenExecuted);

            #line default
            #line hidden
                return;

            case 5:

            #line 15 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SaveExecuted);

            #line default
            #line hidden
                return;

            case 6:

            #line 16 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CloseExecuted);

            #line default
            #line hidden
                return;

            case 7:

            #line 17 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PrintExecuted);

            #line default
            #line hidden
                return;

            case 8:

            #line 18 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PreviewExecuted);

            #line default
            #line hidden
                return;

            case 9:
                this.closing = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 10:
                this.Qat = ((System.Windows.Controls.Ribbon.RibbonQuickAccessToolBar)(target));
                return;

            case 11:
                this.ButtonVet = ((System.Windows.Controls.Ribbon.RibbonToggleButton)(target));
                return;

            case 12:
                this.ButtonSchuin = ((System.Windows.Controls.Ribbon.RibbonToggleButton)(target));
                return;

            case 13:
                this.MRUGallery = ((System.Windows.Controls.Ribbon.RibbonGallery)(target));

            #line 54 "..\..\WindowMetRibbon.xaml"
                this.MRUGallery.SelectionChanged += new System.Windows.RoutedPropertyChangedEventHandler <object>(this.MRUGallery_SelectionChanged);

            #line default
            #line hidden
                return;

            case 14:
                this.MRUGalleryCat = ((System.Windows.Controls.Ribbon.RibbonGalleryCategory)(target));
                return;

            case 15:
                this.CheckBoxAlleenLezen = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 16:
                this.MenuKleur = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 17:

            #line 83 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Controls.Ribbon.RibbonRadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonRadioButton_Click);

            #line default
            #line hidden
                return;

            case 18:

            #line 84 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Controls.Ribbon.RibbonRadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonRadioButton_Click);

            #line default
            #line hidden
                return;

            case 19:

            #line 85 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Controls.Ribbon.RibbonRadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonRadioButton_Click);

            #line default
            #line hidden
                return;

            case 20:

            #line 86 "..\..\WindowMetRibbon.xaml"
                ((System.Windows.Controls.Ribbon.RibbonRadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonRadioButton_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.TextBoxVoorbeeld = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 10 "..\..\MainWindow.xaml"
     ((TqatProGpsTool.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.rWindow = ((System.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 3:
     this.rMenuButtonUser = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
     return;
     case 4:
     this.rMenuButtonDisplay = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
     return;
     case 5:
     this.rMenuButtonCollection = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
     return;
     case 6:
     this.listViewTracker = ((System.Windows.Controls.ListView)(target));
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 5
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 20 "..\..\..\FormMain.xaml"
     ((TqatProTrackingTool.FormMain)(target)).Loaded += new System.Windows.RoutedEventHandler(this.MetroWindow_Loaded);
     
     #line default
     #line hidden
     
     #line 29 "..\..\..\FormMain.xaml"
     ((TqatProTrackingTool.FormMain)(target)).SizeChanged += new System.Windows.SizeChangedEventHandler(this.MetroWindow_SizeChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 50 "..\..\..\FormMain.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.formCommandTrackers_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 69 "..\..\..\FormMain.xaml"
     ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItemAts_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.labelCompany = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.labelUser = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.labelDatabaseHost = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     
     #line 92 "..\..\..\FormMain.xaml"
     ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItemLogout_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     
     #line 93 "..\..\..\FormMain.xaml"
     ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItemExit_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.ribbonMenuButtonUser = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
     return;
     case 11:
     this.ribbonMenuButtonDisplayMember = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
     return;
     case 12:
     this.ribbonGalleryComboBoxDisplayMember = ((System.Windows.Controls.Ribbon.RibbonGallery)(target));
     
     #line 106 "..\..\..\FormMain.xaml"
     this.ribbonGalleryComboBoxDisplayMember.SelectionChanged += new System.Windows.RoutedPropertyChangedEventHandler<object>(this.RibbonComboBoxDisplayMember_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 13:
     this.ribbonButtonTrackers = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 120 "..\..\..\FormMain.xaml"
     this.ribbonButtonTrackers.Click += new System.Windows.RoutedEventHandler(this.ribbonButtonTrackers_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.ribbonButtonTrackersData = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 122 "..\..\..\FormMain.xaml"
     this.ribbonButtonTrackersData.Click += new System.Windows.RoutedEventHandler(this.ribbonButtonTrackersData_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.gridTrackers = ((System.Windows.Controls.Grid)(target));
     return;
     case 16:
     this.comboBoxCollection = ((System.Windows.Controls.ComboBox)(target));
     
     #line 152 "..\..\..\FormMain.xaml"
     this.comboBoxCollection.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBoxCollection_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 17:
     this.textBoxSearchTrackerData = ((System.Windows.Controls.TextBox)(target));
     
     #line 160 "..\..\..\FormMain.xaml"
     this.textBoxSearchTrackerData.KeyUp += new System.Windows.Input.KeyEventHandler(this.textBoxSearchTrackerData_KeyUp);
     
     #line default
     #line hidden
     return;
     case 18:
     this.listViewTrackers = ((Controls.UserControls.ListViewTrackers)(target));
     return;
     case 19:
     this.webBrowserMap = ((System.Windows.Controls.WebBrowser)(target));
     return;
     case 20:
     this.gridTrackersData = ((System.Windows.Controls.Grid)(target));
     return;
     case 21:
     this.listViewTrackersData = ((System.Windows.Controls.ListView)(target));
     
     #line 187 "..\..\..\FormMain.xaml"
     this.listViewTrackersData.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listViewTrackersData_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 189 "..\..\..\FormMain.xaml"
     this.listViewTrackersData.AddHandler(System.Windows.Controls.Primitives.ButtonBase.ClickEvent, new System.Windows.RoutedEventHandler(this.listViewTrackersData_Click));
     
     #line default
     #line hidden
     return;
     case 22:
     this.threadCount = ((System.Windows.Controls.Label)(target));
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 6
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RibbonWindow = ((My_Neighborhood_WPF_.Console_Output_for_PlayStation4)(target));
                return;

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

            case 3:
                this.MenuItem1 = ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
                return;

            case 4:
                this.FileTab = ((System.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.HomeTab = ((System.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

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

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

            case 8:
                this.btnPaste = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

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

            case 10:
                this.btnCopyTimeStamp = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 11:
                this.rgbxRun = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

            #line 48 "..\..\Console Output for PlayStation4.xaml"
                this.btnClearAll.Click += new System.Windows.RoutedEventHandler(this.btnClearAll_Click);

            #line default
            #line hidden
                return;

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

            case 14:
                this.btnProcessChanVis = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 15:
                this.btnCodeDump = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 16:
                this.btnPkgsEnt = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 17:
                this.rgbxTargets = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

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

            case 20:
                this.btnGroupTarget = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

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

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

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

            case 24:
                this.rgbxData = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

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

            case 27:
                this.btnSetfilserdir = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 28:
                this.btnCopyfiles = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 29:
                this.rgbxPSVR = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 30:
                this.btnHMDOn = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 31:
                this.btnHMDOff = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 32:
                this.rgbxMORE = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 33:
                this.btnPlayGo = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 34:
                this.btnTagetSettings = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 35:
                this.btnMore = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RibbonWindow = ((My_Neighborhood_WPF_.MainWindow)(target));

            #line 14 "..\..\MainWindow.xaml"
                this.RibbonWindow.Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded);

            #line default
            #line hidden

            #line 14 "..\..\MainWindow.xaml"
                this.RibbonWindow.Closing += new System.ComponentModel.CancelEventHandler(this.RibbonWindow_Closing);

            #line default
            #line hidden
                return;

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

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

            #line 24 "..\..\MainWindow.xaml"
                this.Ribbon.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Ribbon_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.MenuItem1 = ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
                return;

            case 5:
                this.FileTab = ((System.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 6:
                this.HomeTab = ((System.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

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

            case 8:
                this.btnApps = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 9:
                this.rgbxStatus = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

            #line 67 "..\..\MainWindow.xaml"
                this.btnConnect.Click += new System.Windows.RoutedEventHandler(this.btnConnect_Click);

            #line default
            #line hidden
                return;

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

            #line 68 "..\..\MainWindow.xaml"
                this.btnDisconnect.Click += new System.Windows.RoutedEventHandler(this.btnDisconnect_Click);

            #line default
            #line hidden
                return;

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

            #line 69 "..\..\MainWindow.xaml"
                this.btnReboot.Click += new System.Windows.RoutedEventHandler(this.btnReboot_Click);

            #line default
            #line hidden
                return;

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

            #line 70 "..\..\MainWindow.xaml"
                this.btnPowerOn.Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

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

            #line 71 "..\..\MainWindow.xaml"
                this.btnPowerOff.Click += new System.Windows.RoutedEventHandler(this.btnPowerOff_Click);

            #line default
            #line hidden
                return;

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

            #line 72 "..\..\MainWindow.xaml"
                this.btnRestMode.Click += new System.Windows.RoutedEventHandler(this.btnRestMode_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.rgbxRun = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 17:
                this.btnLoadExe = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

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

            #line 79 "..\..\MainWindow.xaml"
                this.btnLoadApp.Click += new System.Windows.RoutedEventHandler(this.btnLoadApp_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.btnKillProcess = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 20:
                this.btnCodeDump = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 21:
                this.btnPkgsEnt = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

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

            #line 87 "..\..\MainWindow.xaml"
                this.btnInstallPKG.Click += new System.Windows.RoutedEventHandler(this.btnInstallPKG_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.rgbxTargets = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

            #line 94 "..\..\MainWindow.xaml"
                this.btnAddTarget.Click += new System.Windows.RoutedEventHandler(this.btnAddTarget_Click);

            #line default
            #line hidden
                return;

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

            #line 97 "..\..\MainWindow.xaml"
                this.btnFilterTarget.Click += new System.Windows.RoutedEventHandler(this.btnFilterTarget_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.btnGroupTarget = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 27:
                this.btnSetDefault = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 106 "..\..\MainWindow.xaml"
                this.btnSetDefault.Click += new System.Windows.RoutedEventHandler(this.btnSetDefault_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.btnRemoveTarget = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 109 "..\..\MainWindow.xaml"
                this.btnRemoveTarget.Click += new System.Windows.RoutedEventHandler(this.btnRemoveTarget_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.btnRefresh = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 112 "..\..\MainWindow.xaml"
                this.btnRefresh.Click += new System.Windows.RoutedEventHandler(this.btnRefresh_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.rgbxData = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 31:
                this.btnExplore = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 118 "..\..\MainWindow.xaml"
                this.btnExplore.Click += new System.Windows.RoutedEventHandler(this.btnExplore_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.btnMapfilesys = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 121 "..\..\MainWindow.xaml"
                this.btnMapfilesys.Click += new System.Windows.RoutedEventHandler(this.btnMapfilesys_Click);

            #line default
            #line hidden
                return;

            case 33:
                this.btnSetfilserdir = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 124 "..\..\MainWindow.xaml"
                this.btnSetfilserdir.Click += new System.Windows.RoutedEventHandler(this.btnSetfilserdir_Click);

            #line default
            #line hidden
                return;

            case 34:
                this.btnCopyfiles = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 127 "..\..\MainWindow.xaml"
                this.btnCopyfiles.Click += new System.Windows.RoutedEventHandler(this.btnCopyfiles_Click);

            #line default
            #line hidden
                return;

            case 35:
                this.rgbxPSVR = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 36:
                this.btnHMDOn = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 37:
                this.btnHMDOff = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 38:
                this.rgbxMORE = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 39:
                this.btnPlayGo = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 142 "..\..\MainWindow.xaml"
                this.btnPlayGo.Click += new System.Windows.RoutedEventHandler(this.btnPlayGo_Click);

            #line default
            #line hidden
                return;

            case 40:
                this.btnTagetSettings = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 41:
                this.btnMore = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 42:
                this.btnTheme = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 43:
                this.bthThemeDefualt = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 154 "..\..\MainWindow.xaml"
                this.bthThemeDefualt.Click += new System.Windows.RoutedEventHandler(this.bthThemeDefualt_Click);

            #line default
            #line hidden
                return;

            case 44:
                this.btnThemeDark = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 157 "..\..\MainWindow.xaml"
                this.btnThemeDark.Click += new System.Windows.RoutedEventHandler(this.btnThemeDark_Click);

            #line default
            #line hidden
                return;

            case 45:
                this.btnChangeColor = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 162 "..\..\MainWindow.xaml"
                this.btnChangeColor.Click += new System.Windows.RoutedEventHandler(this.btnChangeColor_Click);

            #line default
            #line hidden
                return;

            case 46:
                this.btnCheckError = ((System.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 165 "..\..\MainWindow.xaml"
                this.btnCheckError.Click += new System.Windows.RoutedEventHandler(this.btnCheckError_Click);

            #line default
            #line hidden
                return;

            case 47:
                this.lstSKU = ((System.Windows.Controls.ListView)(target));

            #line 171 "..\..\MainWindow.xaml"
                this.lstSKU.SizeChanged += new System.Windows.SizeChangedEventHandler(this.lstSKU_SizeChanged);

            #line default
            #line hidden

            #line 171 "..\..\MainWindow.xaml"
                this.lstSKU.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lstSKU_SelectionChanged);

            #line default
            #line hidden

            #line 171 "..\..\MainWindow.xaml"
                this.lstSKU.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.lstSKU_MouseDoubleClick);

            #line default
            #line hidden
                return;

            case 48:
                this.cmbRefresh = ((System.Windows.Controls.MenuItem)(target));

            #line 182 "..\..\MainWindow.xaml"
                this.cmbRefresh.Click += new System.Windows.RoutedEventHandler(this.cmbRefresh_Click);

            #line default
            #line hidden
                return;

            case 49:
                this.cmbNav = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 50:
                this.cmbLoadExe = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 51:
                this.cmbScreenshot = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 52:
                this.cmbReboot = ((System.Windows.Controls.MenuItem)(target));

            #line 200 "..\..\MainWindow.xaml"
                this.cmbReboot.Click += new System.Windows.RoutedEventHandler(this.cmbReboot_Checked);

            #line default
            #line hidden
                return;

            case 53:
                this.cmbPowerOn = ((System.Windows.Controls.MenuItem)(target));

            #line 201 "..\..\MainWindow.xaml"
                this.cmbPowerOn.Click += new System.Windows.RoutedEventHandler(this.cmbPowerOn_Click);

            #line default
            #line hidden
                return;

            case 54:
                this.cmbPowerOff = ((System.Windows.Controls.MenuItem)(target));

            #line 202 "..\..\MainWindow.xaml"
                this.cmbPowerOff.Click += new System.Windows.RoutedEventHandler(this.cmbPowerOff_Click);

            #line default
            #line hidden
                return;

            case 55:
                this.cmbPowerRest = ((System.Windows.Controls.MenuItem)(target));

            #line 203 "..\..\MainWindow.xaml"
                this.cmbPowerRest.Click += new System.Windows.RoutedEventHandler(this.cmbPowerRest_Click);

            #line default
            #line hidden
                return;

            case 56:
                this.cmbConnect = ((System.Windows.Controls.MenuItem)(target));

            #line 205 "..\..\MainWindow.xaml"
                this.cmbConnect.Click += new System.Windows.RoutedEventHandler(this.cmbConnect_Click);

            #line default
            #line hidden
                return;

            case 57:
                this.cmbDiscconect = ((System.Windows.Controls.MenuItem)(target));

            #line 206 "..\..\MainWindow.xaml"
                this.cmbDiscconect.Click += new System.Windows.RoutedEventHandler(this.cmbDiscconect_Click);

            #line default
            #line hidden
                return;

            case 58:
                this.cmbSetFileSerDir = ((System.Windows.Controls.MenuItem)(target));

            #line 208 "..\..\MainWindow.xaml"
                this.cmbSetFileSerDir.Click += new System.Windows.RoutedEventHandler(this.cmbSetFileSerDir_Click);

            #line default
            #line hidden
                return;

            case 59:
                this.cmbSetDefualt = ((System.Windows.Controls.MenuItem)(target));

            #line 209 "..\..\MainWindow.xaml"
                this.cmbSetDefualt.Click += new System.Windows.RoutedEventHandler(this.cmbSetDefualt_Click);

            #line default
            #line hidden
                return;

            case 60:
                this.cmbImportTargetSettings = ((System.Windows.Controls.MenuItem)(target));

            #line 211 "..\..\MainWindow.xaml"
                this.cmbImportTargetSettings.Click += new System.Windows.RoutedEventHandler(this.cmbImportTargetSettings_Click);

            #line default
            #line hidden
                return;

            case 61:
                this.cmbExportargetSettings = ((System.Windows.Controls.MenuItem)(target));

            #line 212 "..\..\MainWindow.xaml"
                this.cmbExportargetSettings.Click += new System.Windows.RoutedEventHandler(this.cmbExportargetSettings_Click);

            #line default
            #line hidden
                return;

            case 62:

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

            #line default
            #line hidden
                return;

            case 63:

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

            #line default
            #line hidden
                return;

            case 64:
                this.cmbDelete = ((System.Windows.Controls.MenuItem)(target));

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

            #line default
            #line hidden
                return;

            case 65:
                this.cmbRename = ((System.Windows.Controls.MenuItem)(target));

            #line 218 "..\..\MainWindow.xaml"
                this.cmbRename.Click += new System.Windows.RoutedEventHandler(this.cmbRename_Click);

            #line default
            #line hidden
                return;

            case 66:
                this.cmbInstallPkg = ((System.Windows.Controls.MenuItem)(target));

            #line 220 "..\..\MainWindow.xaml"
                this.cmbInstallPkg.Click += new System.Windows.RoutedEventHandler(this.cmbInstallPkg_Click);

            #line default
            #line hidden
                return;

            case 67:

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

            #line default
            #line hidden
                return;

            case 68:

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

            #line default
            #line hidden
                return;

            case 69:

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

            #line default
            #line hidden
                return;

            case 70:
                this.cmbCopyFiles = ((System.Windows.Controls.MenuItem)(target));

            #line 225 "..\..\MainWindow.xaml"
                this.cmbCopyFiles.Click += new System.Windows.RoutedEventHandler(this.cmbCopyFiles_Click);

            #line default
            #line hidden
                return;

            case 71:
                this.cmbPlayGo = ((System.Windows.Controls.MenuItem)(target));

            #line 229 "..\..\MainWindow.xaml"
                this.cmbPlayGo.Click += new System.Windows.RoutedEventHandler(this.cmbPlayGo_Click);

            #line default
            #line hidden
                return;

            case 72:
                this.cmbKillProcess = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 73:
                this.cmbCopy = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 74:
                this.cmbProperties = ((System.Windows.Controls.MenuItem)(target));
                return;

            case 75:
                this.actualStatus = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 76:
                this.StatusProgress = ((System.Windows.Controls.GridViewColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\PS4Console.xaml"
                ((My_Neighborhood_WPF_.PS4Console)(target)).Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded);

            #line default
            #line hidden

            #line 9 "..\..\PS4Console.xaml"
                ((My_Neighborhood_WPF_.PS4Console)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.RibbonWindow_Closing);

            #line default
            #line hidden
                return;

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

            case 3:
                this.MenuItem1 = ((System.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
                return;

            case 4:
                this.FileTab = ((System.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.HomeTab = ((System.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

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

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

            #line 46 "..\..\PS4Console.xaml"
                this.btnCopy.Click += new System.Windows.RoutedEventHandler(this.btnCopy_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.btnPaste = ((System.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

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

            #line 48 "..\..\PS4Console.xaml"
                this.btnSelectAll.Click += new System.Windows.RoutedEventHandler(this.btnSelectAll_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.btnCopyTimeStamp = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 11:
                this.rgbxRun = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

            #line 53 "..\..\PS4Console.xaml"
                this.btnClearAll.Click += new System.Windows.RoutedEventHandler(this.btnClearAll_Click);

            #line default
            #line hidden
                return;

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

            #line 54 "..\..\PS4Console.xaml"
                this.btnRefreshProcesses.Click += new System.Windows.RoutedEventHandler(this.btnRefreshProcesses_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.btnProcessChanVis = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 15:
                this.rgbxTargets = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 16:
                this.cbxWordwrap = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 17:
                this.cbxshowtime = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 18:
                this.txtEscapeChar = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 19:
                this.cbxEmptyHide = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 20:
                this.cbxPreventoutput = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 21:
                this.cbxEchoConsoleimput = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));
                return;

            case 22:
                this.cbxScrollimput = ((System.Windows.Controls.Ribbon.RibbonCheckBox)(target));

            #line 83 "..\..\PS4Console.xaml"
                this.cbxScrollimput.Checked += new System.Windows.RoutedEventHandler(this.cbxScrollimput_Checked);

            #line default
            #line hidden

            #line 83 "..\..\PS4Console.xaml"
                this.cbxScrollimput.Unchecked += new System.Windows.RoutedEventHandler(this.cbxScrollimput_Checked);

            #line default
            #line hidden
                return;

            case 23:
                this.rgbxData = ((System.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

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

            #line 89 "..\..\PS4Console.xaml"
                this.btnPreferences.Click += new System.Windows.RoutedEventHandler(this.btnPreferences_Click);

            #line default
            #line hidden
                return;

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

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

            #line 95 "..\..\PS4Console.xaml"
                this.btnOpenLogDirectory.Click += new System.Windows.RoutedEventHandler(this.btnOpenLogDirectory_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.btnTheme = ((System.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 28:
                this.tabControl = ((System.Windows.Controls.TabControl)(target));
                return;

            case 29:
                this.rtbAll = ((System.Windows.Controls.RichTextBox)(target));
                return;

            case 30:
                this.rtbText = ((System.Windows.Documents.Run)(target));
                return;
            }
            this._contentLoaded = true;
        }