void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ucDispositionList = ((LeadFormatDesigner.Presentation.ctlLeadFormatDesigner)(target));
     return;
     case 2:
     this.cnvView = ((System.Windows.Controls.Canvas)(target));
     return;
     case 3:
     this.CtlGrid = ((VMukti.CtlGrid.Presentation.ctlGrid)(target));
     
     #line 15 "..\..\ctlLeadFormatDesigner.xaml"
     this.CtlGrid.btnEditClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGrid_btnEditClicked);
     
     #line default
     #line hidden
     
     #line 15 "..\..\ctlLeadFormatDesigner.xaml"
     this.CtlGrid.btnDeleteClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGrid_btnDeleteClicked);
     
     #line default
     #line hidden
     return;
     case 4:
     this.CtlGridChild = ((VMukti.CtlGrid.Presentation.ctlGrid)(target));
     
     #line 16 "..\..\ctlLeadFormatDesigner.xaml"
     this.CtlGridChild.btnEditClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGridChild_btnEditClicked);
     
     #line default
     #line hidden
     
     #line 16 "..\..\ctlLeadFormatDesigner.xaml"
     this.CtlGridChild.btnDeleteClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGridChild_btnDeleteClicked);
     
     #line default
     #line hidden
     return;
     case 5:
     this.tbcDispositionList = ((System.Windows.Controls.TabControl)(target));
     return;
     case 6:
     this.tbiDispositionListDetails = ((System.Windows.Controls.TabItem)(target));
     return;
     case 7:
     this.lblLeadFormatName = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.txtLeadFormatName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.cmbFormatType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 10:
     this.cmbExcel = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 11:
     this.cmbtxt = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 12:
     this.cmbCSV = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 13:
     this.txtDescription = ((System.Windows.Controls.TextBox)(target));
     return;
     case 14:
     this.btnNext = ((System.Windows.Controls.Button)(target));
     return;
     case 15:
     this.btnUpdateLead = ((System.Windows.Controls.Button)(target));
     return;
     case 16:
     this.tbiDispositions = ((System.Windows.Controls.TabItem)(target));
     return;
     case 17:
     this.First = ((System.Windows.Controls.Canvas)(target));
     return;
     case 18:
     this.lblFieldName = ((System.Windows.Controls.Label)(target));
     return;
     case 19:
     this.cmbFieldName = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 20:
     this.btnAddNewField = ((System.Windows.Controls.Button)(target));
     return;
     case 21:
     this.lblDefaultValue = ((System.Windows.Controls.Label)(target));
     return;
     case 22:
     this.txtDefaultValue = ((System.Windows.Controls.TextBox)(target));
     return;
     case 23:
     this.lblFieldStartPosition = ((System.Windows.Controls.Label)(target));
     return;
     case 24:
     this.txtFieldStartPosition = ((System.Windows.Controls.TextBox)(target));
     return;
     case 25:
     this.lblColumn = ((System.Windows.Controls.Label)(target));
     return;
     case 26:
     this.cmbColumn = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 27:
     this.lblFieldLength = ((System.Windows.Controls.Label)(target));
     return;
     case 28:
     this.txtFieldLength = ((System.Windows.Controls.TextBox)(target));
     return;
     case 29:
     this.lblDelimiter = ((System.Windows.Controls.Label)(target));
     return;
     case 30:
     this.cmbDelimiter = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 31:
     this.cmbComma = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 32:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     return;
     case 33:
     this.btnDone = ((System.Windows.Controls.Button)(target));
     return;
     case 34:
     this.btnUpdateLeadDetail = ((System.Windows.Controls.Button)(target));
     return;
     case 35:
     this.recTemp = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 36:
     this.template = ((System.Windows.Controls.Primitives.TabPanel)(target));
     return;
     case 37:
     this.InnerCanvas = ((System.Windows.Controls.Canvas)(target));
     return;
     case 38:
     this.lblFieldName1 = ((System.Windows.Controls.Label)(target));
     return;
     case 39:
     this.txtFieldName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 40:
     this.lblFieldType = ((System.Windows.Controls.Label)(target));
     return;
     case 41:
     this.cmbFieldType = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 42:
     this.bigint = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 43:
     this.bit = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 44:
     this.@char = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 45:
     this.datetime = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 46:
     this.@decimal = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 47:
     this.@float = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 48:
     this.@int = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 49:
     this.varchar = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 50:
     this.lblFieldSize = ((System.Windows.Controls.Label)(target));
     return;
     case 51:
     this.txtFieldSize = ((System.Windows.Controls.TextBox)(target));
     return;
     case 52:
     this.btnSav = ((System.Windows.Controls.Button)(target));
     return;
     case 53:
     this.btnClose = ((System.Windows.Controls.Button)(target));
     return;
     case 54:
     this.lblFieldAvailable = ((System.Windows.Controls.Label)(target));
     return;
     case 55:
     this.lstFieldNames = ((System.Windows.Controls.ListBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
예제 #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ucDispositionList = ((LeadFormatDesigner.Presentation.ctlLeadFormatDesigner)(target));
                return;

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

            case 3:
                this.CtlGrid = ((VMukti.CtlGrid.Presentation.ctlGrid)(target));

            #line 15 "..\..\ctlLeadFormatDesigner.xaml"
                this.CtlGrid.btnEditClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGrid_btnEditClicked);

            #line default
            #line hidden

            #line 15 "..\..\ctlLeadFormatDesigner.xaml"
                this.CtlGrid.btnDeleteClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGrid_btnDeleteClicked);

            #line default
            #line hidden
                return;

            case 4:
                this.CtlGridChild = ((VMukti.CtlGrid.Presentation.ctlGrid)(target));

            #line 16 "..\..\ctlLeadFormatDesigner.xaml"
                this.CtlGridChild.btnEditClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGridChild_btnEditClicked);

            #line default
            #line hidden

            #line 16 "..\..\ctlLeadFormatDesigner.xaml"
                this.CtlGridChild.btnDeleteClicked += new VMukti.CtlGrid.Presentation.ctlGrid.ButtonClicked(this.CtlGridChild_btnDeleteClicked);

            #line default
            #line hidden
                return;

            case 5:
                this.tbcDispositionList = ((System.Windows.Controls.TabControl)(target));
                return;

            case 6:
                this.tbiDispositionListDetails = ((System.Windows.Controls.TabItem)(target));
                return;

            case 7:
                this.lblLeadFormatName = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.txtLeadFormatName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.cmbFormatType = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 10:
                this.cmbExcel = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 11:
                this.cmbtxt = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 12:
                this.cmbCSV = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 13:
                this.txtDescription = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.btnNext = ((System.Windows.Controls.Button)(target));
                return;

            case 15:
                this.btnUpdateLead = ((System.Windows.Controls.Button)(target));
                return;

            case 16:
                this.tbiDispositions = ((System.Windows.Controls.TabItem)(target));
                return;

            case 17:
                this.First = ((System.Windows.Controls.Canvas)(target));
                return;

            case 18:
                this.lblFieldName = ((System.Windows.Controls.Label)(target));
                return;

            case 19:
                this.cmbFieldName = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 20:
                this.btnAddNewField = ((System.Windows.Controls.Button)(target));
                return;

            case 21:
                this.lblDefaultValue = ((System.Windows.Controls.Label)(target));
                return;

            case 22:
                this.txtDefaultValue = ((System.Windows.Controls.TextBox)(target));
                return;

            case 23:
                this.lblFieldStartPosition = ((System.Windows.Controls.Label)(target));
                return;

            case 24:
                this.txtFieldStartPosition = ((System.Windows.Controls.TextBox)(target));
                return;

            case 25:
                this.lblColumn = ((System.Windows.Controls.Label)(target));
                return;

            case 26:
                this.cmbColumn = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 27:
                this.lblFieldLength = ((System.Windows.Controls.Label)(target));
                return;

            case 28:
                this.txtFieldLength = ((System.Windows.Controls.TextBox)(target));
                return;

            case 29:
                this.lblDelimiter = ((System.Windows.Controls.Label)(target));
                return;

            case 30:
                this.cmbDelimiter = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 31:
                this.cmbComma = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 32:
                this.btnSave = ((System.Windows.Controls.Button)(target));
                return;

            case 33:
                this.btnDone = ((System.Windows.Controls.Button)(target));
                return;

            case 34:
                this.btnUpdateLeadDetail = ((System.Windows.Controls.Button)(target));
                return;

            case 35:
                this.recTemp = ((System.Windows.Shapes.Rectangle)(target));
                return;

            case 36:
                this.template = ((System.Windows.Controls.Primitives.TabPanel)(target));
                return;

            case 37:
                this.InnerCanvas = ((System.Windows.Controls.Canvas)(target));
                return;

            case 38:
                this.lblFieldName1 = ((System.Windows.Controls.Label)(target));
                return;

            case 39:
                this.txtFieldName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 40:
                this.lblFieldType = ((System.Windows.Controls.Label)(target));
                return;

            case 41:
                this.cmbFieldType = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 42:
                this.bigint = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 43:
                this.bit = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 44:
                this.@char = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 45:
                this.datetime = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 46:
                this.@decimal = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 47:
                this.@float = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 48:
                this.@int = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 49:
                this.varchar = ((System.Windows.Controls.ComboBoxItem)(target));
                return;

            case 50:
                this.lblFieldSize = ((System.Windows.Controls.Label)(target));
                return;

            case 51:
                this.txtFieldSize = ((System.Windows.Controls.TextBox)(target));
                return;

            case 52:
                this.btnSav = ((System.Windows.Controls.Button)(target));
                return;

            case 53:
                this.btnClose = ((System.Windows.Controls.Button)(target));
                return;

            case 54:
                this.lblFieldAvailable = ((System.Windows.Controls.Label)(target));
                return;

            case 55:
                this.lstFieldNames = ((System.Windows.Controls.ListBox)(target));
                return;
            }
            this._contentLoaded = true;
        }