void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.acc = ((Gss.PopUpWindow.SystemSetting.TradeSetWindow)(target));

            #line 7 "..\..\..\SystemSetting\TradeSetWindow.xaml"
                this.acc.Loaded += new System.Windows.RoutedEventHandler(this.acc_Loaded);

            #line default
            #line hidden
                return;

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

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

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

            #line 66 "..\..\..\SystemSetting\TradeSetWindow.xaml"
                this.txtObjValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtObjValue_TextChanged);

            #line default
            #line hidden
                return;

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

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

            #line 85 "..\..\..\SystemSetting\TradeSetWindow.xaml"
                this.btnOk.Click += new System.Windows.RoutedEventHandler(this.btnOk_Click);

            #line default
            #line hidden
                return;

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

            #line 86 "..\..\..\SystemSetting\TradeSetWindow.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.acc = ((Gss.PopUpWindow.SystemSetting.TradeSetWindow)(target));
     
     #line 7 "..\..\..\SystemSetting\TradeSetWindow.xaml"
     this.acc.Loaded += new System.Windows.RoutedEventHandler(this.acc_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txtObjName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.txtCodeEnable = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.txtObjValue = ((System.Windows.Controls.TextBox)(target));
     
     #line 66 "..\..\..\SystemSetting\TradeSetWindow.xaml"
     this.txtObjValue.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtObjValue_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.txtRemark = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.btnOk = ((System.Windows.Controls.Button)(target));
     
     #line 85 "..\..\..\SystemSetting\TradeSetWindow.xaml"
     this.btnOk.Click += new System.Windows.RoutedEventHandler(this.btnOk_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 86 "..\..\..\SystemSetting\TradeSetWindow.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }