Esempio n. 1
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ERP;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot               = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.BackgroundBorder         = ((System.Windows.Controls.Border)(this.FindName("BackgroundBorder")));
     this.ContentBorder            = ((System.Windows.Controls.Border)(this.FindName("ContentBorder")));
     this.ContentFrame             = ((System.Windows.Controls.Frame)(this.FindName("ContentFrame")));
     this.NavigationGrid           = ((System.Windows.Controls.Grid)(this.FindName("NavigationGrid")));
     this.BrandingBorder           = ((System.Windows.Controls.Border)(this.FindName("BrandingBorder")));
     this.BrandingStackPanel       = ((System.Windows.Controls.StackPanel)(this.FindName("BrandingStackPanel")));
     this.ApplicationNameTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationNameTextBlock")));
     this.LinksBorder              = ((System.Windows.Controls.Border)(this.FindName("LinksBorder")));
     this.LinksStackPanel          = ((System.Windows.Controls.StackPanel)(this.FindName("LinksStackPanel")));
     this.Link1    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link1")));
     this.Divider1 = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider1")));
     this.LinkConvenioPlanoSaude      = ((System.Windows.Controls.HyperlinkButton)(this.FindName("LinkConvenioPlanoSaude")));
     this.DividerConvenioPlanoSaude   = ((System.Windows.Shapes.Rectangle)(this.FindName("DividerConvenioPlanoSaude")));
     this.LinkServicosMedicos         = ((System.Windows.Controls.HyperlinkButton)(this.FindName("LinkServicosMedicos")));
     this.DividerQualidade            = ((System.Windows.Shapes.Rectangle)(this.FindName("DividerQualidade")));
     this.LinkQualidade               = ((System.Windows.Controls.HyperlinkButton)(this.FindName("LinkQualidade")));
     this.DividerQualidadeFuncionario = ((System.Windows.Shapes.Rectangle)(this.FindName("DividerQualidadeFuncionario")));
     this.LinkQualidadeFuncionario    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("LinkQualidadeFuncionario")));
     this.DividerServicosMedicos      = ((System.Windows.Shapes.Rectangle)(this.FindName("DividerServicosMedicos")));
     this.Link2          = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link2")));
     this.loginContainer = ((System.Windows.Controls.Border)(this.FindName("loginContainer")));
 }
Esempio n. 2
0
        Inline CreateBaseLink(string content, string contextHeader, string contextTag, MenuItem customButton = null)
        {
            var link = new HyperlinkButton
            {
                Content = content,
                FontSize = Text.FontSize,
                FontWeight = Text.FontWeight,
                FontStretch = Text.FontStretch,
                FontFamily = Text.FontFamily,
                TargetName = contextTag,
                Margin = new Thickness(-10, -5, -10, -8)
            };

            link.Click += new RoutedEventHandler(link_Click);

            MenuItem item = new MenuItem
            {
                Header = contextHeader,
                Tag = contextTag,
                Foreground = new SolidColorBrush(Colors.Black)
            };
            item.Click += new RoutedEventHandler(CopyLink);

            ContextMenu menu = new ContextMenu();
            menu.Items.Add(item);
            if (customButton != null)
                menu.Items.Add(customButton);

            ContextMenuService.SetContextMenu(link, menu);

            InlineUIContainer container = new InlineUIContainer();
            container.Child = link;
            return container;
        }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Parametrage/Wkf/UcWKFSelectEtape.xaml", System.UriKind.Relative));
     this.LayoutRoot               = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.GroupBox                 = ((SilverlightContrib.Controls.GroupBox)(this.FindName("GroupBox")));
     this.cmbEtape                 = ((System.Windows.Controls.ComboBox)(this.FindName("cmbEtape")));
     this.lblCondition             = ((System.Windows.Controls.Label)(this.FindName("lblCondition")));
     this.txtCondition             = ((System.Windows.Controls.TextBox)(this.FindName("txtCondition")));
     this.cmbGroupeValidation      = ((System.Windows.Controls.ComboBox)(this.FindName("cmbGroupeValidation")));
     this.txtEtapePrecedente       = ((System.Windows.Controls.TextBox)(this.FindName("txtEtapePrecedente")));
     this.HPLSupprime              = ((System.Windows.Controls.HyperlinkButton)(this.FindName("HPLSupprime")));
     this.lblCondition_Copy        = ((System.Windows.Controls.Label)(this.FindName("lblCondition_Copy")));
     this.txtDelai                 = ((System.Windows.Controls.TextBox)(this.FindName("txtDelai")));
     this.lblCondition_Copy1       = ((System.Windows.Controls.Label)(this.FindName("lblCondition_Copy1")));
     this.GroupBoxdtGrid           = ((SilverlightContrib.Controls.GroupBox)(this.FindName("GroupBoxdtGrid")));
     this.dtgrdParametre           = ((System.Windows.Controls.DataGrid)(this.FindName("dtgrdParametre")));
     this.MenuContextuel           = ((System.Windows.Controls.ContextMenu)(this.FindName("MenuContextuel")));
     this.MenuContextuelCreerEtape = ((System.Windows.Controls.MenuItem)(this.FindName("MenuContextuelCreerEtape")));
     this.MenuContextuelModifier   = ((System.Windows.Controls.MenuItem)(this.FindName("MenuContextuelModifier")));
     this.MenuContextuelSupprimer  = ((System.Windows.Controls.MenuItem)(this.FindName("MenuContextuelSupprimer")));
     this.BtnSuppRejet             = ((System.Windows.Controls.Button)(this.FindName("BtnSuppRejet")));
     this.BtnAjouterRejet          = ((System.Windows.Controls.Button)(this.FindName("BtnAjouterRejet")));
     this.CancelButton             = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton                 = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
 }
Esempio n. 4
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SchulteGrid;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel           = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle     = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle            = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.GameOverGrid         = ((System.Windows.Controls.Grid)(this.FindName("GameOverGrid")));
     this.ScoreTimeTextBlock   = ((System.Windows.Controls.TextBlock)(this.FindName("ScoreTimeTextBlock")));
     this.ScoreAboutTextBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("ScoreAboutTextBlock1")));
     this.RestartButton        = ((System.Windows.Controls.Button)(this.FindName("RestartButton")));
     this.ContentPanel         = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.HelpTextBlock        = ((System.Windows.Controls.TextBlock)(this.FindName("HelpTextBlock")));
     this.AboutGrid            = ((System.Windows.Controls.Grid)(this.FindName("AboutGrid")));
     this.btnAuthor            = ((System.Windows.Controls.HyperlinkButton)(this.FindName("btnAuthor")));
     this.GameGrid             = ((System.Windows.Controls.Grid)(this.FindName("GameGrid")));
     this.TimeTextBlock        = ((System.Windows.Controls.TextBlock)(this.FindName("TimeTextBlock")));
     this.GameRectangle        = ((System.Windows.Controls.Border)(this.FindName("GameRectangle")));
     this.Schulte_Grid         = ((System.Windows.Controls.Grid)(this.FindName("Schulte_Grid")));
     this.ButtonStackPanel     = ((System.Windows.Controls.Button)(this.FindName("ButtonStackPanel")));
     this.btnShare             = ((System.Windows.Controls.HyperlinkButton)(this.FindName("btnShare")));
     this.btnAbout             = ((System.Windows.Controls.HyperlinkButton)(this.FindName("btnAbout")));
 }
Esempio n. 5
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Healthcare;component/AboutPage.xaml", System.UriKind.Relative));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Row0Logo     = ((System.Windows.Controls.RowDefinition)(this.FindName("Row0Logo")));
     this.Row1         = ((System.Windows.Controls.RowDefinition)(this.FindName("Row1")));
     this.Row2Title    = ((System.Windows.Controls.RowDefinition)(this.FindName("Row2Title")));
     this.Row3         = ((System.Windows.Controls.RowDefinition)(this.FindName("Row3")));
     this.Row4Title    = ((System.Windows.Controls.RowDefinition)(this.FindName("Row4Title")));
     this.Row5         = ((System.Windows.Controls.RowDefinition)(this.FindName("Row5")));
     this.Row6         = ((System.Windows.Controls.RowDefinition)(this.FindName("Row6")));
     this.Row7Title    = ((System.Windows.Controls.RowDefinition)(this.FindName("Row7Title")));
     this.Row8         = ((System.Windows.Controls.RowDefinition)(this.FindName("Row8")));
     this.Row9Title    = ((System.Windows.Controls.RowDefinition)(this.FindName("Row9Title")));
     this.Row10        = ((System.Windows.Controls.RowDefinition)(this.FindName("Row10")));
     this.Row11        = ((System.Windows.Controls.RowDefinition)(this.FindName("Row11")));
     this.Row12        = ((System.Windows.Controls.RowDefinition)(this.FindName("Row12")));
     this.Row13        = ((System.Windows.Controls.RowDefinition)(this.FindName("Row13")));
     this.Row14        = ((System.Windows.Controls.RowDefinition)(this.FindName("Row14")));
     this.TBVersion    = ((System.Windows.Documents.Run)(this.FindName("TBVersion")));
     this.TBVersion2   = ((System.Windows.Documents.Run)(this.FindName("TBVersion2")));
     this.BTNLove      = ((System.Windows.Controls.Button)(this.FindName("BTNLove")));
     this.BTNMail      = ((System.Windows.Controls.HyperlinkButton)(this.FindName("BTNMail")));
     this.BTNWeibo     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("BTNWeibo")));
 }
		public HyperlinkButtonAutomationPeer (HyperlinkButton owner)
			: base (owner)
		{
			owner.Click += (s, a) => {
				RaiseAutomationEvent (AutomationEvents.InvokePatternOnInvoked);
			};
		}
Esempio n. 7
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Mercury.Silverlight;component/Workspace/Workspace.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ApplicationTitleBarBorder           = ((System.Windows.Controls.Border)(this.FindName("ApplicationTitleBarBorder")));
     this.ApplicationTitleBar                 = ((System.Windows.Controls.Grid)(this.FindName("ApplicationTitleBar")));
     this.ApplicationMenu                     = ((Telerik.Windows.Controls.RadMenu)(this.FindName("ApplicationMenu")));
     this.ApplicationButtonImage              = ((System.Windows.Controls.Image)(this.FindName("ApplicationButtonImage")));
     this.ApplicationTitle                    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ApplicationTitle")));
     this.ApplicationLinkHome                 = ((Telerik.Windows.Controls.RadButton)(this.FindName("ApplicationLinkHome")));
     this.ApplicationLinkSearch               = ((Telerik.Windows.Controls.RadButton)(this.FindName("ApplicationLinkSearch")));
     this.ApplicationLinkLogOff               = ((Telerik.Windows.Controls.RadButton)(this.FindName("ApplicationLinkLogOff")));
     this.ApplicationSwitchWindows            = ((Telerik.Windows.Controls.RadRibbonSplitButton)(this.FindName("ApplicationSwitchWindows")));
     this.ApplicationSwitchWindowsContextMenu = ((Telerik.Windows.Controls.RadContextMenu)(this.FindName("ApplicationSwitchWindowsContextMenu")));
     this.ApplicationSwitchWindowsContextMenuWorkspaceSeparator = ((Telerik.Windows.Controls.RadMenuItem)(this.FindName("ApplicationSwitchWindowsContextMenuWorkspaceSeparator")));
     this.Work = ((Mercury.Silverlight.Workspace.Work)(this.FindName("Work")));
     this.ActiveWindowContent          = ((System.Windows.Controls.Border)(this.FindName("ActiveWindowContent")));
     this.StatusBarContent             = ((System.Windows.Controls.Border)(this.FindName("StatusBarContent")));
     this.ApplicationStatusBarGrid     = ((System.Windows.Controls.Grid)(this.FindName("ApplicationStatusBarGrid")));
     this.ApplicationStatusText        = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationStatusText")));
     this.ApplicationStatusProgressBar = ((Telerik.Windows.Controls.RadProgressBar)(this.FindName("ApplicationStatusProgressBar")));
     this.WindowPreview = ((Mercury.Silverlight.Workspace.SwitchWindowPreview)(this.FindName("WindowPreview")));
 }
Esempio n. 8
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GrandAStudio.Filmia;component/score.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.image1         = ((System.Windows.Controls.Image)(this.FindName("image1")));
     this.image2         = ((System.Windows.Controls.Image)(this.FindName("image2")));
     this.txtScore       = ((System.Windows.Controls.TextBlock)(this.FindName("txtScore")));
     this.image3         = ((System.Windows.Controls.Image)(this.FindName("image3")));
     this.lblTotal       = ((System.Windows.Controls.TextBlock)(this.FindName("lblTotal")));
     this.lblWrongAnswer = ((System.Windows.Controls.TextBlock)(this.FindName("lblWrongAnswer")));
     this.lblRAnswer     = ((System.Windows.Controls.TextBlock)(this.FindName("lblRAnswer")));
     this.textBlock1     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock2     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBlock3     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.btnFacebook    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("btnFacebook")));
     this.btnTwitter     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("btnTwitter")));
     this.txtTotal       = ((System.Windows.Controls.TextBlock)(this.FindName("txtTotal")));
     this.txtWA          = ((System.Windows.Controls.TextBlock)(this.FindName("txtWA")));
     this.txtCA          = ((System.Windows.Controls.TextBlock)(this.FindName("txtCA")));
     this.txtTG          = ((System.Windows.Controls.TextBlock)(this.FindName("txtTG")));
     this.txtPasses      = ((System.Windows.Controls.TextBlock)(this.FindName("txtPasses")));
     this.textBlock5     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.textBlock6     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock6")));
     this.textBlock7     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock7")));
     this.textBlock8     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock8")));
     this.textBlock9     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock9")));
 }
        public AssociationsContainerView(AssociationUser associationUser)
        {
            InitializeComponent();

            Manager = associationUser;            

            this.Loaded += new RoutedEventHandler(AssociationsContainerView_Loaded);

            CloseButton = new HyperlinkButton();
            CloseButton.Content = "Close X";
            CloseButton.HorizontalAlignment = System.Windows.HorizontalAlignment.Right;
            CloseButton.VerticalAlignment = System.Windows.VerticalAlignment.Top;
            CloseButton.Margin = new Thickness(0, 20, 20, 0);

            if (AssociationProfileContainer.Children.Count == 0)
            {
                view = KernelContainer.Kernel.Get<AssociationsView>();
                viewModel = KernelContainer.Kernel.Get<AssociationsViewModel>();
                viewModel.AssociationManagerId = Manager.Id;
                AssociationsViewModel.IsStaffApp = true;
                view.DataContext = viewModel;

                (view.FindName("LayoutRoot") as Grid).Children.Add(CloseButton);

                AssociationProfileContainer.Children.Add(view);
            }
        }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/%E5%A5%A5%E6%9E%AB%E7%87%83%E6%B0%94%E8%90%A5%E6%94%B6%E7%B3%BB%E7%BB%9FV3;compo" +
                                                                   "nent/Pages/%E6%8A%84%E8%A1%A8%E5%8D%95%E7%94%9F%E6%88%90.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.test1           = ((Com.Aote.ObjectTools.GeneralObject)(this.FindName("test1")));
     this.excel           = ((Com.Aote.ObjectTools.ExcelObj)(this.FindName("excel")));
     this.search          = ((Com.Aote.ObjectTools.SearchObject)(this.FindName("search")));
     this.userfiles       = ((Com.Aote.ObjectTools.PagedObjectList)(this.FindName("userfiles")));
     this.InsertHandplan  = ((Com.Aote.Behaviors.HQLAction)(this.FindName("InsertHandplan")));
     this.UpdateUserfile  = ((Com.Aote.Behaviors.HQLAction)(this.FindName("UpdateUserfile")));
     this.CreateHandplan  = ((Com.Aote.Behaviors.BatchExcuteAction)(this.FindName("CreateHandplan")));
     this.daninfosearch   = ((System.Windows.Controls.Grid)(this.FindName("daninfosearch")));
     this.dansearchbutton = ((System.Windows.Controls.Button)(this.FindName("dansearchbutton")));
     this.chargemaneger   = ((System.Windows.Controls.Button)(this.FindName("chargemaneger")));
     this.saveButton      = ((System.Windows.Controls.Button)(this.FindName("saveButton")));
     this.annex           = ((System.Windows.Controls.HyperlinkButton)(this.FindName("annex")));
     this.tj4             = ((System.Windows.Controls.TextBox)(this.FindName("tj4")));
     this.districtname    = ((System.Windows.Controls.ComboBox)(this.FindName("districtname")));
     this.pager           = ((System.Windows.Controls.DataPager)(this.FindName("pager")));
     this.daninfos        = ((System.Windows.Controls.DataGrid)(this.FindName("daninfos")));
 }
Esempio n. 11
0
 private void AddExample(StackPanel owner, string title, string src)
 {
     var bt = new HyperlinkButton();
     bt.Content = title;
     bt.Click += GetHandlerForExample(src);
     owner.Children.Add(bt);
 }
 public PopupMessageWithAction(PopupMessageType messageType, string message, string leftButtonText, string rightButtonText, Action leftButtonAction, Action rightButtonAction, Action noButtonAction, HyperlinkButton hyperLink)
     : base(messageType, message, leftButtonText, rightButtonText, hyperLink)
 {
     this.LeftButtonAction = leftButtonAction;
     this.RightButtonAction = rightButtonAction;
     this.NoButtonAction = noButtonAction;
 }
Esempio n. 13
0
		private static bool HyperlinkMatchesUri(string uri, HyperlinkButton link)
		{
			var queryStart = uri.IndexOf('/', Math.Min(uri.Length, 1));
            if (queryStart < 0)
            {
                queryStart = uri.IndexOf('?');
            }

            if (queryStart > 0)
            {
                uri = uri.Substring(0, queryStart);
            }

			if (link.CommandParameter != null &&
				uri.Equals(link.CommandParameter.ToString(), StringComparison.InvariantCultureIgnoreCase))
			{
				return true;
			}

			var alternativeUris = LinkHighlighter.GetAlternativeUris(link);
			if (alternativeUris != null && alternativeUris.Any(alternative => uri.Equals(alternative, StringComparison.InvariantCultureIgnoreCase)))
			{
				return true;
			}

			return false;
		}
Esempio n. 14
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Bubbles%20Projeto;component/MainPage.xaml", System.UriKind.Relative));
     this.ShowQuizBannerAndPlay             = ((System.Windows.Media.Animation.Storyboard)(this.FindName("ShowQuizBannerAndPlay")));
     this.EsconderQuizBannerAndPlay         = ((System.Windows.Media.Animation.Storyboard)(this.FindName("EsconderQuizBannerAndPlay")));
     this.ShowPuzzleBannerAndPlay           = ((System.Windows.Media.Animation.Storyboard)(this.FindName("ShowPuzzleBannerAndPlay")));
     this.EsconderPuzzleBannerAndPlay       = ((System.Windows.Media.Animation.Storyboard)(this.FindName("EsconderPuzzleBannerAndPlay")));
     this.EsconderLastGameBannerAndPlay     = ((System.Windows.Media.Animation.Storyboard)(this.FindName("EsconderLastGameBannerAndPlay")));
     this.EsconderCuriosidadesBannerAndPlay = ((System.Windows.Media.Animation.Storyboard)(this.FindName("EsconderCuriosidadesBannerAndPlay")));
     this.LayoutRoot              = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Bolhas                  = ((System.Windows.VisualStateGroup)(this.FindName("Bolhas")));
     this.ShowGeniusAndPlay       = ((System.Windows.VisualState)(this.FindName("ShowGeniusAndPlay")));
     this.ShowPuzzleAndPlay       = ((System.Windows.VisualState)(this.FindName("ShowPuzzleAndPlay")));
     this.ShowCuriosidadesAndPlay = ((System.Windows.VisualState)(this.FindName("ShowCuriosidadesAndPlay")));
     this.ShowLastGameAndPlay     = ((System.Windows.VisualState)(this.FindName("ShowLastGameAndPlay")));
     this.frame             = ((System.Windows.Controls.Frame)(this.FindName("frame")));
     this.Mirror_Image      = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Mirror_Image")));
     this.MouseEnter        = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseEnter")));
     this.MouseLeave        = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseLeave")));
     this.Color_Frenzy      = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Color_Frenzy")));
     this.MouseEnter1       = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseEnter1")));
     this.MouseLeave1       = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseLeave1")));
     this.Puzzlemania       = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Puzzlemania")));
     this.MouseEnter2       = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseEnter2")));
     this.MouseLeave2       = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseLeave2")));
     this.Quiz_Genius       = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Quiz_Genius")));
     this.MouseEnter3       = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseEnter3")));
     this.MouseLeave3       = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseLeave3")));
     this.ControladorMusica = ((System.Windows.Controls.Grid)(this.FindName("ControladorMusica")));
     this.Play = ((System.Windows.Controls.Image)(this.FindName("Play")));
     this.MouseLeftButtonDownPlay = ((Microsoft.Expression.Interactivity.Core.CallMethodAction)(this.FindName("MouseLeftButtonDownPlay")));
     this.MostrarPause            = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MostrarPause")));
     this.EsconderPlay            = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("EsconderPlay")));
     this.Pause = ((System.Windows.Controls.Image)(this.FindName("Pause")));
     this.MouseLeftButtonDownPause = ((Microsoft.Expression.Interactivity.Core.CallMethodAction)(this.FindName("MouseLeftButtonDownPause")));
     this.MostrarPlay               = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MostrarPlay")));
     this.EsconderPause             = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("EsconderPause")));
     this.Unmute                    = ((System.Windows.Controls.Image)(this.FindName("Unmute")));
     this.MouseLeftButtonDownUnmute = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseLeftButtonDownUnmute")));
     this.MostrarMute               = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MostrarMute")));
     this.EsconderUnmute            = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("EsconderUnmute")));
     this.Mute = ((System.Windows.Controls.Image)(this.FindName("Mute")));
     this.MouseLeftButtonDownMute = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MouseLeftButtonDownMute")));
     this.MostrarUnmute           = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("MostrarUnmute")));
     this.EsconderMute            = ((Microsoft.Expression.Interactivity.Core.ChangePropertyAction)(this.FindName("EsconderMute")));
     this.mediaElement            = ((System.Windows.Controls.MediaElement)(this.FindName("mediaElement")));
     this.QuizGenius       = ((System.Windows.Controls.Image)(this.FindName("QuizGenius")));
     this.PlayQuiz         = ((System.Windows.Controls.HyperlinkButton)(this.FindName("PlayQuiz")));
     this.PuzzleMania      = ((System.Windows.Controls.Image)(this.FindName("PuzzleMania")));
     this.Curiosidades     = ((System.Windows.Controls.Image)(this.FindName("Curiosidades")));
     this.LastGame         = ((System.Windows.Controls.Image)(this.FindName("LastGame")));
     this.PlayCuriosidades = ((System.Windows.Controls.HyperlinkButton)(this.FindName("PlayCuriosidades")));
     this.PlayPuzzle       = ((System.Windows.Controls.HyperlinkButton)(this.FindName("PlayPuzzle")));
     this.PlayLastGame     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("PlayLastGame")));
 }
Esempio n. 15
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Eleicoes2014;component/View/Candidatos/CandidatoDetalheView.xaml", System.UriKind.Relative));
     this.LayoutRoot                 = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel                 = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle           = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle                  = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel               = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.principalStackPanel        = ((System.Windows.Controls.StackPanel)(this.FindName("principalStackPanel")));
     this.montanteTotalTextBlock     = ((System.Windows.Controls.TextBlock)(this.FindName("montanteTotalTextBlock")));
     this.mostrar_Processos_Botao    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("mostrar_Processos_Botao")));
     this.processosListagem          = ((System.Windows.Controls.ListBox)(this.FindName("processosListagem")));
     this.processosTextBlock         = ((System.Windows.Controls.TextBlock)(this.FindName("processosTextBlock")));
     this.ocultar_Processos_Botao    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ocultar_Processos_Botao")));
     this.mostrar_Bens_Botao         = ((System.Windows.Controls.HyperlinkButton)(this.FindName("mostrar_Bens_Botao")));
     this.bensListagem               = ((System.Windows.Controls.ListBox)(this.FindName("bensListagem")));
     this.bensTextBlock              = ((System.Windows.Controls.TextBlock)(this.FindName("bensTextBlock")));
     this.ocultar_Bens_Botao         = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ocultar_Bens_Botao")));
     this.mostrar_Candidaturas_Botao = ((System.Windows.Controls.HyperlinkButton)(this.FindName("mostrar_Candidaturas_Botao")));
     this.candidaturasListagem       = ((System.Windows.Controls.ListBox)(this.FindName("candidaturasListagem")));
     this.candidaturasTextBlock      = ((System.Windows.Controls.TextBlock)(this.FindName("candidaturasTextBlock")));
     this.ocultar_Candidaturas_Botao = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ocultar_Candidaturas_Botao")));
     this.mostrar_Estatisticas_Botao = ((System.Windows.Controls.HyperlinkButton)(this.FindName("mostrar_Estatisticas_Botao")));
     this.estatisticasListagem       = ((System.Windows.Controls.ListBox)(this.FindName("estatisticasListagem")));
     this.estatisticasTextBlock      = ((System.Windows.Controls.TextBlock)(this.FindName("estatisticasTextBlock")));
     this.ocultar_Estatisticas_Botao = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ocultar_Estatisticas_Botao")));
     this.displayProgresso           = ((System.Windows.Controls.TextBlock)(this.FindName("displayProgresso")));
     this.barraProgresso             = ((System.Windows.Controls.ProgressBar)(this.FindName("barraProgresso")));
     this.atualizarBotao             = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("atualizarBotao")));
 }
