void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btnCancel = ((DBManager.InterfaceElements.CancelButton)(target));
                return;

            case 2:

            #line 25 "..\..\..\..\FTP\CFTPSettingsWnd.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.lstvGroups = ((System.Windows.Controls.ListView)(target));
                return;

            case 4:
                this.chkSelectAll = ((System.Windows.Controls.CheckBox)(target));

            #line 70 "..\..\..\..\FTP\CFTPSettingsWnd.xaml"
                this.chkSelectAll.Click += new System.Windows.RoutedEventHandler(this.chkSelectAll_Click);

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

            case 2:
                this.btnCancel = ((DBManager.InterfaceElements.CancelButton)(target));
                return;

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

            #line 27 "..\..\..\..\..\Excel\Exporting\CExportToExcelWnd.xaml"
                this.btnExport.Click += new System.Windows.RoutedEventHandler(this.btnExport_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.txtXlsPath = ((DBManager.InterfaceElements.TextBoxEx)(target));
                return;

            case 5:

            #line 41 "..\..\..\..\..\Excel\Exporting\CExportToExcelWnd.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnBrowse_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.chkShowWbkAfterExport = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 7:
                this.tbctrlTabs = ((System.Windows.Controls.TabControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.btnCancel = ((DBManager.InterfaceElements.CancelButton)(target));
                return;

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

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

            #line 34 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.btnOK.Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);

            #line default
            #line hidden
                return;

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

            #line 41 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.btnToDefault.Click += new System.Windows.RoutedEventHandler(this.btnToDefault_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.chkAutodetectOnStart = ((System.Windows.Controls.CheckBox)(target));

            #line 82 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.chkAutodetectOnStart.Checked += new System.Windows.RoutedEventHandler(this.chk_CheckedOrUnchecked);

            #line default
            #line hidden

            #line 83 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.chkAutodetectOnStart.Unchecked += new System.Windows.RoutedEventHandler(this.chk_CheckedOrUnchecked);

            #line default
            #line hidden
                return;

            case 6:
                this.cmbComp = ((System.Windows.Controls.ComboBox)(target));

            #line 98 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.cmbComp.Loaded += new System.Windows.RoutedEventHandler(this.cmbComp_Loaded);

            #line default
            #line hidden
                return;

            case 7:

            #line 106 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnBrowse_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.chkHandleFileDeletion = ((System.Windows.Controls.CheckBox)(target));

            #line 115 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.chkHandleFileDeletion.Checked += new System.Windows.RoutedEventHandler(this.chk_CheckedOrUnchecked);

            #line default
            #line hidden

            #line 116 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.chkHandleFileDeletion.Unchecked += new System.Windows.RoutedEventHandler(this.chk_CheckedOrUnchecked);

            #line default
            #line hidden
                return;

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

            #line 131 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.cmbResultGradeCalcMethod.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmb_SelectionChanged);

            #line default
            #line hidden
                return;

            case 10:
                this.chkOnly75PercentForCalcGrades = ((System.Windows.Controls.CheckBox)(target));

            #line 143 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.chkOnly75PercentForCalcGrades.Checked += new System.Windows.RoutedEventHandler(this.chk_CheckedOrUnchecked);

            #line default
            #line hidden

            #line 144 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                this.chkOnly75PercentForCalcGrades.Unchecked += new System.Windows.RoutedEventHandler(this.chk_CheckedOrUnchecked);

            #line default
            #line hidden
                return;

            case 11:
                this.txtMinAgeToCalcResultGrade = ((DBManager.InterfaceElements.TextBoxEx)(target));
                return;

            case 12:
                this.lblMaxYearToCalcResultGrade = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.txtWorkbookTemplateFolder = ((DBManager.InterfaceElements.TextBoxEx)(target));
                return;

            case 14:

            #line 173 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnWorkbookTemplateFolderBrowse_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.txtFontSize = ((DBManager.InterfaceElements.TextBoxEx)(target));
                return;

            case 16:

            #line 192 "..\..\..\..\SettingWnds\CSettingsWnd.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnFontFamily_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.lblFontFamilyName = ((System.Windows.Controls.Label)(target));
                return;

            case 18:
                this.fntstlGridLines = ((DBManager.InterfaceElements.CFontStylePicker)(target));
                return;

            case 19:
                this.fntstlPlainResults = ((DBManager.InterfaceElements.CFontStylePicker)(target));
                return;

            case 20:
                this.fntstlNextRoundMembersCount = ((DBManager.InterfaceElements.CFontStylePicker)(target));
                return;

            case 21:
                this.fntstlInvatedToStart = ((DBManager.InterfaceElements.CFontStylePicker)(target));
                return;

            case 22:
                this.fntstlPreparing = ((DBManager.InterfaceElements.CFontStylePicker)(target));
                return;

            case 23:
                this.fntstlStayOnStart = ((DBManager.InterfaceElements.CFontStylePicker)(target));
                return;

            case 24:
                this.fntstlJustRecievedResult = ((DBManager.InterfaceElements.CFontStylePicker)(target));
                return;

            case 25:
                this.fntstlFalsestart = ((DBManager.InterfaceElements.CFontStylePicker)(target));
                return;
            }
            this._contentLoaded = true;
        }