#pragma checksum "..\..\..\..\Views\RecipeEditorView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "83E8239DE06D294D91FB2571C41E27F673AAF0376CBE4E964AE9FFDBD1FED74E"
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using Aitex.UI.RecipeEditor;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;


namespace Aitex.Triton160.UI.Views {
    
    
    /// <summary>
    /// RecipeEditorView
    /// </summary>
    public partial class RecipeEditorView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
        
        
        #line 20 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Grid gridSelect;
        
        #line default
        #line hidden
        
        
        #line 21 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Label label1;
        
        #line default
        #line hidden
        
        
        #line 22 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.TreeView treeViewRcpList;
        
        #line default
        #line hidden
        
        
        #line 33 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Grid gridDisplay;
        
        #line default
        #line hidden
        
        
        #line 39 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Label label2;
        
        #line default
        #line hidden
        
        
        #line 41 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Label labelSelectedRecipe;
        
        #line default
        #line hidden
        
        
        #line 42 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Button buttonReloadTableRecipe;
        
        #line default
        #line hidden
        
        
        #line 43 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Button buttonSaveTableRecipe;
        
        #line default
        #line hidden
        
        
        #line 48 "..\..\..\..\Views\RecipeEditorView.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal Aitex.UI.RecipeEditor.RecipeEditorControl tableRecipeGrid;
        
        #line default
        #line hidden
        
        private bool _contentLoaded;
        
        /// <summary>
        /// InitializeComponent
        /// </summary>
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
        public void InitializeComponent() {
            if (_contentLoaded) {
                return;
            }
            _contentLoaded = true;
            System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/recipeeditorview.xaml", System.UriKind.Relative);
            
            #line 1 "..\..\..\..\Views\RecipeEditorView.xaml"
            System.Windows.Application.LoadComponent(this, resourceLocater);
            
            #line default
            #line hidden
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.gridSelect = ((System.Windows.Controls.Grid)(target));
            return;
            case 2:
            this.label1 = ((System.Windows.Controls.Label)(target));
            return;
            case 3:
            this.treeViewRcpList = ((System.Windows.Controls.TreeView)(target));
            
            #line 22 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.treeViewRcpList.SelectedItemChanged += new System.Windows.RoutedPropertyChangedEventHandler<object>(this.treeViewRcpList_SelectedItemChanged);
            
            #line default
            #line hidden
            
            #line 22 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.treeViewRcpList.MouseRightButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.treeViewRcpList_MouseRightButtonDown);
            
            #line default
            #line hidden
            
            #line 22 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.treeViewRcpList.MouseMove += new System.Windows.Input.MouseEventHandler(this.TreeViewRcpList_MouseMove);
            
            #line default
            #line hidden
            
            #line 23 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.treeViewRcpList.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.TreeViewRcpList_MouseDown);
            
            #line default
            #line hidden
            
            #line 24 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.treeViewRcpList.DragEnter += new System.Windows.DragEventHandler(this.TreeViewRcpList_DragEnter);
            
            #line default
            #line hidden
            
            #line 24 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.treeViewRcpList.DragOver += new System.Windows.DragEventHandler(this.TreeViewRcpList_DragEnter);
            
            #line default
            #line hidden
            
            #line 24 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.treeViewRcpList.DragLeave += new System.Windows.DragEventHandler(this.TreeViewRcpList_DragEnter);
            
            #line default
            #line hidden
            
            #line 24 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.treeViewRcpList.Drop += new System.Windows.DragEventHandler(this.TreeViewRcpList_Drop);
            
            #line default
            #line hidden
            return;
            case 5:
            this.gridDisplay = ((System.Windows.Controls.Grid)(target));
            return;
            case 6:
            this.label2 = ((System.Windows.Controls.Label)(target));
            return;
            case 7:
            this.labelSelectedRecipe = ((System.Windows.Controls.Label)(target));
            return;
            case 8:
            this.buttonReloadTableRecipe = ((System.Windows.Controls.Button)(target));
            
            #line 42 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.buttonReloadTableRecipe.Click += new System.Windows.RoutedEventHandler(this.buttonCodeReload_Click);
            
            #line default
            #line hidden
            return;
            case 9:
            this.buttonSaveTableRecipe = ((System.Windows.Controls.Button)(target));
            
            #line 43 "..\..\..\..\Views\RecipeEditorView.xaml"
            this.buttonSaveTableRecipe.Click += new System.Windows.RoutedEventHandler(this.buttonCodeSave_Click);
            
            #line default
            #line hidden
            return;
            case 10:
            this.tableRecipeGrid = ((Aitex.UI.RecipeEditor.RecipeEditorControl)(target));
            return;
            }
            this._contentLoaded = true;
        }
        
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
        void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
            System.Windows.EventSetter eventSetter;
            switch (connectionId)
            {
            case 4:
            eventSetter = new System.Windows.EventSetter();
            eventSetter.Event = System.Windows.UIElement.PreviewMouseRightButtonDownEvent;
            
            #line 27 "..\..\..\..\Views\RecipeEditorView.xaml"
            eventSetter.Handler = new System.Windows.Input.MouseButtonEventHandler(this.TreeViewItem_MouseRightButtonDown);
            
            #line default
            #line hidden
            ((System.Windows.Style)(target)).Setters.Add(eventSetter);
            break;
            }
        }
    }
}