Esempio n. 16
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WebControl;component/Views/%D0%9A%D0%BE%D0%BF%D0%B8%D1%8F%20DevelopView.xaml", System.UriKind.Relative));
     this.LayoutRoot             = ((System.Windows.Controls.Canvas)(this.FindName("LayoutRoot")));
     this.teLastUpdateTime       = ((System.Windows.Controls.Label)(this.FindName("teLastUpdateTime")));
     this.teServerClientTimeDiff = ((System.Windows.Controls.Label)(this.FindName("teServerClientTimeDiff")));
     this.teTimeZoneDiff         = ((System.Windows.Controls.Label)(this.FindName("teTimeZoneDiff")));
     this.teFirst                    = ((System.Windows.Controls.Label)(this.FindName("teFirst")));
     this.teError                    = ((System.Windows.Controls.Label)(this.FindName("teError")));
     this.teServerTime               = ((System.Windows.Controls.Label)(this.FindName("teServerTime")));
     this.teItemCount                = ((System.Windows.Controls.Label)(this.FindName("teItemCount")));
     this.teLoadTime                 = ((System.Windows.Controls.Label)(this.FindName("teLoadTime")));
     this.teServiceAddress           = ((System.Windows.Controls.HyperlinkButton)(this.FindName("teServiceAddress")));
     this.teVersion                  = ((System.Windows.Controls.Label)(this.FindName("teVersion")));
     this.teServerIPAddress          = ((System.Windows.Controls.Label)(this.FindName("teServerIPAddress")));
     this.teClientIPAddress          = ((System.Windows.Controls.Label)(this.FindName("teClientIPAddress")));
     this.teClientGetClientGUID      = ((System.Windows.Controls.Label)(this.FindName("teClientGetClientGUID")));
     this.teClientBrowserInformation = ((System.Windows.Controls.Label)(this.FindName("teClientBrowserInformation")));
     this.teGUI                  = ((System.Windows.Controls.Label)(this.FindName("teGUI")));
     this.teServiceInfo          = ((System.Windows.Controls.Label)(this.FindName("teServiceInfo")));
     this.teServerItemUpdateSync = ((System.Windows.Controls.Label)(this.FindName("teServerItemUpdateSync")));
 }
Esempio n. 17
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DataConnectorUI2;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot               = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentBorder            = ((System.Windows.Controls.Border)(this.FindName("ContentBorder")));
     this.ContentFrame             = ((System.Windows.Controls.Frame)(this.FindName("ContentFrame")));
     this.NavigationGrid           = ((System.Windows.Controls.Grid)(this.FindName("NavigationGrid")));
     this.BrandingBorder           = ((System.Windows.Controls.Border)(this.FindName("BrandingBorder")));
     this.BrandingStackPanel       = ((System.Windows.Controls.StackPanel)(this.FindName("BrandingStackPanel")));
     this.ApplicationNameTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationNameTextBlock")));
     this.LinksBorder              = ((System.Windows.Controls.Border)(this.FindName("LinksBorder")));
     this.LinksStackPanel          = ((System.Windows.Controls.StackPanel)(this.FindName("LinksStackPanel")));
     this.Link1    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link1")));
     this.Divider2 = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider2")));
     this.Link7    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link7")));
     this.Divider1 = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider1")));
     this.Link2    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link2")));
     this.Link3    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link3")));
     this.Link4    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link4")));
     this.Link5    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link5")));
     this.Link6    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link6")));
 }
        private void UpdateCurrentPageIndicatorPosition(HyperlinkButton button)
        {
            GeneralTransform gt = button.TransformToVisual(MenuContainer);
            Point offset = gt.Transform(new Point(0, 0));

            CurrentPageIndicator.Margin = new Thickness(offset.X + button.ActualWidth / 2 - 7.5, 0, 0, 0);
        }
Esempio n. 19
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SDAHymnal;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pivot            = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
     this.pivot_open       = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("pivot_open")));
     this.textbox_number   = ((System.Windows.Controls.TextBlock)(this.FindName("textbox_number")));
     this.button_7         = ((System.Windows.Controls.Button)(this.FindName("button_7")));
     this.button_8         = ((System.Windows.Controls.Button)(this.FindName("button_8")));
     this.button_9         = ((System.Windows.Controls.Button)(this.FindName("button_9")));
     this.button_1         = ((System.Windows.Controls.Button)(this.FindName("button_1")));
     this.button_2         = ((System.Windows.Controls.Button)(this.FindName("button_2")));
     this.button_3         = ((System.Windows.Controls.Button)(this.FindName("button_3")));
     this.button_4         = ((System.Windows.Controls.Button)(this.FindName("button_4")));
     this.button_5         = ((System.Windows.Controls.Button)(this.FindName("button_5")));
     this.button_6         = ((System.Windows.Controls.Button)(this.FindName("button_6")));
     this.button_0         = ((System.Windows.Controls.Button)(this.FindName("button_0")));
     this.ok_button        = ((System.Windows.Controls.Button)(this.FindName("ok_button")));
     this.button1          = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.pivot_hymn       = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("pivot_hymn")));
     this.ContentGrid      = ((System.Windows.Controls.Grid)(this.FindName("ContentGrid")));
     this.scrollViewer1    = ((System.Windows.Controls.ScrollViewer)(this.FindName("scrollViewer1")));
     this.textBlock_Hymn   = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock_Hymn")));
     this.pivot_about      = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("pivot_about")));
     this.hyperlinkButton1 = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hyperlinkButton1")));
 }
