Inheritance: System.Windows.Controls.Button
Beispiel #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RibbonWindow = ((GeCo.Shell.ShellWindow)(target));
                return;

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

            case 3:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 4:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
                return;

            case 5:
                this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 6:
                this.Group1 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 7:
                this.Button1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 8:
                this.Button2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 9:
                this.Button3 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 10:
                this.Button4 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 8 "..\..\..\ReportFormRibbon.xaml"
                ((AutoCodeGenerator.ReportFormRibbon)(target)).Loaded += new System.Windows.RoutedEventHandler(this.ReportFormRibbon_Load);

            #line default
            #line hidden
                return;

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

            case 3:
                this.label1 = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.mribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 5:
                this.memberservice = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 6:
                this.ValidateUSPSAddress = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 90 "..\..\..\ReportFormRibbon.xaml"
                this.ValidateUSPSAddress.Click += new System.Windows.RoutedEventHandler(this.ribbonBtn_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.ccReportFormRibbon = ((System.Windows.Controls.ContentControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #3
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.download = ((Downloadproject.Downloader)(target));
                return;

            case 2:
                this.Close_Button = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 12 "..\..\MainWindow.xaml"
                this.Close_Button.Click += new System.Windows.RoutedEventHandler(this.closeevent);

            #line default
            #line hidden
                return;

            case 3:
                this.Maximize_Button = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 23 "..\..\MainWindow.xaml"
                this.Maximize_Button.Click += new System.Windows.RoutedEventHandler(this.maximizehandler);

            #line default
            #line hidden
                return;

            case 4:
                this.Maximize_Button_Copy = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 34 "..\..\MainWindow.xaml"
                this.Maximize_Button_Copy.Click += new System.Windows.RoutedEventHandler(this.minimizehandler);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #4
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 2:
                this.Tools = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 3:
                this.AssetBrowser = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 4:
                this.AssetBuild = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #5
0
        public void PruebaTonta()
        {
            RibbonTab tab = new RibbonTab()
            {
                Header = "Mi Pestaña",
                Tag = Guid.NewGuid()
            };

            RibbonGroup group = new RibbonGroup()
            {
                Header = "Mi Grupo",
                Tag = Guid.NewGuid()
            };

            RibbonButton button = new RibbonButton()
            {
                //Command = 
                Label = "Mi Botón",
                Tag = Guid.NewGuid()
            };

            group.Items.Add(button);
            tab.Items.Add(group);

            this.InnerRibbon.Items.Add(tab);
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 40 "..\..\..\MainWindow.xaml"
     ((SBW2.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.RibbonWindowClosing);
     
     #line default
     #line hidden
     return;
     case 2:
     this.ribbon1 = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 3:
     this.StartStopQAB = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 4:
     this.StartRB = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 5:
     this.StopRB = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 6:
     this.RestartRB = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 7:
     this.Ribbon_Status = ((Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText)(target));
     return;
     case 8:
     this.MemStats = ((Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText)(target));
     return;
     case 9:
     this.Uptime = ((Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText)(target));
     return;
     case 10:
     this.outputBox = ((System.Windows.Controls.RichTextBox)(target));
     return;
     case 11:
     this.inputBox = ((System.Windows.Controls.TextBox)(target));
     
     #line 100 "..\..\..\MainWindow.xaml"
     this.inputBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.TextBoxKeyDown);
     
     #line default
     #line hidden
     return;
     case 12:
     this.StartThumb = ((System.Windows.Shell.ThumbButtonInfo)(target));
     return;
     case 13:
     this.StopThumb = ((System.Windows.Shell.ThumbButtonInfo)(target));
     return;
     case 14:
     this.RestartThumb = ((System.Windows.Shell.ThumbButtonInfo)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #7
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.EscritaFiscal = ((EscritaFiscalClient.View.ERPClient)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupCadastros = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoRegistroCartorio = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 29 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoRegistroCartorio.Click += new System.Windows.RoutedEventHandler(this.BotaoRegistroCartorio_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoParametros = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 33 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoParametros.Click += new System.Windows.RoutedEventHandler(this.BotaoParametros_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoTipoNotaFiscal = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 37 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoTipoNotaFiscal.Click += new System.Windows.RoutedEventHandler(this.BotaoTipoNotaFiscal_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.BotaoSimplesNacional = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 41 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSimplesNacional.Click += new System.Windows.RoutedEventHandler(this.BotaoSimplesNacional_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.BotaoLivrosTermos = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 45 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoLivrosTermos.Click += new System.Windows.RoutedEventHandler(this.BotaoLivrosTermos_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.GroupMovimento = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 12:
                this.BotaoEntradas = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 55 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoEntradas.Click += new System.Windows.RoutedEventHandler(this.BotaoEntradas_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.BotaoSaidas = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 59 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSaidas.Click += new System.Windows.RoutedEventHandler(this.BotaoSaidas_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.BotaoApuracao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 63 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoApuracao.Click += new System.Windows.RoutedEventHandler(this.BotaoApuracao_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.BotaoInformativos = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 67 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoInformativos.Click += new System.Windows.RoutedEventHandler(this.BotaoInformativos_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.Group2 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 17:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 74 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 19:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #8
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.saveScriptBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     return;
     case 2:
     this.exitMenuBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 76 "..\..\..\Designer.xaml"
     this.exitMenuBtn.Click += new System.Windows.RoutedEventHandler(this.exitMenuBtn_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 4:
     this.Clear = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 5:
     this.Duplicate = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 6:
     this.moveUp = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 94 "..\..\..\Designer.xaml"
     this.moveUp.Click += new System.Windows.RoutedEventHandler(this.moveUp_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.moveDw = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 95 "..\..\..\Designer.xaml"
     this.moveDw.Click += new System.Windows.RoutedEventHandler(this.moveDw_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.runBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 125 "..\..\..\Designer.xaml"
     this.runBtn.Click += new System.Windows.RoutedEventHandler(this.runBtn_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.aboutBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 150 "..\..\..\Designer.xaml"
     this.aboutBtn.Click += new System.Windows.RoutedEventHandler(this.aboutBtn_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.ScriptsTreeView = ((System.Windows.Controls.TreeView)(target));
     return;
     case 11:
     this.treeView1 = ((System.Windows.Controls.TreeView)(target));
     return;
     case 12:
     
     #line 283 "..\..\..\Designer.xaml"
     ((System.Windows.Controls.DataGrid)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DataGrid_SelectionChanged_1);
     
     #line default
     #line hidden
     return;
     case 13:
     this.MainTabControl = ((System.Windows.Controls.TabControl)(target));
     return;
     case 14:
     this.scriptGroupBox = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 15:
     this.dgStepEntities = ((System.Windows.Controls.DataGrid)(target));
     
     #line 310 "..\..\..\Designer.xaml"
     this.dgStepEntities.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgStepEntities_MouseDoubleClick);
     
     #line default
     #line hidden
     
     #line 310 "..\..\..\Designer.xaml"
     this.dgStepEntities.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgStepEntities_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 16:
     this.scriptDescriptionTxb = ((System.Windows.Controls.TextBox)(target));
     return;
     case 17:
     this.testDescriptionTxb = ((System.Windows.Controls.TextBox)(target));
     return;
     case 18:
     
     #line 339 "..\..\..\Designer.xaml"
     ((System.Windows.Controls.DataGrid)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DataGrid_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 19:
     this.statusBar1 = ((System.Windows.Controls.Primitives.StatusBar)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #9
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 36 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 36 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OnPaste);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 39 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 39 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OnCut);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 42 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 42 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OnCopy);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 44 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 45 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 47 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 48 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 50 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 51 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 53 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 54 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 56 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.OpenCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 57 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OpenCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 9:
     
     #line 59 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 60 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 62 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 63 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 11:
     
     #line 65 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 66 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 68 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 69 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 13:
     
     #line 71 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommandCanExecute);
     
     #line default
     #line hidden
     
     #line 72 "..\..\..\..\..\Control\Aggregate\MainRibbon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCommandExecuted);
     
     #line default
     #line hidden
     return;
     case 14:
     this.ApplicationRibbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 15:
     this.TabHome = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 16:
     this.GroupClipBoard = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 17:
     this.ButtonPaste = ((Microsoft.Windows.Controls.Ribbon.RibbonSplitButton)(target));
     return;
     case 18:
     this.ButtonCut = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 19:
     this.ButtonCopy = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 20:
     this.GroupShape = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 21:
     this.ComboBoxShape = ((Microsoft.Windows.Controls.Ribbon.RibbonComboBox)(target));
     return;
     case 22:
     this.GroupEnamels = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 23:
     this.ComboBoxEnamels = ((Microsoft.Windows.Controls.Ribbon.RibbonComboBox)(target));
     return;
     case 24:
     this.TabInsert = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #10
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Cadastros = ((Cadastros.View.Menu)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\View\Menu.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Etiquetas = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupGeral = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoFormatoPapel = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 33 "..\..\..\View\Menu.xaml"
                this.BotaoFormatoPapel.Click += new System.Windows.RoutedEventHandler(this.BotaoFormatoPapel_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoLayout = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 37 "..\..\..\View\Menu.xaml"
                this.BotaoLayout.Click += new System.Windows.RoutedEventHandler(this.BotaoLayout_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoTemplate = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 41 "..\..\..\View\Menu.xaml"
                this.BotaoTemplate.Click += new System.Windows.RoutedEventHandler(this.BotaoTemplate_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.GroupSairProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 10:
                this.BotaoSairProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 49 "..\..\..\View\Menu.xaml"
                this.BotaoSairProduto.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 12:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #11
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RibbonWindow = ((GeCo.Shell.Views.ShellWindow)(target));
                return;

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

            case 3:
                this.RibbonRow = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 4:
                this.ClientRow = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 5:
                this.ApplicationRibbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 6:

            #line 37 "..\..\..\..\View\ShellWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.btnAbout_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 40 "..\..\..\..\View\ShellWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 9:
                this.btnInizializza = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 54 "..\..\..\..\View\ShellWindow.xaml"
                this.btnInizializza.Click += new System.Windows.RoutedEventHandler(this.btnInizializza_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.SettingsRegion = ((System.Windows.Controls.ContentControl)(target));
                return;

            case 11:

            #line 62 "..\..\..\..\View\ShellWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.btnAbout_Click);

            #line default
            #line hidden
                return;

            case 12:

            #line 66 "..\..\..\..\View\ShellWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.ClientArea = ((System.Windows.Controls.Grid)(target));
                return;

            case 14:
                this.NavigationColumn = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

            case 15:
                this.WorkspaceColumn = ((System.Windows.Controls.ColumnDefinition)(target));
                return;

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

            case 17:
                this.Help = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 18:
                this.TaskButtons = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 19:
                this.HelpRegion = ((System.Windows.Controls.ContentControl)(target));
                return;

            case 20:
                this.TaskButtonRegion = ((System.Windows.Controls.ItemsControl)(target));
                return;

            case 21:
                this.WorkspaceRegion = ((System.Windows.Controls.ContentControl)(target));
                return;

            case 22:
                this.LoadingMessage = ((System.Windows.Controls.Border)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #12
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainWindow = ((DBManager.MainWindow)(target));
                return;

            case 2:

            #line 34 "..\..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OpenFilterPopupCmdExecuted);

            #line default
            #line hidden

            #line 35 "..\..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.OpenFilterPopupCmdCanExecute);

            #line default
            #line hidden
                return;

            case 3:
                this.dpMain = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 4:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 5:
                this.txtblkErrLogItemChanged = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 6:

            #line 71 "..\..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.rsmiAbout_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.ramiExportToXls = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 82 "..\..\..\MainWindow.xaml"
                this.ramiExportToXls.Click += new System.Windows.RoutedEventHandler(this.ExportToXlsCmdExecuted);

            #line default
            #line hidden
                return;

            case 8:
                this.ramiExportFromXls = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 88 "..\..\..\MainWindow.xaml"
                this.ramiExportFromXls.Click += new System.Windows.RoutedEventHandler(this.CreateCompetitionCmdExecuted);

            #line default
            #line hidden
                return;

            case 9:
                this.ribtabMain = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 10:
                this.rbtnStartStop = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 99 "..\..\..\MainWindow.xaml"
                this.rbtnStartStop.Click += new System.Windows.RoutedEventHandler(this.StartCmdExecuted);

            #line default
            #line hidden
                return;

            case 11:

            #line 105 "..\..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RefreshCmdExecuted);

            #line default
            #line hidden
                return;

            case 12:

            #line 111 "..\..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.SyncDBWithFilesCmdExecuted);

            #line default
            #line hidden
                return;

            case 13:

            #line 116 "..\..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.DBToGridCmdExecuted);

            #line default
            #line hidden
                return;

            case 14:
                this.rmbtnGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 15:
                this.rmbtnRound = ((Microsoft.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 16:
                this.rbtnOpenWorkbook = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 153 "..\..\..\MainWindow.xaml"
                this.rbtnOpenWorkbook.Click += new System.Windows.RoutedEventHandler(this.OpenWorkbookCmdExecuted);

            #line default
            #line hidden
                return;

            case 17:
                this.rchkShowGroupHead = ((Microsoft.Windows.Controls.Ribbon.RibbonCheckBox)(target));

            #line 158 "..\..\..\MainWindow.xaml"
                this.rchkShowGroupHead.Click += new System.Windows.RoutedEventHandler(this.rchkShowGroupHead_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.rchkAutoscrollEnabled = ((Microsoft.Windows.Controls.Ribbon.RibbonCheckBox)(target));

            #line 163 "..\..\..\MainWindow.xaml"
                this.rchkAutoscrollEnabled.Checked += new System.Windows.RoutedEventHandler(this.rchkAutoscrollEnabled_CheckedUnchecked);

            #line default
            #line hidden

            #line 164 "..\..\..\MainWindow.xaml"
                this.rchkAutoscrollEnabled.Unchecked += new System.Windows.RoutedEventHandler(this.rchkAutoscrollEnabled_CheckedUnchecked);

            #line default
            #line hidden
                return;

            case 19:

            #line 170 "..\..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.PublishingSettingsCmdExecuted);

            #line default
            #line hidden
                return;

            case 20:

            #line 173 "..\..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.PublishResultsCmdExecuted);

            #line default
            #line hidden
                return;

            case 21:
                this.rbtnPublishResultsLogWindow = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 177 "..\..\..\MainWindow.xaml"
                this.rbtnPublishResultsLogWindow.Click += new System.Windows.RoutedEventHandler(this.PublishingLogCmdExecuted);

            #line default
            #line hidden
                return;

            case 22:
                this.rchkAutoPublishing = ((Microsoft.Windows.Controls.Ribbon.RibbonCheckBox)(target));

            #line 180 "..\..\..\MainWindow.xaml"
                this.rchkAutoPublishing.Click += new System.Windows.RoutedEventHandler(this.rchkAutoPublishing_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.ribtabConfig = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 24:

            #line 191 "..\..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.SettingsCmdExecuted);

            #line default
            #line hidden
                return;

            case 25:
                this.rbtnLogWindow = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 197 "..\..\..\MainWindow.xaml"
                this.rbtnLogWindow.Click += new System.Windows.RoutedEventHandler(this.LogWindowCmdExecuted);

            #line default
            #line hidden
                return;

            case 26:
                this.rbtnShowRemoteControlWnd = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 203 "..\..\..\MainWindow.xaml"
                this.rbtnShowRemoteControlWnd.Click += new System.Windows.RoutedEventHandler(this.ShowRemoteControlWndCmdExecuted);

            #line default
            #line hidden
                return;

            case 27:
                this.rbtnFalsestartRules = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 208 "..\..\..\MainWindow.xaml"
                this.rbtnFalsestartRules.Click += new System.Windows.RoutedEventHandler(this.FalsestartRulesCmdExecuted);

            #line default
            #line hidden
                return;

            case 28:

            #line 216 "..\..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.CalcGradesCmdExecuted);

            #line default
            #line hidden
                return;

            case 29:
                this.mbtnHighlightGrades = ((Microsoft.Windows.Controls.Ribbon.RibbonMenuButton)(target));
                return;

            case 30:
                this.grdGroupHead = ((System.Windows.Controls.Grid)(target));
                return;

            case 31:
                this.lblCompName = ((System.Windows.Controls.Label)(target));
                return;

            case 32:
                this.lblLocation = ((System.Windows.Controls.Label)(target));
                return;

            case 33:
                this.lblRoundDate = ((System.Windows.Controls.Label)(target));
                return;

            case 34:
                this.lblRoundName = ((System.Windows.Controls.Label)(target));
                return;

            case 35:
                this.lblMainJudge = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.lblMainSecretary = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.lblRow6 = ((System.Windows.Controls.Label)(target));
                return;

            case 38:
                this.scrlvwrAdditionalDataGridHeader = ((System.Windows.Controls.ScrollViewer)(target));
                return;

            case 39:
                this.spAdditionalDataGridHeader = ((System.Windows.Controls.StackPanel)(target));
                return;

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

            case 41:
                this.lbRightDummy = ((System.Windows.Controls.Label)(target));
                return;

            case 42:
                this.grdRoundMembersHost = ((System.Windows.Controls.Grid)(target));

            #line 355 "..\..\..\MainWindow.xaml"
                this.grdRoundMembersHost.SizeChanged += new System.Windows.SizeChangedEventHandler(this.grdRoundMembersHost_SizeChanged);

            #line default
            #line hidden
                return;

            case 43:
                this.dgrdRoundMembers = ((System.Windows.Controls.DataGrid)(target));

            #line 386 "..\..\..\MainWindow.xaml"
                this.dgrdRoundMembers.AddHandler(System.Windows.Controls.ScrollViewer.ScrollChangedEvent, new System.Windows.Controls.ScrollChangedEventHandler(this.dgrdRoundMembers_ScrollChanged));

            #line default
            #line hidden

            #line 387 "..\..\..\MainWindow.xaml"
                this.dgrdRoundMembers.SizeChanged += new System.Windows.SizeChangedEventHandler(this.dgrdRoundMembers_SizeChanged);

            #line default
            #line hidden
                return;

            case 44:
                this.grdspltrRoundMembers = ((System.Windows.Controls.GridSplitter)(target));
                return;

            case 45:
                this.dgrdRoundMembers2 = ((System.Windows.Controls.DataGrid)(target));

            #line 422 "..\..\..\MainWindow.xaml"
                this.dgrdRoundMembers2.SizeChanged += new System.Windows.SizeChangedEventHandler(this.dgrdRoundMembers2_SizeChanged);

            #line default
            #line hidden
                return;

            case 46:
                this.RightPanel = ((DBManager.RightPanels.CRightPanelControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #13
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RibbonWindow = ((Rabbit_Scan.MainWindow)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 4:
     this.StartTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 5:
     this.Group1 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 6:
     this.Button1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 31 "..\..\..\MainWindow.xaml"
     this.Button1.Click += new System.Windows.RoutedEventHandler(this.Button1_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.Group2 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 8:
     this.Button2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 37 "..\..\..\MainWindow.xaml"
     this.Button2.Click += new System.Windows.RoutedEventHandler(this.Button2_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.Button3 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 41 "..\..\..\MainWindow.xaml"
     this.Button3.Click += new System.Windows.RoutedEventHandler(this.Button3_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.Button4 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 45 "..\..\..\MainWindow.xaml"
     this.Button4.Click += new System.Windows.RoutedEventHandler(this.Button4_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.Group5 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 12:
     this.Button5 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 51 "..\..\..\MainWindow.xaml"
     this.Button5.Click += new System.Windows.RoutedEventHandler(this.Button5_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.Button6 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 55 "..\..\..\MainWindow.xaml"
     this.Button6.Click += new System.Windows.RoutedEventHandler(this.Button6_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.rectangle1 = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 15:
     this.rectangle2 = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 16:
     this.rectangle3 = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 17:
     this.rectangle4 = ((System.Windows.Shapes.Rectangle)(target));
     return;
     case 18:
     this.label1 = ((System.Windows.Controls.Label)(target));
     return;
     case 19:
     this.label2 = ((System.Windows.Controls.Label)(target));
     return;
     case 20:
     this.label3 = ((System.Windows.Controls.Label)(target));
     return;
     case 21:
     this.textBox2 = ((System.Windows.Controls.TextBox)(target));
     return;
     case 22:
     this.passwordBox1 = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 23:
     this.comboBox1 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 69 "..\..\..\MainWindow.xaml"
     this.comboBox1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox1_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 24:
     this.ribbonButton1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 25:
     this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #14
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.mainWindow = ((SGet.MainWindow)(target));

            #line 8 "..\..\..\MainWindow.xaml"
                this.mainWindow.KeyDown += new System.Windows.Input.KeyEventHandler(this.mainWindow_KeyDown);

            #line default
            #line hidden

            #line 9 "..\..\..\MainWindow.xaml"
                this.mainWindow.Closing += new System.ComponentModel.CancelEventHandler(this.mainWindow_Closing);

            #line default
            #line hidden

            #line 9 "..\..\..\MainWindow.xaml"
                this.mainWindow.StateChanged += new System.EventHandler(this.mainWindow_StateChanged);

            #line default
            #line hidden

            #line 9 "..\..\..\MainWindow.xaml"
                this.mainWindow.ContentRendered += new System.EventHandler(this.mainWindow_ContentRendered);

            #line default
            #line hidden
                return;

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

            case 3:
                this.XNotifyIcon = ((Hardcodet.Wpf.TaskbarNotification.TaskbarIcon)(target));

            #line 92 "..\..\..\MainWindow.xaml"
                this.XNotifyIcon.TrayLeftMouseUp += new System.Windows.RoutedEventHandler(this.tcmShowMainWindow_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.tcmShowMainWindow = ((System.Windows.Controls.MenuItem)(target));

            #line 95 "..\..\..\MainWindow.xaml"
                this.tcmShowMainWindow.Click += new System.Windows.RoutedEventHandler(this.tcmShowMainWindow_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.tcmNewDownload = ((System.Windows.Controls.MenuItem)(target));

            #line 97 "..\..\..\MainWindow.xaml"
                this.tcmNewDownload.Click += new System.Windows.RoutedEventHandler(this.btnNewDownload_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.tcmBatchDownload = ((System.Windows.Controls.MenuItem)(target));

            #line 98 "..\..\..\MainWindow.xaml"
                this.tcmBatchDownload.Click += new System.Windows.RoutedEventHandler(this.btnBatchDownload_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.tcmStartAll = ((System.Windows.Controls.MenuItem)(target));

            #line 100 "..\..\..\MainWindow.xaml"
                this.tcmStartAll.Click += new System.Windows.RoutedEventHandler(this.cmStartAll_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.tcmPauseAll = ((System.Windows.Controls.MenuItem)(target));

            #line 101 "..\..\..\MainWindow.xaml"
                this.tcmPauseAll.Click += new System.Windows.RoutedEventHandler(this.cmPauseAll_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.tcmAbout = ((System.Windows.Controls.MenuItem)(target));

            #line 103 "..\..\..\MainWindow.xaml"
                this.tcmAbout.Click += new System.Windows.RoutedEventHandler(this.btnAbout_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.tcmExit = ((System.Windows.Controls.MenuItem)(target));

            #line 104 "..\..\..\MainWindow.xaml"
                this.tcmExit.Click += new System.Windows.RoutedEventHandler(this.tcmExit_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.mainRibbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 12:
                this.ribbonMenu = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenu)(target));
                return;

            case 13:
                this.ribbonTabMain = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 14:
                this.AddRemoveGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 15:
                this.btnNewDownload = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 115 "..\..\..\MainWindow.xaml"
                this.btnNewDownload.Click += new System.Windows.RoutedEventHandler(this.btnNewDownload_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.btnBatchDownload = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 116 "..\..\..\MainWindow.xaml"
                this.btnBatchDownload.Click += new System.Windows.RoutedEventHandler(this.btnBatchDownload_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.btnDelete = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 117 "..\..\..\MainWindow.xaml"
                this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.btnClearCompleted = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 118 "..\..\..\MainWindow.xaml"
                this.btnClearCompleted.Click += new System.Windows.RoutedEventHandler(this.btnClearCompleted_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.ProcessGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 20:
                this.btnStart = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 121 "..\..\..\MainWindow.xaml"
                this.btnStart.Click += new System.Windows.RoutedEventHandler(this.btnStart_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.btnPause = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 122 "..\..\..\MainWindow.xaml"
                this.btnPause.Click += new System.Windows.RoutedEventHandler(this.btnPause_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.SettingsGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 23:
                this.btnSetLimits = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 125 "..\..\..\MainWindow.xaml"
                this.btnSetLimits.Click += new System.Windows.RoutedEventHandler(this.btnSetLimits_Click);

            #line default
            #line hidden
                return;

            case 24:
                this.btnPreferences = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 126 "..\..\..\MainWindow.xaml"
                this.btnPreferences.Click += new System.Windows.RoutedEventHandler(this.btnPreferences_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.ShowGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 26:
                this.cbShowGrid = ((Microsoft.Windows.Controls.Ribbon.RibbonCheckBox)(target));

            #line 129 "..\..\..\MainWindow.xaml"
                this.cbShowGrid.Click += new System.Windows.RoutedEventHandler(this.cbShowGrid_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.cbShowProperties = ((Microsoft.Windows.Controls.Ribbon.RibbonCheckBox)(target));

            #line 130 "..\..\..\MainWindow.xaml"
                this.cbShowProperties.Click += new System.Windows.RoutedEventHandler(this.cbShowProperties_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.cbShowStatusBar = ((Microsoft.Windows.Controls.Ribbon.RibbonCheckBox)(target));

            #line 131 "..\..\..\MainWindow.xaml"
                this.cbShowStatusBar.Click += new System.Windows.RoutedEventHandler(this.cbShowStatusBar_Click);

            #line default
            #line hidden
                return;

            case 29:
                this.InfoGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 30:
                this.btnAbout = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 134 "..\..\..\MainWindow.xaml"
                this.btnAbout.Click += new System.Windows.RoutedEventHandler(this.btnAbout_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.statusBar = ((System.Windows.Controls.Primitives.StatusBar)(target));
                return;

            case 32:
                this.statusBarDownloads = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
                return;

            case 33:
                this.statusBarActive = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
                return;

            case 34:
                this.statusBarCompleted = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
                return;

            case 35:
                this.propertiesPanel = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 36:
                this.propertiesBar = ((System.Windows.Controls.Primitives.StatusBar)(target));
                return;

            case 37:
                this.propertiesItem = ((System.Windows.Controls.Primitives.StatusBarItem)(target));
                return;

            case 38:
                this.propertiesScrollViewer = ((System.Windows.Controls.ScrollViewer)(target));
                return;

            case 39:
                this.propertiesGrid = ((System.Windows.Controls.DataGrid)(target));

            #line 151 "..\..\..\MainWindow.xaml"
                this.propertiesGrid.PreviewMouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.propertiesGrid_PreviewMouseWheel);

            #line default
            #line hidden
                return;

            case 40:
                this.tcPropertyName = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 41:
                this.tcPropertyValue = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 42:
                this.propertiesSplitter = ((OpenSourceControls.DockPanelSplitter)(target));
                return;

            case 43:
                this.downloadsPanel = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 44:
                this.dgScrollViewer = ((System.Windows.Controls.ScrollViewer)(target));
                return;

            case 45:
                this.downloadsGrid = ((System.Windows.Controls.DataGrid)(target));

            #line 166 "..\..\..\MainWindow.xaml"
                this.downloadsGrid.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.cmOpenFile_Click);

            #line default
            #line hidden

            #line 166 "..\..\..\MainWindow.xaml"
                this.downloadsGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.downloadsGrid_SelectionChanged);

            #line default
            #line hidden

            #line 166 "..\..\..\MainWindow.xaml"
                this.downloadsGrid.PreviewMouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.downloadsGrid_PreviewMouseWheel);

            #line default
            #line hidden

            #line 167 "..\..\..\MainWindow.xaml"
                this.downloadsGrid.KeyUp += new System.Windows.Input.KeyEventHandler(this.downloadsGrid_KeyUp);

            #line default
            #line hidden

            #line 168 "..\..\..\MainWindow.xaml"
                this.downloadsGrid.ContextMenuOpening += new System.Windows.Controls.ContextMenuEventHandler(this.downloadsGrid_ContextMenuOpening);

            #line default
            #line hidden
                return;

            case 46:
                this.cmStart = ((System.Windows.Controls.MenuItem)(target));

            #line 171 "..\..\..\MainWindow.xaml"
                this.cmStart.Click += new System.Windows.RoutedEventHandler(this.btnStart_Click);

            #line default
            #line hidden
                return;

            case 47:
                this.cmPause = ((System.Windows.Controls.MenuItem)(target));

            #line 172 "..\..\..\MainWindow.xaml"
                this.cmPause.Click += new System.Windows.RoutedEventHandler(this.btnPause_Click);

            #line default
            #line hidden
                return;

            case 48:
                this.cmDelete = ((System.Windows.Controls.MenuItem)(target));

            #line 174 "..\..\..\MainWindow.xaml"
                this.cmDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);

            #line default
            #line hidden
                return;

            case 49:
                this.cmRestart = ((System.Windows.Controls.MenuItem)(target));

            #line 175 "..\..\..\MainWindow.xaml"
                this.cmRestart.Click += new System.Windows.RoutedEventHandler(this.cmRestart_Click);

            #line default
            #line hidden
                return;

            case 50:
                this.cmOpenFile = ((System.Windows.Controls.MenuItem)(target));

            #line 177 "..\..\..\MainWindow.xaml"
                this.cmOpenFile.Click += new System.Windows.RoutedEventHandler(this.cmOpenFile_Click);

            #line default
            #line hidden
                return;

            case 51:
                this.cmOpenDownloadFolder = ((System.Windows.Controls.MenuItem)(target));

            #line 178 "..\..\..\MainWindow.xaml"
                this.cmOpenDownloadFolder.Click += new System.Windows.RoutedEventHandler(this.cmOpenDownloadFolder_Click);

            #line default
            #line hidden
                return;

            case 52:
                this.cmStartAll = ((System.Windows.Controls.MenuItem)(target));

            #line 180 "..\..\..\MainWindow.xaml"
                this.cmStartAll.Click += new System.Windows.RoutedEventHandler(this.cmStartAll_Click);

            #line default
            #line hidden
                return;

            case 53:
                this.cmPauseAll = ((System.Windows.Controls.MenuItem)(target));

            #line 181 "..\..\..\MainWindow.xaml"
                this.cmPauseAll.Click += new System.Windows.RoutedEventHandler(this.cmPauseAll_Click);

            #line default
            #line hidden
                return;

            case 54:
                this.cmSelectAll = ((System.Windows.Controls.MenuItem)(target));

            #line 182 "..\..\..\MainWindow.xaml"
                this.cmSelectAll.Click += new System.Windows.RoutedEventHandler(this.cmSelectAll_Click);

            #line default
            #line hidden
                return;

            case 55:
                this.cmCopyURLtoClipboard = ((System.Windows.Controls.MenuItem)(target));

            #line 184 "..\..\..\MainWindow.xaml"
                this.cmCopyURLtoClipboard.Click += new System.Windows.RoutedEventHandler(this.cmCopyURLtoClipboard_Click);

            #line default
            #line hidden
                return;

            case 56:
                this.tcFileName = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 57:
                this.tcSize = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 58:
                this.tcDownloaded = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 59:
                this.tcPercent = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 60:
                this.tcProgress = ((System.Windows.Controls.DataGridTemplateColumn)(target));
                return;

            case 61:
                this.tcSpeed = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 62:
                this.tcTimeLeft = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 63:
                this.tcStatus = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 64:
                this.tcAddedOn = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;

            case 65:
                this.tcCompletedOn = ((System.Windows.Controls.DataGridTextColumn)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RibbonWindow = ((MapEditor_Game2D.MainWindow)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 4:
     this.New_bt = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 20 "..\..\..\MainWindow.xaml"
     this.New_bt.Click += new System.Windows.RoutedEventHandler(this.New_bt_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.Open_bt = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 24 "..\..\..\MainWindow.xaml"
     this.Open_bt.Click += new System.Windows.RoutedEventHandler(this.Open_bt_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.Edit_bt = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 28 "..\..\..\MainWindow.xaml"
     this.Edit_bt.Click += new System.Windows.RoutedEventHandler(this.Edit_bt_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.Save_bt = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 32 "..\..\..\MainWindow.xaml"
     this.Save_bt.Click += new System.Windows.RoutedEventHandler(this.Save_bt_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.Exit_bt = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 36 "..\..\..\MainWindow.xaml"
     this.Exit_bt.Click += new System.Windows.RoutedEventHandler(this.Exit_bt_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.BossTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 10:
     this.Boss = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 11:
     this.i1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 45 "..\..\..\MainWindow.xaml"
     this.i1.Click += new System.Windows.RoutedEventHandler(this.i1_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.i4 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 49 "..\..\..\MainWindow.xaml"
     this.i4.Click += new System.Windows.RoutedEventHandler(this.i4_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.i2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 53 "..\..\..\MainWindow.xaml"
     this.i2.Click += new System.Windows.RoutedEventHandler(this.i2_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.i3 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 57 "..\..\..\MainWindow.xaml"
     this.i3.Click += new System.Windows.RoutedEventHandler(this.i3_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.Monster = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 16:
     this.i10 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 65 "..\..\..\MainWindow.xaml"
     this.i10.Click += new System.Windows.RoutedEventHandler(this.i10_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.i11 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 69 "..\..\..\MainWindow.xaml"
     this.i11.Click += new System.Windows.RoutedEventHandler(this.i11_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.i12 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 73 "..\..\..\MainWindow.xaml"
     this.i12.Click += new System.Windows.RoutedEventHandler(this.i12_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.i13 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 77 "..\..\..\MainWindow.xaml"
     this.i13.Click += new System.Windows.RoutedEventHandler(this.i13_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.i16 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 81 "..\..\..\MainWindow.xaml"
     this.i16.Click += new System.Windows.RoutedEventHandler(this.i16_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.i17 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 85 "..\..\..\MainWindow.xaml"
     this.i17.Click += new System.Windows.RoutedEventHandler(this.i17_Click);
     
     #line default
     #line hidden
     return;
     case 22:
     this.GateSpace = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 23:
     this.Gate = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 24:
     this.i14 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 95 "..\..\..\MainWindow.xaml"
     this.i14.Click += new System.Windows.RoutedEventHandler(this.i14_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.i15 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 99 "..\..\..\MainWindow.xaml"
     this.i15.Click += new System.Windows.RoutedEventHandler(this.i15_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.i90 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 103 "..\..\..\MainWindow.xaml"
     this.i90.Click += new System.Windows.RoutedEventHandler(this.i90_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.i91 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 107 "..\..\..\MainWindow.xaml"
     this.i91.Click += new System.Windows.RoutedEventHandler(this.i91_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.i92 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 111 "..\..\..\MainWindow.xaml"
     this.i92.Click += new System.Windows.RoutedEventHandler(this.i92_Click);
     
     #line default
     #line hidden
     return;
     case 29:
     this.i93 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 115 "..\..\..\MainWindow.xaml"
     this.i93.Click += new System.Windows.RoutedEventHandler(this.i93_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.i94 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 119 "..\..\..\MainWindow.xaml"
     this.i94.Click += new System.Windows.RoutedEventHandler(this.i94_Click);
     
     #line default
     #line hidden
     return;
     case 31:
     this.i95 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 123 "..\..\..\MainWindow.xaml"
     this.i95.Click += new System.Windows.RoutedEventHandler(this.i95_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.i96 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 127 "..\..\..\MainWindow.xaml"
     this.i96.Click += new System.Windows.RoutedEventHandler(this.i96_Click);
     
     #line default
     #line hidden
     return;
     case 33:
     this.i97 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 131 "..\..\..\MainWindow.xaml"
     this.i97.Click += new System.Windows.RoutedEventHandler(this.i97_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.i98 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 135 "..\..\..\MainWindow.xaml"
     this.i98.Click += new System.Windows.RoutedEventHandler(this.i98_Click);
     
     #line default
     #line hidden
     return;
     case 35:
     this.i99 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 139 "..\..\..\MainWindow.xaml"
     this.i99.Click += new System.Windows.RoutedEventHandler(this.i99_Click);
     
     #line default
     #line hidden
     return;
     case 36:
     this.TerrainTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 37:
     this.Terrain = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 38:
     this.i200 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 150 "..\..\..\MainWindow.xaml"
     this.i200.Click += new System.Windows.RoutedEventHandler(this.i200_Click);
     
     #line default
     #line hidden
     return;
     case 39:
     this.i201 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 154 "..\..\..\MainWindow.xaml"
     this.i201.Click += new System.Windows.RoutedEventHandler(this.i201_Click);
     
     #line default
     #line hidden
     return;
     case 40:
     this.i202 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 158 "..\..\..\MainWindow.xaml"
     this.i202.Click += new System.Windows.RoutedEventHandler(this.i202_Click);
     
     #line default
     #line hidden
     return;
     case 41:
     this.i203 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 162 "..\..\..\MainWindow.xaml"
     this.i203.Click += new System.Windows.RoutedEventHandler(this.i203_Click);
     
     #line default
     #line hidden
     return;
     case 42:
     this.i204 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 166 "..\..\..\MainWindow.xaml"
     this.i204.Click += new System.Windows.RoutedEventHandler(this.i204_Click);
     
     #line default
     #line hidden
     return;
     case 43:
     this.i205 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 170 "..\..\..\MainWindow.xaml"
     this.i205.Click += new System.Windows.RoutedEventHandler(this.i205_Click);
     
     #line default
     #line hidden
     return;
     case 44:
     this.i206 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 174 "..\..\..\MainWindow.xaml"
     this.i206.Click += new System.Windows.RoutedEventHandler(this.i206_Click);
     
     #line default
     #line hidden
     return;
     case 45:
     this.i207 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 178 "..\..\..\MainWindow.xaml"
     this.i207.Click += new System.Windows.RoutedEventHandler(this.i207_Click);
     
     #line default
     #line hidden
     return;
     case 46:
     this.i208 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 182 "..\..\..\MainWindow.xaml"
     this.i208.Click += new System.Windows.RoutedEventHandler(this.i208_Click);
     
     #line default
     #line hidden
     return;
     case 47:
     this.i209 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 186 "..\..\..\MainWindow.xaml"
     this.i209.Click += new System.Windows.RoutedEventHandler(this.i209_Click);
     
     #line default
     #line hidden
     return;
     case 48:
     this.i210 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 190 "..\..\..\MainWindow.xaml"
     this.i210.Click += new System.Windows.RoutedEventHandler(this.i210_Click);
     
     #line default
     #line hidden
     return;
     case 49:
     this.i211 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 194 "..\..\..\MainWindow.xaml"
     this.i211.Click += new System.Windows.RoutedEventHandler(this.i211_Click);
     
     #line default
     #line hidden
     return;
     case 50:
     this.i212 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 198 "..\..\..\MainWindow.xaml"
     this.i212.Click += new System.Windows.RoutedEventHandler(this.i212_Click);
     
     #line default
     #line hidden
     return;
     case 51:
     this.i213 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 202 "..\..\..\MainWindow.xaml"
     this.i213.Click += new System.Windows.RoutedEventHandler(this.i213_Click);
     
     #line default
     #line hidden
     return;
     case 52:
     this.i214 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 206 "..\..\..\MainWindow.xaml"
     this.i214.Click += new System.Windows.RoutedEventHandler(this.i214_Click);
     
     #line default
     #line hidden
     return;
     case 53:
     this.TerrainICETab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 54:
     this.ICE = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 55:
     this.i220 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 218 "..\..\..\MainWindow.xaml"
     this.i220.Click += new System.Windows.RoutedEventHandler(this.i220_Click);
     
     #line default
     #line hidden
     return;
     case 56:
     this.i221 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 222 "..\..\..\MainWindow.xaml"
     this.i221.Click += new System.Windows.RoutedEventHandler(this.i221_Click);
     
     #line default
     #line hidden
     return;
     case 57:
     this.i222 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 226 "..\..\..\MainWindow.xaml"
     this.i222.Click += new System.Windows.RoutedEventHandler(this.i222_Click);
     
     #line default
     #line hidden
     return;
     case 58:
     this.i223 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 230 "..\..\..\MainWindow.xaml"
     this.i223.Click += new System.Windows.RoutedEventHandler(this.i223_Click);
     
     #line default
     #line hidden
     return;
     case 59:
     this.i224 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 234 "..\..\..\MainWindow.xaml"
     this.i224.Click += new System.Windows.RoutedEventHandler(this.i224_Click);
     
     #line default
     #line hidden
     return;
     case 60:
     this.i225 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 238 "..\..\..\MainWindow.xaml"
     this.i225.Click += new System.Windows.RoutedEventHandler(this.i225_Click);
     
     #line default
     #line hidden
     return;
     case 61:
     this.i226 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 242 "..\..\..\MainWindow.xaml"
     this.i226.Click += new System.Windows.RoutedEventHandler(this.i226_Click);
     
     #line default
     #line hidden
     return;
     case 62:
     this.i227 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 246 "..\..\..\MainWindow.xaml"
     this.i227.Click += new System.Windows.RoutedEventHandler(this.i227_Click);
     
     #line default
     #line hidden
     return;
     case 63:
     this.i228 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 250 "..\..\..\MainWindow.xaml"
     this.i228.Click += new System.Windows.RoutedEventHandler(this.i228_Click);
     
     #line default
     #line hidden
     return;
     case 64:
     this.i229 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 254 "..\..\..\MainWindow.xaml"
     this.i229.Click += new System.Windows.RoutedEventHandler(this.i229_Click);
     
     #line default
     #line hidden
     return;
     case 65:
     this.i230 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 258 "..\..\..\MainWindow.xaml"
     this.i230.Click += new System.Windows.RoutedEventHandler(this.i230_Click);
     
     #line default
     #line hidden
     return;
     case 66:
     this.i231 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 262 "..\..\..\MainWindow.xaml"
     this.i231.Click += new System.Windows.RoutedEventHandler(this.i231_Click);
     
     #line default
     #line hidden
     return;
     case 67:
     this.i232 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 266 "..\..\..\MainWindow.xaml"
     this.i232.Click += new System.Windows.RoutedEventHandler(this.i232_Click);
     
     #line default
     #line hidden
     return;
     case 68:
     this.i233 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 270 "..\..\..\MainWindow.xaml"
     this.i233.Click += new System.Windows.RoutedEventHandler(this.i233_Click);
     
     #line default
     #line hidden
     return;
     case 69:
     this.i234 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 274 "..\..\..\MainWindow.xaml"
     this.i234.Click += new System.Windows.RoutedEventHandler(this.i234_Click);
     
     #line default
     #line hidden
     return;
     case 70:
     this.Back = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 71:
     this.BackG = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 72:
     this.i100 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 286 "..\..\..\MainWindow.xaml"
     this.i100.Click += new System.Windows.RoutedEventHandler(this.i100_Click);
     
     #line default
     #line hidden
     return;
     case 73:
     this.i101 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 290 "..\..\..\MainWindow.xaml"
     this.i101.Click += new System.Windows.RoutedEventHandler(this.i101_Click);
     
     #line default
     #line hidden
     return;
     case 74:
     this.i102 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 294 "..\..\..\MainWindow.xaml"
     this.i102.Click += new System.Windows.RoutedEventHandler(this.i102_Click);
     
     #line default
     #line hidden
     return;
     case 75:
     this.i103 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 298 "..\..\..\MainWindow.xaml"
     this.i103.Click += new System.Windows.RoutedEventHandler(this.i103_Click);
     
     #line default
     #line hidden
     return;
     case 76:
     this.i104 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 302 "..\..\..\MainWindow.xaml"
     this.i104.Click += new System.Windows.RoutedEventHandler(this.i104_Click);
     
     #line default
     #line hidden
     return;
     case 77:
     this.i105 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 306 "..\..\..\MainWindow.xaml"
     this.i105.Click += new System.Windows.RoutedEventHandler(this.i105_Click);
     
     #line default
     #line hidden
     return;
     case 78:
     this.i106 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 310 "..\..\..\MainWindow.xaml"
     this.i106.Click += new System.Windows.RoutedEventHandler(this.i106_Click);
     
     #line default
     #line hidden
     return;
     case 79:
     this.i107 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 314 "..\..\..\MainWindow.xaml"
     this.i107.Click += new System.Windows.RoutedEventHandler(this.i107_Click);
     
     #line default
     #line hidden
     return;
     case 80:
     this.i108 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 318 "..\..\..\MainWindow.xaml"
     this.i108.Click += new System.Windows.RoutedEventHandler(this.i108_Click);
     
     #line default
     #line hidden
     return;
     case 81:
     this.i109 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 322 "..\..\..\MainWindow.xaml"
     this.i109.Click += new System.Windows.RoutedEventHandler(this.i109_Click);
     
     #line default
     #line hidden
     return;
     case 82:
     this.i110 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 326 "..\..\..\MainWindow.xaml"
     this.i110.Click += new System.Windows.RoutedEventHandler(this.i110_Click);
     
     #line default
     #line hidden
     return;
     case 83:
     this.i111 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 330 "..\..\..\MainWindow.xaml"
     this.i111.Click += new System.Windows.RoutedEventHandler(this.i111_Click);
     
     #line default
     #line hidden
     return;
     case 84:
     this.i112 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 334 "..\..\..\MainWindow.xaml"
     this.i112.Click += new System.Windows.RoutedEventHandler(this.i112_Click);
     
     #line default
     #line hidden
     return;
     case 85:
     this.i113 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 338 "..\..\..\MainWindow.xaml"
     this.i113.Click += new System.Windows.RoutedEventHandler(this.i113_Click);
     
     #line default
     #line hidden
     return;
     case 86:
     this.i114 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 342 "..\..\..\MainWindow.xaml"
     this.i114.Click += new System.Windows.RoutedEventHandler(this.i114_Click);
     
     #line default
     #line hidden
     return;
     case 87:
     this.i115 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 346 "..\..\..\MainWindow.xaml"
     this.i115.Click += new System.Windows.RoutedEventHandler(this.i115_Click);
     
     #line default
     #line hidden
     return;
     case 88:
     this.i116 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 350 "..\..\..\MainWindow.xaml"
     this.i116.Click += new System.Windows.RoutedEventHandler(this.i116_Click);
     
     #line default
     #line hidden
     return;
     case 89:
     this.i117 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 354 "..\..\..\MainWindow.xaml"
     this.i117.Click += new System.Windows.RoutedEventHandler(this.i117_Click);
     
     #line default
     #line hidden
     return;
     case 90:
     this.i118 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 358 "..\..\..\MainWindow.xaml"
     this.i118.Click += new System.Windows.RoutedEventHandler(this.i118_Click);
     
     #line default
     #line hidden
     return;
     case 91:
     this.i119 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 362 "..\..\..\MainWindow.xaml"
     this.i119.Click += new System.Windows.RoutedEventHandler(this.i119_Click);
     
     #line default
     #line hidden
     return;
     case 92:
     this.i120 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 366 "..\..\..\MainWindow.xaml"
     this.i120.Click += new System.Windows.RoutedEventHandler(this.i120_Click);
     
     #line default
     #line hidden
     return;
     case 93:
     this.i121 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 370 "..\..\..\MainWindow.xaml"
     this.i121.Click += new System.Windows.RoutedEventHandler(this.i121_Click);
     
     #line default
     #line hidden
     return;
     case 94:
     this.i122 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 374 "..\..\..\MainWindow.xaml"
     this.i122.Click += new System.Windows.RoutedEventHandler(this.i122_Click);
     
     #line default
     #line hidden
     return;
     case 95:
     this.i123 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 378 "..\..\..\MainWindow.xaml"
     this.i123.Click += new System.Windows.RoutedEventHandler(this.i123_Click);
     
     #line default
     #line hidden
     return;
     case 96:
     this.i124 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 382 "..\..\..\MainWindow.xaml"
     this.i124.Click += new System.Windows.RoutedEventHandler(this.i124_Click);
     
     #line default
     #line hidden
     return;
     case 97:
     this.i125 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 386 "..\..\..\MainWindow.xaml"
     this.i125.Click += new System.Windows.RoutedEventHandler(this.i125_Click);
     
     #line default
     #line hidden
     return;
     case 98:
     this.Back2 = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 99:
     this.BackG2 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 100:
     this.i126 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 397 "..\..\..\MainWindow.xaml"
     this.i126.Click += new System.Windows.RoutedEventHandler(this.i126_Click);
     
     #line default
     #line hidden
     return;
     case 101:
     this.i127 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 401 "..\..\..\MainWindow.xaml"
     this.i127.Click += new System.Windows.RoutedEventHandler(this.i127_Click);
     
     #line default
     #line hidden
     return;
     case 102:
     this.i128 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 405 "..\..\..\MainWindow.xaml"
     this.i128.Click += new System.Windows.RoutedEventHandler(this.i128_Click);
     
     #line default
     #line hidden
     return;
     case 103:
     this.i129 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 409 "..\..\..\MainWindow.xaml"
     this.i129.Click += new System.Windows.RoutedEventHandler(this.i129_Click);
     
     #line default
     #line hidden
     return;
     case 104:
     this.i130 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 413 "..\..\..\MainWindow.xaml"
     this.i130.Click += new System.Windows.RoutedEventHandler(this.i130_Click);
     
     #line default
     #line hidden
     return;
     case 105:
     this.i131 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 417 "..\..\..\MainWindow.xaml"
     this.i131.Click += new System.Windows.RoutedEventHandler(this.i131_Click);
     
     #line default
     #line hidden
     return;
     case 106:
     this.select_Image = ((System.Windows.Controls.Image)(target));
     return;
     case 107:
     this.Map_panel = ((System.Windows.Controls.WrapPanel)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 40 "..\..\..\MainWindow.xaml"
     ((SBW2.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.RibbonWindowClosing);
     
     #line default
     #line hidden
     return;
     case 2:
     this.StartStopQAB = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 3:
     this.StartRB = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 4:
     this.StopRB = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 5:
     this.RestartRB = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 6:
     this.Ribbon_Status = ((Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText)(target));
     return;
     case 7:
     this.MemStats = ((Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText)(target));
     return;
     case 8:
     this.Uptime = ((Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText)(target));
     return;
     case 9:
     this.memcb = ((Microsoft.Windows.Controls.Ribbon.RibbonComboBox)(target));
     return;
     case 10:
     this.memboxGal = ((Microsoft.Windows.Controls.Ribbon.RibbonGallery)(target));
     
     #line 103 "..\..\..\MainWindow.xaml"
     this.memboxGal.SelectionChanged += new System.Windows.RoutedPropertyChangedEventHandler<object>(this.MemoryComboBoxSelectionChanged);
     
     #line default
     #line hidden
     return;
     case 11:
     this.MemoryComboBox = ((Microsoft.Windows.Controls.Ribbon.RibbonGalleryCategory)(target));
     return;
     case 12:
     this.NetworkToggle = ((Microsoft.Windows.Controls.Ribbon.RibbonToggleButton)(target));
     
     #line 118 "..\..\..\MainWindow.xaml"
     this.NetworkToggle.Checked += new System.Windows.RoutedEventHandler(this.NetToggleChecked);
     
     #line default
     #line hidden
     
     #line 119 "..\..\..\MainWindow.xaml"
     this.NetworkToggle.Unchecked += new System.Windows.RoutedEventHandler(this.NetworkToggleUnchecked);
     
     #line default
     #line hidden
     return;
     case 13:
     this.outputBox = ((System.Windows.Controls.RichTextBox)(target));
     return;
     case 14:
     this.inputBox = ((System.Windows.Controls.TextBox)(target));
     
     #line 138 "..\..\..\MainWindow.xaml"
     this.inputBox.KeyDown += new System.Windows.Input.KeyEventHandler(this.TextBoxKeyDown);
     
     #line default
     #line hidden
     return;
     case 15:
     this.StartThumb = ((System.Windows.Shell.ThumbButtonInfo)(target));
     return;
     case 16:
     this.StopThumb = ((System.Windows.Shell.ThumbButtonInfo)(target));
     return;
     case 17:
     this.RestartThumb = ((System.Windows.Shell.ThumbButtonInfo)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.mniExit = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 18 "..\..\..\AdministratorWindow.xaml"
     this.mniExit.Click += new System.Windows.RoutedEventHandler(this.mniExit_Click);
     
     #line default
     #line hidden
     return;
     case 2:
     this.btnAddMaterial = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 22 "..\..\..\AdministratorWindow.xaml"
     this.btnAddMaterial.Click += new System.Windows.RoutedEventHandler(this.btnAddMaterial_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.btnGiveMaterial = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 23 "..\..\..\AdministratorWindow.xaml"
     this.btnGiveMaterial.Click += new System.Windows.RoutedEventHandler(this.btnGiveMaterial_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.btnDeleteMaterial = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 24 "..\..\..\AdministratorWindow.xaml"
     this.btnDeleteMaterial.Click += new System.Windows.RoutedEventHandler(this.btnDeleteMaterial_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnUpdateMaterial = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 25 "..\..\..\AdministratorWindow.xaml"
     this.btnUpdateMaterial.Click += new System.Windows.RoutedEventHandler(this.btnUpdateMaterial_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnAddStudent = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 28 "..\..\..\AdministratorWindow.xaml"
     this.btnAddStudent.Click += new System.Windows.RoutedEventHandler(this.btnAddStudent_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnUpdateStudent = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 29 "..\..\..\AdministratorWindow.xaml"
     this.btnUpdateStudent.Click += new System.Windows.RoutedEventHandler(this.btnUpdateStudent_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btnAssingnStudent = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 30 "..\..\..\AdministratorWindow.xaml"
     this.btnAssingnStudent.Click += new System.Windows.RoutedEventHandler(this.btnAssingnStudent_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.btnAddTeacher = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 33 "..\..\..\AdministratorWindow.xaml"
     this.btnAddTeacher.Click += new System.Windows.RoutedEventHandler(this.btnAddTeacher_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.btnUpdateTeacher = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 34 "..\..\..\AdministratorWindow.xaml"
     this.btnUpdateTeacher.Click += new System.Windows.RoutedEventHandler(this.btnUpdateTeacher_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.btnAssignTeacher = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 35 "..\..\..\AdministratorWindow.xaml"
     this.btnAssignTeacher.Click += new System.Windows.RoutedEventHandler(this.btnAssignTeacher_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.frmAdministratorContent = ((System.Windows.Controls.Frame)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.This = ((DBMgrRibbon.MainWindow)(target));
     
     #line 8 "..\..\..\UIMain.xaml"
     this.This.Closing += new System.ComponentModel.CancelEventHandler(this.This_Closing);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     
     #line 34 "..\..\..\UIMain.xaml"
     this.Ribbon.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Ribbon_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     return;
     case 5:
     this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 6:
     this.Group1 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 7:
     this.Button1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 8:
     this.Button2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 9:
     this.Button3 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 10:
     this.Button4 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 11:
     this.newSliceName = ((Microsoft.Windows.Controls.Ribbon.RibbonTextBox)(target));
     return;
     case 12:
     
     #line 76 "..\..\..\UIMain.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.newSliceBtnClick);
     
     #line default
     #line hidden
     return;
     case 13:
     this.addCanvasSliceItemBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 80 "..\..\..\UIMain.xaml"
     this.addCanvasSliceItemBtn.Click += new System.Windows.RoutedEventHandler(this.newCanvasSliceItem);
     
     #line default
     #line hidden
     return;
     case 14:
     this.moveSlotUpBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 81 "..\..\..\UIMain.xaml"
     this.moveSlotUpBtn.Click += new System.Windows.RoutedEventHandler(this.moveUpCanvasSliceItem);
     
     #line default
     #line hidden
     return;
     case 15:
     this.moveSlotDownBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 82 "..\..\..\UIMain.xaml"
     this.moveSlotDownBtn.Click += new System.Windows.RoutedEventHandler(this.moveDownCanvasSliceItem);
     
     #line default
     #line hidden
     return;
     case 16:
     this.removeCanvasSliceItemBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 83 "..\..\..\UIMain.xaml"
     this.removeCanvasSliceItemBtn.Click += new System.Windows.RoutedEventHandler(this.removeCanvasSliceItem);
     
     #line default
     #line hidden
     return;
     case 17:
     this.in_artist = ((System.Windows.Controls.TextBox)(target));
     return;
     case 18:
     this.in_title = ((System.Windows.Controls.TextBox)(target));
     return;
     case 19:
     this.in_category = ((System.Windows.Controls.ComboBox)(target));
     
     #line 120 "..\..\..\UIMain.xaml"
     this.in_category.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.in_category_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 20:
     
     #line 134 "..\..\..\UIMain.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click_Save);
     
     #line default
     #line hidden
     return;
     case 21:
     
     #line 135 "..\..\..\UIMain.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click_Cancel);
     
     #line default
     #line hidden
     return;
     case 22:
     this.libraryTree = ((System.Windows.Controls.TreeView)(target));
     return;
     case 23:
     this.scheduleCalendar = ((System.Windows.Controls.Calendar)(target));
     
     #line 146 "..\..\..\UIMain.xaml"
     this.scheduleCalendar.SelectedDatesChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.scheduleCalendar_SelectedDatesChanged);
     
     #line default
     #line hidden
     return;
     case 24:
     this.tb1 = ((System.Windows.Controls.Primitives.ToggleButton)(target));
     
     #line 148 "..\..\..\UIMain.xaml"
     this.tb1.Checked += new System.Windows.RoutedEventHandler(this.ToggleButton_Checked);
     
     #line default
     #line hidden
     return;
     case 25:
     this.tb2 = ((System.Windows.Controls.Primitives.ToggleButton)(target));
     
     #line 149 "..\..\..\UIMain.xaml"
     this.tb2.Checked += new System.Windows.RoutedEventHandler(this.ToggleButton_Checked);
     
     #line default
     #line hidden
     return;
     case 26:
     this.tb3 = ((System.Windows.Controls.Primitives.ToggleButton)(target));
     
     #line 150 "..\..\..\UIMain.xaml"
     this.tb3.Checked += new System.Windows.RoutedEventHandler(this.ToggleButton_Checked);
     
     #line default
     #line hidden
     return;
     case 27:
     this.grid = ((System.Windows.Controls.DataGrid)(target));
     
     #line 153 "..\..\..\UIMain.xaml"
     this.grid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.grid_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 153 "..\..\..\UIMain.xaml"
     this.grid.MouseRightButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.GridRightBtnDown);
     
     #line default
     #line hidden
     
     #line 153 "..\..\..\UIMain.xaml"
     this.grid.KeyDown += new System.Windows.Input.KeyEventHandler(this.grid_KeyDown);
     
     #line default
     #line hidden
     return;
     case 28:
     this.loggrid = ((System.Windows.Controls.DataGrid)(target));
     return;
     case 29:
     this.ProgressBar = ((System.Windows.Controls.ProgressBar)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #19
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Cadastros = ((Cadastros.View.Menu)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\View\Menu.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Produto = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.Groupproduto = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoUnidade = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 33 "..\..\..\View\Menu.xaml"
                this.BotaoUnidade.Click += new System.Windows.RoutedEventHandler(this.BotaoUnidade_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoGrupo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 37 "..\..\..\View\Menu.xaml"
                this.BotaoGrupo.Click += new System.Windows.RoutedEventHandler(this.BotaoGrupo_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoSubGrupo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 41 "..\..\..\View\Menu.xaml"
                this.BotaoSubGrupo.Click += new System.Windows.RoutedEventHandler(this.BotaoSubGrupo_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.BotaoProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 45 "..\..\..\View\Menu.xaml"
                this.BotaoProduto.Click += new System.Windows.RoutedEventHandler(this.BotaoProduto_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.GroupSairProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 11:
                this.BotaoSairProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 52 "..\..\..\View\Menu.xaml"
                this.BotaoSairProduto.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.PCP = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 13:
                this.GroupPCP = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 14:
                this.BotaoInstrucao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 65 "..\..\..\View\Menu.xaml"
                this.BotaoInstrucao.Click += new System.Windows.RoutedEventHandler(this.BotaoInstrucao_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.BotaoOrdemProducao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 69 "..\..\..\View\Menu.xaml"
                this.BotaoOrdemProducao.Click += new System.Windows.RoutedEventHandler(this.BotaoOrdemProducao_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.GroupSairPCP = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 17:
                this.BotaoSairPCP = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 77 "..\..\..\View\Menu.xaml"
                this.BotaoSairPCP.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 19:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #20
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\..\Lanzador.xaml"
                ((appfe.Lanzador)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.Window_KeyDown);

            #line default
            #line hidden
                return;

            case 2:
                this.BTNComercial = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 21 "..\..\..\Lanzador.xaml"
                this.BTNComercial.Click += new System.Windows.RoutedEventHandler(this.BTNComercial_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.BTNAlmacen = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 22 "..\..\..\Lanzador.xaml"
                this.BTNAlmacen.Click += new System.Windows.RoutedEventHandler(this.BTNAlmacen_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.BTNPrpearacion = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 23 "..\..\..\Lanzador.xaml"
                this.BTNPrpearacion.Click += new System.Windows.RoutedEventHandler(this.BTNPrpearacion_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.BTNPedidos = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 24 "..\..\..\Lanzador.xaml"
                this.BTNPedidos.Click += new System.Windows.RoutedEventHandler(this.BTNPedidos_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.BTNUbicaciones = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 25 "..\..\..\Lanzador.xaml"
                this.BTNUbicaciones.Click += new System.Windows.RoutedEventHandler(this.BTNUbicaciones_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.reportepartidabutton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 26 "..\..\..\Lanzador.xaml"
                this.reportepartidabutton.Click += new System.Windows.RoutedEventHandler(this.reportepartidabutton_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.notificacionesbutton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 27 "..\..\..\Lanzador.xaml"
                this.notificacionesbutton.Click += new System.Windows.RoutedEventHandler(this.notificacionesbutton_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.rmovimalmaButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 28 "..\..\..\Lanzador.xaml"
                this.rmovimalmaButton.Click += new System.Windows.RoutedEventHandler(this.rmovimalmaButton_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RibbonWindow = ((SBWAdvClient.MainWindow)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 4:
     this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     return;
     case 5:
     this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 6:
     this.Group1 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 7:
     this.Button1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 8:
     this.Button2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 9:
     this.Button3 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 10:
     this.Button4 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #22
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this._Editor = ((TextEditor.MainWindow)(target));
                return;

            case 2:

            #line 22 "..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.new_ButonClick);

            #line default
            #line hidden
                return;

            case 3:

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

            #line default
            #line hidden
                return;

            case 4:

            #line 32 "..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.save_ButonClick);

            #line default
            #line hidden
                return;

            case 5:

            #line 35 "..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 6:
                this._nam = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

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

            case 8:
                this.menuLanguage = ((System.Windows.Controls.Menu)(target));
                return;

            case 9:

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

            #line default
            #line hidden
                return;

            case 10:

            #line 76 "..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.open_ButonClick);

            #line default
            #line hidden
                return;

            case 11:

            #line 82 "..\..\MainWindow.xaml"
                ((System.Windows.Input.CommandBinding)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.save_ButonClick);

            #line default
            #line hidden
                return;

            case 12:

            #line 89 "..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.cb = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 14:
                this._fSizeSlider = ((System.Windows.Controls.Slider)(target));
                return;

            case 15:
                this._fontSize = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 16:
                this._numbOfChar = ((System.Windows.Controls.TextBox)(target));
                return;

            case 17:

            #line 116 "..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.MinusButton_Click);

            #line default
            #line hidden
                return;

            case 18:
                this._ScaleSlider = ((System.Windows.Controls.Slider)(target));
                return;

            case 19:

            #line 118 "..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.PlusButton_Click);

            #line default
            #line hidden
                return;

            case 20:
                this._ScaleValue = ((Microsoft.Windows.Controls.Ribbon.RibbonTextBox)(target));
                return;

            case 21:
                this.RtbGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 22:
                this.richTextBox = ((System.Windows.Controls.RichTextBox)(target));

            #line 123 "..\..\MainWindow.xaml"
                this.richTextBox.PreviewDragEnter += new System.Windows.DragEventHandler(this.RichTextBox_DragEnter);

            #line default
            #line hidden

            #line 123 "..\..\MainWindow.xaml"
                this.richTextBox.PreviewDragOver += new System.Windows.DragEventHandler(this.RichTextBox_DragOver);

            #line default
            #line hidden

            #line 123 "..\..\MainWindow.xaml"
                this.richTextBox.PreviewDrop += new System.Windows.DragEventHandler(this.RichTextBox_Drop);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #23
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 9 "..\..\Moon.xaml"
     ((Moon.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 24 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SearchByTag_Executed);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 32 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SearchByResource_Executed);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 40 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OpenResource_Executed);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 48 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RelationCreated_Excuted);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 56 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.goBack_Excuted);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 64 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.goForward_Excuted);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 72 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.AddTag_Excuted);
     
     #line default
     #line hidden
     return;
     case 9:
     
     #line 80 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ModifyTag_Excuted);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 131 "..\..\Moon.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.tagName = ((Microsoft.Windows.Controls.Ribbon.RibbonTextBox)(target));
     return;
     case 12:
     this.goBack = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 13:
     this.goForward = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 172 "..\..\Moon.xaml"
     this.goForward.Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.Context = ((System.Windows.Controls.Grid)(target));
     return;
     case 15:
     this.ResourceGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 16:
     this.resourceList = ((System.Windows.Controls.ListBox)(target));
     
     #line 198 "..\..\Moon.xaml"
     this.resourceList.KeyUp += new System.Windows.Input.KeyEventHandler(this.resourceList_KeyUp);
     
     #line default
     #line hidden
     
     #line 199 "..\..\Moon.xaml"
     this.resourceList.MouseRightButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.resourceList_MouseRightButtonUp);
     
     #line default
     #line hidden
     
     #line 199 "..\..\Moon.xaml"
     this.resourceList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.resourceList_MouseDoubleClick);
     
     #line default
     #line hidden
     
     #line 199 "..\..\Moon.xaml"
     this.resourceList.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.resourceList_MouseLeftButtonUp);
     
     #line default
     #line hidden
     return;
     case 17:
     this.popMenu = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 18:
     this.textOnPopmenu = ((System.Windows.Controls.TextBox)(target));
     return;
     case 19:
     this.buttonOnPopmenu = ((System.Windows.Controls.Button)(target));
     
     #line 217 "..\..\Moon.xaml"
     this.buttonOnPopmenu.Click += new System.Windows.RoutedEventHandler(this.buttonOnPopmenu_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.TagGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 21:
     this.tagList = ((System.Windows.Controls.ListBox)(target));
     
     #line 230 "..\..\Moon.xaml"
     this.tagList.KeyUp += new System.Windows.Input.KeyEventHandler(this.tagList_KeyUp);
     
     #line default
     #line hidden
     
     #line 230 "..\..\Moon.xaml"
     this.tagList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.tagList_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #24
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Patrimonio = ((PatrimonioClient.View.ERPClient)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.Group1 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoTaxaDepreciacao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 29 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoTaxaDepreciacao.Click += new System.Windows.RoutedEventHandler(this.BotaoTaxaDepreciacao_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoIndicesAtualizacao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 33 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoIndicesAtualizacao.Click += new System.Windows.RoutedEventHandler(this.BotaoIndicesAtualizacao_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoTipoAquisicaoBem = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 37 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoTipoAquisicaoBem.Click += new System.Windows.RoutedEventHandler(this.BotaoTipoAquisicaoBem_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.BotaoTipoMovimentacaoBem = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 41 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoTipoMovimentacaoBem.Click += new System.Windows.RoutedEventHandler(this.BotaoTipoMovimentacaoBem_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.BotaoEstadoConservacaoBem = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 45 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoEstadoConservacaoBem.Click += new System.Windows.RoutedEventHandler(this.BotaoEstadoConservacaoBem_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.BotaoGrupo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 49 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoGrupo.Click += new System.Windows.RoutedEventHandler(this.BotaoGrupo_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.BotaoBem = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 53 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoBem.Click += new System.Windows.RoutedEventHandler(this.BotaoBem_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.BotaoSeguradora = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 57 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSeguradora.Click += new System.Windows.RoutedEventHandler(this.BotaoSeguradora_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.BotaoApolice = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 61 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoApolice.Click += new System.Windows.RoutedEventHandler(this.BotaoApolice_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.Group2 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 16:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 69 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 18:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #25
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ContasPagar = ((ContasPagarClient.View.ERPClient)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupGeral = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoPlanoNaturezaFinanceira = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 30 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoPlanoNaturezaFinanceira.Click += new System.Windows.RoutedEventHandler(this.BotaoPlanoNaturezaFinanceira_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoNaturezaFinanceira = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 34 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoNaturezaFinanceira.Click += new System.Windows.RoutedEventHandler(this.BotaoNaturezaFinanceira_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.GroupContasPagar = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 9:
                this.BotaoStatusParcela = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 45 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoStatusParcela.Click += new System.Windows.RoutedEventHandler(this.BotaoStatusParcela_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.BotaoTipoPagamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 49 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoTipoPagamento.Click += new System.Windows.RoutedEventHandler(this.BotaoTipoPagamento_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.BotaoLancamentoPagar = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 53 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoLancamentoPagar.Click += new System.Windows.RoutedEventHandler(this.BotaoLancamentoPagar_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.BotaoPagamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 57 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoPagamento.Click += new System.Windows.RoutedEventHandler(this.BotaoPagamento_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.Group2 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 14:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 64 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 16:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 3:
     this.QATButton1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 4:
     this.QATButton2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 5:
     this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 31 "..\..\MainWindow.xaml"
     this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.GoToWebsite_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 7:
     this.Group1 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 8:
     this.Button1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 9:
     this.Button2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 45 "..\..\MainWindow.xaml"
     this.Button2.Click += new System.Windows.RoutedEventHandler(this.Button2_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.Button3 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 48 "..\..\MainWindow.xaml"
     this.Button3.Click += new System.Windows.RoutedEventHandler(this.Button3_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.Button4 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 52 "..\..\MainWindow.xaml"
     this.Button4.Click += new System.Windows.RoutedEventHandler(this.Button4_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.PtsGrid = ((System.Windows.Controls.DataGrid)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.BalcaoPAF = ((BalcaoPAF.View.BalcaoPAFMenu)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\View\BalcaoPAFMenu.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupBalcao = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoDav = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 31 "..\..\..\View\BalcaoPAFMenu.xaml"
                this.BotaoDav.Click += new System.Windows.RoutedEventHandler(this.BotaoDav_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoPreVenda = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 8:
                this.GroupArquivos = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 9:
                this.BotaoSpedFiscal = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 44 "..\..\..\View\BalcaoPAFMenu.xaml"
                this.BotaoSpedFiscal.Click += new System.Windows.RoutedEventHandler(this.BotaoSpedFiscal_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.BotaoSintegra = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 48 "..\..\..\View\BalcaoPAFMenu.xaml"
                this.BotaoSintegra.Click += new System.Windows.RoutedEventHandler(this.BotaoSintegra_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.BotaoSpedContribuicoes = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 52 "..\..\..\View\BalcaoPAFMenu.xaml"
                this.BotaoSpedContribuicoes.Click += new System.Windows.RoutedEventHandler(this.BotaoSpedContribuicoes_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.GroupSair = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 13:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 61 "..\..\..\View\BalcaoPAFMenu.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 15:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #28
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\MainWindow.xaml"
                ((TaskManager.GUI.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));

            #line 16 "..\..\MainWindow.xaml"
                this.ribbon.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ribbon_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.tab_users = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.menu_addUser = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 19 "..\..\MainWindow.xaml"
                this.menu_addUser.Click += new System.Windows.RoutedEventHandler(this.menu_addUser_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.menu_deleteUser = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 20 "..\..\MainWindow.xaml"
                this.menu_deleteUser.Click += new System.Windows.RoutedEventHandler(this.menu_deleteUser_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.tab_organization = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 8:
                this.menu_chooseBoss = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 25 "..\..\MainWindow.xaml"
                this.menu_chooseBoss.Click += new System.Windows.RoutedEventHandler(this.menu_chooseBoss_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.menu_addChild = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 28 "..\..\MainWindow.xaml"
                this.menu_addChild.Click += new System.Windows.RoutedEventHandler(this.menu_addChild_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.menu_deleteChild = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 29 "..\..\MainWindow.xaml"
                this.menu_deleteChild.Click += new System.Windows.RoutedEventHandler(this.menu_deleteChild_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.grid_content = ((System.Windows.Controls.Grid)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Contratos = ((ContratosClient.View.ERPClient)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupGeral = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoTipoServico = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 30 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoTipoServico.Click += new System.Windows.RoutedEventHandler(this.BotaoTipoServico_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoTipoContrato = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 34 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoTipoContrato.Click += new System.Windows.RoutedEventHandler(this.BotaoTipoContrato_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoSolicitacaoServico = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 38 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSolicitacaoServico.Click += new System.Windows.RoutedEventHandler(this.BotaoSolicitacaoServico_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.BotaoContrato = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 42 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoContrato.Click += new System.Windows.RoutedEventHandler(this.BotaoContrato_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.Group2 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 11:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 49 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 13:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #30
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\Moon.xaml"
                ((Moon.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:

            #line 25 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SearchByTag_Executed);

            #line default
            #line hidden
                return;

            case 3:

            #line 33 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.SearchByResource_Executed);

            #line default
            #line hidden
                return;

            case 4:

            #line 41 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OpenResource_Executed);

            #line default
            #line hidden
                return;

            case 5:

            #line 49 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RelationCreated_Excuted);

            #line default
            #line hidden
                return;

            case 6:

            #line 57 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.goBack_Excuted);

            #line default
            #line hidden
                return;

            case 7:

            #line 65 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.goForward_Excuted);

            #line default
            #line hidden
                return;

            case 8:

            #line 73 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.AddTag_Excuted);

            #line default
            #line hidden
                return;

            case 9:

            #line 81 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ModifyTag_Excuted);

            #line default
            #line hidden
                return;

            case 10:

            #line 89 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.tagAddedAndSearchedExecuted);

            #line default
            #line hidden
                return;

            case 11:

            #line 139 "..\..\Moon.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.goBack = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 13:
                this.goForward = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 160 "..\..\Moon.xaml"
                this.goForward.Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.Context = ((System.Windows.Controls.Grid)(target));
                return;

            case 15:
                this.ResourceGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 16:
                this.resourceList = ((System.Windows.Controls.ListBox)(target));

            #line 188 "..\..\Moon.xaml"
                this.resourceList.KeyUp += new System.Windows.Input.KeyEventHandler(this.resourceList_KeyUp);

            #line default
            #line hidden

            #line 189 "..\..\Moon.xaml"
                this.resourceList.MouseRightButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.resourceList_MouseRightButtonUp);

            #line default
            #line hidden

            #line 189 "..\..\Moon.xaml"
                this.resourceList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.resourceList_MouseDoubleClick);

            #line default
            #line hidden

            #line 189 "..\..\Moon.xaml"
                this.resourceList.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.resourceList_MouseLeftButtonUp);

            #line default
            #line hidden
                return;

            case 17:
                this.popMenu = ((System.Windows.Controls.Primitives.Popup)(target));
                return;

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

            case 19:
                this.buttonOnPopmenu = ((System.Windows.Controls.Button)(target));

            #line 209 "..\..\Moon.xaml"
                this.buttonOnPopmenu.Click += new System.Windows.RoutedEventHandler(this.buttonOnPopmenu_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.TagGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 21:
                this.tagName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 22:
                this.tagList = ((System.Windows.Controls.ListBox)(target));

            #line 230 "..\..\Moon.xaml"
                this.tagList.KeyUp += new System.Windows.Input.KeyEventHandler(this.tagList_KeyUp);

            #line default
            #line hidden

            #line 230 "..\..\Moon.xaml"
                this.tagList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.tagList_MouseDoubleClick);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #31
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 2:
     this.nowy_dok = ((Microsoft.Windows.Controls.Ribbon.RibbonMenuItem)(target));
     
     #line 14 "..\..\MainWindow.xaml"
     this.nowy_dok.Click += new System.Windows.RoutedEventHandler(this.nowy_dok_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.open_dok = ((Microsoft.Windows.Controls.Ribbon.RibbonMenuItem)(target));
     
     #line 15 "..\..\MainWindow.xaml"
     this.open_dok.Click += new System.Windows.RoutedEventHandler(this.open_dok_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.wklej = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 21 "..\..\MainWindow.xaml"
     this.wklej.Click += new System.Windows.RoutedEventHandler(this.wklej_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.czonkagroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 6:
     this.fontcombo = ((Microsoft.Windows.Controls.Ribbon.RibbonComboBox)(target));
     return;
     case 7:
     this.upbutton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 27 "..\..\MainWindow.xaml"
     this.upbutton.Click += new System.Windows.RoutedEventHandler(this.upbutton_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.sizecombo = ((Microsoft.Windows.Controls.Ribbon.RibbonComboBox)(target));
     return;
     case 9:
     
     #line 29 "..\..\MainWindow.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonGallery)(target)).SelectionChanged += new System.Windows.RoutedPropertyChangedEventHandler<object>(this.RibbonGallery_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 10:
     this.richTextBox = ((System.Windows.Controls.RichTextBox)(target));
     
     #line 43 "..\..\MainWindow.xaml"
     this.richTextBox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.richTextBox_TextChanged);
     
     #line default
     #line hidden
     return;
     case 11:
     this.comboBox = ((System.Windows.Controls.ComboBox)(target));
     
     #line 50 "..\..\MainWindow.xaml"
     this.comboBox.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 12:
     this.Text4 = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     case 13:
     this.asdasdasd = ((System.Windows.Controls.ComboBoxItem)(target));
     return;
     }
     this._contentLoaded = true;
 }
 private static void translateLabel(RibbonButton button) {
     if (button.Label == null)
         return;
     string string_title = button.Label.ToString();
     translateLabel(button, string_title);
 }
Beispiel #33
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 2:
     this.RibbonRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 3:
     this.ClientRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 4:
     this.ApplicationRibbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     
     #line 60 "..\..\..\..\MVVM\Views\ShellWindow.xaml"
     this.ApplicationRibbon.Loaded += new System.Windows.RoutedEventHandler(this.ApplicationRibbon_Loaded);
     
     #line default
     #line hidden
     return;
     case 5:
     this.EditionTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 6:
     this.SaveGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 7:
     this.SaveRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 8:
     this.NewGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 9:
     this.NewRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 10:
     this.EditGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 11:
     this.EditRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 12:
     this.DeleteRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 13:
     this.ActivateRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 14:
     this.SearchGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 15:
     this.GetRecordsButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 16:
     this.ClientArea = ((System.Windows.Controls.Grid)(target));
     return;
     case 17:
     this.dockingManager = ((AvalonDock.DockingManager)(target));
     return;
     case 18:
     this.TaskRegion = ((System.Windows.Controls.ItemsControl)(target));
     return;
     case 19:
     this.NavigationRegion = ((System.Windows.Controls.ContentControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
        private static void translateLabel(RibbonButton button, string name, params string[] variables) {
            StringCollection str = Strings.getInterfaceString(name);
            if (str[StringType.Label].HasHotKey) {
                button.KeyTip = str[StringType.Label].HotKey;
            }

            button.Label = str[StringType.Label].interpret(variables);

            if (str.ContainsKey(StringType.ToolTip)) {
                button.ToolTip = str[StringType.ToolTip].interpret(variables);
            }
        }
Beispiel #35
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.mniExit = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 18 "..\..\..\StudentWindow.xaml"
     this.mniExit.Click += new System.Windows.RoutedEventHandler(this.mniExit_Click);
     
     #line default
     #line hidden
     return;
     case 2:
     this.btnInformation = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 22 "..\..\..\StudentWindow.xaml"
     this.btnInformation.Click += new System.Windows.RoutedEventHandler(this.btnInformation_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.btnMaterial = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 23 "..\..\..\StudentWindow.xaml"
     this.btnMaterial.Click += new System.Windows.RoutedEventHandler(this.btnMaterial_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.frmAlumnContent = ((System.Windows.Controls.Frame)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #36
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RibbonWindow = ((CodeCentPrototype.MainWindow)(target));
     
     #line 7 "..\..\..\MainWindow.xaml"
     this.RibbonWindow.Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 4:
     this.ButtonExit = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 20 "..\..\..\MainWindow.xaml"
     this.ButtonExit.Click += new System.Windows.RoutedEventHandler(this.ButtonExit_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 6:
     this.RibbonGroupMain = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 7:
     this.RibbonButtonNewApplication = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 8:
     this.RibbonButtonNew = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 30 "..\..\..\MainWindow.xaml"
     this.RibbonButtonNew.Click += new System.Windows.RoutedEventHandler(this.RibbonButtonNew_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.RibbonButtonSearch = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 10:
     this.RibbonButtonCancelNew = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 35 "..\..\..\MainWindow.xaml"
     this.RibbonButtonCancelNew.Click += new System.Windows.RoutedEventHandler(this.RibbonButtonCancelNew_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.RibbonGroupStudent = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 12:
     this.RibbonButtonUnlockRecord = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 13:
     this.RibbonButtonPrint = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 14:
     this.RibbonButtonSave = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 44 "..\..\..\MainWindow.xaml"
     this.RibbonButtonSave.Click += new System.Windows.RoutedEventHandler(this.RibbonButtonSave_Click_1);
     
     #line default
     #line hidden
     return;
     case 15:
     this.RibbonGroupClipboard = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 16:
     this.RibbonButtonPaste = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 17:
     this.RibbonButtonCut = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 18:
     this.RibbonButtonCopy = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 19:
     this.RibbonTabTools = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 20:
     this.RibbonGroupReporting = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 21:
     this.RibbonButtonRunReport = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 22:
     this.RibbonButtonExport = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 23:
     this.RibbonGroupBackupRestore = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 24:
     this.RibbonButtonBackup = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 25:
     this.RibbonButtonRestore = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 26:
     this.RibbonGroupSettings = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 27:
     this.RibbonButtonOptions = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 74 "..\..\..\MainWindow.xaml"
     this.RibbonButtonOptions.Click += new System.Windows.RoutedEventHandler(this.RibbonButtonOptions_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.RibbonTabHelp = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 29:
     this.RibbonGroupHelp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 30:
     this.RibbonButtonHelp = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 31:
     this.RibbonGroupAbout = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 32:
     this.RibbonButtonAbout = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 33:
     this.ProfileTabControl = ((System.Windows.Controls.TabControl)(target));
     
     #line 94 "..\..\..\MainWindow.xaml"
     this.ProfileTabControl.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ProfileTabControl_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 34:
     this.tabProfile = ((System.Windows.Controls.TabItem)(target));
     return;
     case 35:
     this.groupContactInformation = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 36:
     this.labelAddress = ((System.Windows.Controls.Label)(target));
     return;
     case 37:
     this.labelCity = ((System.Windows.Controls.Label)(target));
     return;
     case 38:
     this.labelState = ((System.Windows.Controls.Label)(target));
     return;
     case 39:
     this.labelZip = ((System.Windows.Controls.Label)(target));
     return;
     case 40:
     this.labelHomePhone = ((System.Windows.Controls.Label)(target));
     return;
     case 41:
     this.labelCellPhone = ((System.Windows.Controls.Label)(target));
     return;
     case 42:
     this.labelEmailAddress = ((System.Windows.Controls.Label)(target));
     return;
     case 43:
     this.labelCWUEmailAddress = ((System.Windows.Controls.Label)(target));
     return;
     case 44:
     this.textAddress = ((System.Windows.Controls.TextBox)(target));
     
     #line 111 "..\..\..\MainWindow.xaml"
     this.textAddress.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 45:
     this.textCity = ((System.Windows.Controls.TextBox)(target));
     
     #line 112 "..\..\..\MainWindow.xaml"
     this.textCity.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 46:
     this.textState = ((System.Windows.Controls.TextBox)(target));
     
     #line 113 "..\..\..\MainWindow.xaml"
     this.textState.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 47:
     this.textZIPCode = ((System.Windows.Controls.TextBox)(target));
     
     #line 114 "..\..\..\MainWindow.xaml"
     this.textZIPCode.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 48:
     this.textHomePhone = ((System.Windows.Controls.TextBox)(target));
     
     #line 115 "..\..\..\MainWindow.xaml"
     this.textHomePhone.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 49:
     this.textCellPhone = ((System.Windows.Controls.TextBox)(target));
     
     #line 116 "..\..\..\MainWindow.xaml"
     this.textCellPhone.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 50:
     this.textCWUEmailAddress = ((System.Windows.Controls.TextBox)(target));
     
     #line 117 "..\..\..\MainWindow.xaml"
     this.textCWUEmailAddress.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 51:
     this.textEmailAddress = ((System.Windows.Controls.TextBox)(target));
     
     #line 118 "..\..\..\MainWindow.xaml"
     this.textEmailAddress.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 52:
     this.groupStudentInformation = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 53:
     this.labelLastName = ((System.Windows.Controls.Label)(target));
     return;
     case 54:
     this.labelFirstName = ((System.Windows.Controls.Label)(target));
     return;
     case 55:
     this.labelMiddleInitial = ((System.Windows.Controls.Label)(target));
     return;
     case 56:
     this.labelBirthday = ((System.Windows.Controls.Label)(target));
     return;
     case 57:
     this.labelStudentID = ((System.Windows.Controls.Label)(target));
     return;
     case 58:
     this.textLastName = ((System.Windows.Controls.TextBox)(target));
     
     #line 133 "..\..\..\MainWindow.xaml"
     this.textLastName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 59:
     this.textFirstName = ((System.Windows.Controls.TextBox)(target));
     
     #line 134 "..\..\..\MainWindow.xaml"
     this.textFirstName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 60:
     this.textStudentID = ((System.Windows.Controls.TextBox)(target));
     
     #line 135 "..\..\..\MainWindow.xaml"
     this.textStudentID.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 61:
     this.textMiddleInitial = ((System.Windows.Controls.TextBox)(target));
     
     #line 136 "..\..\..\MainWindow.xaml"
     this.textMiddleInitial.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 62:
     this.textBirthday = ((System.Windows.Controls.TextBox)(target));
     
     #line 137 "..\..\..\MainWindow.xaml"
     this.textBirthday.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 63:
     this.tabDetails = ((System.Windows.Controls.TabItem)(target));
     return;
     case 64:
     this.groupGeneral = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 65:
     this.groupTestScores = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 66:
     this.labelCollegeGPA = ((System.Windows.Controls.Label)(target));
     return;
     case 67:
     this.labelHSGPA = ((System.Windows.Controls.Label)(target));
     return;
     case 68:
     this.textGPA = ((System.Windows.Controls.TextBox)(target));
     
     #line 149 "..\..\..\MainWindow.xaml"
     this.textGPA.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 69:
     this.textHSGPA = ((System.Windows.Controls.TextBox)(target));
     
     #line 150 "..\..\..\MainWindow.xaml"
     this.textHSGPA.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 70:
     this.textDateOfDirectorAction = ((System.Windows.Controls.TextBox)(target));
     
     #line 151 "..\..\..\MainWindow.xaml"
     this.textDateOfDirectorAction.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 71:
     this.labelDateOfDirectorAction = ((System.Windows.Controls.Label)(target));
     return;
     case 72:
     this.labelClassStanding = ((System.Windows.Controls.Label)(target));
     return;
     case 73:
     this.labelQuarterEnteredCWU = ((System.Windows.Controls.Label)(target));
     return;
     case 74:
     this.labelQuarterEnteredDHC = ((System.Windows.Controls.Label)(target));
     return;
     case 75:
     this.labelCWUAppStatus = ((System.Windows.Controls.Label)(target));
     return;
     case 76:
     this.labelCurrentCWUStudent = ((System.Windows.Controls.Label)(target));
     return;
     case 77:
     this.labelDateReceived = ((System.Windows.Controls.Label)(target));
     return;
     case 78:
     this.labelFirstYearOrUDSE = ((System.Windows.Controls.Label)(target));
     return;
     case 79:
     this.labelAI = ((System.Windows.Controls.Label)(target));
     return;
     case 80:
     this.labelSAT = ((System.Windows.Controls.Label)(target));
     return;
     case 81:
     this.labelACT = ((System.Windows.Controls.Label)(target));
     return;
     case 82:
     this.labelTransfer = ((System.Windows.Controls.Label)(target));
     return;
     case 83:
     this.labelFirstYearOrUDSE_Copy = ((System.Windows.Controls.Label)(target));
     return;
     case 84:
     this.labelDirectorAction = ((System.Windows.Controls.Label)(target));
     return;
     case 85:
     this.textQuarterEnteredCWU = ((System.Windows.Controls.TextBox)(target));
     
     #line 168 "..\..\..\MainWindow.xaml"
     this.textQuarterEnteredCWU.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 86:
     this.textQuarterEnteredDHC = ((System.Windows.Controls.TextBox)(target));
     
     #line 169 "..\..\..\MainWindow.xaml"
     this.textQuarterEnteredDHC.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 87:
     this.textAI = ((System.Windows.Controls.TextBox)(target));
     
     #line 170 "..\..\..\MainWindow.xaml"
     this.textAI.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 88:
     this.textSAT = ((System.Windows.Controls.TextBox)(target));
     
     #line 171 "..\..\..\MainWindow.xaml"
     this.textSAT.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 89:
     this.textACT = ((System.Windows.Controls.TextBox)(target));
     return;
     case 90:
     this.comboClassStanding = ((System.Windows.Controls.ComboBox)(target));
     
     #line 173 "..\..\..\MainWindow.xaml"
     this.comboClassStanding.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 91:
     this.comboCurrentCWUStudent = ((System.Windows.Controls.ComboBox)(target));
     
     #line 179 "..\..\..\MainWindow.xaml"
     this.comboCurrentCWUStudent.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 92:
     this.comboFirstYearorUDSE = ((System.Windows.Controls.ComboBox)(target));
     
     #line 183 "..\..\..\MainWindow.xaml"
     this.comboFirstYearorUDSE.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 93:
     this.comboCoreOrHybrid = ((System.Windows.Controls.ComboBox)(target));
     
     #line 187 "..\..\..\MainWindow.xaml"
     this.comboCoreOrHybrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 94:
     this.comboTransfer = ((System.Windows.Controls.ComboBox)(target));
     
     #line 191 "..\..\..\MainWindow.xaml"
     this.comboTransfer.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 95:
     this.comboCWUAppStatus = ((System.Windows.Controls.ComboBox)(target));
     
     #line 195 "..\..\..\MainWindow.xaml"
     this.comboCWUAppStatus.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 96:
     this.textDateReceived = ((System.Windows.Controls.TextBox)(target));
     
     #line 203 "..\..\..\MainWindow.xaml"
     this.textDateReceived.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 97:
     this.comboDirectorAction = ((System.Windows.Controls.ComboBox)(target));
     
     #line 204 "..\..\..\MainWindow.xaml"
     this.comboDirectorAction.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 98:
     this.labelGraduatedOrWithdrawn = ((System.Windows.Controls.Label)(target));
     return;
     case 99:
     this.comboGraduatedOrWithdrawn = ((System.Windows.Controls.ComboBox)(target));
     
     #line 211 "..\..\..\MainWindow.xaml"
     this.comboGraduatedOrWithdrawn.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 100:
     this.SHPCourseGroupbox = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 101:
     this.comboSHP399 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 234 "..\..\..\MainWindow.xaml"
     this.comboSHP399.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 102:
     this.comboSHP401 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 249 "..\..\..\MainWindow.xaml"
     this.comboSHP401.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 103:
     this.comboSHP497 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 264 "..\..\..\MainWindow.xaml"
     this.comboSHP497.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 104:
     this.label141_Copy15 = ((System.Windows.Controls.Label)(target));
     return;
     case 105:
     this.label141_Copy16 = ((System.Windows.Controls.Label)(target));
     return;
     case 106:
     this.label141_Copy17 = ((System.Windows.Controls.Label)(target));
     return;
     case 107:
     this.groupGPADetail = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 108:
     this.labelCurrentQuarterGPA = ((System.Windows.Controls.Label)(target));
     return;
     case 109:
     this.labelPriorQuarterGPA = ((System.Windows.Controls.Label)(target));
     return;
     case 110:
     this.textCurrentQuarterGPA = ((System.Windows.Controls.TextBox)(target));
     
     #line 278 "..\..\..\MainWindow.xaml"
     this.textCurrentQuarterGPA.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 111:
     this.textPriorQuarterGPA = ((System.Windows.Controls.TextBox)(target));
     
     #line 279 "..\..\..\MainWindow.xaml"
     this.textPriorQuarterGPA.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 112:
     this.labelCummulativeGPA = ((System.Windows.Controls.Label)(target));
     return;
     case 113:
     this.textCumulativeGPA = ((System.Windows.Controls.TextBox)(target));
     
     #line 281 "..\..\..\MainWindow.xaml"
     this.textCumulativeGPA.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 114:
     this.groupGPADetail1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 115:
     this.DHCCourseGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 116:
     this.labelMathRequirement = ((System.Windows.Controls.Label)(target));
     return;
     case 117:
     this.labelLanguageRequirement = ((System.Windows.Controls.Label)(target));
     return;
     case 118:
     this.comboMathRequirement = ((System.Windows.Controls.ComboBox)(target));
     
     #line 288 "..\..\..\MainWindow.xaml"
     this.comboMathRequirement.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 119:
     this.comboLanguageRequirement = ((System.Windows.Controls.ComboBox)(target));
     
     #line 292 "..\..\..\MainWindow.xaml"
     this.comboLanguageRequirement.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 120:
     this.combo140 = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 121:
     this.combo141 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 311 "..\..\..\MainWindow.xaml"
     this.combo141.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 122:
     this.combo150 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 326 "..\..\..\MainWindow.xaml"
     this.combo150.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 123:
     this.combo151 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 341 "..\..\..\MainWindow.xaml"
     this.combo151.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 124:
     this.combo251 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 356 "..\..\..\MainWindow.xaml"
     this.combo251.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 125:
     this.combo250 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 371 "..\..\..\MainWindow.xaml"
     this.combo250.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 126:
     this.combo161 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 386 "..\..\..\MainWindow.xaml"
     this.combo161.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 127:
     this.combo160 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 401 "..\..\..\MainWindow.xaml"
     this.combo160.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 128:
     this.combo260 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 416 "..\..\..\MainWindow.xaml"
     this.combo260.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 129:
     this.combo261 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 431 "..\..\..\MainWindow.xaml"
     this.combo261.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 130:
     this.combo270 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 446 "..\..\..\MainWindow.xaml"
     this.combo270.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 131:
     this.combo301 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 461 "..\..\..\MainWindow.xaml"
     this.combo301.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 132:
     this.combo497 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 476 "..\..\..\MainWindow.xaml"
     this.combo497.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 133:
     this.combo401 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 480 "..\..\..\MainWindow.xaml"
     this.combo401.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 134:
     this.combo399 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 495 "..\..\..\MainWindow.xaml"
     this.combo399.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 135:
     this.combo380 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 510 "..\..\..\MainWindow.xaml"
     this.combo380.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.StudentField_Changed);
     
     #line default
     #line hidden
     return;
     case 136:
     this.label141 = ((System.Windows.Controls.Label)(target));
     return;
     case 137:
     this.label141_Copy = ((System.Windows.Controls.Label)(target));
     return;
     case 138:
     this.label141_Copy1 = ((System.Windows.Controls.Label)(target));
     return;
     case 139:
     this.label141_Copy2 = ((System.Windows.Controls.Label)(target));
     return;
     case 140:
     this.label141_Copy3 = ((System.Windows.Controls.Label)(target));
     return;
     case 141:
     this.label141_Copy4 = ((System.Windows.Controls.Label)(target));
     return;
     case 142:
     this.label141_Copy5 = ((System.Windows.Controls.Label)(target));
     return;
     case 143:
     this.label141_Copy6 = ((System.Windows.Controls.Label)(target));
     return;
     case 144:
     this.label141_Copy7 = ((System.Windows.Controls.Label)(target));
     return;
     case 145:
     this.label141_Copy8 = ((System.Windows.Controls.Label)(target));
     return;
     case 146:
     this.label141_Copy9 = ((System.Windows.Controls.Label)(target));
     return;
     case 147:
     this.label141_Copy10 = ((System.Windows.Controls.Label)(target));
     return;
     case 148:
     this.label141_Copy11 = ((System.Windows.Controls.Label)(target));
     return;
     case 149:
     this.label141_Copy12 = ((System.Windows.Controls.Label)(target));
     return;
     case 150:
     this.label141_Copy13 = ((System.Windows.Controls.Label)(target));
     return;
     case 151:
     this.label141_Copy14 = ((System.Windows.Controls.Label)(target));
     return;
     case 152:
     this.tabAttachments = ((System.Windows.Controls.TabItem)(target));
     return;
     case 153:
     this.groupComments = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 154:
     this.textComments = ((System.Windows.Controls.TextBox)(target));
     
     #line 552 "..\..\..\MainWindow.xaml"
     this.textComments.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 155:
     this.groupAttachedFiles = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 156:
     this.listFiles = ((System.Windows.Controls.ListBox)(target));
     return;
     case 157:
     this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 158:
     this.textBox1 = ((System.Windows.Controls.TextBox)(target));
     
     #line 558 "..\..\..\MainWindow.xaml"
     this.textBox1.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.StudentField_TextChanged);
     
     #line default
     #line hidden
     return;
     case 159:
     this.comboYear = ((System.Windows.Controls.ComboBox)(target));
     
     #line 563 "..\..\..\MainWindow.xaml"
     this.comboYear.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboYear_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 160:
     this.comboClassStanding_Copy = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 161:
     this.listStudents = ((System.Windows.Controls.ListBox)(target));
     
     #line 578 "..\..\..\MainWindow.xaml"
     this.listStudents.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.listStudents_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 162:
     this.comboClassStanding_Copy1 = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 163:
     this.comboClassStanding_Copy2 = ((System.Windows.Controls.ComboBox)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #37
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 11 "..\..\MainWindow.xaml"
                ((StartsInternational.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded_1);

            #line default
            #line hidden

            #line 11 "..\..\MainWindow.xaml"
                ((StartsInternational.MainWindow)(target)).KeyDown += new System.Windows.Input.KeyEventHandler(this.Window_KeyDown);

            #line default
            #line hidden
                return;

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

            case 3:
                this.ribbonMaster = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 4:
                this.btnLock = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 46 "..\..\MainWindow.xaml"
                this.btnLock.Click += new System.Windows.RoutedEventHandler(this.btnLock_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.Resetpass = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 48 "..\..\MainWindow.xaml"
                this.Resetpass.Click += new System.Windows.RoutedEventHandler(this.Resetpass_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 49 "..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Exit_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.rbnSale = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 8:
                this.rg_Contract = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 9:
                this.rbn_c_r = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 56 "..\..\MainWindow.xaml"
                this.rbn_c_r.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.rbn_c_t = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 57 "..\..\MainWindow.xaml"
                this.rbn_c_t.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.rbnAdjust = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 12:
                this.rg_Customer = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 13:
                this.rbn_Customer = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 63 "..\..\MainWindow.xaml"
                this.rbn_Customer.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.rbn_estate = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 64 "..\..\MainWindow.xaml"
                this.rbn_estate.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.rbn_building = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 65 "..\..\MainWindow.xaml"
                this.rbn_building.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.rbnReport = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 17:
                this.rg_RpStatus = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 18:
                this.rbn_rp_status_contract = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 71 "..\..\MainWindow.xaml"
                this.rbn_rp_status_contract.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.rg_RpK_Y = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 20:
                this.rbn_rpky = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 75 "..\..\MainWindow.xaml"
                this.rbn_rpky.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.rg_RpTennat = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 22:
                this.rbn_rp_fee = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 79 "..\..\MainWindow.xaml"
                this.rbn_rp_fee.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.rg_RpRenter = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 24:
                this.rbn_rp_chuadong = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 83 "..\..\MainWindow.xaml"
                this.rbn_rp_chuadong.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.rg_Fee = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 26:
                this.rbn_rp_fees = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 87 "..\..\MainWindow.xaml"
                this.rbn_rp_fees.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.rbnManager = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 28:
                this.rg_QT = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 29:
                this.rbn_Group_User = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 93 "..\..\MainWindow.xaml"
                this.rbn_Group_User.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.rbn_User = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 94 "..\..\MainWindow.xaml"
                this.rbn_User.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 31:
                this.rbnTrace = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 95 "..\..\MainWindow.xaml"
                this.rbnTrace.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 32:
                this.grid2 = ((System.Windows.Controls.Grid)(target));
                return;

            case 33:
                this.DockManager = ((AvalonDock.DockingManager)(target));

            #line 106 "..\..\MainWindow.xaml"
                this.DockManager.Loaded += new System.Windows.RoutedEventHandler(this.DockManager_Loaded);

            #line default
            #line hidden
                return;

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

            #line 126 "..\..\MainWindow.xaml"
                this.btnImgUser.Click += new System.Windows.RoutedEventHandler(this.btnImgUser_Click);

            #line default
            #line hidden
                return;

            case 35:
                this.username = ((System.Windows.Controls.Label)(target));
                return;

            case 36:
                this.lbltime = ((System.Windows.Controls.Label)(target));
                return;

            case 37:
                this.btnGoiY = ((System.Windows.Controls.Button)(target));

            #line 178 "..\..\MainWindow.xaml"
                this.btnGoiY.Click += new System.Windows.RoutedEventHandler(this.btnGoiY_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #38
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Tesouraria = ((TesourariaClient.View.ERPClient)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupTesouraria = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoResumoTesouraria = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 30 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoResumoTesouraria.Click += new System.Windows.RoutedEventHandler(this.BotaoResumoTesouraria_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.GroupDiversos = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 8:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 39 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 10:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #39
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RibbonWindow = ((WpfRibbon.MainWindow)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     
     #line 15 "..\..\..\MainWindow.xaml"
     this.Ribbon.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Ribbon_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     return;
     case 5:
     this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 6:
     this.Group1 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 7:
     this.Button1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 8:
     this.Button2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 9:
     this.Button3 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 10:
     this.Button4 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 11:
     this.SettingsTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 12:
     this.Group5 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 13:
     this.Button5 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #40
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.SIS = ((SISClient.View.SISMenu)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\SISMenu.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupCadastro = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoCargo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 31 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoCargo.Click += new System.Windows.RoutedEventHandler(this.BotaoCargo_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoFuncionario = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 35 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoFuncionario.Click += new System.Windows.RoutedEventHandler(this.BotaoFuncionario_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoUsuario = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 9:
                this.BotaoControleAcessos = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 10:
                this.GroupLocalidades = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 11:
                this.BotaoProvincia = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 52 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoProvincia.Click += new System.Windows.RoutedEventHandler(this.BotaoProvincia_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.BotaoMunicipio = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 56 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoMunicipio.Click += new System.Windows.RoutedEventHandler(this.BotaoMunicipio_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.BotaoComuna = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 60 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoComuna.Click += new System.Windows.RoutedEventHandler(this.BotaoComuna_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.BotaoMercado = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 64 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoMercado.Click += new System.Windows.RoutedEventHandler(this.BotaoMercado_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.BotaoCalendarioFuncionamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 16:
                this.GroupVendedor = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 17:
                this.BotaoHabilitacaoLiteraria = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 77 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoHabilitacaoLiteraria.Click += new System.Windows.RoutedEventHandler(this.BotaoHabilitacaoLiteraria_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.BotaoSituacaoVendedor = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 81 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoSituacaoVendedor.Click += new System.Windows.RoutedEventHandler(this.BotaoSituacaoVendedor_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.BotaoAreaZona = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 85 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoAreaZona.Click += new System.Windows.RoutedEventHandler(this.BotaoAreaZona_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.BotaoLocalVenda = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 89 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoLocalVenda.Click += new System.Windows.RoutedEventHandler(this.BotaoLocalVenda_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.BotaoTipoPagamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 93 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoTipoPagamento.Click += new System.Windows.RoutedEventHandler(this.BotaoTipoPagamento_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.BotaoCategoriaProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 97 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoCategoriaProduto.Click += new System.Windows.RoutedEventHandler(this.BotaoCategoriaProduto_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.BotaoProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 101 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoProduto.Click += new System.Windows.RoutedEventHandler(this.BotaoProduto_Click);

            #line default
            #line hidden
                return;

            case 24:
                this.BotaoVendedor = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 105 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoVendedor.Click += new System.Windows.RoutedEventHandler(this.BotaoVendedor_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.GroupSair = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 26:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 114 "..\..\..\..\View\SISMenu.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 28:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #41
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.NFe = ((NFe.View.NFeMenu)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\View\NFeMenu.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupNFe = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoNFe = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 31 "..\..\..\View\NFeMenu.xaml"
                this.BotaoNFe.Click += new System.Windows.RoutedEventHandler(this.BotaoNFe_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.GroupArquivos = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 8:
                this.BotaoSpedFiscal = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 39 "..\..\..\View\NFeMenu.xaml"
                this.BotaoSpedFiscal.Click += new System.Windows.RoutedEventHandler(this.BotaoSpedFiscal_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.GroupSair = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 10:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 48 "..\..\..\View\NFeMenu.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 12:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #42
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RibbonWindow = ((Pichur.MainWindow)(target));
     
     #line 7 "..\..\..\MainWindow.xaml"
     this.RibbonWindow.SourceInitialized += new System.EventHandler(this.RibbonWindow_SourceInitialized);
     
     #line default
     #line hidden
     
     #line 7 "..\..\..\MainWindow.xaml"
     this.RibbonWindow.Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded);
     
     #line default
     #line hidden
     
     #line 7 "..\..\..\MainWindow.xaml"
     this.RibbonWindow.KeyDown += new System.Windows.Input.KeyEventHandler(this.RibbonWindow_KeyDown);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 4:
     this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     return;
     case 5:
     this.EffectsTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 6:
     this.ClassicGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 7:
     this.e0RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 41 "..\..\..\MainWindow.xaml"
     this.e0RibBtn.Click += new System.Windows.RoutedEventHandler(this.e0RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.e1RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 42 "..\..\..\MainWindow.xaml"
     this.e1RibBtn.Click += new System.Windows.RoutedEventHandler(this.e1RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.e9RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 43 "..\..\..\MainWindow.xaml"
     this.e9RibBtn.Click += new System.Windows.RoutedEventHandler(this.e9RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.ArtisticGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 11:
     this.e3RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 59 "..\..\..\MainWindow.xaml"
     this.e3RibBtn.Click += new System.Windows.RoutedEventHandler(this.e3RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.e4RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 60 "..\..\..\MainWindow.xaml"
     this.e4RibBtn.Click += new System.Windows.RoutedEventHandler(this.e4RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.e5RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 61 "..\..\..\MainWindow.xaml"
     this.e5RibBtn.Click += new System.Windows.RoutedEventHandler(this.e5RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.e6RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 62 "..\..\..\MainWindow.xaml"
     this.e6RibBtn.Click += new System.Windows.RoutedEventHandler(this.e6RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.e13RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 63 "..\..\..\MainWindow.xaml"
     this.e13RibBtn.Click += new System.Windows.RoutedEventHandler(this.e13RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.DistortionGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 17:
     this.e7RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 77 "..\..\..\MainWindow.xaml"
     this.e7RibBtn.Click += new System.Windows.RoutedEventHandler(this.e7RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.e8RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 78 "..\..\..\MainWindow.xaml"
     this.e8RibBtn.Click += new System.Windows.RoutedEventHandler(this.e8RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.e10RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 79 "..\..\..\MainWindow.xaml"
     this.e10RibBtn.Click += new System.Windows.RoutedEventHandler(this.e10RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.e11RibBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 80 "..\..\..\MainWindow.xaml"
     this.e11RibBtn.Click += new System.Windows.RoutedEventHandler(this.e11RibBtn_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.DoneTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 22:
     this.saveGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 23:
     this.saveBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 85 "..\..\..\MainWindow.xaml"
     this.saveBtn.Click += new System.Windows.RoutedEventHandler(this.saveBtn_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.uploadGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 25:
     this.uploadBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 88 "..\..\..\MainWindow.xaml"
     this.uploadBtn.Click += new System.Windows.RoutedEventHandler(this.uploadBtn_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.captureBtn = ((System.Windows.Controls.Button)(target));
     
     #line 92 "..\..\..\MainWindow.xaml"
     this.captureBtn.Click += new System.Windows.RoutedEventHandler(this.captureBtn_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.captureIcon = ((System.Windows.Controls.Image)(target));
     return;
     case 28:
     this.refreshBtn = ((System.Windows.Controls.Button)(target));
     
     #line 95 "..\..\..\MainWindow.xaml"
     this.refreshBtn.Click += new System.Windows.RoutedEventHandler(this.refreshBtn_Click);
     
     #line default
     #line hidden
     return;
     case 29:
     this.border1 = ((System.Windows.Controls.Border)(target));
     return;
     case 30:
     this.camImg = ((System.Windows.Controls.Image)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #43
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.TeamName = ((System.Windows.Controls.TextBox)(target));
                return;

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

            case 3:
                this.AddTeam = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

#line 14 "..\..\MainWindow.xaml"
                this.AddTeam.Click += new System.Windows.RoutedEventHandler(this.AddTeam_Click);

#line default
#line hidden
                return;

            case 4:
                this.TeamsGrid = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 5:
                this.DeleteT = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

#line 21 "..\..\MainWindow.xaml"
                this.DeleteT.Click += new System.Windows.RoutedEventHandler(this.DeleteT_Click);

#line default
#line hidden
                return;

            case 6:
                this.Update = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

#line 22 "..\..\MainWindow.xaml"
                this.Update.Click += new System.Windows.RoutedEventHandler(this.Update_Click);

#line default
#line hidden
                return;

            case 7:
                this._selectColor = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

#line 23 "..\..\MainWindow.xaml"
                this._selectColor.Click += new System.Windows.RoutedEventHandler(this._selectColor_Click);

#line default
#line hidden
                return;

            case 8:
                this._sql = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

#line 24 "..\..\MainWindow.xaml"
                this._sql.Click += new System.Windows.RoutedEventHandler(this._sql_Click);

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

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupSeguranca = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoUsuario = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 30 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoUsuario.Click += new System.Windows.RoutedEventHandler(this.BotaoUsuario_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoAcesso = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 34 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoAcesso.Click += new System.Windows.RoutedEventHandler(this.BotaoAcesso_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.GroupAtualizacoes = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 9:
                this.BotaoAtualizaBd = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 43 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoAtualizaBd.Click += new System.Windows.RoutedEventHandler(this.BotaoAtualizaBd_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.GroupTributacao = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 11:
                this.BotaoOperacaoFiscal = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 53 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoOperacaoFiscal.Click += new System.Windows.RoutedEventHandler(this.BotaoOperacaoFiscal_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.BotaoGrupoTributario = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 57 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoGrupoTributario.Click += new System.Windows.RoutedEventHandler(this.BotaoGrupoTributario_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.BotaoConfiguraTributacao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 61 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoConfiguraTributacao.Click += new System.Windows.RoutedEventHandler(this.BotaoConfiguraTributacao_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.BotaoIcms = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 65 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoIcms.Click += new System.Windows.RoutedEventHandler(this.BotaoIcms_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.BotaoIss = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 69 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoIss.Click += new System.Windows.RoutedEventHandler(this.BotaoIss_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.GroupDiversos = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 17:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 76 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 19:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #45
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Cadastros = ((Cadastros.View.Menu)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\View\Menu.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Wms = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupWms = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoColeta = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 33 "..\..\..\View\Menu.xaml"
                this.BotaoColeta.Click += new System.Windows.RoutedEventHandler(this.BotaoColeta_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoParametros = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 37 "..\..\..\View\Menu.xaml"
                this.BotaoParametros.Click += new System.Windows.RoutedEventHandler(this.BotaoParametros_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoEnderecos = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 41 "..\..\..\View\Menu.xaml"
                this.BotaoEnderecos.Click += new System.Windows.RoutedEventHandler(this.BotaoEnderecos_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.BotaoAgendamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 45 "..\..\..\View\Menu.xaml"
                this.BotaoAgendamento.Click += new System.Windows.RoutedEventHandler(this.BotaoAgendamento_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.BotaoRecebimento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 49 "..\..\..\View\Menu.xaml"
                this.BotaoRecebimento.Click += new System.Windows.RoutedEventHandler(this.BotaoRecebimento_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.BotaoArmazenamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 53 "..\..\..\View\Menu.xaml"
                this.BotaoArmazenamento.Click += new System.Windows.RoutedEventHandler(this.BotaoArmazenamento_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.BotaoOrdemSeparacao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 57 "..\..\..\View\Menu.xaml"
                this.BotaoOrdemSeparacao.Click += new System.Windows.RoutedEventHandler(this.BotaoOrdemSeparacao_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.BotaoExpedicao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 61 "..\..\..\View\Menu.xaml"
                this.BotaoExpedicao.Click += new System.Windows.RoutedEventHandler(this.BotaoExpedicao_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.GroupSairProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 15:
                this.BotaoSairProduto = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 68 "..\..\..\View\Menu.xaml"
                this.BotaoSairProduto.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 16:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 17:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Ponto = ((EstoqueClient.View.ERPClient)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 19 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupGeral = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoNFe = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 29 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoNFe.Click += new System.Windows.RoutedEventHandler(this.BotaoNFe_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoRequisicao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 33 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoRequisicao.Click += new System.Windows.RoutedEventHandler(this.BotaoRequisicao_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoContagem = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 37 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoContagem.Click += new System.Windows.RoutedEventHandler(this.BotaoContagem_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.BotaoReajuste = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 10:
                this.BotaoFormacao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 11:
                this.GroupDiversos = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 12:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 53 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 14:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #47
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 10 "..\..\PadronWin.xaml"
     ((Padron.PadronWin)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.BarraPrincipal = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 3:
     this.TabObras = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 4:
     this.VerObra = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 26 "..\..\PadronWin.xaml"
     this.VerObra.Click += new System.Windows.RoutedEventHandler(this.VerObra_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.AgregarObra = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 30 "..\..\PadronWin.xaml"
     this.AgregarObra.Click += new System.Windows.RoutedEventHandler(this.AgregarObra_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.EditarObra = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 34 "..\..\PadronWin.xaml"
     this.EditarObra.Click += new System.Windows.RoutedEventHandler(this.EditarObra_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.EliminarObra = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 38 "..\..\PadronWin.xaml"
     this.EliminarObra.Click += new System.Windows.RoutedEventHandler(this.EliminarObra_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.ActivarObra = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 42 "..\..\PadronWin.xaml"
     this.ActivarObra.Click += new System.Windows.RoutedEventHandler(this.ActivarObra_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.ObrasDesctivadas = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 47 "..\..\PadronWin.xaml"
     this.ObrasDesctivadas.Click += new System.Windows.RoutedEventHandler(this.ObrasDesctivadas_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.ObrasActivas = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 51 "..\..\PadronWin.xaml"
     this.ObrasActivas.Click += new System.Windows.RoutedEventHandler(this.ObrasActivas_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     this.ObraTotWord = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 58 "..\..\PadronWin.xaml"
     this.ObraTotWord.Click += new System.Windows.RoutedEventHandler(this.ObraTotWord_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.ObraTotExcel = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 64 "..\..\PadronWin.xaml"
     this.ObraTotExcel.Click += new System.Windows.RoutedEventHandler(this.ObraTotExcel_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.ObraTotPDF = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 70 "..\..\PadronWin.xaml"
     this.ObraTotPDF.Click += new System.Windows.RoutedEventHandler(this.ObraTotPDF_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.TabPadron = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 15:
     this.GeneraCorte = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 16:
     this.GeneraOrganismos = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 81 "..\..\PadronWin.xaml"
     this.GeneraOrganismos.Click += new System.Windows.RoutedEventHandler(this.GeneraOrganismos_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.TabTitulares = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 18:
     this.InfoTitular = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 89 "..\..\PadronWin.xaml"
     this.InfoTitular.Click += new System.Windows.RoutedEventHandler(this.InfoTitular_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     this.AgregaTitular = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 93 "..\..\PadronWin.xaml"
     this.AgregaTitular.Click += new System.Windows.RoutedEventHandler(this.AgregaTitular_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.ModificaTitular = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 97 "..\..\PadronWin.xaml"
     this.ModificaTitular.Click += new System.Windows.RoutedEventHandler(this.ModificaTitular_Click);
     
     #line default
     #line hidden
     return;
     case 21:
     this.DesactivaTitular = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 22:
     this.HistorialTitular = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 23:
     this.TabOrganismos = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 24:
     this.InfoOrganismo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 113 "..\..\PadronWin.xaml"
     this.InfoOrganismo.Click += new System.Windows.RoutedEventHandler(this.InfoOrganismo_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.AgregarOrganismo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 117 "..\..\PadronWin.xaml"
     this.AgregarOrganismo.Click += new System.Windows.RoutedEventHandler(this.AgregaOrganismo_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.ModificaOrganismo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 121 "..\..\PadronWin.xaml"
     this.ModificaOrganismo.Click += new System.Windows.RoutedEventHandler(this.ModificaOrganismo_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.DesactivaOrganismo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 28:
     this.HistorialOrganismo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 29:
     this.TabDistribucion = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 30:
     this.TabReportes = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 31:
     
     #line 146 "..\..\PadronWin.xaml"
     ((System.Windows.Controls.TreeViewItem)(target)).Selected += new System.Windows.RoutedEventHandler(this.TreeViewItem_Selected);
     
     #line default
     #line hidden
     return;
     case 32:
     
     #line 149 "..\..\PadronWin.xaml"
     ((System.Windows.Controls.TreeViewItem)(target)).Selected += new System.Windows.RoutedEventHandler(this.TreeViewItem_Selected);
     
     #line default
     #line hidden
     return;
     case 33:
     
     #line 152 "..\..\PadronWin.xaml"
     ((System.Windows.Controls.TreeViewItem)(target)).Selected += new System.Windows.RoutedEventHandler(this.TreeViewItem_Selected);
     
     #line default
     #line hidden
     return;
     case 34:
     
     #line 155 "..\..\PadronWin.xaml"
     ((System.Windows.Controls.TreeViewItem)(target)).Selected += new System.Windows.RoutedEventHandler(this.TreeViewItem_Selected);
     
     #line default
     #line hidden
     return;
     case 35:
     
     #line 158 "..\..\PadronWin.xaml"
     ((System.Windows.Controls.TreeViewItem)(target)).Selected += new System.Windows.RoutedEventHandler(this.TreeViewItem_Selected);
     
     #line default
     #line hidden
     return;
     case 36:
     this.CentralPanel = ((System.Windows.Controls.DockPanel)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #48
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ConciliacaoContabil = ((ConciliacaoContabilClient.View.ERPClient)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupCadastros = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoConciliacaoBancaria = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 29 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoConciliacaoBancaria.Click += new System.Windows.RoutedEventHandler(this.BotaoConciliacaoBancaria_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoConciliacaoCliente = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 33 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoConciliacaoCliente.Click += new System.Windows.RoutedEventHandler(this.BotaoConciliacaoCliente_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoConciliacaoFornecedor = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 37 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoConciliacaoFornecedor.Click += new System.Windows.RoutedEventHandler(this.BotaoConciliacaoFornecedor_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.BotaoConciliacaoContas = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 41 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoConciliacaoContas.Click += new System.Windows.RoutedEventHandler(this.BotaoConciliacaoContas_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.Group2 = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 11:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 50 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 13:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #49
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.saveScriptBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     return;
     case 2:
     this.exitMenuBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 105 "..\..\..\Designer.xaml"
     this.exitMenuBtn.Click += new System.Windows.RoutedEventHandler(this.exitMenuBtn_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.HomeTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 4:
     this.Clear = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 5:
     this.deleteStep = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 122 "..\..\..\Designer.xaml"
     this.deleteStep.Click += new System.Windows.RoutedEventHandler(this.deleteStep_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.RefreshBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 7:
     this.Duplicate = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 8:
     this.CutStep = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 149 "..\..\..\Designer.xaml"
     this.CutStep.Click += new System.Windows.RoutedEventHandler(this.CutStep_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.CopyStep = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 153 "..\..\..\Designer.xaml"
     this.CopyStep.Click += new System.Windows.RoutedEventHandler(this.CopyStep_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.PasteStep = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 11:
     this.moveUp = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 171 "..\..\..\Designer.xaml"
     this.moveUp.Click += new System.Windows.RoutedEventHandler(this.moveUp_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     this.moveDw = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 177 "..\..\..\Designer.xaml"
     this.moveDw.Click += new System.Windows.RoutedEventHandler(this.moveDw_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     this.debugBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonToggleButton)(target));
     
     #line 197 "..\..\..\Designer.xaml"
     this.debugBtn.Click += new System.Windows.RoutedEventHandler(this.debugBtn_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     this.runBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 231 "..\..\..\Designer.xaml"
     this.runBtn.Click += new System.Windows.RoutedEventHandler(this.runBtn_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.reportBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 265 "..\..\..\Designer.xaml"
     this.reportBtn.Click += new System.Windows.RoutedEventHandler(this.reportBtn_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.aboutBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 270 "..\..\..\Designer.xaml"
     this.aboutBtn.Click += new System.Windows.RoutedEventHandler(this.aboutBtn_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.settingBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 18:
     this.myDock = ((Xceed.Wpf.AvalonDock.DockingManager)(target));
     return;
     case 19:
     this._layoutRoot = ((Xceed.Wpf.AvalonDock.Layout.LayoutRoot)(target));
     return;
     case 20:
     this.TestListGrid = ((System.Windows.Controls.DataGrid)(target));
     
     #line 364 "..\..\..\Designer.xaml"
     this.TestListGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.TestListGrid_LoadingRow);
     
     #line default
     #line hidden
     
     #line 366 "..\..\..\Designer.xaml"
     this.TestListGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TestListGrid_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 22:
     this.suiteDescriptionTxb = ((System.Windows.Controls.TextBox)(target));
     return;
     case 23:
     this.ClearTearSuiteDownBtn = ((System.Windows.Controls.Button)(target));
     
     #line 432 "..\..\..\Designer.xaml"
     this.ClearTearSuiteDownBtn.Click += new System.Windows.RoutedEventHandler(this.ClearTearSuiteDownBtn_Click);
     
     #line default
     #line hidden
     return;
     case 24:
     this.treeView11 = ((System.Windows.Controls.TreeView)(target));
     return;
     case 25:
     this.stackTree = ((System.Windows.Controls.StackPanel)(target));
     
     #line 773 "..\..\..\Designer.xaml"
     this.stackTree.RequestBringIntoView += new System.Windows.RequestBringIntoViewEventHandler(this.stackTree_RequestBringIntoView);
     
     #line default
     #line hidden
     return;
     case 26:
     this.searchControl = ((AutomationClient.SerachUserControl)(target));
     return;
     case 27:
     this.ScriptsTreeView = ((System.Windows.Controls.TreeView)(target));
     
     #line 779 "..\..\..\Designer.xaml"
     this.ScriptsTreeView.PreviewMouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.ScriptsTreeView_PreviewMouseWheel);
     
     #line default
     #line hidden
     return;
     case 30:
     this.scriptGroupBox = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 31:
     this.dgStepEntities = ((System.Windows.Controls.DataGrid)(target));
     
     #line 950 "..\..\..\Designer.xaml"
     this.dgStepEntities.Loaded += new System.Windows.RoutedEventHandler(this.dgStepEntities_Loaded);
     
     #line default
     #line hidden
     
     #line 951 "..\..\..\Designer.xaml"
     this.dgStepEntities.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.dgStepEntities_LoadingRow);
     
     #line default
     #line hidden
     
     #line 952 "..\..\..\Designer.xaml"
     this.dgStepEntities.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.dgStepEntities_MouseDoubleClick);
     
     #line default
     #line hidden
     
     #line 954 "..\..\..\Designer.xaml"
     this.dgStepEntities.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgStepEntities_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 34:
     this.scriptDescriptionTxb = ((System.Windows.Controls.TextBox)(target));
     return;
     case 35:
     this.testDescriptionTxb = ((System.Windows.Controls.TextBox)(target));
     return;
     case 36:
     this.testDataGrid = ((System.Windows.Controls.DataGrid)(target));
     
     #line 1162 "..\..\..\Designer.xaml"
     this.testDataGrid.LoadingRow += new System.EventHandler<System.Windows.Controls.DataGridRowEventArgs>(this.testDataGrid_LoadingRow);
     
     #line default
     #line hidden
     
     #line 1165 "..\..\..\Designer.xaml"
     this.testDataGrid.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DataGrid_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 38:
     this.autoScrollChk = ((System.Windows.Controls.CheckBox)(target));
     
     #line 1281 "..\..\..\Designer.xaml"
     this.autoScrollChk.Click += new System.Windows.RoutedEventHandler(this.autoScrollChk_Click);
     
     #line default
     #line hidden
     return;
     case 39:
     this.executionDatagrid = ((System.Windows.Controls.DataGrid)(target));
     return;
     case 40:
     this.variablesDataGrid = ((System.Windows.Controls.DataGrid)(target));
     
     #line 1406 "..\..\..\Designer.xaml"
     this.variablesDataGrid.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.variablesDataGrid_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 41:
     this.varDataTxb = ((System.Windows.Controls.TextBox)(target));
     return;
     case 42:
     this.statusBar1 = ((System.Windows.Controls.Primitives.StatusBar)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #50
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Folha = ((FolhaClient.View.ERPClient)(target));
                return;

            case 2:
                this.Ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 3:
                this.MenuItem1 = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 20 "..\..\..\..\View\ERPClient.xaml"
                this.MenuItem1.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.Principal = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 5:
                this.GroupCadastro = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 6:
                this.BotaoParametros = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 30 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoParametros.Click += new System.Windows.RoutedEventHandler(this.BotaoParametros_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.BotaoGuias = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 34 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoGuias.Click += new System.Windows.RoutedEventHandler(this.BotaoGuias_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.BotaoPlano = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 38 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoPlano.Click += new System.Windows.RoutedEventHandler(this.BotaoPlano_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.BotaoEventos = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 42 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoEventos.Click += new System.Windows.RoutedEventHandler(this.BotaoEventos_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.GroupAusencias = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 11:
                this.BotaoTipoAfastamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 51 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoTipoAfastamento.Click += new System.Windows.RoutedEventHandler(this.BotaoTipoAfastamento_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.BotaoAfastamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 55 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoAfastamento.Click += new System.Windows.RoutedEventHandler(this.BotaoAfastamento_Click);

            #line default
            #line hidden
                return;

            case 13:
                this.BotaoFeriasColetivas = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 59 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoFeriasColetivas.Click += new System.Windows.RoutedEventHandler(this.BotaoFeriasColetivas_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.Botaoperiodo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 63 "..\..\..\..\View\ERPClient.xaml"
                this.Botaoperiodo.Click += new System.Windows.RoutedEventHandler(this.Botaoperiodo_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.GroupMovimento = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 16:
                this.BotaoFechamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 72 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoFechamento.Click += new System.Windows.RoutedEventHandler(this.BotaoFechamento_Click);

            #line default
            #line hidden
                return;

            case 17:
                this.BotaoLancamento = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 76 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoLancamento.Click += new System.Windows.RoutedEventHandler(this.BotaoLancamento_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.BotaoHistoricoSalario = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 80 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoHistoricoSalario.Click += new System.Windows.RoutedEventHandler(this.BotaoHistoricoSalario_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.BotaoVale = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 84 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoVale.Click += new System.Windows.RoutedEventHandler(this.BotaoVale_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.BotaoPpp = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 88 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoPpp.Click += new System.Windows.RoutedEventHandler(this.BotaoPpp_Click);

            #line default
            #line hidden
                return;

            case 21:
                this.BotaoInformativo = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 92 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoInformativo.Click += new System.Windows.RoutedEventHandler(this.BotaoInformativo_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.BotaoRescisao = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 96 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoRescisao.Click += new System.Windows.RoutedEventHandler(this.BotaoRescisao_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.GroupInss = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 24:
                this.BotaoServicos = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 105 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoServicos.Click += new System.Windows.RoutedEventHandler(this.BotaoServicos_Click);

            #line default
            #line hidden
                return;

            case 25:
                this.BotaoRetencoes = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 109 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoRetencoes.Click += new System.Windows.RoutedEventHandler(this.BotaoRetencoes_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.GroupDiversos = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 27:
                this.BotaoSair = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 118 "..\..\..\..\View\ERPClient.xaml"
                this.BotaoSair.Click += new System.Windows.RoutedEventHandler(this.MenuItem1_Click);

            #line default
            #line hidden
                return;

            case 28:
                this.dockPrincipal = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 29:
                this.dockModulo = ((System.Windows.Controls.DockPanel)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #51
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 6 "..\..\..\MainWindow.xaml"
     ((CAGA.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     
     #line 6 "..\..\..\MainWindow.xaml"
     ((CAGA.MainWindow)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.RibbonWindow_Closing);
     
     #line default
     #line hidden
     return;
     case 2:
     this.mainGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.ribbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 4:
     this.RibbonMapGrp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 5:
     this.OpenMapBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 24 "..\..\..\MainWindow.xaml"
     this.OpenMapBtn.Click += new System.Windows.RoutedEventHandler(this.OpenMapBtn_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.SaveMapBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 25 "..\..\..\MainWindow.xaml"
     this.SaveMapBtn.Click += new System.Windows.RoutedEventHandler(this.SaveMapBtn_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.RibbonLayersGrp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 8:
     this.AddLayerBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 29 "..\..\..\MainWindow.xaml"
     this.AddLayerBtn.Click += new System.Windows.RoutedEventHandler(this.AddLayerBtn_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.RemoveLayerBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 30 "..\..\..\MainWindow.xaml"
     this.RemoveLayerBtn.Click += new System.Windows.RoutedEventHandler(this.RemoveLayerBtn_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.RibbonNavGrp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 11:
     this.PanMapBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonToggleButton)(target));
     
     #line 33 "..\..\..\MainWindow.xaml"
     this.PanMapBtn.Checked += new System.Windows.RoutedEventHandler(this.PanMapBtn_Checked);
     
     #line default
     #line hidden
     
     #line 33 "..\..\..\MainWindow.xaml"
     this.PanMapBtn.Unchecked += new System.Windows.RoutedEventHandler(this.PanMapBtn_Unchecked);
     
     #line default
     #line hidden
     return;
     case 12:
     this.ZoomInBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonToggleButton)(target));
     
     #line 34 "..\..\..\MainWindow.xaml"
     this.ZoomInBtn.Checked += new System.Windows.RoutedEventHandler(this.ZoomInBtn_Checked);
     
     #line default
     #line hidden
     
     #line 34 "..\..\..\MainWindow.xaml"
     this.ZoomInBtn.Unchecked += new System.Windows.RoutedEventHandler(this.ZoomInBtn_Unchecked);
     
     #line default
     #line hidden
     return;
     case 13:
     this.ZoomOutBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonToggleButton)(target));
     
     #line 35 "..\..\..\MainWindow.xaml"
     this.ZoomOutBtn.Checked += new System.Windows.RoutedEventHandler(this.ZoomOutBtn_Checked);
     
     #line default
     #line hidden
     
     #line 35 "..\..\..\MainWindow.xaml"
     this.ZoomOutBtn.Unchecked += new System.Windows.RoutedEventHandler(this.ZoomOutBtn_Unchecked);
     
     #line default
     #line hidden
     return;
     case 14:
     this.ZoomToExtentBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 36 "..\..\..\MainWindow.xaml"
     this.ZoomToExtentBtn.Click += new System.Windows.RoutedEventHandler(this.ZoomToExtentBtn_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     this.ZoomToPrevBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 37 "..\..\..\MainWindow.xaml"
     this.ZoomToPrevBtn.Click += new System.Windows.RoutedEventHandler(this.ZoomToPrevBtn_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     this.ZoomToNextBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 38 "..\..\..\MainWindow.xaml"
     this.ZoomToNextBtn.Click += new System.Windows.RoutedEventHandler(this.ZoomToNextBtn_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     this.ZoomToLayerBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 39 "..\..\..\MainWindow.xaml"
     this.ZoomToLayerBtn.Click += new System.Windows.RoutedEventHandler(this.ZoomToLayerBtn_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.RibbonSelectionGrp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 19:
     this.SelectFeatureBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonSplitButton)(target));
     
     #line 42 "..\..\..\MainWindow.xaml"
     this.SelectFeatureBtn.Click += new System.Windows.RoutedEventHandler(this.SelectFeatureBtn_Click);
     
     #line default
     #line hidden
     return;
     case 20:
     this.SelectFeatureGallery = ((Microsoft.Windows.Controls.Ribbon.RibbonGallery)(target));
     return;
     case 21:
     this.SelByRectItem = ((Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem)(target));
     
     #line 45 "..\..\..\MainWindow.xaml"
     this.SelByRectItem.Selected += new System.Windows.RoutedEventHandler(this.SelectFeatureItem_Selected);
     
     #line default
     #line hidden
     return;
     case 22:
     this.SelByPolyItem = ((Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem)(target));
     
     #line 46 "..\..\..\MainWindow.xaml"
     this.SelByPolyItem.Selected += new System.Windows.RoutedEventHandler(this.SelectFeatureItem_Selected);
     
     #line default
     #line hidden
     return;
     case 23:
     this.SelByCircleItem = ((Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem)(target));
     
     #line 47 "..\..\..\MainWindow.xaml"
     this.SelByCircleItem.Selected += new System.Windows.RoutedEventHandler(this.SelectFeatureItem_Selected);
     
     #line default
     #line hidden
     return;
     case 24:
     this.SelByLineItem = ((Microsoft.Windows.Controls.Ribbon.RibbonGalleryItem)(target));
     
     #line 48 "..\..\..\MainWindow.xaml"
     this.SelByLineItem.Selected += new System.Windows.RoutedEventHandler(this.SelectFeatureItem_Selected);
     
     #line default
     #line hidden
     return;
     case 25:
     this.SelectByGraphicsBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 52 "..\..\..\MainWindow.xaml"
     this.SelectByGraphicsBtn.Click += new System.Windows.RoutedEventHandler(this.SelectByGraphicsBtn_Click);
     
     #line default
     #line hidden
     return;
     case 26:
     this.UnselectFeatureBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 53 "..\..\..\MainWindow.xaml"
     this.UnselectFeatureBtn.Click += new System.Windows.RoutedEventHandler(this.UnselectFeatureBtn_Click);
     
     #line default
     #line hidden
     return;
     case 27:
     this.RibbonToolsGrp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 28:
     this.IdentifyFeatureBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonToggleButton)(target));
     
     #line 56 "..\..\..\MainWindow.xaml"
     this.IdentifyFeatureBtn.Checked += new System.Windows.RoutedEventHandler(this.IdentifyFeatureBtn_Checked);
     
     #line default
     #line hidden
     
     #line 56 "..\..\..\MainWindow.xaml"
     this.IdentifyFeatureBtn.Unchecked += new System.Windows.RoutedEventHandler(this.IdentifyFeatureBtn_Unchecked);
     
     #line default
     #line hidden
     return;
     case 29:
     this.AttrTableBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 57 "..\..\..\MainWindow.xaml"
     this.AttrTableBtn.Click += new System.Windows.RoutedEventHandler(this.AttrTableBtn_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.RibbonDrawingGrp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 31:
     this.DrawPolygonBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonToggleButton)(target));
     
     #line 60 "..\..\..\MainWindow.xaml"
     this.DrawPolygonBtn.Checked += new System.Windows.RoutedEventHandler(this.DrawPolygonBtn_Checked);
     
     #line default
     #line hidden
     
     #line 60 "..\..\..\MainWindow.xaml"
     this.DrawPolygonBtn.Unchecked += new System.Windows.RoutedEventHandler(this.DrawPolygonBtn_Unchecked);
     
     #line default
     #line hidden
     return;
     case 32:
     this.RibbonDlgMgrGrp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 33:
     this.ToggleDlgBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 66 "..\..\..\MainWindow.xaml"
     this.ToggleDlgBtn.Click += new System.Windows.RoutedEventHandler(this.ToggleDlgBtn_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.RibbonSpeechRecGrp = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
     return;
     case 35:
     this.ToggleSpeechBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 69 "..\..\..\MainWindow.xaml"
     this.ToggleSpeechBtn.Click += new System.Windows.RoutedEventHandler(this.ToggleSpeechBtn_Click);
     
     #line default
     #line hidden
     return;
     case 36:
     this.SimSpeechBtn = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 70 "..\..\..\MainWindow.xaml"
     this.SimSpeechBtn.Click += new System.Windows.RoutedEventHandler(this.SimSpeechBtn_Click);
     
     #line default
     #line hidden
     return;
     case 37:
     this.dockManager = ((AvalonDock.DockingManager)(target));
     return;
     case 38:
     this.LayersPanel = ((AvalonDock.DockableContent)(target));
     return;
     case 39:
     this.tocGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 40:
     
     #line 84 "..\..\..\MainWindow.xaml"
     ((AvalonDock.DocumentPane)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.DocumentPane_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 41:
     this.MapPanel = ((AvalonDock.DocumentContent)(target));
     return;
     case 42:
     this.mapGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 43:
     this.LayoutPanel = ((AvalonDock.DocumentContent)(target));
     return;
     case 44:
     this.layoutGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 45:
     this.KinectCtrlPanel = ((AvalonDock.DockablePane)(target));
     return;
     case 46:
     this.ColorDisplayPanel = ((AvalonDock.DockableContent)(target));
     return;
     case 47:
     this.colorDisplay = ((System.Windows.Controls.Image)(target));
     return;
     case 48:
     this.skeletonCanvas = ((System.Windows.Controls.Canvas)(target));
     return;
     case 49:
     this.DepthDisplayPanel = ((AvalonDock.DockableContent)(target));
     return;
     case 50:
     this.depthDisplay = ((System.Windows.Controls.Image)(target));
     return;
     case 51:
     this.DevCtrlPanel = ((AvalonDock.DockablePane)(target));
     return;
     case 52:
     this.statusTB = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #52
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

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

            case 3:
                this.ClientRow = ((System.Windows.Controls.RowDefinition)(target));
                return;

            case 4:
                this.ApplicationRibbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));

            #line 60 "..\..\..\..\MVVM\Views\ShellWindow.xaml"
                this.ApplicationRibbon.Loaded += new System.Windows.RoutedEventHandler(this.ApplicationRibbon_Loaded);

            #line default
            #line hidden
                return;

            case 5:
                this.EditionTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 6:
                this.SaveGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 7:
                this.SaveRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 8:
                this.NewGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 9:
                this.NewRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 10:
                this.EditGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 11:
                this.EditRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 12:
                this.DeleteRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 13:
                this.ActivateRecordButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

            case 14:
                this.SearchGroup = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 15:
                this.GetRecordsButton = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
                return;

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

            case 17:
                this.dockingManager = ((AvalonDock.DockingManager)(target));
                return;

            case 18:
                this.TaskRegion = ((System.Windows.Controls.ItemsControl)(target));
                return;

            case 19:
                this.NavigationRegion = ((System.Windows.Controls.ContentControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
 /// <summary>
 ///   Initialize Automation Peer for RibbonButton
 /// </summary>
 public RibbonButtonAutomationPeer(RibbonButton owner)
     : base(owner)
 {
 }
Beispiel #54
0
        private static RibbonButton CreateRibbonButton(Uri smallImageSource)
        {
            var ribbonButton = new RibbonButton();

            ribbonButton.SmallImageSource = new BitmapImage(smallImageSource);

            return ribbonButton;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ribbon1 = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 2:
     this.grid1 = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.frame1 = ((System.Windows.Controls.Frame)(target));
     return;
     case 4:
     this.Contas = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 11 "..\..\..\..\..\Views\Comum\MainWindow.xaml"
     this.Contas.Click += new System.Windows.RoutedEventHandler(this.Contas_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Beispiel #56
0
 public RibbonGroup(int groupIndex, string header, RibbonButton buttons)
 {
     Header = header;
     Buttons = new ObservableCollection<RibbonButton>(new[] { buttons });
     GroupIndex = groupIndex;
 }
Beispiel #57
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.frmmain = ((NangShop.MainWindow)(target));

            #line 8 "..\..\MainWindow.xaml"
                this.frmmain.Loaded += new System.Windows.RoutedEventHandler(this.frmmain_Loaded);

            #line default
            #line hidden

            #line 8 "..\..\MainWindow.xaml"
                this.frmmain.Closed += new System.EventHandler(this.frmmain_Closed);

            #line default
            #line hidden
                return;

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

            case 3:
                this.ribbonMaster = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
                return;

            case 4:
                this.btnLock = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 44 "..\..\MainWindow.xaml"
                this.btnLock.Click += new System.Windows.RoutedEventHandler(this.btnLock_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.Resetpass = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));

            #line 46 "..\..\MainWindow.xaml"
                this.Resetpass.Click += new System.Windows.RoutedEventHandler(this.Resetpass_Click);

            #line default
            #line hidden
                return;

            case 6:

            #line 47 "..\..\MainWindow.xaml"
                ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Exit_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.rbnSale = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 8:
                this.rg_Receive_Data = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 9:
                this.rbn_Receive = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 55 "..\..\MainWindow.xaml"
                this.rbn_Receive.Click += new System.Windows.RoutedEventHandler(this.rbn_Receive_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.rbn_Sale = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 56 "..\..\MainWindow.xaml"
                this.rbn_Sale.Click += new System.Windows.RoutedEventHandler(this.rbn_Sale_Click);

            #line default
            #line hidden
                return;

            case 11:
                this.rbn_Sale_Buon = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 57 "..\..\MainWindow.xaml"
                this.rbn_Sale_Buon.Click += new System.Windows.RoutedEventHandler(this.rbn_Sale_Buon_Click);

            #line default
            #line hidden
                return;

            case 12:
                this.rbnReport = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 13:
                this.rbn_SaleHeader = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 63 "..\..\MainWindow.xaml"
                this.rbn_SaleHeader.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 14:
                this.rbn_SaleHeader_BanBuon = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 64 "..\..\MainWindow.xaml"
                this.rbn_SaleHeader_BanBuon.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 15:
                this.rbnAdjust = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 16:
                this.rg_Receive_Display = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 17:
                this.rbn_Product = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 70 "..\..\MainWindow.xaml"
                this.rbn_Product.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 18:
                this.rbn_Category = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 71 "..\..\MainWindow.xaml"
                this.rbn_Category.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 19:
                this.rbn_Color = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 72 "..\..\MainWindow.xaml"
                this.rbn_Color.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 20:
                this.rg_Customer = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 21:
                this.rbn_NhaBuon = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 76 "..\..\MainWindow.xaml"
                this.rbn_NhaBuon.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 22:
                this.rbn_Customer = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 77 "..\..\MainWindow.xaml"
                this.rbn_Customer.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 23:
                this.rbnManager = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
                return;

            case 24:
                this.rg_QT = ((Microsoft.Windows.Controls.Ribbon.RibbonGroup)(target));
                return;

            case 25:
                this.rbn_Group_User = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 84 "..\..\MainWindow.xaml"
                this.rbn_Group_User.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 26:
                this.rbn_User = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));

            #line 85 "..\..\MainWindow.xaml"
                this.rbn_User.Click += new System.Windows.RoutedEventHandler(this.btnDockingForm_Click);

            #line default
            #line hidden
                return;

            case 27:
                this.grid2 = ((System.Windows.Controls.Grid)(target));
                return;

            case 28:
                this.DockManager = ((AvalonDock.DockingManager)(target));

            #line 96 "..\..\MainWindow.xaml"
                this.DockManager.Loaded += new System.Windows.RoutedEventHandler(this.DockManager_Loaded);

            #line default
            #line hidden
                return;

            case 29:
                this.btnImgUser = ((System.Windows.Controls.Button)(target));

            #line 116 "..\..\MainWindow.xaml"
                this.btnImgUser.Click += new System.Windows.RoutedEventHandler(this.btnImgUser_Click);

            #line default
            #line hidden
                return;

            case 30:
                this.username = ((System.Windows.Controls.Label)(target));
                return;

            case 31:
                this.lbltime = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 168 "..\..\MainWindow.xaml"
                this.btnGoiY.Click += new System.Windows.RoutedEventHandler(this.btnGoiY_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #58
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 7 "..\..\Window1.xaml"
     ((CourseTaskProject.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 13 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.Exit_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 22 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonNewCourse_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 44 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonNewCourse_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 53 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonEditCourse_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 60 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonViewCourseDetail_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 67 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonDeleteCourse_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 73 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonNewStudent_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     
     #line 80 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonEditStudent_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 87 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonDeleteStudent_Click);
     
     #line default
     #line hidden
     return;
     case 11:
     
     #line 93 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonManageGroup_Click);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 99 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonAddCourse_Click);
     
     #line default
     #line hidden
     return;
     case 13:
     
     #line 105 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCancelCourse_Click);
     
     #line default
     #line hidden
     return;
     case 14:
     
     #line 113 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonClearCourse_Click);
     
     #line default
     #line hidden
     return;
     case 15:
     
     #line 120 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonExitManage_Click);
     
     #line default
     #line hidden
     return;
     case 16:
     
     #line 126 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonAddStudent_Click);
     
     #line default
     #line hidden
     return;
     case 17:
     
     #line 131 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonCancelStudent_Click);
     
     #line default
     #line hidden
     return;
     case 18:
     this.ribbonControl = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 19:
     this.courseTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     
     #line 154 "..\..\Window1.xaml"
     this.courseTab.Selected += new System.Windows.RoutedEventHandler(this.CourseTab_Select);
     
     #line default
     #line hidden
     return;
     case 20:
     this.studentTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     
     #line 175 "..\..\Window1.xaml"
     this.studentTab.Selected += new System.Windows.RoutedEventHandler(this.StudentTab_Select);
     
     #line default
     #line hidden
     return;
     case 21:
     this.NewCourseTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 22:
     this.ClearCourseField = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 23:
     this.ManageGroupTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 24:
     this.NewStudentTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 25:
     this.CourseDetailTab = ((Microsoft.Windows.Controls.Ribbon.RibbonContextualTabGroup)(target));
     return;
     case 26:
     this.RegistedCourseTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     
     #line 247 "..\..\Window1.xaml"
     this.RegistedCourseTab.Selected += new System.Windows.RoutedEventHandler(this.RegisterCourseTab_Select);
     
     #line default
     #line hidden
     return;
     case 27:
     
     #line 257 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonAddStudentByCode_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     
     #line 266 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonDeleteOfCourse_Click);
     
     #line default
     #line hidden
     return;
     case 29:
     
     #line 280 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonExitCourseDetail_Click);
     
     #line default
     #line hidden
     return;
     case 30:
     this.AssessmentTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     
     #line 288 "..\..\Window1.xaml"
     this.AssessmentTab.Selected += new System.Windows.RoutedEventHandler(this.AssessmentTab_Select);
     
     #line default
     #line hidden
     return;
     case 31:
     
     #line 300 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonExitCourseDetail_Click);
     
     #line default
     #line hidden
     return;
     case 32:
     this.ReportTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     
     #line 306 "..\..\Window1.xaml"
     this.ReportTab.Selected += new System.Windows.RoutedEventHandler(this.ReportTab_Select);
     
     #line default
     #line hidden
     return;
     case 33:
     
     #line 317 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonExitCourseDetail_Click);
     
     #line default
     #line hidden
     return;
     case 34:
     this.ManageAssessmentTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     
     #line 323 "..\..\Window1.xaml"
     this.ManageAssessmentTab.Selected += new System.Windows.RoutedEventHandler(this.ManageAssessmentTab_Select);
     
     #line default
     #line hidden
     return;
     case 35:
     
     #line 333 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonExitCourseDetail_Click);
     
     #line default
     #line hidden
     return;
     case 36:
     this.RegisterStudenTab = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     
     #line 341 "..\..\Window1.xaml"
     this.RegisterStudenTab.Selected += new System.Windows.RoutedEventHandler(this.RegisterStudenTab_Select);
     
     #line default
     #line hidden
     return;
     case 37:
     
     #line 353 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.RibbonExitCourseDetail_Click);
     
     #line default
     #line hidden
     return;
     case 38:
     this.MainContent = ((System.Windows.Controls.Grid)(target));
     return;
     }
     this._contentLoaded = true;
 }
        private static Control MapQatDataToControl(VM.QatItem qatItem)
        {
            string typeName = qatItem.Instance.GetType().Name;
            Control control = null;

            switch (typeName)
            {
                case "ButtonData":
                    {
                        control = new RibbonButton();
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "ToggleButtonData":
                    {
                        control = new RibbonToggleButton();
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "RadioButtonData":
                    {
                        control = new RibbonRadioButton();
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "CheckBoxData":
                    {
                        control = new RibbonCheckBox();
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "TextBoxData":
                    {
                        control = new RibbonTextBox();
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "MenuButtonData":
                    {
                        control = new RibbonMenuButton();
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "SplitButtonData":
                    {
                        if (!qatItem.IsSplitHeader)
                        {
                            control = new RibbonSplitButton();
                        }
                        else
                        {
                            VM.SplitButtonData splitButtonData = (VM.SplitButtonData)qatItem.Instance;
                            if (splitButtonData.IsCheckable)
                            {
                                control = new RibbonToggleButton();
                            }
                            else
                            {
                                control = new RibbonButton();
                            }
                        }
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "ComboBoxData":
                    {
                        control = new RibbonComboBox();
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "MenuItemData":
                    {
                        VM.MenuItemData menuItemData = (VM.MenuItemData)qatItem.Instance;
                        if (menuItemData.ControlDataCollection.Count > 0)
                        {
                            control = new RibbonMenuButton();
                        }
                        else
                        {
                            control = new RibbonButton();
                        }
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "SplitMenuItemData":
                    {
                        VM.SplitMenuItemData splitMenuItemData = (VM.SplitMenuItemData)qatItem.Instance;
                        if (!qatItem.IsSplitHeader)
                        {
                            if (splitMenuItemData.ControlDataCollection.Count > 0)
                            {
                                control = new RibbonSplitButton();
                            }
                            else if (splitMenuItemData.IsCheckable)
                            {
                                control = new RibbonToggleButton();
                            }
                            else
                            {
                                control = new RibbonButton();
                            }
                        }
                        else
                        {
                            control = new RibbonToggleButton();
                        }
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "GalleryData":
                    {
                        RibbonGallery gallery = new RibbonGallery();
                        RibbonMenuButton menuButton = new RibbonMenuButton();
                        menuButton.ItemsSource = new object[] { gallery };

                        control = menuButton;
                        control.DataContext = qatItem.Instance;
                        break;
                    }
                case "GroupData":
                    {
                        control = new RibbonGroup();
                        control.DataContext = qatItem.Instance;
                        break;
                    }
            }

            return control;
        }
Beispiel #60
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 8 "..\..\Window1.xaml"
     ((WpfDiary.NET.Window1)(target)).Loaded += new System.Windows.RoutedEventHandler(this.RibbonWindow_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     
     #line 12 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 13 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 14 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 15 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 6:
     
     #line 16 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 17 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 8:
     
     #line 18 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 9:
     
     #line 19 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 10:
     
     #line 20 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 11:
     
     #line 21 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 12:
     
     #line 22 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 13:
     
     #line 23 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 14:
     
     #line 24 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 15:
     
     #line 25 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 16:
     
     #line 26 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonCommand)(target)).CanExecute += new System.Windows.Input.CanExecuteRoutedEventHandler(this.RibbonCommand_CanExecute);
     
     #line default
     #line hidden
     return;
     case 17:
     this.mainRibbon = ((Microsoft.Windows.Controls.Ribbon.Ribbon)(target));
     return;
     case 18:
     this.SaveAll = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 118 "..\..\Window1.xaml"
     this.SaveAll.Click += new System.Windows.RoutedEventHandler(this.SaveAll_Click);
     
     #line default
     #line hidden
     return;
     case 19:
     
     #line 127 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItem_Click_5);
     
     #line default
     #line hidden
     return;
     case 20:
     
     #line 131 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItem_Click_4);
     
     #line default
     #line hidden
     return;
     case 21:
     
     #line 132 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItem_Click_3);
     
     #line default
     #line hidden
     return;
     case 22:
     
     #line 133 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItem_Click_1);
     
     #line default
     #line hidden
     return;
     case 23:
     
     #line 134 "..\..\Window1.xaml"
     ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItem_Click_2);
     
     #line default
     #line hidden
     return;
     case 24:
     this.Exit = ((Microsoft.Windows.Controls.Ribbon.RibbonApplicationMenuItem)(target));
     
     #line 135 "..\..\Window1.xaml"
     this.Exit.Click += new System.Windows.RoutedEventHandler(this.RibbonApplicationMenuItem_Click);
     
     #line default
     #line hidden
     return;
     case 25:
     this.Home = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 26:
     this.HomeButton1 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 155 "..\..\Window1.xaml"
     this.HomeButton1.Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click_2);
     
     #line default
     #line hidden
     return;
     case 27:
     this.HomeButton2 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 156 "..\..\Window1.xaml"
     this.HomeButton2.Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click);
     
     #line default
     #line hidden
     return;
     case 28:
     this.HomeButton3 = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 157 "..\..\Window1.xaml"
     this.HomeButton3.Click += new System.Windows.RoutedEventHandler(this.RibbonButton_Click_1);
     
     #line default
     #line hidden
     return;
     case 29:
     this.TabMedia = ((Microsoft.Windows.Controls.Ribbon.RibbonTab)(target));
     return;
     case 30:
     this.Enter = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     
     #line 168 "..\..\Window1.xaml"
     this.Enter.Click += new System.Windows.RoutedEventHandler(this.Enter_Click);
     
     #line default
     #line hidden
     return;
     case 31:
     this.Exits = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 32:
     this.Startup = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 33:
     this.Shutdown = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 34:
     this.Call = ((Microsoft.Windows.Controls.Ribbon.RibbonButton)(target));
     return;
     case 35:
     this.Grid1 = ((System.Windows.Controls.Grid)(target));
     return;
     case 36:
     this.Calendar = ((Microsoft.Windows.Controls.Calendar)(target));
     
     #line 197 "..\..\Window1.xaml"
     this.Calendar.SelectedDatesChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.Calendar_SelectedDatesChanged);
     
     #line default
     #line hidden
     return;
     case 37:
     this.EnterSound = ((System.Windows.Controls.MediaElement)(target));
     return;
     case 38:
     this.lbcm3 = ((System.Windows.Controls.Label)(target));
     return;
     case 39:
     this.lbcm2 = ((System.Windows.Controls.Label)(target));
     return;
     case 40:
     this.lbcm1 = ((System.Windows.Controls.Label)(target));
     return;
     case 41:
     this.lbOk = ((System.Windows.Controls.Label)(target));
     
     #line 224 "..\..\Window1.xaml"
     this.lbOk.Loaded += new System.Windows.RoutedEventHandler(this.lbOk_Loaded);
     
     #line default
     #line hidden
     return;
     case 42:
     this.lbPr = ((System.Windows.Controls.Label)(target));
     
     #line 225 "..\..\Window1.xaml"
     this.lbPr.Loaded += new System.Windows.RoutedEventHandler(this.lbPr_Loaded);
     
     #line default
     #line hidden
     return;
     case 43:
     this.lbCl = ((System.Windows.Controls.Label)(target));
     
     #line 226 "..\..\Window1.xaml"
     this.lbCl.Loaded += new System.Windows.RoutedEventHandler(this.lbCl_Loaded);
     
     #line default
     #line hidden
     return;
     case 44:
     this.lbTo = ((System.Windows.Controls.Label)(target));
     
     #line 227 "..\..\Window1.xaml"
     this.lbTo.Loaded += new System.Windows.RoutedEventHandler(this.lbTo_Loaded);
     
     #line default
     #line hidden
     return;
     case 45:
     this.Grid2 = ((System.Windows.Controls.Grid)(target));
     return;
     case 46:
     this.ListView = ((System.Windows.Controls.ListView)(target));
     
     #line 250 "..\..\Window1.xaml"
     this.ListView.Loaded += new System.Windows.RoutedEventHandler(this.ListView_Loaded);
     
     #line default
     #line hidden
     
     #line 250 "..\..\Window1.xaml"
     this.ListView.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ListView_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 47:
     this.Grid3 = ((System.Windows.Controls.Grid)(target));
     return;
     case 48:
     this.txtDate = ((System.Windows.Controls.TextBox)(target));
     return;
     case 49:
     this.txtTitle = ((System.Windows.Controls.TextBox)(target));
     return;
     case 50:
     this.txtContent = ((System.Windows.Controls.RichTextBox)(target));
     return;
     case 51:
     this.txtStatus = ((System.Windows.Controls.TextBox)(target));
     
     #line 286 "..\..\Window1.xaml"
     this.txtStatus.Loaded += new System.Windows.RoutedEventHandler(this.txtStatus_Loaded);
     
     #line default
     #line hidden
     return;
     case 52:
     this.comboBox1 = ((System.Windows.Controls.ComboBox)(target));
     
     #line 287 "..\..\Window1.xaml"
     this.comboBox1.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboBox1_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 53:
     this.txtComment = ((System.Windows.Controls.TextBox)(target));
     return;
     case 54:
     this.buttonAppend = ((System.Windows.Controls.Button)(target));
     
     #line 294 "..\..\Window1.xaml"
     this.buttonAppend.Click += new System.Windows.RoutedEventHandler(this.buttonAppend_Click);
     
     #line default
     #line hidden
     return;
     case 55:
     this.buttonSave = ((System.Windows.Controls.Button)(target));
     
     #line 295 "..\..\Window1.xaml"
     this.buttonSave.Click += new System.Windows.RoutedEventHandler(this.buttonSave_Click);
     
     #line default
     #line hidden
     return;
     case 56:
     this.buttonClear = ((System.Windows.Controls.Button)(target));
     
     #line 296 "..\..\Window1.xaml"
     this.buttonClear.Click += new System.Windows.RoutedEventHandler(this.buttonClear_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }