#pragma checksum "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8F0CF154F103E06955C62AA47D188D2A93B2D9A108717D794D157B3A0DA16D92" //------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ using MECF.Framework.UI.Client.ClientBase.AttachedProperties; using MECF.Framework.UI.Client.Ctrlib.Converter; 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.Forms.Integration; 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 MECF.Framework.UI.Client.ClientBase.UserControls { /// /// ParameterNodeTreeViewControl /// public partial class ParameterNodeTreeViewControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { #line 62 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ComboBox cbxPresetList; #line default #line hidden #line 74 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnNewGroup; #line default #line hidden #line 86 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnSave; #line default #line hidden #line 94 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnSaveAs; #line default #line hidden #line 102 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnDelete; #line default #line hidden #line 110 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnRefreshPresetList; #line default #line hidden #line 122 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TreeView ParameterTreeView; #line default #line hidden #line 335 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnShowAll; #line default #line hidden #line 344 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnShowSelectedOnly; #line default #line hidden #line 359 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnCollapseAll; #line default #line hidden #line 367 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnExpandAll; #line default #line hidden #line 388 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.TextBox txtFilterKeyword; #line default #line hidden #line 401 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnApplyFilter; #line default #line hidden #line 409 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.Button btnClearFilter; #line default #line hidden private bool _contentLoaded; /// /// InitializeComponent /// [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("/MECF.Framework.UI.Client;component/clientbase/usercontrols/parameternodetreeview" + "control.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.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.cbxPresetList = ((System.Windows.Controls.ComboBox)(target)); #line 66 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.cbxPresetList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.CbxPresetList_OnSelectionChanged); #line default #line hidden return; case 2: this.btnNewGroup = ((System.Windows.Controls.Button)(target)); #line 75 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnNewGroup.Click += new System.Windows.RoutedEventHandler(this.BtnNewGroup_OnClick); #line default #line hidden return; case 3: this.btnSave = ((System.Windows.Controls.Button)(target)); #line 87 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnSave.Click += new System.Windows.RoutedEventHandler(this.BtnSave_OnClick); #line default #line hidden return; case 4: this.btnSaveAs = ((System.Windows.Controls.Button)(target)); #line 95 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnSaveAs.Click += new System.Windows.RoutedEventHandler(this.BtnSaveAs_OnClick); #line default #line hidden return; case 5: this.btnDelete = ((System.Windows.Controls.Button)(target)); #line 103 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.BtnDelete_OnClick); #line default #line hidden return; case 6: this.btnRefreshPresetList = ((System.Windows.Controls.Button)(target)); #line 111 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnRefreshPresetList.Click += new System.Windows.RoutedEventHandler(this.BtnRefreshPresetList_OnClick); #line default #line hidden return; case 7: this.ParameterTreeView = ((System.Windows.Controls.TreeView)(target)); return; case 8: this.btnShowAll = ((System.Windows.Controls.Button)(target)); #line 336 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnShowAll.Click += new System.Windows.RoutedEventHandler(this.BtnShowAll_OnClick); #line default #line hidden return; case 9: this.btnShowSelectedOnly = ((System.Windows.Controls.Button)(target)); #line 345 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnShowSelectedOnly.Click += new System.Windows.RoutedEventHandler(this.BtnShowSelectedOnly_OnClick); #line default #line hidden return; case 10: this.btnCollapseAll = ((System.Windows.Controls.Button)(target)); #line 360 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnCollapseAll.Click += new System.Windows.RoutedEventHandler(this.BtnCollapseAll_OnClick); #line default #line hidden return; case 11: this.btnExpandAll = ((System.Windows.Controls.Button)(target)); #line 368 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnExpandAll.Click += new System.Windows.RoutedEventHandler(this.BtnExpandAll_OnClick); #line default #line hidden return; case 12: this.txtFilterKeyword = ((System.Windows.Controls.TextBox)(target)); #line 391 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.txtFilterKeyword.KeyDown += new System.Windows.Input.KeyEventHandler(this.TxtFilterKeyword_OnKeyDown); #line default #line hidden return; case 13: this.btnApplyFilter = ((System.Windows.Controls.Button)(target)); #line 402 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnApplyFilter.Click += new System.Windows.RoutedEventHandler(this.BtnApplyFilter_OnClick); #line default #line hidden return; case 14: this.btnClearFilter = ((System.Windows.Controls.Button)(target)); #line 410 "..\..\..\..\ClientBase\UserControls\ParameterNodeTreeViewControl.xaml" this.btnClearFilter.Click += new System.Windows.RoutedEventHandler(this.BtnClearFilter_OnClick); #line default #line hidden return; } this._contentLoaded = true; } } }