void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 12 "..\..\..\Controls\OprationSetting.xaml"
     ((System.Windows.Controls.Grid)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Grid_MouseMove_1);
     
     #line default
     #line hidden
     return;
     case 2:
     this.Border = ((System.Windows.Controls.Border)(target));
     return;
     case 3:
     this.Close = ((System.Windows.Controls.Image)(target));
     
     #line 25 "..\..\..\Controls\OprationSetting.xaml"
     this.Close.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.tbName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.cbOprationType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.SettingButton = ((System.Windows.Controls.Image)(target));
     
     #line 69 "..\..\..\Controls\OprationSetting.xaml"
     this.SettingButton.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnSetting_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.cbDataType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 8:
     this.tbData = ((CenterControlEditor.Controls.TextEdit)(target));
     return;
     case 9:
     this.tbTime = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     
     #line 121 "..\..\..\Controls\OprationSetting.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnOk_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     
     #line 129 "..\..\..\Controls\OprationSetting.xaml"
     ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(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:

            #line 12 "..\..\..\Controls\OprationSetting.xaml"
                ((System.Windows.Controls.Grid)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.Grid_MouseMove_1);

            #line default
            #line hidden
                return;

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

            case 3:
                this.Close = ((System.Windows.Controls.Image)(target));

            #line 25 "..\..\..\Controls\OprationSetting.xaml"
                this.Close.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnCancel_Click);

            #line default
            #line hidden
                return;

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

            case 5:
                this.cbOprationType = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 6:
                this.SettingButton = ((System.Windows.Controls.Image)(target));

            #line 69 "..\..\..\Controls\OprationSetting.xaml"
                this.SettingButton.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnSetting_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.cbDataType = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 8:
                this.tbData = ((CenterControlEditor.Controls.TextEdit)(target));
                return;

            case 9:
                this.tbTime = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:

            #line 121 "..\..\..\Controls\OprationSetting.xaml"
                ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnOk_Click);

            #line default
            #line hidden
                return;

            case 11:

            #line 129 "..\..\..\Controls\OprationSetting.xaml"
                ((System.Windows.Controls.Image)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.btnCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }