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

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

            case 3:
                this.TbDealer = ((Gss.PopUpWindow.CustomCotrol.AutoComboBox)(target));
                return;

            case 4:
                this.TbPhone = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.TbTelephoneNumber = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.TbEmail = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.TbAddress = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.grid = ((System.Windows.Controls.Grid)(target));
                return;

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

            case 3:
                this.cmbParentOrgName = ((Gss.PopUpWindow.CustomCotrol.AutoComboBox)(target));
                return;

            case 4:
                this.btnCreateOrgCode = ((System.Windows.Controls.Button)(target));
                return;

            case 5:

            #line 191 "..\..\..\AccountManager\OrgDetialWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.btnCancel = ((System.Windows.Controls.Button)(target));

            #line 192 "..\..\..\AccountManager\OrgDetialWindow.xaml"
                this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);

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

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

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

            #line 39 "..\..\..\CustomCotrol\AutoComboBox.xaml"
                this.Tbx.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Tbx_TextChanged);

            #line default
            #line hidden

            #line 39 "..\..\..\CustomCotrol\AutoComboBox.xaml"
                this.Tbx.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Tbx_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 4:
                this.Btn_Search = ((System.Windows.Controls.Primitives.ToggleButton)(target));

            #line 41 "..\..\..\CustomCotrol\AutoComboBox.xaml"
                this.Btn_Search.Click += new System.Windows.RoutedEventHandler(this.Btn_Search_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.Lst = ((System.Windows.Controls.ListBox)(target));

            #line 51 "..\..\..\CustomCotrol\AutoComboBox.xaml"
                this.Lst.MouseLeave += new System.Windows.Input.MouseEventHandler(this.UserC_MouseLeave);

            #line default
            #line hidden

            #line 53 "..\..\..\CustomCotrol\AutoComboBox.xaml"
                this.Lst.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Lst_PreviewKeyDown);

            #line default
            #line hidden

            #line 53 "..\..\..\CustomCotrol\AutoComboBox.xaml"
                this.Lst.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.Lst_MouseDoubleClick);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.grid = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.orgName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.cmbParentOrgName = ((Gss.PopUpWindow.CustomCotrol.AutoComboBox)(target));
     return;
     case 4:
     this.btnCreateOrgCode = ((System.Windows.Controls.Button)(target));
     return;
     case 5:
     
     #line 191 "..\..\..\AccountManager\OrgDetialWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 192 "..\..\..\AccountManager\OrgDetialWindow.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserC = ((Gss.PopUpWindow.CustomCotrol.AutoComboBox)(target));
     return;
     case 2:
     this.borderRoot = ((System.Windows.Controls.Border)(target));
     return;
     case 3:
     this.Tbx = ((System.Windows.Controls.TextBox)(target));
     
     #line 39 "..\..\..\CustomCotrol\AutoComboBox.xaml"
     this.Tbx.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.Tbx_TextChanged);
     
     #line default
     #line hidden
     
     #line 39 "..\..\..\CustomCotrol\AutoComboBox.xaml"
     this.Tbx.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Tbx_PreviewKeyDown);
     
     #line default
     #line hidden
     return;
     case 4:
     this.Btn_Search = ((System.Windows.Controls.Primitives.ToggleButton)(target));
     
     #line 41 "..\..\..\CustomCotrol\AutoComboBox.xaml"
     this.Btn_Search.Click += new System.Windows.RoutedEventHandler(this.Btn_Search_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.Lst = ((System.Windows.Controls.ListBox)(target));
     
     #line 51 "..\..\..\CustomCotrol\AutoComboBox.xaml"
     this.Lst.MouseLeave += new System.Windows.Input.MouseEventHandler(this.UserC_MouseLeave);
     
     #line default
     #line hidden
     
     #line 53 "..\..\..\CustomCotrol\AutoComboBox.xaml"
     this.Lst.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.Lst_PreviewKeyDown);
     
     #line default
     #line hidden
     
     #line 53 "..\..\..\CustomCotrol\AutoComboBox.xaml"
     this.Lst.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.Lst_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.CbCertificate = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 2:
     this.TbCertificateNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.TbDealer = ((Gss.PopUpWindow.CustomCotrol.AutoComboBox)(target));
     return;
     case 4:
     this.TbPhone = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.TbTelephoneNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.TbEmail = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.TbAddress = ((System.Windows.Controls.TextBox)(target));
     return;
     }
     this._contentLoaded = true;
 }