Esempio n. 20
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Parametrage/Parametrage/CwEntreprise.xaml", System.UriKind.Relative));
     this.LayoutRoot           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton         = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton             = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.TxtNom               = ((System.Windows.Controls.TextBox)(this.FindName("TxtNom")));
     this.TxtSigle             = ((System.Windows.Controls.TextBox)(this.FindName("TxtSigle")));
     this.TxtSlogan            = ((System.Windows.Controls.TextBox)(this.FindName("TxtSlogan")));
     this.TxtAdressePrincipale = ((System.Windows.Controls.TextBox)(this.FindName("TxtAdressePrincipale")));
     this.TxtAdresseSecondaire = ((System.Windows.Controls.TextBox)(this.FindName("TxtAdresseSecondaire")));
     this.TxtTelPrincipale     = ((System.Windows.Controls.TextBox)(this.FindName("TxtTelPrincipale")));
     this.TxtTelSecondaire     = ((System.Windows.Controls.TextBox)(this.FindName("TxtTelSecondaire")));
     this.TxtFaxPrincipale     = ((System.Windows.Controls.TextBox)(this.FindName("TxtFaxPrincipale")));
     this.TxtFaxSecondaire     = ((System.Windows.Controls.TextBox)(this.FindName("TxtFaxSecondaire")));
     this.TxtEmailPrincipale   = ((System.Windows.Controls.TextBox)(this.FindName("TxtEmailPrincipale")));
     this.TxtEmailSecondaire   = ((System.Windows.Controls.TextBox)(this.FindName("TxtEmailSecondaire")));
     this.TxtActivite          = ((System.Windows.Controls.TextBox)(this.FindName("TxtActivite")));
     this.TxtPays              = ((System.Windows.Controls.TextBox)(this.FindName("TxtPays")));
     this.TxtSiteWeb           = ((System.Windows.Controls.TextBox)(this.FindName("TxtSiteWeb")));
     this.HypLinkLogo          = ((System.Windows.Controls.HyperlinkButton)(this.FindName("HypLinkLogo")));
 }
        // 当用户导航到此页面时执行。
        protected override void OnNavigatedTo(NavigationEventArgs e)
        {
            //Add MainPage
            {
                HyperlinkButton lHyperLinkButton = new HyperlinkButton();
                lHyperLinkButton.Content = "重要部件到货信息";
                lHyperLinkButton.NavigateUri = new System.Uri("ProductManagerMain", UriKind.Relative);
                lHyperLinkButton.Style = Application.Current.Resources["LinkStyleMenu"] as Style;
                lHyperLinkButton.TargetName = "ProductManagerContentFrame";
                ProductManagerMenu.Children.Add(lHyperLinkButton);
                lHyperLinkButton.Click += HyperLinkButton_Click;

            }

            ProductManagerViewModel productManagerViewModel = this.DataContext as ProductManagerViewModel;
            foreach (ISubMenu lSubMenu in productManagerViewModel.SubMenuList)
            {
                HyperlinkButton lHyperLinkButton = new HyperlinkButton();
                lHyperLinkButton.Content = lSubMenu.Content;
                lHyperLinkButton.NavigateUri = new System.Uri(lSubMenu.NavigateUri, UriKind.Relative);
                lHyperLinkButton.Style = Application.Current.Resources["LinkStyleMenu"] as Style;
                lHyperLinkButton.TargetName = "ProductManagerContentFrame";
                ProductManagerMenu.Children.Add(lHyperLinkButton);
                lHyperLinkButton.Click += HyperLinkButton_Click;
            }
        }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Mercury.Silverlight;component/Controls/EntityInformationMember.xaml", System.UriKind.Relative));
     this.EntityNoteWarning      = ((System.Windows.Controls.Image)(this.FindName("EntityNoteWarning")));
     this.EntityNoteCritical     = ((System.Windows.Controls.Image)(this.FindName("EntityNoteCritical")));
     this.EntityNameLabelControl = ((System.Windows.Controls.TextBlock)(this.FindName("EntityNameLabelControl")));
     this.MemberName             = ((System.Windows.Controls.TextBlock)(this.FindName("MemberName")));
     this.MemberBirthDate        = ((System.Windows.Controls.TextBlock)(this.FindName("MemberBirthDate")));
     this.MemberAge    = ((System.Windows.Controls.TextBlock)(this.FindName("MemberAge")));
     this.MemberGender = ((System.Windows.Controls.TextBlock)(this.FindName("MemberGender")));
     this.MemberEnrollmentProgramName      = ((System.Windows.Controls.TextBlock)(this.FindName("MemberEnrollmentProgramName")));
     this.MemberEnrollmentProgramMemberId  = ((System.Windows.Controls.TextBlock)(this.FindName("MemberEnrollmentProgramMemberId")));
     this.ToggleEntityInformationMoreLink  = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ToggleEntityInformationMoreLink")));
     this.EntityInformationMore            = ((System.Windows.Controls.StackPanel)(this.FindName("EntityInformationMore")));
     this.MemberEnrollmentBenefitPlan      = ((System.Windows.Controls.TextBlock)(this.FindName("MemberEnrollmentBenefitPlan")));
     this.MemberEnrollmentCoverageType     = ((System.Windows.Controls.TextBlock)(this.FindName("MemberEnrollmentCoverageType")));
     this.MemberEnrollmentCoverageLevel    = ((System.Windows.Controls.TextBlock)(this.FindName("MemberEnrollmentCoverageLevel")));
     this.MemberEnrollmentRateCode         = ((System.Windows.Controls.TextBlock)(this.FindName("MemberEnrollmentRateCode")));
     this.MemberEnrollmentPcpName          = ((System.Windows.Controls.TextBlock)(this.FindName("MemberEnrollmentPcpName")));
     this.MemberEnrollmentPcpAffiliateName = ((System.Windows.Controls.TextBlock)(this.FindName("MemberEnrollmentPcpAffiliateName")));
 }
Esempio n. 23
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DuelPortalCS;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot               = ((SilverFlow.Controls.FloatingWindowHost)(this.FindName("LayoutRoot")));
     this.soundPlayer              = ((System.Windows.Controls.MediaElement)(this.FindName("soundPlayer")));
     this.ContentBorder            = ((System.Windows.Controls.Border)(this.FindName("ContentBorder")));
     this.ContentFrame             = ((System.Windows.Controls.Frame)(this.FindName("ContentFrame")));
     this.NavigationGrid           = ((System.Windows.Controls.Grid)(this.FindName("NavigationGrid")));
     this.BrandingBorder           = ((System.Windows.Controls.Border)(this.FindName("BrandingBorder")));
     this.BrandingStackPanel       = ((System.Windows.Controls.StackPanel)(this.FindName("BrandingStackPanel")));
     this.ApplicationNameTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationNameTextBlock")));
     this.LinksBorder              = ((System.Windows.Controls.Border)(this.FindName("LinksBorder")));
     this.LinksStackPanel          = ((System.Windows.Controls.StackPanel)(this.FindName("LinksStackPanel")));
     this.chkMute   = ((System.Windows.Controls.CheckBox)(this.FindName("chkMute")));
     this.Divider8  = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider8")));
     this.imgBubble = ((System.Windows.Controls.Image)(this.FindName("imgBubble")));
     this.Link6     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link6")));
     this.Divider7  = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider7")));
     this.Link1     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link1")));
     this.Divider1  = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider1")));
     this.Link2     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link2")));
     this.Divider5  = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider5")));
     this.Link3     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link3")));
     this.Divider3  = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider3")));
     this.Link4     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link4")));
     this.Divider4  = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider4")));
     this.Link5     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link5")));
     this.Divider6  = ((System.Windows.Shapes.Rectangle)(this.FindName("Divider6")));
     this.Link7     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Link7")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DataExtraction;component/MainPage.xaml", System.UriKind.Relative));
     this.PanelSubmitExtJob    = ((System.Windows.Controls.StackPanel)(this.FindName("PanelSubmitExtJob")));
     this.lstExtractionService = ((System.Windows.Controls.ComboBox)(this.FindName("lstExtractionService")));
     this.SplitLine1           = ((System.Windows.Shapes.Path)(this.FindName("SplitLine1")));
     this.DrawModeButtonStack  = ((System.Windows.Controls.StackPanel)(this.FindName("DrawModeButtonStack")));
     this.drawModePoly         = ((System.Windows.Controls.HyperlinkButton)(this.FindName("drawModePoly")));
     this.drawModeRect         = ((System.Windows.Controls.HyperlinkButton)(this.FindName("drawModeRect")));
     this.drawModeFreePoly     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("drawModeFreePoly")));
     this.txtDrawModeStatus    = ((System.Windows.Controls.TextBlock)(this.FindName("txtDrawModeStatus")));
     this.SplitLine2           = ((System.Windows.Shapes.Path)(this.FindName("SplitLine2")));
     this.lstLayersToClip      = ((System.Windows.Controls.ListBox)(this.FindName("lstLayersToClip")));
     this.SplitLine3           = ((System.Windows.Shapes.Path)(this.FindName("SplitLine3")));
     this.lstFeatureFormat     = ((System.Windows.Controls.ComboBox)(this.FindName("lstFeatureFormat")));
     this.SplitLine4           = ((System.Windows.Shapes.Path)(this.FindName("SplitLine4")));
     this.lstRasterformat      = ((System.Windows.Controls.ComboBox)(this.FindName("lstRasterformat")));
     this.txtExtractionStatus  = ((System.Windows.Controls.TextBlock)(this.FindName("txtExtractionStatus")));
     this.PanelExtractResult   = ((System.Windows.Controls.StackPanel)(this.FindName("PanelExtractResult")));
     this.lnkExtractionOutput  = ((System.Windows.Controls.HyperlinkButton)(this.FindName("lnkExtractionOutput")));
     this.txtJobErrorMessage   = ((System.Windows.Controls.TextBlock)(this.FindName("txtJobErrorMessage")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DrawingApp;component/UI/Page1.xaml", System.UriKind.Relative));
     this.LayoutRoot    = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.drawCanvas    = ((System.Windows.Controls.Canvas)(this.FindName("drawCanvas")));
     this.ColorGrid     = ((System.Windows.Controls.Grid)(this.FindName("ColorGrid")));
     this.redButton     = ((System.Windows.Controls.Button)(this.FindName("redButton")));
     this.blueButton    = ((System.Windows.Controls.Button)(this.FindName("blueButton")));
     this.greenButton   = ((System.Windows.Controls.Button)(this.FindName("greenButton")));
     this.yellowButton  = ((System.Windows.Controls.Button)(this.FindName("yellowButton")));
     this.violateButton = ((System.Windows.Controls.Button)(this.FindName("violateButton")));
     this.blackButton   = ((System.Windows.Controls.Button)(this.FindName("blackButton")));
     this.orangeButton  = ((System.Windows.Controls.Button)(this.FindName("orangeButton")));
     this.skyBlueButton = ((System.Windows.Controls.Button)(this.FindName("skyBlueButton")));
     this.megentaButton = ((System.Windows.Controls.Button)(this.FindName("megentaButton")));
     this.whiteButton   = ((System.Windows.Controls.Button)(this.FindName("whiteButton")));
     this._2pxButton    = ((System.Windows.Controls.Button)(this.FindName("_2pxButton")));
     this._4pxButton    = ((System.Windows.Controls.Button)(this.FindName("_4pxButton")));
     this._8pxButton    = ((System.Windows.Controls.Button)(this.FindName("_8pxButton")));
     this.Save          = ((System.Windows.Controls.Button)(this.FindName("Save")));
     this.New           = ((System.Windows.Controls.Button)(this.FindName("New")));
     this.homeButton    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("homeButton")));
 }
