void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.cboLang = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

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

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

            case 4:
                this.Img_2 = ((System.Windows.Controls.Image)(target));
                return;

            case 5:
                this.txtUserID = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 6:
                this.txtPwd = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;

            case 7:
                this.cboCenter = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

            case 8:
                this.chkRememberID = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 9:
                this.lbRadio = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 10:
                this.rdoREAL = ((DevExpress.Xpf.Editors.ListBoxEditItem)(target));
                return;

            case 11:
                this.rdoDEV = ((DevExpress.Xpf.Editors.ListBoxEditItem)(target));
                return;

            case 12:
                this.btnLogin = ((System.Windows.Controls.Button)(target));

            #line 128 "..\..\LoginSample.xaml"
                this.btnLogin.PreviewMouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.BtnLogin_PreviewMouseLeftButtonUp);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.multiselectionCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 2:
                this.allowScrollingCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 3:
                this.emptyRecycleBinButton = ((System.Windows.Controls.Button)(target));
                return;

            case 4:
                this.recycleBinList = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 5:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 6:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;

            case 7:
                this.gridDragDropManager = ((DevExpress.Xpf.Grid.GridDragDropManager)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.allowFixedGroupsCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 2:
                this.groupList = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 47 "..\..\..\Modules\Grouping.xaml"
                this.groupList.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.groupList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.viewsListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 4:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.showHitInfoCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 2:
                this.viewsListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 3:
                this.hitInfoPopup = ((DevExpress.Xpf.Core.PopupBase)(target));

            #line 44 "..\..\..\Modules\HitTesting.xaml"
                this.hitInfoPopup.Opened += new System.EventHandler(this.hitInfoPopup_Opened);

            #line default
            #line hidden
                return;

            case 4:
                this.hitIfoItemsControl = ((System.Windows.Controls.ItemsControl)(target));
                return;

            case 5:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 51 "..\..\..\Modules\HitTesting.xaml"
                this.grid.MouseMove += new System.Windows.Input.MouseEventHandler(this.grid_MouseMove);

            #line default
            #line hidden
                return;

            case 6:
                this.colID = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 7:
                this.colProduct = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 8:
                this.colUnitPrice = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 9:
                this.colQuantity = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 10:
                this.colTotal = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 34 "..\..\..\Modules\CardView.xaml"
                ((DevExpress.Xpf.Editors.ComboBoxEdit)(target)).EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.ComboBoxEdit_EditValueChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.maxCardCountInRowNoLimitRadioButton = ((System.Windows.Controls.RadioButton)(target));

            #line 47 "..\..\..\Modules\CardView.xaml"
                this.maxCardCountInRowNoLimitRadioButton.Checked += new System.Windows.RoutedEventHandler(this.maxCardCountInRowNoLimitRadioButton_Checked);

            #line default
            #line hidden
                return;

            case 3:
                this.maxCardCountInRowValueRadioButton = ((System.Windows.Controls.RadioButton)(target));

            #line 48 "..\..\..\Modules\CardView.xaml"
                this.maxCardCountInRowValueRadioButton.Checked += new System.Windows.RoutedEventHandler(this.maxCardCountInRowValueRadioButton_Checked);

            #line default
            #line hidden
                return;

            case 4:
                this.maxCardCountInRowSpinEdit = ((DevExpress.Xpf.Editors.SpinEdit)(target));

            #line 49 "..\..\..\Modules\CardView.xaml"
                this.maxCardCountInRowSpinEdit.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.maxCardCountInRowSpinEdit_EditValueChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.NavigationStyleComboBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 6:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 7:
                this.view = ((DevExpress.Xpf.Grid.CardView)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.columnsList = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 2:
                this.showExpressionEditorButton = ((System.Windows.Controls.Button)(target));

            #line 38 "..\..\..\Modules\UnboundColumns.xaml"
                this.showExpressionEditorButton.Click += new System.Windows.RoutedEventHandler(this.showExpressionEditorButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 4:
                this.colOrderID = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 5:
                this.colProduct = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 6:
                this.colUnitPrice = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 7:
                this.colDiscount = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 8:
                this.colQuantity = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 9:
                this.colDiscountAmount = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 10:
                this.colTotal = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 11:
                this.colTotalScale = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#7
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.multiViewListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
         return;
     }
     this._contentLoaded = true;
 }
示例#8
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.templateNamesListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 32 "..\..\..\Modules\UsingPrintingTemplates.xaml"
                this.templateNamesListBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.templateNamesListBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.newTabButton = ((System.Windows.Controls.Button)(target));

            #line 43 "..\..\..\Modules\UsingPrintingTemplates.xaml"
                this.newTabButton.Click += new System.Windows.RoutedEventHandler(this.newTabButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.newWindowButton = ((System.Windows.Controls.Button)(target));

            #line 46 "..\..\..\Modules\UsingPrintingTemplates.xaml"
                this.newWindowButton.Click += new System.Windows.RoutedEventHandler(this.newWindowButton_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.tabControl = ((DevExpress.Xpf.Core.DXTabControl)(target));

            #line 51 "..\..\..\Modules\UsingPrintingTemplates.xaml"
                this.tabControl.TabHidden += new DevExpress.Xpf.Core.TabControlTabHiddenEventHandler(this.tabControl_TabHidden);

            #line default
            #line hidden
                return;

            case 5:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 6:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.groupModeList = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 30 "..\..\..\Modules\IntervalGrouping.xaml"
                this.groupModeList.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.groupModeList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 45 "..\..\..\Modules\IntervalGrouping.xaml"
                this.grid.CustomColumnGroup += new DevExpress.Xpf.Grid.CustomColumnSortEventHandler(this.grid_CustomColumnGroup);

            #line default
            #line hidden

            #line 45 "..\..\..\Modules\IntervalGrouping.xaml"
                this.grid.CustomGroupDisplayText += new DevExpress.Xpf.Grid.CustomGroupDisplayTextEventHandler(this.view_CustomGroupDisplayText);

            #line default
            #line hidden
                return;

            case 3:
                this.colCountry = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 4:
                this.colOrderDate = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 5:
                this.colUnitPrice = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 6:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 62 "..\..\..\Modules\IntervalGrouping.xaml"
                this.view.ShowGridMenu += new DevExpress.Xpf.Grid.GridMenuEventHandler(this.view_ShowGridMenu);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.showHideButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));

            #line 37 "..\..\..\Modules\ColumnCustomization.xaml"
                this.showHideButton.Checked += new System.Windows.RoutedEventHandler(this.showHideButton_Toggle);

            #line default
            #line hidden

            #line 38 "..\..\..\Modules\ColumnCustomization.xaml"
                this.showHideButton.Unchecked += new System.Windows.RoutedEventHandler(this.showHideButton_Toggle);

            #line default
            #line hidden
                return;

            case 2:
                this.columnChooserTypesListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 3:
                this.customColumnChooserExpander = ((DevExpress.Xpf.DemoBase.DemoExpander)(target));

            #line 53 "..\..\..\Modules\ColumnCustomization.xaml"
                this.customColumnChooserExpander.Expanded += new System.Windows.RoutedEventHandler(this.customColumnChooserExpander_Expanded);

            #line default
            #line hidden

            #line 54 "..\..\..\Modules\ColumnCustomization.xaml"
                this.customColumnChooserExpander.Collapsed += new System.Windows.RoutedEventHandler(this.customColumnChooserExpander_Collapsed);

            #line default
            #line hidden
                return;

            case 4:
                this.columnChooser = ((GridDemo.DemoColumnChooserControl)(target));
                return;

            case 5:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 6:
                this.gridView = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.allowFilteringCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 2:
                this.allowFilterEditor = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 3:
                this.allowMRUFilterListCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 4:
                this.allowColumnMRUFilterListCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 5:
                this.showFilterPanelModeListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 6:
                this.immediateUpdateCountryColumnFilterCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 7:
                this.immediateUpdateQuantityColumnFilterCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 8:
                this.viewsListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 9:
                this.popupFilterMode = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 10:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 11:
                this.colCountry = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 12:
                this.colQuantity = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#12
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.cardHeaderTemplateListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 49 "..\..\..\Modules\CardTemplates.xaml"
                this.cardHeaderTemplateListBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.cardHeaderTemplateListBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.cardTemplateListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 56 "..\..\..\Modules\CardTemplates.xaml"
                this.cardTemplateListBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.cardTemplateListBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.eMailTemplateGroupBox = ((DevExpress.Xpf.Core.GroupFrame)(target));
                return;

            case 4:
                this.eMailTemplateListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 63 "..\..\..\Modules\CardTemplates.xaml"
                this.eMailTemplateListBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.eMailTemplateListBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 6:
                this.colEMail = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 7:
                this.view = ((DevExpress.Xpf.Grid.CardView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#13
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.root = ((GridDemo.ReportsSideBarControl)(target));
                return;

            case 2:
                this.lbSelectedReport = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.reportTypesList = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 2:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 3:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#15
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 29 "..\..\..\Modules\RowTemplate.xaml"
                this.CheckBox.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden

            #line 29 "..\..\..\Modules\RowTemplate.xaml"
                this.CheckBox.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked);

            #line default
            #line hidden
                return;

            case 2:
                this.rowTemplateComboBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 31 "..\..\..\Modules\RowTemplate.xaml"
                this.rowTemplateComboBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.RowTemplateComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 4:
                this.colEMail = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 5:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#16
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.root = ((GridDemo.GridSearchPanel)(target));
                return;

            case 2:
                this.cbShowSearchPanel = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 3:
                this.lbShowMode = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 4:
                this.lbSearchMode = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 5:
                this.cbShowFindButton = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 6:
                this.cbShowCloseButton = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 7:
                this.groupFrameColumns = ((DevExpress.Xpf.Core.GroupFrame)(target));
                return;

            case 8:
                this.columnsList = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

            case 9:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#17
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.sortModeList = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 26 "..\..\..\Modules\SortBySummary.xaml"
                this.sortModeList.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.sortModeList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 3:
                this.colOrderDate = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 4:
                this.colUnitPrice = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 5:
                this.colCount = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 6:
                this.colOrderSum = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 7:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#18
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.rowCountListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 2:
                this.columnCountListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 3:
                this.setRowColumnCountButton = ((System.Windows.Controls.Button)(target));

            #line 64 "..\..\..\Modules\LargeDataSource.xaml"
                this.setRowColumnCountButton.Click += new System.Windows.RoutedEventHandler(this.setRowColumnCountButton_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 5:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));

            #line 72 "..\..\..\Modules\LargeDataSource.xaml"
                this.view.CustomBestFit += new DevExpress.Xpf.Grid.CustomBestFitEventHandler(this.view_CustomBestFit);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#19
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.allowCascadeUpdateCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 2:
                this.allowPerPixelScrollingCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 3:
                this.scrollBarMode = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 4:
                this.durationSlider = ((DevExpress.Xpf.DemoBase.SliderControl)(target));
                return;

            case 5:
                this.animationEffectListBoxEdit = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 6:
                this.gridDataSourceListBoxEdit = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 7:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 8:
                this.gridView = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.animationTypeComboBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 28 "..\..\..\Modules\ExpandCollapseGroups.xaml"
                this.animationTypeComboBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.animationTypeComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 3:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.viewListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 31 "..\..\..\Modules\PersistentRowState.xaml"
                this.viewListBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.viewListBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 3:
                this.colTrademark = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 4:
                this.colModel = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 5:
                this.colCategory = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 6:
                this.colPrice = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.showGroupFooters = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 2:
                this.alignByColumnsCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 3:
                this.summaryItemTemplateComboBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 54 "..\..\..\Modules\DataGroupSummaries.xaml"
                this.summaryItemTemplateComboBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.summaryItemTemplateComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 5:
                this.colCity = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 6:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#23
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.templatesListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 52 "..\..\..\Modules\InplaceEditForm.xaml"
                this.templatesListBox.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.OnTemplateValueChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 3:
                this.tableView = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#24
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 14 "..\..\User.xaml"
                ((UserMaintenance.User)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden

            #line 14 "..\..\User.xaml"
                ((UserMaintenance.User)(target)).PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.UserControl_PreviewKeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.dockLayoutManager1 = ((DevExpress.Xpf.Docking.DockLayoutManager)(target));
                return;

            case 3:
                this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 20 "..\..\User.xaml"
                this.gridControl1.SelectedItemChanged += new DevExpress.Xpf.Grid.SelectedItemChangedEventHandler(this.gridControl1_SelectedItemChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(target));
                return;

            case 5:
                this.btnRefresh = ((DevExpress.Xpf.Bars.BarButtonItem)(target));

            #line 47 "..\..\User.xaml"
                this.btnRefresh.ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.btnRefresh_ItemClick);

            #line default
            #line hidden
                return;

            case 6:
                this.btnClear = ((DevExpress.Xpf.Bars.BarButtonItem)(target));

            #line 48 "..\..\User.xaml"
                this.btnClear.ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.btnClear_ItemClick);

            #line default
            #line hidden
                return;

            case 7:
                this.btnDelete = ((DevExpress.Xpf.Bars.BarButtonItem)(target));

            #line 49 "..\..\User.xaml"
                this.btnDelete.ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.btnDelete_ItemClick);

            #line default
            #line hidden
                return;

            case 8:
                this.btUpdate = ((DevExpress.Xpf.Bars.BarButtonItem)(target));

            #line 50 "..\..\User.xaml"
                this.btUpdate.ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.btUpdate_ItemClick);

            #line default
            #line hidden
                return;

            case 9:
                this.btnSave = ((DevExpress.Xpf.Bars.BarButtonItem)(target));

            #line 51 "..\..\User.xaml"
                this.btnSave.ItemClick += new DevExpress.Xpf.Bars.ItemClickEventHandler(this.btnSave_ItemClick);

            #line default
            #line hidden
                return;

            case 10:
                this.dockLayoutManager2 = ((DevExpress.Xpf.Docking.DockLayoutManager)(target));
                return;

            case 11:
                this.tabbedGroup2 = ((DevExpress.Xpf.Docking.DocumentGroup)(target));
                return;

            case 12:
                this.dpnormal = ((DevExpress.Xpf.Docking.DocumentPanel)(target));
                return;

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

            case 14:
                this.ebUserName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.ebPwd = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 16:
                this.ebPwdcfm = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 17:
                this.ebEmail = ((System.Windows.Controls.TextBox)(target));
                return;

            case 18:
                this.ebPhone = ((System.Windows.Controls.TextBox)(target));
                return;

            case 19:
                this.ebDepat = ((System.Windows.Controls.TextBox)(target));
                return;

            case 20:
                this.cbxEnable = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 21:
                this.dpUserGroup = ((DevExpress.Xpf.Docking.DocumentPanel)(target));
                return;

            case 22:
                this.Grid9085 = ((System.Windows.Controls.Grid)(target));

            #line 96 "..\..\User.xaml"
                this.Grid9085.SizeChanged += new System.Windows.SizeChangedEventHandler(this.Grid9085_SizeChanged);

            #line default
            #line hidden
                return;

            case 23:
                this.lbeUserGroup = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#25
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 5 "..\..\Login.xaml"
                ((System.Windows.Controls.Grid)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Grid_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.ini = ((System.Windows.Controls.Grid)(target));
                return;

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

            #line 30 "..\..\Login.xaml"
                this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.button3 = ((System.Windows.Controls.Button)(target));

            #line 31 "..\..\Login.xaml"
                this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click);

            #line default
            #line hidden
                return;

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

            #line 32 "..\..\Login.xaml"
                this.button2_Copy.Click += new System.Windows.RoutedEventHandler(this.button2_Copy_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.datas = ((System.Windows.Controls.Grid)(target));
                return;

            case 8:
                this.list = ((System.Windows.Controls.Grid)(target));
                return;

            case 9:
                this.serverlist = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 10:
                this.button4 = ((System.Windows.Controls.Button)(target));
                return;

            case 11:
                this.button5 = ((System.Windows.Controls.Button)(target));

            #line 45 "..\..\Login.xaml"
                this.button5.Click += new System.Windows.RoutedEventHandler(this.button5_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.chkAllowUpdating = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 26 "..\..\..\Modules\ManagingLiveData.xaml"
                this.chkAllowUpdating.Checked += new System.Windows.RoutedEventHandler(this.CheckBox_Checked);

            #line default
            #line hidden

            #line 26 "..\..\..\Modules\ManagingLiveData.xaml"
                this.chkAllowUpdating.Unchecked += new System.Windows.RoutedEventHandler(this.CheckBox_Unchecked);

            #line default
            #line hidden
                return;

            case 2:
                this.updateModeList = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 29 "..\..\..\Modules\ManagingLiveData.xaml"
                this.updateModeList.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.updateModeList_EditValueChanged);

            #line default
            #line hidden
                return;

            case 3:

            #line 41 "..\..\..\Modules\ManagingLiveData.xaml"
                ((DevExpress.Xpf.DemoBase.SliderControl)(target)).ValueChanged += new System.EventHandler(this.maxCountSlider_ValueChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.memoryUsageCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 5:
                this.cpuUsageCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 6:
                this.newRowCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 7:
                this.deleteRowCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 8:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 55 "..\..\..\Modules\ManagingLiveData.xaml"
                this.grid.CustomUnboundColumnData += new DevExpress.Xpf.Grid.GridColumnDataEventHandler(this.grid_CustomUnboundColumnData);

            #line default
            #line hidden
                return;

            case 9:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listBox1 = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
     
     #line 7 "..\..\..\..\Windows\WindowEditParameters.xaml"
     this.listBox1.SelectedIndexChanged += new System.Windows.RoutedEventHandler(this.ListBox1SelectedIndexChanged);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 27 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CopyCommandBinding_Executed);

            #line default
            #line hidden

            #line 27 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CopyCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 2:

            #line 28 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CutCommandBinding_Executed);

            #line default
            #line hidden

            #line 28 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CutCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 3:

            #line 29 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PasteCommandBinding_Executed);

            #line default
            #line hidden

            #line 29 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PasteCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 4:

            #line 30 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeleteCommandBinding_Executed);

            #line default
            #line hidden

            #line 30 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeleteCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 5:
                this.allowCopyingtoClipboardCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 32 "..\..\..\Modules\CopyPasteOperations.xaml"
                this.allowCopyingtoClipboardCheckEdit.Checked += new System.Windows.RoutedEventHandler(this.allowCopyingtoClipboardCheckEdit_Checked);

            #line default
            #line hidden

            #line 32 "..\..\..\Modules\CopyPasteOperations.xaml"
                this.allowCopyingtoClipboardCheckEdit.Unchecked += new System.Windows.RoutedEventHandler(this.allowCopyingtoClipboardCheckEdit_Unchecked);

            #line default
            #line hidden
                return;

            case 6:
                this.copyHeaderCheckEdit = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 33 "..\..\..\Modules\CopyPasteOperations.xaml"
                this.copyHeaderCheckEdit.Checked += new System.Windows.RoutedEventHandler(this.copyHeaderCheckEdit_Checked);

            #line default
            #line hidden

            #line 33 "..\..\..\Modules\CopyPasteOperations.xaml"
                this.copyHeaderCheckEdit.Unchecked += new System.Windows.RoutedEventHandler(this.copyHeaderCheckEdit_Unchecked);

            #line default
            #line hidden
                return;

            case 7:
                this.PasteRule = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 8:
                this.CopyButton = ((System.Windows.Controls.Button)(target));
                return;

            case 9:
                this.CutButton = ((System.Windows.Controls.Button)(target));
                return;

            case 10:
                this.PasteButton = ((System.Windows.Controls.Button)(target));
                return;

            case 11:
                this.DeleteButton = ((System.Windows.Controls.Button)(target));
                return;

            case 12:
                this.gridCopy = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 13:
                this.gridCut = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 14:
                this.gridPaste = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 15:
                this.gridDelete = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 16:
                this.DemoContentGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 17:
                this.firstGrid = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 68 "..\..\..\Modules\CopyPasteOperations.xaml"
                this.firstGrid.CustomUnboundColumnData += new DevExpress.Xpf.Grid.GridColumnDataEventHandler(this.Grid_CustomUnboundColumnData);

            #line default
            #line hidden
                return;

            case 18:

            #line 70 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CopyCommandBinding_Executed);

            #line default
            #line hidden

            #line 70 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CopyCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 19:

            #line 71 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CutCommandBinding_Executed);

            #line default
            #line hidden

            #line 71 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CutCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 20:

            #line 72 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PasteCommandBinding_Executed);

            #line default
            #line hidden

            #line 72 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PasteCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 21:

            #line 73 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeleteCommandBinding_Executed);

            #line default
            #line hidden

            #line 73 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeleteCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 22:
                this.firstPopupMenu = ((DevExpress.Xpf.Bars.PopupMenu)(target));
                return;

            case 23:
                this.viewFirstCopy = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 24:
                this.viewFirstCut = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 25:
                this.viewFirstPaste = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 26:
                this.viewFirstDelete = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 27:
                this.CopyPasteDemoTabControl = ((System.Windows.Controls.TabControl)(target));
                return;

            case 28:
                this.secondGrid = ((DevExpress.Xpf.Grid.GridControl)(target));

            #line 111 "..\..\..\Modules\CopyPasteOperations.xaml"
                this.secondGrid.CustomUnboundColumnData += new DevExpress.Xpf.Grid.GridColumnDataEventHandler(this.Grid_CustomUnboundColumnData);

            #line default
            #line hidden
                return;

            case 29:

            #line 113 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CopyCommandBinding_Executed);

            #line default
            #line hidden

            #line 113 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CopyCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 30:

            #line 114 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CutCommandBinding_Executed);

            #line default
            #line hidden

            #line 114 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.CutCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 31:

            #line 115 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.PasteCommandBinding_Executed);

            #line default
            #line hidden

            #line 115 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.PasteCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 32:

            #line 116 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.DeleteCommandBinding_Executed);

            #line default
            #line hidden

            #line 116 "..\..\..\Modules\CopyPasteOperations.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.DeleteCommandBinding_CanExecute);

            #line default
            #line hidden
                return;

            case 33:
                this.secondPopupMenu = ((DevExpress.Xpf.Bars.PopupMenu)(target));
                return;

            case 34:
                this.viewSecondCopy = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 35:
                this.viewSecondCut = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 36:
                this.viewSecondPaste = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 37:
                this.viewSecondDelete = ((DevExpress.Xpf.Bars.BarButtonItem)(target));
                return;

            case 38:
                this.textEdit = ((DevExpress.Xpf.Editors.TextEdit)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listBoxAllParams = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
     
     #line 23 "..\..\..\..\View\EditParameterValuesView.xaml"
     this.listBoxAllParams.SelectedIndexChanged += new System.Windows.RoutedEventHandler(this.listBoxAllParams_SelectedIndexChanged);
     
     #line default
     #line hidden
     return;
     case 2:
     this.scrollViewer = ((System.Windows.Controls.ScrollViewer)(target));
     return;
     case 4:
     this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 5:
     this.btnRight = ((System.Windows.Controls.Button)(target));
     return;
     case 6:
     this.btnGroupBack = ((System.Windows.Controls.Button)(target));
     return;
     case 7:
     this.btnLeft = ((System.Windows.Controls.Button)(target));
     return;
     case 8:
     this.btnAll = ((System.Windows.Controls.Button)(target));
     return;
     case 9:
     this.btnAllBack = ((System.Windows.Controls.Button)(target));
     return;
     case 10:
     this.btnOk = ((System.Windows.Controls.Button)(target));
     return;
     case 11:
     this.trackBarSort = ((DevExpress.Xpf.Editors.TrackBarEdit)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.listBoxAllParams = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
     return;
     case 2:
     this.scrollViewer = ((System.Windows.Controls.ScrollViewer)(target));
     return;
     case 3:
     this.rowParams = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 4:
     this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 5:
     this.btnRight = ((System.Windows.Controls.Button)(target));
     
     #line 33 "..\..\..\..\Windows\WindowEditParameterValues.xaml"
     this.btnRight.Click += new System.Windows.RoutedEventHandler(this.BtnRightClick);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnGroupBack = ((System.Windows.Controls.Button)(target));
     
     #line 36 "..\..\..\..\Windows\WindowEditParameterValues.xaml"
     this.btnGroupBack.Click += new System.Windows.RoutedEventHandler(this.BtnGroupBackClick);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnLeft = ((System.Windows.Controls.Button)(target));
     
     #line 39 "..\..\..\..\Windows\WindowEditParameterValues.xaml"
     this.btnLeft.Click += new System.Windows.RoutedEventHandler(this.BtnLeftClick);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btnAll = ((System.Windows.Controls.Button)(target));
     
     #line 42 "..\..\..\..\Windows\WindowEditParameterValues.xaml"
     this.btnAll.Click += new System.Windows.RoutedEventHandler(this.BtnAllClick);
     
     #line default
     #line hidden
     return;
     case 9:
     this.btnAllBack = ((System.Windows.Controls.Button)(target));
     
     #line 45 "..\..\..\..\Windows\WindowEditParameterValues.xaml"
     this.btnAllBack.Click += new System.Windows.RoutedEventHandler(this.BtnAllBackClick);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btnOk = ((System.Windows.Controls.Button)(target));
     
     #line 48 "..\..\..\..\Windows\WindowEditParameterValues.xaml"
     this.btnOk.Click += new System.Windows.RoutedEventHandler(this.BtnOkClick);
     
     #line default
     #line hidden
     return;
     case 11:
     this.trackBarEdit1 = ((DevExpress.Xpf.Editors.TrackBarEdit)(target));
     
     #line 53 "..\..\..\..\Windows\WindowEditParameterValues.xaml"
     this.trackBarEdit1.EditValueChanging += new DevExpress.Xpf.Editors.EditValueChangingEventHandler(this.TrackBarEdit1EditValueChanging);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#31
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 13 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     ((NSPIREIncSystem.LeadManagement.Dashboards.LeadDashboard)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.ccLeadPerYear = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 3:
     this.lblChartPerYear = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.ccLeadPerMonth = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 5:
     this.lblChartPerMonth = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.ccPerSalesStageStatus = ((DevExpress.Xpf.Charts.ChartControl)(target));
     return;
     case 7:
     this.lblChartPerSalesStageStatus = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 8:
     this.lbeLeads = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
     
     #line 299 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.lbeLeads.SelectedIndexChanged += new System.Windows.RoutedEventHandler(this.lbeLeads_SelectedIndexChanged);
     
     #line default
     #line hidden
     return;
     case 9:
     this.dcActivity = ((DevExpress.Xpf.Grid.GridControl)(target));
     return;
     case 10:
     this.viewActivity = ((DevExpress.Xpf.Grid.TableView)(target));
     return;
     case 11:
     this.lblTotalLead = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 12:
     this.lblTotalLeadActivity = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 13:
     this.lblDate = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 14:
     this.lblEngaged = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 15:
     this.lblNotContinue = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 16:
     this.lblActive = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 17:
     this.lbloverAllLeads = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 18:
     this.canvasLeadMenu = ((System.Windows.Controls.Canvas)(target));
     return;
     case 19:
     this.stackMasterdata = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 20:
     this.btnMasterdata = ((System.Windows.Controls.Button)(target));
     
     #line 366 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnMasterdata.Click += new System.Windows.RoutedEventHandler(this.btnMasterdata_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.stackSalesStage = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 22:
     this.btnSalesStage = ((System.Windows.Controls.Button)(target));
     
     #line 377 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnSalesStage.Click += new System.Windows.RoutedEventHandler(this.btnSalesStage_Click);
     
     #line default
     #line hidden
     return;
     case 23:
     this.stackBack = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 24:
     this.btnBack = ((System.Windows.Controls.Button)(target));
     
     #line 388 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnBack.Click += new System.Windows.RoutedEventHandler(this.btnBack_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.canvasSalesStages = ((System.Windows.Controls.Canvas)(target));
     return;
     case 26:
     this.stackSalesStageMaster = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 27:
     this.btnSalesMaster = ((System.Windows.Controls.Button)(target));
     
     #line 401 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnSalesMaster.Click += new System.Windows.RoutedEventHandler(this.btnSalesMaster_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.stackMarketingStrategy = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 29:
     this.btnMarketingStrategy = ((System.Windows.Controls.Button)(target));
     
     #line 412 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnMarketingStrategy.Click += new System.Windows.RoutedEventHandler(this.btnMarketingStrategy_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.stackGraphReport = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 31:
     this.btnGraphReport = ((System.Windows.Controls.Button)(target));
     
     #line 423 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnGraphReport.Click += new System.Windows.RoutedEventHandler(this.btnGraphReport_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.stackBackToLeadMenu = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 33:
     this.btnBackToLeadMenu = ((System.Windows.Controls.Button)(target));
     
     #line 434 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnBackToLeadMenu.Click += new System.Windows.RoutedEventHandler(this.btnBackToLeadMenu_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.canvasMasterData = ((System.Windows.Controls.Canvas)(target));
     return;
     case 35:
     this.stackLeads = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 36:
     this.btnLeads = ((System.Windows.Controls.Button)(target));
     
     #line 447 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnLeads.Click += new System.Windows.RoutedEventHandler(this.btnLeads_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.stackProdCategory = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 38:
     this.btnProdCategory = ((System.Windows.Controls.Button)(target));
     
     #line 458 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnProdCategory.Click += new System.Windows.RoutedEventHandler(this.btnProdCategory_Click);
     
     #line default
     #line hidden
     return;
     case 39:
     this.stackProducts = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 40:
     this.btnProducts = ((System.Windows.Controls.Button)(target));
     
     #line 469 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     this.btnProducts.Click += new System.Windows.RoutedEventHandler(this.btnProducts_Click);
     
     #line default
     #line hidden
     return;
     case 41:
     
     #line 480 "..\..\..\..\LeadManagement\Dashboards\LeadDashboard.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnBackToLeadMenu_Click);
     
     #line default
     #line hidden
     return;
     case 42:
     this.busyIndicator = ((Xceed.Wpf.Toolkit.BusyIndicator)(target));
     return;
     }
     this._contentLoaded = true;
 }
示例#32
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.lblTitle = ((System.Windows.Controls.Label)(target));
     return;
     case 2:
     this.lblFutureLockouts = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     this.lblStartTime = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.lblEndTime = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.lstFutureLockouts = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
     return;
     case 6:
     this.dateStartDate = ((DevExpress.Xpf.Editors.DateEdit)(target));
     return;
     case 7:
     this.txtStartTime = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 8:
     this.dateEndDate = ((DevExpress.Xpf.Editors.DateEdit)(target));
     return;
     case 9:
     this.txtEndTime = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 10:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 55 "..\..\..\Lists\Lockouts.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 56 "..\..\..\Lists\Lockouts.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#33
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.chkInstantFeedBack = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 29 "..\..\..\Modules\LINQToSQLServer.xaml"
                this.chkInstantFeedBack.Checked += new System.Windows.RoutedEventHandler(this.ChangeInstantFeedBack);

            #line default
            #line hidden

            #line 29 "..\..\..\Modules\LINQToSQLServer.xaml"
                this.chkInstantFeedBack.Unchecked += new System.Windows.RoutedEventHandler(this.ChangeInstantFeedBack);

            #line default
            #line hidden
                return;

            case 2:
                this.btnConfigure = ((System.Windows.Controls.Button)(target));

            #line 30 "..\..\..\Modules\LINQToSQLServer.xaml"
                this.btnConfigure.Click += new System.Windows.RoutedEventHandler(this.Configure);

            #line default
            #line hidden
                return;

            case 3:
                this.waitIndicatorList = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 33 "..\..\..\Modules\LINQToSQLServer.xaml"
                this.waitIndicatorList.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.CustomizeWaitIndicator);

            #line default
            #line hidden
                return;

            case 4:
                this.linqServerModeDataSource = ((DevExpress.Xpf.Core.ServerMode.LinqServerModeDataSource)(target));
                return;

            case 5:
                this.linqInstantFeedbackDataSource = ((DevExpress.Xpf.Core.ServerMode.LinqInstantFeedbackDataSource)(target));
                return;

            case 6:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 7:
                this.colid = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 8:
                this.colFrom = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 9:
                this.colSubject = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 10:
                this.colSent = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 11:
                this.colSize = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 12:
                this.colHasAttachment = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 13:
                this.colDaysActive = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 14:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }
示例#34
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 5 "..\..\Login.xaml"
     ((System.Windows.Controls.Grid)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Grid_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.TitleGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.ini = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.button2 = ((System.Windows.Controls.Button)(target));
     
     #line 31 "..\..\Login.xaml"
     this.button2.Click += new System.Windows.RoutedEventHandler(this.button2_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.button3 = ((System.Windows.Controls.Button)(target));
     
     #line 32 "..\..\Login.xaml"
     this.button3.Click += new System.Windows.RoutedEventHandler(this.button3_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.button2_Copy = ((System.Windows.Controls.Button)(target));
     
     #line 33 "..\..\Login.xaml"
     this.button2_Copy.Click += new System.Windows.RoutedEventHandler(this.button2_Copy_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.datas = ((System.Windows.Controls.Grid)(target));
     return;
     case 8:
     this.list = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.serverlist = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
     return;
     case 10:
     this.button4 = ((System.Windows.Controls.Button)(target));
     return;
     case 11:
     this.button5 = ((System.Windows.Controls.Button)(target));
     
     #line 46 "..\..\Login.xaml"
     this.button5.Click += new System.Windows.RoutedEventHandler(this.button5_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#35
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 11 "..\..\..\..\LeadManagement\Views\LeadForm.xaml"
     ((NSPIREIncSystem.LeadManagement.Views.LeadForm)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.lblLeadId = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.txtLeadId = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 4:
     this.lblCompanyName = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 5:
     this.txtCompanyName = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 6:
     this.lblAddress = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 7:
     this.txtCompanyAddress = ((DevExpress.Xpf.Editors.TextEdit)(target));
     return;
     case 8:
     this.lblTerritory = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 9:
     this.cbTerritory = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
     return;
     case 10:
     this.lblSalesStageStatus = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 11:
     this.cbStatus = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
     return;
     case 12:
     this.lblMarketingStrategy = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 13:
     this.cbMarketingStrategy = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
     return;
     case 14:
     this.lblProduct = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 15:
     this.gridProduct = ((System.Windows.Controls.Grid)(target));
     return;
     case 16:
     this.lbLeadsProducts = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
     return;
     case 17:
     this.btnSelect = ((System.Windows.Controls.Button)(target));
     
     #line 55 "..\..\..\..\LeadManagement\Views\LeadForm.xaml"
     this.btnSelect.Click += new System.Windows.RoutedEventHandler(this.btnSelect_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.lblActiveCheck = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 19:
     this.tsActiveCheck = ((WPFSpark.ToggleSwitch)(target));
     return;
     case 20:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 88 "..\..\..\..\LeadManagement\Views\LeadForm.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#36
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.editorShowModeCombobox = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

            case 2:
                this.editorButtonShowModeListBox = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

            case 3:
                this.booleanColumnEditorListBox = ((DevExpress.Xpf.Editors.ComboBoxEdit)(target));
                return;

            case 4:
                this.viewsListBox = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));
                return;

            case 5:
                this.autoCompleteCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 6:
                this.immediatePopupCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));
                return;

            case 7:
                this.alternativeDisplayTemplateCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 73 "..\..\..\Modules\CellEditors.xaml"
                this.alternativeDisplayTemplateCheckBox.Checked += new System.Windows.RoutedEventHandler(this.alternativeDisplayTemplateCheckBox_Checked);

            #line default
            #line hidden

            #line 73 "..\..\..\Modules\CellEditors.xaml"
                this.alternativeDisplayTemplateCheckBox.Unchecked += new System.Windows.RoutedEventHandler(this.alternativeDisplayTemplateCheckBox_Unchecked);

            #line default
            #line hidden
                return;

            case 8:
                this.alternativeEditTemplateCheckBox = ((DevExpress.Xpf.Editors.CheckEdit)(target));

            #line 74 "..\..\..\Modules\CellEditors.xaml"
                this.alternativeEditTemplateCheckBox.Checked += new System.Windows.RoutedEventHandler(this.alternativeEditTemplateCheckBox_Checked);

            #line default
            #line hidden

            #line 74 "..\..\..\Modules\CellEditors.xaml"
                this.alternativeEditTemplateCheckBox.Unchecked += new System.Windows.RoutedEventHandler(this.alternativeEditTemplateCheckBox_Unchecked);

            #line default
            #line hidden
                return;

            case 9:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 10:
                this.colId = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 11:
                this.colPriority = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 12:
                this.colUserId = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 13:
                this.colHoursActive = ((DevExpress.Xpf.Grid.GridColumn)(target));

            #line 101 "..\..\..\Modules\CellEditors.xaml"
                this.colHoursActive.Validate += new DevExpress.Xpf.Grid.GridCellValidationEventHandler(this.colHoursActive_Validate);

            #line default
            #line hidden
                return;

            case 14:

            #line 103 "..\..\..\Modules\CellEditors.xaml"
                ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target)).GetIsActivatingKey += new DevExpress.Xpf.Editors.Settings.GetIsActivatingKeyEventHandler(this.TextEditSettings_GetIsActivatingKey);

            #line default
            #line hidden

            #line 104 "..\..\..\Modules\CellEditors.xaml"
                ((DevExpress.Xpf.Editors.Settings.TextEditSettings)(target)).ProcessActivatingKey += new DevExpress.Xpf.Editors.Settings.ProcessActivatingKeyEventHandler(this.TextEditSettings_ProcessActivatingKey);

            #line default
            #line hidden
                return;

            case 15:
                this.colHasAttachment = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.printStyleChooser = ((DevExpress.Xpf.Editors.ListBoxEdit)(target));

            #line 45 "..\..\..\Modules\AdvancedPrintingOptions.xaml"
                this.printStyleChooser.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(this.printStyleChooser_SelectionChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.newTabButton = ((System.Windows.Controls.Button)(target));

            #line 55 "..\..\..\Modules\AdvancedPrintingOptions.xaml"
                this.newTabButton.Click += new System.Windows.RoutedEventHandler(this.newTabButton_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.newWindowButton = ((System.Windows.Controls.Button)(target));

            #line 58 "..\..\..\Modules\AdvancedPrintingOptions.xaml"
                this.newWindowButton.Click += new System.Windows.RoutedEventHandler(this.newWindowButton_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.tabControl = ((DevExpress.Xpf.Core.DXTabControl)(target));

            #line 63 "..\..\..\Modules\AdvancedPrintingOptions.xaml"
                this.tabControl.TabHidden += new DevExpress.Xpf.Core.TabControlTabHiddenEventHandler(this.tabControl_TabHidden);

            #line default
            #line hidden
                return;

            case 5:
                this.grid = ((DevExpress.Xpf.Grid.GridControl)(target));
                return;

            case 6:
                this.countryColumn = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 7:
                this.cityColumn = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 8:
                this.unitPriceColumn = ((DevExpress.Xpf.Grid.GridColumn)(target));
                return;

            case 9:
                this.view = ((DevExpress.Xpf.Grid.TableView)(target));
                return;
            }
            this._contentLoaded = true;
        }