qin
2024-09-24 43bd8ee779a4cca7483bdf73c176b9fb8ebed5e2
HStation.RevitDev/RevitDataExport/obj/Debug/Forms/Wpf_FamilyPanel.g.cs
@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\Forms\Wpf_FamilyPanel.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D2ACF960F07F947E17AC8F8FD001884AFAB8BCB071268A73CE4F28CD39453BAB"
#pragma checksum "..\..\..\Forms\Wpf_FamilyPanel.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CC29AC84F77DFA19A3F74D409F3C5D319BCB6F3B8AC81FE94476210A7CA94DE9"
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
@@ -38,7 +38,39 @@
    /// <summary>
    /// Wpf_FamilyPanel
    /// </summary>
    public partial class Wpf_FamilyPanel : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
    public partial class Wpf_FamilyPanel : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
        #line 58 "..\..\..\Forms\Wpf_FamilyPanel.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.TextBox searchBox;
        #line default
        #line hidden
        #line 59 "..\..\..\Forms\Wpf_FamilyPanel.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.Button searchBtn;
        #line default
        #line hidden
        #line 76 "..\..\..\Forms\Wpf_FamilyPanel.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.ScrollViewer scrolls;
        #line default
        #line hidden
        #line 78 "..\..\..\Forms\Wpf_FamilyPanel.xaml"
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
        internal System.Windows.Controls.StackPanel wrapPanel_family2;
        #line default
        #line hidden
        
        private bool _contentLoaded;
        
@@ -71,13 +103,29 @@
            switch (connectionId)
            {
            case 1:
            this.searchBox = ((System.Windows.Controls.TextBox)(target));
            
            #line 10 "..\..\..\Forms\Wpf_FamilyPanel.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.CreateInstance);
            #line 58 "..\..\..\Forms\Wpf_FamilyPanel.xaml"
            this.searchBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.searchBox_KeyDown);
            
            #line default
            #line hidden
            return;
            case 2:
            this.searchBtn = ((System.Windows.Controls.Button)(target));
            #line 59 "..\..\..\Forms\Wpf_FamilyPanel.xaml"
            this.searchBtn.Click += new System.Windows.RoutedEventHandler(this.SearchBtnClick);
            #line default
            #line hidden
            return;
            case 3:
            this.scrolls = ((System.Windows.Controls.ScrollViewer)(target));
            return;
            case 4:
            this.wrapPanel_family2 = ((System.Windows.Controls.StackPanel)(target));
            return;
            }
            this._contentLoaded = true;
        }