Esempio n. 26
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Facility.Reports;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.mcChart    = ((Microsoft.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChart")));
     this.DownloadPatientsCostLink                      = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadPatientsCostLink")));
     this.mcChartAvgCD4                                 = ((Microsoft.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartAvgCD4")));
     this.DownloadPatientsCD4CostLink                   = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadPatientsCD4CostLink")));
     this.mcChartAvgExcludingCD4                        = ((Microsoft.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartAvgExcludingCD4")));
     this.DownloadPatientsExcludingCD4CostLink          = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadPatientsExcludingCD4CostLink")));
     this.mcChartAvgCostCoveredByProgramPatient         = ((Microsoft.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartAvgCostCoveredByProgramPatient")));
     this.DownloadAvgCostCoveredByProgramPatientLink    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadAvgCostCoveredByProgramPatientLink")));
     this.mcChartArvAvgCostCoveredByProgramPatient      = ((Microsoft.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartArvAvgCostCoveredByProgramPatient")));
     this.DownloadArvAvgCostCoveredByProgramPatientLink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadArvAvgCostCoveredByProgramPatientLink")));
     this.mcChartAvgARVandOI                            = ((System.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartAvgARVandOI")));
     this.series1 = ((Facility.Reports.StackedColumnSeries)(this.FindName("series1")));
     this.series2 = ((Facility.Reports.StackedColumnSeries)(this.FindName("series2")));
     this.DownloadAvgARVandOILink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadAvgARVandOILink")));
     this.mcChartCumARVandOI      = ((System.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartCumARVandOI")));
     this.Cumseries1 = ((Facility.Reports.StackedColumnSeries)(this.FindName("Cumseries1")));
     this.Cumseries2 = ((Facility.Reports.StackedColumnSeries)(this.FindName("Cumseries2")));
     this.DownloadCumARVandOILink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadCumARVandOILink")));
     this.mcChartCumCostCoveredByProgramPatient      = ((Microsoft.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartCumCostCoveredByProgramPatient")));
     this.DownloadCumCostCoveredByProgramPatientLink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadCumCostCoveredByProgramPatientLink")));
     this.mcChartTotalCostLostToFollowup             = ((Microsoft.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartTotalCostLostToFollowup")));
     this.DownloadTotalCostLostToFollowupLink        = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadTotalCostLostToFollowupLink")));
     this.mcChartCumTotalCostLostToFollowup          = ((Microsoft.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("mcChartCumTotalCostLostToFollowup")));
     this.DownloadCumTotalCostLostToFollowupLink     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DownloadCumTotalCostLostToFollowupLink")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/EcosCab;component/Controls/ucDeviceInfo.xaml", System.UriKind.Relative));
     this.linkDeviceService = ((System.Windows.Controls.HyperlinkButton)(this.FindName("linkDeviceService")));
 }
        private void AdvancedMessageBox_Click(object sender, RoutedEventArgs e)
        {
            HyperlinkButton hyperlinkButton = new HyperlinkButton()
            {
                Content = "Más información.",
                HorizontalAlignment = HorizontalAlignment.Left,
                NavigateUri = new Uri("http://javiersuarezruiz.wordpress.com/", UriKind.Absolute)
            };

            TiltEffect.SetIsTiltEnabled(hyperlinkButton, true);

            ListPicker listPicker = new ListPicker()
            {
                Header = "Recordar en:",
                ItemsSource = new string[] { "5 minutos", "10 minutos", "15 minutos" }
            };

            StackPanel stackPanel = new StackPanel();
            stackPanel.Children.Add(hyperlinkButton);
            stackPanel.Children.Add(listPicker);

            CustomMessageBox messageBox = new CustomMessageBox()
            {
                Title = "Recordatorio",
                Caption = "Programar Windows Phone",
                Message = "Realizar ejemplo del control CustomMessageBox",
                Content = stackPanel,
                LeftButtonContent = "Aceptar",
                RightButtonContent = "Cancelar",
                IsFullScreen = (bool)FullScreenCheckBox.IsChecked
            };

            messageBox.Dismissing += (s1, e1) =>
            {
                if (listPicker.ListPickerMode == ListPickerMode.Expanded)
                {
                    e1.Cancel = true;
                }
            };

            messageBox.Dismissed += (s2, e2) =>
            {
                switch (e2.Result)
                {
                    case CustomMessageBoxResult.LeftButton:
                        // Acción.
                        break;
                    case CustomMessageBoxResult.RightButton:
                    case CustomMessageBoxResult.None:
                        // Acción.
                        break;
                    default:
                        break;
                }
            };

            messageBox.Show();
        }
Esempio n. 29
0
 public static HyperlinkButton PlaceHyperlinkPrimitive(Grid Container, int Col, int Row)
 {
     HyperlinkButton hyperlink = new HyperlinkButton();
     hyperlink.SetValue(Grid.ColumnProperty, Col);
     hyperlink.SetValue(Grid.RowProperty, Row);
     hyperlink.Style = (Style)Application.Current.Resources["CellHyperLink"];            
     Container.Children.Add(hyperlink);
     return hyperlink;
 }
Esempio n. 30
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DataVisualizationOnWindowsPhone;component/MainPage1.xaml", System.UriKind.Relative));
     this.myChart = ((System.Windows.Controls.DataVisualization.Charting.Chart)(this.FindName("myChart")));
     this.hyperlinkButton1 = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hyperlinkButton1")));
 }
Esempio n. 31
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Superiority;component/Views/ChildWindow1.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.hyperlinkButton1 = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hyperlinkButton1")));
 }
Esempio n. 32
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Segator.Loms.Modules.Associations.Silverlight;component/Silverlight/Profiles/Boo" +
                 "kingEngineContainer.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CloseButton = ((System.Windows.Controls.HyperlinkButton)(this.FindName("CloseButton")));
 }
Esempio n. 33
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/311NYC;component/View/About/About.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.btnRedBit = ((System.Windows.Controls.HyperlinkButton)(this.FindName("btnRedBit")));
 }
Esempio n. 34
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/test;component/SecongPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Hyperlink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Hyperlink")));
 }
Esempio n. 35
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/About.xaml", System.UriKind.Relative));
     this.VersionTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("VersionTextBlock")));
     this.ReleaseDateTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("ReleaseDateTextBlock")));
     this.CompanyHyperlinkButton = ((System.Windows.Controls.HyperlinkButton)(this.FindName("CompanyHyperlinkButton")));
 }
Esempio n. 36
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PersianFacebook;component/Pages/About.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.btnTerms = ((System.Windows.Controls.HyperlinkButton)(this.FindName("btnTerms")));
 }
Esempio n. 37
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MetalXmas2010;component/FeedbackDialog.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.CancelButton = ((System.Windows.Controls.HyperlinkButton)(this.FindName("CancelButton")));
 }
Esempio n. 38
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/IOTS-People;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.AddTaskBtn = ((System.Windows.Controls.HyperlinkButton)(this.FindName("AddTaskBtn")));
     this.DeleteTaskBtn = ((System.Windows.Controls.HyperlinkButton)(this.FindName("DeleteTaskBtn")));
 }
Esempio n. 39
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ProjetoIntegrador;component/MainPage.xaml", System.UriKind.Relative));
     this.VagasHyperLink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("VagasHyperLink")));
     this.LoginHiperLink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("LoginHiperLink")));
     this.ContatoHyperLink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ContatoHyperLink")));
 }
Esempio n. 40
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Santander;component/View/UserControls/Servicios.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.contentPanel = ((Microsoft.Phone.Controls.WrapPanel)(this.FindName("contentPanel")));
     this.lnkServiciosTodos = ((System.Windows.Controls.HyperlinkButton)(this.FindName("lnkServiciosTodos")));
 }
Esempio n. 41
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Segator.Loms.Modules.AssociationStaff.Silverlight;component/Silverlight/Clientel" +
                 "e/AddProfile/WorkAddressView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ClearAddress = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ClearAddress")));
 }
Esempio n. 42
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SpikeSilverlightApplication;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.chButton = ((System.Windows.Controls.Button)(this.FindName("chButton")));
     this.tabBTn = ((System.Windows.Controls.HyperlinkButton)(this.FindName("tabBTn")));
 }
Esempio n. 43
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WorldCookbook;component/userControl/About.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.link_Weibo = ((System.Windows.Controls.HyperlinkButton)(this.FindName("link_Weibo")));
     this.link_Email = ((System.Windows.Controls.HyperlinkButton)(this.FindName("link_Email")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AppliDemo;component/UserControlLbLink.xaml", System.UriKind.Relative));
     this.userControlUriLink = ((System.Windows.Controls.UserControl)(this.FindName("userControlUriLink")));
     this.LayoutRoot = ((System.Windows.Controls.StackPanel)(this.FindName("LayoutRoot")));
     this.typeLink = ((System.Windows.Controls.TextBlock)(this.FindName("typeLink")));
     this.link = ((System.Windows.Controls.HyperlinkButton)(this.FindName("link")));
 }
Esempio n. 45
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/JREndean.HIP.Client.WP7;component/AboutPage.xaml", System.UriKind.Relative));
     this.HyperLinkEmail   = ((System.Windows.Controls.HyperlinkButton)(this.FindName("HyperLinkEmail")));
     this.HyperLinkWebsite = ((System.Windows.Controls.HyperlinkButton)(this.FindName("HyperLinkWebsite")));
 }
Esempio n. 46
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Hoan_Xich_Huong;component/Tables/Table1.xaml", System.UriKind.Relative));
     this.animation_opacity = ((System.Windows.Media.Animation.Storyboard)(this.FindName("animation_opacity")));
     this.mainborder = ((System.Windows.Controls.Border)(this.FindName("mainborder")));
     this.xemthem = ((System.Windows.Controls.Border)(this.FindName("xemthem")));
     this.textxemthem = ((System.Windows.Controls.HyperlinkButton)(this.FindName("textxemthem")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Galatee.Silverlight;component/Devis/UcProcesVerbalEtalonnage.xaml", System.UriKind.Relative));
     this.LayoutRoot            = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.groupBox2_Copy        = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox2_Copy")));
     this.tabC_Onglet           = ((System.Windows.Controls.TabControl)(this.FindName("tabC_Onglet")));
     this.label14_Copy          = ((System.Windows.Controls.Label)(this.FindName("label14_Copy")));
     this.label14_Copy1         = ((System.Windows.Controls.Label)(this.FindName("label14_Copy1")));
     this.label14_Copy2         = ((System.Windows.Controls.Label)(this.FindName("label14_Copy2")));
     this.label14_Copy3         = ((System.Windows.Controls.Label)(this.FindName("label14_Copy3")));
     this.dg_compteur           = ((System.Windows.Controls.DataGrid)(this.FindName("dg_compteur")));
     this.dg_AncienCompteur     = ((System.Windows.Controls.DataGrid)(this.FindName("dg_AncienCompteur")));
     this.TxtperiodePose        = ((System.Windows.Controls.TextBox)(this.FindName("TxtperiodePose")));
     this.TxtperiodeDepose      = ((System.Windows.Controls.TextBox)(this.FindName("TxtperiodeDepose")));
     this.tabitemScelle         = ((System.Windows.Controls.TabItem)(this.FindName("tabitemScelle")));
     this.LayoutRoot1           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot1")));
     this.dg_composantScellable = ((System.Windows.Controls.DataGrid)(this.FindName("dg_composantScellable")));
     this.lnkLetter             = ((System.Windows.Controls.HyperlinkButton)(this.FindName("lnkLetter")));
     this.groupBox2_Copy3       = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox2_Copy3")));
     this.groupBox2_Copy2       = ((SilverlightContrib.Controls.GroupBox)(this.FindName("groupBox2_Copy2")));
     this.rbt_AuneAction        = ((System.Windows.Controls.RadioButton)(this.FindName("rbt_AuneAction")));
     this.rbt_RuptureSimple     = ((System.Windows.Controls.RadioButton)(this.FindName("rbt_RuptureSimple")));
     this.rbt_NouveauScelle     = ((System.Windows.Controls.RadioButton)(this.FindName("rbt_NouveauScelle")));
     this.btn_ListScelle        = ((System.Windows.Controls.Button)(this.FindName("btn_ListScelle")));
     this.txt_NumScelleRompu    = ((System.Windows.Controls.TextBox)(this.FindName("txt_NumScelleRompu")));
     this.txt_NumNouveauScelle  = ((System.Windows.Controls.TextBox)(this.FindName("txt_NumNouveauScelle")));
     this.btn_Ajout             = ((System.Windows.Controls.Button)(this.FindName("btn_Ajout")));
     this.txt_NombreScelle      = ((System.Windows.Controls.TextBox)(this.FindName("txt_NombreScelle")));
     this.dg_Scellage           = ((System.Windows.Controls.DataGrid)(this.FindName("dg_Scellage")));
     this.btn_Supprimer         = ((System.Windows.Controls.Button)(this.FindName("btn_Supprimer")));
     this.CancelButton          = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.label1                     = ((System.Windows.Controls.Label)(this.FindName("label1")));
     this.Txt_NumeroDevis            = ((System.Windows.Controls.TextBox)(this.FindName("Txt_NumeroDevis")));
     this.DtpDebutTravaux            = ((System.Windows.Controls.DatePicker)(this.FindName("DtpDebutTravaux")));
     this.label2                     = ((System.Windows.Controls.Label)(this.FindName("label2")));
     this.DtpFinTravaux              = ((System.Windows.Controls.DatePicker)(this.FindName("DtpFinTravaux")));
     this.label3                     = ((System.Windows.Controls.Label)(this.FindName("label3")));
     this.label15                    = ((System.Windows.Controls.Label)(this.FindName("label15")));
     this.TxtNumeroGps               = ((Galatee.Silverlight.Library.NumericTextBox)(this.FindName("TxtNumeroGps")));
     this.label11                    = ((System.Windows.Controls.Label)(this.FindName("label11")));
     this.TxtBranchementProche       = ((System.Windows.Controls.TextBox)(this.FindName("TxtBranchementProche")));
     this.label13                    = ((System.Windows.Controls.Label)(this.FindName("label13")));
     this.TxtAdresse                 = ((System.Windows.Controls.TextBox)(this.FindName("TxtAdresse")));
     this.label14                    = ((System.Windows.Controls.Label)(this.FindName("label14")));
     this.TxtCategorie               = ((System.Windows.Controls.TextBox)(this.FindName("TxtCategorie")));
     this.btn_Transmetre             = ((System.Windows.Controls.Button)(this.FindName("btn_Transmetre")));
     this.btn_Rejeter                = ((System.Windows.Controls.Button)(this.FindName("btn_Rejeter")));
     this.Chk_AvecChangementCompteur = ((System.Windows.Controls.RadioButton)(this.FindName("Chk_AvecChangementCompteur")));
 }
Esempio n. 48
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/UISample;component/MainPage.xaml", System.UriKind.Relative));
     this.strbShowUnitGrid              = ((System.Windows.Media.Animation.Storyboard)(this.FindName("strbShowUnitGrid")));
     this.strbShowReadingContent        = ((System.Windows.Media.Animation.Storyboard)(this.FindName("strbShowReadingContent")));
     this.strbShowReadingContentReverse = ((System.Windows.Media.Animation.Storyboard)(this.FindName("strbShowReadingContentReverse")));
     this.strbFindAnimation             = ((System.Windows.Media.Animation.Storyboard)(this.FindName("strbFindAnimation")));
     this.strbFindAnimation_Copy1       = ((System.Windows.Media.Animation.Storyboard)(this.FindName("strbFindAnimation_Copy1")));
     this.LayoutRoot             = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.scvLayout              = ((System.Windows.Controls.ScrollViewer)(this.FindName("scvLayout")));
     this.grdMain                = ((System.Windows.Controls.Grid)(this.FindName("grdMain")));
     this.rctTop                 = ((System.Windows.Shapes.Rectangle)(this.FindName("rctTop")));
     this.rctBottom              = ((System.Windows.Shapes.Rectangle)(this.FindName("rctBottom")));
     this.txbLearningEng         = ((System.Windows.Controls.TextBlock)(this.FindName("txbLearningEng")));
     this.txbGrade10             = ((System.Windows.Controls.TextBlock)(this.FindName("txbGrade10")));
     this.cnvAllControl          = ((System.Windows.Controls.Canvas)(this.FindName("cnvAllControl")));
     this.grdDescription         = ((System.Windows.Controls.Grid)(this.FindName("grdDescription")));
     this.rctDesc                = ((System.Windows.Shapes.Rectangle)(this.FindName("rctDesc")));
     this.rtbReviewContent       = ((Liquid.RichTextBlock)(this.FindName("rtbReviewContent")));
     this.grdSection             = ((System.Windows.Controls.Grid)(this.FindName("grdSection")));
     this.rctSection             = ((System.Windows.Shapes.Rectangle)(this.FindName("rctSection")));
     this.txbChooseSection       = ((System.Windows.Controls.TextBlock)(this.FindName("txbChooseSection")));
     this.txbReading             = ((System.Windows.Controls.TextBlock)(this.FindName("txbReading")));
     this.txbSpeaking            = ((System.Windows.Controls.TextBlock)(this.FindName("txbSpeaking")));
     this.txbListening           = ((System.Windows.Controls.TextBlock)(this.FindName("txbListening")));
     this.txbWriting             = ((System.Windows.Controls.TextBlock)(this.FindName("txbWriting")));
     this.txbLanguageFocus       = ((System.Windows.Controls.TextBlock)(this.FindName("txbLanguageFocus")));
     this.rctReading             = ((System.Windows.Shapes.Rectangle)(this.FindName("rctReading")));
     this.rctSpeaking            = ((System.Windows.Shapes.Rectangle)(this.FindName("rctSpeaking")));
     this.rctListening           = ((System.Windows.Shapes.Rectangle)(this.FindName("rctListening")));
     this.rctWriting             = ((System.Windows.Shapes.Rectangle)(this.FindName("rctWriting")));
     this.rctLanguageFocus       = ((System.Windows.Shapes.Rectangle)(this.FindName("rctLanguageFocus")));
     this.grdUnit                = ((System.Windows.Controls.Grid)(this.FindName("grdUnit")));
     this.rctUnitBackground      = ((System.Windows.Shapes.Rectangle)(this.FindName("rctUnitBackground")));
     this.txbChooseUnit          = ((System.Windows.Controls.TextBlock)(this.FindName("txbChooseUnit")));
     this.ucUnitList             = ((UISample.UnitControl)(this.FindName("ucUnitList")));
     this.rctLeft                = ((System.Windows.Shapes.Rectangle)(this.FindName("rctLeft")));
     this.btnTriangle            = ((System.Windows.Controls.Button)(this.FindName("btnTriangle")));
     this.cnvContent             = ((System.Windows.Controls.Canvas)(this.FindName("cnvContent")));
     this.rctrlReadingContent    = ((UISample.ReadingControl)(this.FindName("rctrlReadingContent")));
     this.lctrlListeningContent  = ((UISample.ListeningControl)(this.FindName("lctrlListeningContent")));
     this.sctrlSpeakingContent   = ((UISample.SpeakingControl)(this.FindName("sctrlSpeakingContent")));
     this.wctrlWritingContent    = ((UISample.WritingControl)(this.FindName("wctrlWritingContent")));
     this.lfctrlLangFocusContent = ((UISample.LanguageFocusControl)(this.FindName("lfctrlLangFocusContent")));
     this.hbtnGoogleLink         = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hbtnGoogleLink")));
     this.canvas                 = ((System.Windows.Controls.Canvas)(this.FindName("canvas")));
     this.findControl            = ((UISample.FindControl)(this.FindName("findControl")));
     this.button                 = ((System.Windows.Controls.Button)(this.FindName("button")));
 }
Esempio n. 49
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Voronoi.UI;component/StartScreen.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Info = ((System.Windows.Controls.TextBlock)(this.FindName("Info")));
     this.NavigateToMainPage = ((System.Windows.Controls.HyperlinkButton)(this.FindName("NavigateToMainPage")));
 }
Esempio n. 50
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SketchApp01;component/HelpControl.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.aboutBlock = ((System.Windows.Controls.TextBlock)(this.FindName("aboutBlock")));
     this.sourceBtn = ((System.Windows.Controls.HyperlinkButton)(this.FindName("sourceBtn")));
     this.websiteBtn = ((System.Windows.Controls.HyperlinkButton)(this.FindName("websiteBtn")));
 }
Esempio n. 51
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Lab03;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.hyperlinkButton1 = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hyperlinkButton1")));
 }
Esempio n. 52
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ProjetoIntegrador;component/MainPage.xaml", System.UriKind.Relative));
     this.VagasHyperLink   = ((System.Windows.Controls.HyperlinkButton)(this.FindName("VagasHyperLink")));
     this.LoginHiperLink   = ((System.Windows.Controls.HyperlinkButton)(this.FindName("LoginHiperLink")));
     this.ContatoHyperLink = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ContatoHyperLink")));
 }
Esempio n. 53
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WorldCookbook;component/userControl/About.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.link_Weibo = ((System.Windows.Controls.HyperlinkButton)(this.FindName("link_Weibo")));
     this.link_Email = ((System.Windows.Controls.HyperlinkButton)(this.FindName("link_Email")));
 }
Esempio n. 54
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Superiority;component/Views/ChildWindow1.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton     = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.hyperlinkButton1 = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hyperlinkButton1")));
 }
Esempio n. 55
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/test;component/SecongPage.xaml", System.UriKind.Relative));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Hyperlink    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("Hyperlink")));
 }
Esempio n. 56
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Drumble;component/Views/About.xaml", System.UriKind.Relative));
     this.VersionTextBlock       = ((System.Windows.Controls.TextBlock)(this.FindName("VersionTextBlock")));
     this.ReleaseDateTextBlock   = ((System.Windows.Controls.TextBlock)(this.FindName("ReleaseDateTextBlock")));
     this.CompanyHyperlinkButton = ((System.Windows.Controls.HyperlinkButton)(this.FindName("CompanyHyperlinkButton")));
 }
Esempio n. 57
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ProyectoSilverLight;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.textBlock       = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock")));
     this.ConsultarCompra = ((System.Windows.Controls.HyperlinkButton)(this.FindName("ConsultarCompra")));
     this.LineaFacturaBtn = ((System.Windows.Controls.HyperlinkButton)(this.FindName("LineaFacturaBtn")));
 }
Esempio n. 58
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Hoan_Xich_Huong;component/Tables/Table1.xaml", System.UriKind.Relative));
     this.animation_opacity = ((System.Windows.Media.Animation.Storyboard)(this.FindName("animation_opacity")));
     this.mainborder        = ((System.Windows.Controls.Border)(this.FindName("mainborder")));
     this.xemthem           = ((System.Windows.Controls.Border)(this.FindName("xemthem")));
     this.textxemthem       = ((System.Windows.Controls.HyperlinkButton)(this.FindName("textxemthem")));
 }
Esempio n. 59
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/VINCONTROL.Silverlight;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.linkAddFile    = ((System.Windows.Controls.HyperlinkButton)(this.FindName("linkAddFile")));
     this.linkDelete     = ((System.Windows.Controls.HyperlinkButton)(this.FindName("linkDelete")));
     this.LsImageGallery = ((System.Windows.Controls.ListBox)(this.FindName("LsImageGallery")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/NavigationTest;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot            = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel            = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.hyperLinkBtnGoToPage1 = ((System.Windows.Controls.HyperlinkButton)(this.FindName("hyperLinkBtnGoToPage1")));
     this.btnGoToPage2          = ((System.Windows.Controls.Button)(this.FindName("btnGoToPage2")));
 }